tripleo-quickstart/config/nodes/3ctlr_1comp_1supp.yml

34 lines
696 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: 4
overcloud_nodes:
- name: control_0
flavor: control
virtualbmc_port: 6230
- name: control_1
flavor: control
virtualbmc_port: 6231
- name: control_2
flavor: control
virtualbmc_port: 6232
- name: compute_0
flavor: compute
virtualbmc_port: 6233
# Define the supplmental node to be used for the FreeIPA server.
supplemental_node:
name: ipa
flavor: undercloud
topology_map:
Controller:
scale: 3
Compute:
scale: 1