CI using custom node file

Tripleo quickstart made changes to default node files
to use mapping to rename the compute/controller-0.
This commit will allow us to use the old version.

https://review.openstack.org/#/c/531504/2

Change-Id: Iec82b61b2088d70c30142df27b251f28a68738e8
This commit is contained in:
agopi 2018-03-22 13:30:22 -04:00
parent a2d0ba0856
commit 250c217e82
2 changed files with 14 additions and 0 deletions

View File

@ -0,0 +1,13 @@
# This is a workaround for
# https://github.com/openstack/tripleo-quickstart/commit/4b5918ced49a4907f299931a7d026137ac0804fb
# Define a single controller node and a single compute node.
overcloud_nodes:
- name: control_0
flavor: control
virtualbmc_port: 6230
- name: compute_0
flavor: compute
virtualbmc_port: 6231
node_count: 2

View File

@ -76,6 +76,7 @@ echo "file://$WORKSPACE/browbeat/#egg=browbeat" >> $REQS
--working-dir $WORKSPACE \
--bootstrap \
--no-clone \
--nodes $WORKSPACE/browbeat/ci-scripts/tripleo/config/nodes/1ctlr_1comp.yml \
-t all \
-S overcloud-validate \
-R $RELEASE \