Failed deploy with vCenter as backend for Glance

Bug #1434627 reported by okosse
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
Fuel for OpenStack
Fix Released
Critical
Igor Gajsin
6.0.x
Invalid
Undecided
Igor Gajsin

Bug Description

Step for reproduce:
1. Create ENV with vCenter enabled and vCenter as backend for glance
2. Add 3 controller nodes
3. Deploy cluster

Obtained result: Deployment has failed. Method granular_deploy. Failed to execute hook.

As I understand it, the problem with loading the cirros image

Astute err log:
[702] Error running RPC method granular_deploy: Failed to execute hook .
---
priority: 500
fail_on_error: true
type: shell
uids:
- '1'
parameters:
  cmd: ruby /etc/puppet/modules/osnailyfacter/modular/astute/upload_cirros.rb
  timeout: 180
, trace:
["/usr/lib64/ruby/gems/2.1.0/gems/astute-6.0.0/lib/astute/nailgun_hooks.rb:54:in `block in process'",
 "/usr/lib64/ruby/gems/2.1.0/gems/astute-6.0.0/lib/astute/nailgun_hooks.rb:26:in `each'",
 "/usr/lib64/ruby/gems/2.1.0/gems/astute-6.0.0/lib/astute/nailgun_hooks.rb:26:in `process'",
 "/usr/lib64/ruby/gems/2.1.0/gems/astute-6.0.0/lib/astute/deployment_engine/granular_deployment.rb:219:in `post_deployment_actions'",
 "/usr/lib64/ruby/gems/2.1.0/gems/astute-6.0.0/lib/astute/deployment_engine.rb:71:in `deploy'",
 "/usr/lib64/ruby/gems/2.1.0/gems/astute-6.0.0/lib/astute/orchestrator.rb:131:in `deploy_cluster'",
 "/usr/lib64/ruby/gems/2.1.0/gems/astute-6.0.0/lib/astute/orchestrator.rb:56:in `granular_deploy'",
 "/usr/lib64/ruby/gems/2.1.0/gems/astute-6.0.0/lib/astute/server/dispatcher.rb:111:in `granular_deploy'",
 "/usr/lib64/ruby/gems/2.1.0/gems/astute-6.0.0/lib/astute/server/server.rb:142:in `dispatch_message'",
 "/usr/lib64/ruby/gems/2.1.0/gems/astute-6.0.0/lib/astute/server/server.rb:103:in `block in dispatch'",
 "/usr/lib64/ruby/gems/2.1.0/gems/astute-6.0.0/lib/astute/server/task_queue.rb:64:in `call'",
 "/usr/lib64/ruby/gems/2.1.0/gems/astute-6.0.0/lib/astute/server/task_queue.rb:64:in `block in each'",
 "/usr/lib64/ruby/gems/2.1.0/gems/astute-6.0.0/lib/astute/server/task_queue.rb:56:in `each'",
 "/usr/lib64/ruby/gems/2.1.0/gems/astute-6.0.0/lib/astute/server/task_queue.rb:56:in `each'",
 "/usr/lib64/ruby/gems/2.1.0/gems/astute-6.0.0/lib/astute/server/server.rb:101:in `each_with_index'",
 "/usr/lib64/ruby/gems/2.1.0/gems/astute-6.0.0/lib/astute/server/server.rb:101:in `dispatch'",
 "/usr/lib64/ruby/gems/2.1.0/gems/astute-6.0.0/lib/astute/server/server.rb:85:in `block in perform_main_job'"]

