tripleo-quickstart-extras/config/environments/rdocloud.yml
Sorin Sbarnea baf8392455 Harden yaml linting on modified files
Allows us to slowly adopt yamllint by having to fix only the files
we would be touching. Once we lower the amount of differences we
can switch it to run on all files.

In addition to having a more consistent code-style this solves
*recurring* bugs like duplicate dictionary keys, like the one
fixes in this change. Only few weeks ago we had to fix a similar bug.

Change-Id: I2ef275700b420a0f700613568e43576079cd4d03
2018-11-14 20:55:47 +00:00

48 lines
1.5 KiB
YAML

---
os_username: "{{ lookup('env','OS_USERNAME') }}"
os_password: "{{ lookup('env','OS_PASSWORD') }}"
os_tenant_name: "{{ lookup('env','OS_TENANT_NAME') }}"
os_auth_url: "{{ lookup('env','OS_AUTH_URL') }}"
os_region_name: "{{ lookup('env', 'OS_REGION_NAME') }}"
cloud_name: rdocloud
latest_guest_image:
ocata: CentOS-7-x86_64-GenericCloud-1708
pike: CentOS-7-x86_64-GenericCloud-1708
queens: CentOS-7-x86_64-GenericCloud-1708
master: CentOS-7-x86_64-GenericCloud-1708
bmc_flavor: m1.medium
baremetal_flavor: m1.large
undercloud_flavor: m1.large2
provision_net_cidr: 192.168.24.0/24
nameserver_from_virthost: false
custom_nameserver:
- 1.1.1.1
- 1.0.0.1
undercloud_undercloud_nameservers: "{{ custom_nameserver }}"
external_net: '38.145.32.0/22'
overcloud_dns_servers: "{{ custom_nameserver }}"
ntp_server: 'pool.ntp.org'
overcloud_image_url: http://images.rdoproject.org/{{ release }}/rdo_trunk/{{ dlrn_hash|default(dlrn_hash_tag) }}/overcloud-full.tar
ipa_image_url: http://images.rdoproject.org/{{ release }}/rdo_trunk/{{ dlrn_hash|default(dlrn_hash_tag) }}/ironic-python-agent.tar
docker_registry_host: docker.io
docker_registry_namespace: "tripleo{{ release }}"
mtu: 1350
mtu_interface:
- eth0
- eth1
- "{% if network_isolation|default(true)|bool %}eth2{% endif %}"
undercloud_local_mtu: "{{ mtu }}"
overcloud_neutron_global_physnet_mtu: "{{ mtu }}"
run_tripleo_validations: true
# Browbeat settings
elastic_host: browbeat.test.com
grafana_host: browbeat.test.com