tripleo-quickstart/config/nodes/1ctlr_1comp.yml
Mathieu Bultel 1fdaabf5f0 Add missing node_count variable in the nodes/ config file
Some of the nodes/ config files missed the node_count
variable, so there are unusable via tripleo-ci scripts

Change-Id: Idea55aba8283900bdfa05760d16a35366b745066
2017-05-09 17:16:22 +02:00

12 lines
226 B
YAML

# 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