tripleo-quickstart/config/nodes/1ctlr_2comp_1supp.yml

29 lines
604 B
YAML

# This config file is used to deploy a HA overcloud with a dedicated node on the
# virthost for TLS everywhere.
# Define the controller node and compute nodes.
# Create three controller nodes and one compute node.
node_count: 3
overcloud_nodes:
- name: control_0
flavor: control
virtualbmc_port: 6230
- name: compute_0
flavor: compute
virtualbmc_port: 6231
- name: compute_1
flavor: compute
virtualbmc_port: 6232
# Define the supplmental node to be used for the FreeIPA server.
supplemental_node:
name: ipa
flavor: undercloud
topology_map:
Compute:
scale: 2