tripleo-quickstart/config/nodes/1ctlr_1comp_1supp.yml
Harry Rybacki b1489d7d8f Add supplemental node provisioner
Add ability to deploy a supplemental node along with undercloud
and overcloud nodes by the libvirt/setup role(s) along with
basic ability to deploy TLS everywhere.

- Update tripleo-inventory role to allow for configuring
supplmental node host access
- Update common role defaults with required vars
- Update quickstart.sh to support fake HA IPA deployment
- Update general_config/ipa.yml with relevant vars
- Add nodes/1ctlr_1comp_1supp.yml for supplmental node deployment
- Add release note

Depends-On: I53323511aabf0d616805efab6edde4acc7bedf11
Related-Bug: 1662923

Change-Id: I3f18e26d0e40942c7c54c07b644ee1209fb89c83
2017-05-22 09:40:28 -04:00

18 lines
461 B
YAML

# This config file is used to deploy a dedicated node on the virthost for TLS everywhere.
# Define the controller node and compute nodes.
# Create three controller nodes and one compute node.
overcloud_nodes:
- name: control_0
flavor: control
virtualbmc_port: 6230
- 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