--------iso version--------------
api: '1.0'
astute_sha: 4a117a1ca6bdcc34fe4d086959ace1a6d18eeca9
auth_required: true
build_id: 2015-03-19_22-54-44
build_number: '210'
feature_groups:
- mirantis
fuellib_sha: 7764225db5bc653563309912afbb4058283c808b
fuelmain_sha: f3d6353c08d8eb709c7ab100b56dc2bebef4157f
nailgun_sha: 1d2bd383caecc5ec3f86bf93ccca940326f23e97
ostf_sha: b9a090c71682fbea5d9351051827d7d654d07be3
production: docker
python-fuelclient_sha: b223dcaf5fdad2f714cd245958fefe03995d6207
release: '6.1'
release_versions:
  2014.2-6.1:
    VERSION:
      api: '1.0'
      astute_sha: 4a117a1ca6bdcc34fe4d086959ace1a6d18eeca9
      build_id: 2015-03-19_22-54-44
      build_number: '210'
      feature_groups:
      - mirantis
      fuellib_sha: 7764225db5bc653563309912afbb4058283c808b
      fuelmain_sha: f3d6353c08d8eb709c7ab100b56dc2bebef4157f
      nailgun_sha: 1d2bd383caecc5ec3f86bf93ccca940326f23e97
      ostf_sha: b9a090c71682fbea5d9351051827d7d654d07be3
      production: docker
      python-fuelclient_sha: b223dcaf5fdad2f714cd245958fefe03995d6207
      release: '6.1'

Tags: glance vcenter
okosse (okosse)
Changed in fuel:
assignee: nobody → Fuel Partner Integration Team (fuel-partner)
Andrian Noga (anoga)
Changed in fuel:
importance: Undecided → Critical
milestone: none → 6.1
Revision history for this message
okosse (okosse) wrote :
Igor Gajsin (igajsin)
Changed in fuel:
assignee: Fuel Partner Integration Team (fuel-partner) → Igor Gajsin (igajsin)
Igor Gajsin (igajsin)
Changed in fuel:
status: New → Triaged
Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix proposed to fuel-library (master)

Fix proposed to branch: master
Review: https://review.openstack.org/167163

Changed in fuel:
status: Triaged → In Progress
Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to fuel-library (master)

Reviewed: https://review.openstack.org/167163
Committed: https://git.openstack.org/cgit/stackforge/fuel-library/commit/?id=63dc584d1ec32fda1d40a3978ead10ff0af11f4f
Submitter: Jenkins
Branch: master

commit 63dc584d1ec32fda1d40a3978ead10ff0af11f4f
Author: Igor Gajsin <email address hidden>
Date: Tue Mar 24 13:29:58 2015 +0300

    Repair manifest for glance with vmware backend

    Glance took parameters for vcenter backend from wrong source. Repair it.

    Change-Id: I1658ea454ff331688c03319f7daea05aba044e3d
    Closes-bug: 1434627

Changed in fuel:
status: In Progress → Fix Committed
Revision history for this message
Tatyana Dubyk (tdubyk) wrote :

Verified on 6.1.all (234 iso)

Changed in fuel:
status: Fix Committed → Fix Released
Revision history for this message
Tatyana Dubyk (tdubyk) wrote :

api: '1.0'
astute_sha: 3f1ece0318e5e93eaf48802fefabf512ca1dce40
auth_required: true
build_id: 2015-03-26_22-54-44
build_number: '234'
feature_groups:
- mirantis
fuellib_sha: 9c7716bc2ce6075065d7d9dcf96f4c94662c0b56
fuelmain_sha: 320b5f46fc1b2798f9e86ed7df51d3bda1686c10
nailgun_sha: b163f6fc77d6639aaffd9dd992e1ad96951c3bbf
ostf_sha: a4cf5f218c6aea98105b10c97a4aed8115c15867
production: docker
python-fuelclient_sha: e5e8389d8d481561a4d7107a99daae07c6ec5177
release: '6.1'
release_versions:
  2014.2-6.1:
    VERSION:
      api: '1.0'
      astute_sha: 3f1ece0318e5e93eaf48802fefabf512ca1dce40
      build_id: 2015-03-26_22-54-44
      build_number: '234'
      feature_groups:
      - mirantis
      fuellib_sha: 9c7716bc2ce6075065d7d9dcf96f4c94662c0b56
      fuelmain_sha: 320b5f46fc1b2798f9e86ed7df51d3bda1686c10
      nailgun_sha: b163f6fc77d6639aaffd9dd992e1ad96951c3bbf
      ostf_sha: a4cf5f218c6aea98105b10c97a4aed8115c15867
      production: docker
      python-fuelclient_sha: e5e8389d8d481561a4d7107a99daae07c6ec5177
      release: '6.1'

To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.