Comment 0 for bug 1885918

Revision history for this message
Juan Badia Payno (jbadiapa) wrote :

Executing the quickstart-extras-overcloud-prep.yml playbook failed at:

TASK [overcloud-prep-images : Wait until nodes will be manageable] ***************************************************************************************************************************************************************************
task path: /root/.quickstart/usr/local/share/ansible/roles/overcloud-prep-images/tasks/overcloud-prep-images.yml:61
Wednesday 01 July 2020 14:37:03 +0200 (0:00:00.082) 0:02:03.797 ********
FAILED - RETRYING: Wait until nodes will be manageable (10 retries left).
FAILED - RETRYING: Wait until nodes will be manageable (9 retries left).
FAILED - RETRYING: Wait until nodes will be manageable (8 retries left).
FAILED - RETRYING: Wait until nodes will be manageable (7 retries left).
FAILED - RETRYING: Wait until nodes will be manageable (6 retries left).
FAILED - RETRYING: Wait until nodes will be manageable (5 retries left).
FAILED - RETRYING: Wait until nodes will be manageable (4 retries left).
FAILED - RETRYING: Wait until nodes will be manageable (3 retries left).
FAILED - RETRYING: Wait until nodes will be manageable (2 retries left).
FAILED - RETRYING: Wait until nodes will be manageable (1 retries left).
fatal: [undercloud]: FAILED! => {
    "attempts": 10,
    "changed": false,
    "cmd": "set -o pipefail && openstack --os-cloud undercloud baremetal node list -f value -c \"Provisioning State\" | grep -v manageable",
    "delta": "0:00:01.405902",
    "end": "2020-07-01 12:41:23.200296",
    "failed_when_result": true,
    "rc": 0,
    "start": "2020-07-01 12:41:21.794394"
}

STDOUT:

available
available
available
available
available
available
available
available

PLAY RECAP ***********************************************************************************************************************************************************************************************************************************
undercloud : ok=18 changed=10 unreachable=0 failed=1 skipped=30 rescued=0 ignored=0

To reproduce the environment:./quickstart.sh -X -R master --no-clone --tags all -T none --extra-vars undercloud_disk=70 -c config/general_config/featureset049.yml --nodes config/nodes/3ctlr_2comp_3ceph.yml -p quickstart.yml 127.0.0.2
./quickstart.sh -R master --no-clone --tags all --nodes config/nodes/3ctlr_2comp_3ceph.yml -I -c config/general_config/featureset049.yml --teardown none -p quickstart-extras-undercloud.yml 127.0.0.2
./quickstart.sh -R master --no-clone --tags all -I -T none --nodes config/nodes/3ctlr_2comp_3ceph.yml -c config/general_config/featureset049.yml -p quickstart-extras-overcloud-prep.yml 127.0.0.2