docs/doc/source/_includes/min-bootstrap-overrides-non-simplex.rest
Ron Stone 6b4f05debc Handle DS AWS creds
Moved code block to an include file for conditionalization purposes.
Patchset 1 review updates.
Patchset 2 review updates.
Patchset 3 review updates.
Patchset 4 review updates.
Patchset 5 review updates.

Signed-off-by: Ron Stone <ronald.stone@windriver.com>
Change-Id: I1b5966a3b0a8a0ee03b1e95a1e7cebe19c66eda6
Signed-off-by: Ron Stone <ronald.stone@windriver.com>
2021-08-01 17:52:39 -04:00

31 lines
902 B
ReStructuredText
Raw Permalink Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

::
cd ~
cat <<EOF > localhost.yml
system_mode: duplex
dns_servers:
- 8.8.8.8
- 8.8.4.4
external_oam_subnet: <OAM-IP-SUBNET>/<OAM-IP-SUBNET-LENGTH>
external_oam_gateway_address: <OAM-GATEWAY-IP-ADDRESS>
external_oam_floating_address: <OAM-FLOATING-IP-ADDRESS>
external_oam_node_0_address: <OAM-CONTROLLER-0-IP-ADDRESS>
external_oam_node_1_address: <OAM-CONTROLLER-1-IP-ADDRESS>
admin_username: admin
admin_password: <admin-password>
ansible_become_pass: <sysadmin-password>
# OPTIONALLY provide a ROOT CA certificate and key for k8s root ca,
# if not specified, one will be auto-generated,
# see Kubernetes Root CA Certificate in Security Guide for details.
k8s_root_ca_cert: < your_root_ca_cert.pem >
k8s_root_ca_key: < your_root_ca_key.pem >
apiserver_cert_sans:
- < your_hostname_for_oam_floating.your_domain >
EOF