Quickstart fails if Virtual BMCs have already been created
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
tripleo |
Fix Released
|
Medium
|
Alan Bishop |
Bug Description
The quickstart-extras task that creates Virtual BMCs will fail if they already exist:
TASK [undercloud-deploy : Create the Virtual BMCs] *******
task path: /home/ooo/
Friday 21 July 2017 11:51:29 -0400 (0:00:00.122) 0:26:42.667 ***********
failed: [undercloud] (item={u'flavor': u'control', u'virtualbmc_port': 6230, u'name': u'control_0'}) => {"changed": false, "cmd": ["vbmc", "add", "control_0", "--
port", "6230", "--libvirt-uri", "qemu+ssh:
&no_tty=1"], "delta": "0:00:01.112262", "end": "2017-07-21 15:51:41.162018", "failed": true, "item": {"flavor": "control", "name": "control_0", "virtualbmc_port":
6230}, "rc": 1, "start": "2017-07-21 15:51:40.049756", "stderr": "Domain control_0 already exists", "stdout": "", "stdout_lines": [], "warnings": []}
This makes it difficult to re-runing quickstart without rebuilding or patching the undercloud node.
Changed in tripleo: | |
assignee: | nobody → Alan Bishop (alan-bishop) |
Changed in tripleo: | |
milestone: | none → pike-3 |
importance: | Undecided → Medium |
Changed in tripleo: | |
milestone: | pike-3 → pike-rc1 |
Changed in tripleo: | |
milestone: | pike-rc1 → queens-1 |
Fix proposed to branch: master /review. openstack. org/486175
Review: https:/