Merge "Add a baremetal 3 controller, 2 compute nodeset"

This commit is contained in:
Zuul 2019-04-10 15:17:31 +00:00 committed by Gerrit Code Review
commit 964a95f124
1 changed files with 14 additions and 0 deletions

View File

@ -0,0 +1,14 @@
# Deploy an HA openstack environment.
# Three controller nodes and one compute node are defined
# hardware-specific files
overcloud_nodes:
node_count: 5
# Tell tripleo which nodes to deploy.
topology_map:
Controller:
scale: 3
Compute:
scale: 2