|
| 1 | +--- |
| 2 | +undercloud: |
| 3 | + config: |
| 4 | + - section: DEFAULT |
| 5 | + option: undercloud_hostname |
| 6 | + value: undercloud.example.com |
| 7 | + - section: DEFAULT |
| 8 | + option: undercloud_timezone |
| 9 | + value: UTC |
| 10 | + - section: DEFAULT |
| 11 | + option: undercloud_debug |
| 12 | + value: true |
| 13 | + - section: DEFAULT |
| 14 | + option: container_cli |
| 15 | + value: podman |
| 16 | + - section: DEFAULT |
| 17 | + option: undercloud_enable_selinux |
| 18 | + value: false |
| 19 | + - section: DEFAULT |
| 20 | + option: generate_service_certificate |
| 21 | + value: false |
| 22 | + |
| 23 | + - section: DEFAULT |
| 24 | + option: local_interface |
| 25 | + value: eth0 |
| 26 | + - section: DEFAULT |
| 27 | + option: local_ip |
| 28 | + value: 192.168.122.100/24 |
| 29 | + - section: DEFAULT |
| 30 | + option: enable_routed_networks |
| 31 | + value: true |
| 32 | + - section: DEFAULT |
| 33 | + option: subnets |
| 34 | + value: ctlplane-subnet,leaf1,leaf2 |
| 35 | + - section: DEFAULT |
| 36 | + option: local_subnet |
| 37 | + value: ctlplane-subnet |
| 38 | + |
| 39 | + - section: ctlplane-subnet |
| 40 | + option: masquerade |
| 41 | + value: false |
| 42 | + |
| 43 | + - section: leaf1 |
| 44 | + option: cidr |
| 45 | + value: 192.168.133.0/24 |
| 46 | + - section: leaf1 |
| 47 | + option: gateway |
| 48 | + value: 192.168.133.1 |
| 49 | + - section: leaf1 |
| 50 | + option: masquerade |
| 51 | + value: false |
| 52 | + - section: leaf1 |
| 53 | + option: inspection_iprange |
| 54 | + value: 192.168.133.200,192.168.133.220 |
| 55 | + |
| 56 | + - section: leaf2 |
| 57 | + option: cidr |
| 58 | + value: 192.168.144.0/24 |
| 59 | + - section: leaf2 |
| 60 | + option: gateway |
| 61 | + value: 192.168.144.1 |
| 62 | + - section: leaf2 |
| 63 | + option: masquerade |
| 64 | + value: false |
| 65 | + - section: leaf2 |
| 66 | + option: inspection_iprange |
| 67 | + value: 192.168.144.200,192.168.144.220 |
| 68 | + undercloud_parameters_override: "dcn_nostorage/hieradata_overrides_undercloud.yaml" |
| 69 | + undercloud_parameters_defaults: "dcn_nostorage/undercloud_parameter_defaults.yaml" |
| 70 | + ctlplane_vip: 192.168.122.98 |
| 71 | +cloud_domain: "example.com" |
| 72 | +hostname_groups_map: |
| 73 | + # map ansible groups in the inventory to role hostname format for |
| 74 | + # 17.1 deployment |
| 75 | + osp-computes: "central-compute" |
| 76 | + osp-controllers: "central-controller" |
| 77 | + osp-dcn1-compute-az1s: "dcn1-compute1" |
| 78 | + osp-dcn2-compute-az2s: "dcn2-compute2" |
| 79 | + |
| 80 | + |
| 81 | +roles_groups_map: |
| 82 | + # map ansible groups to tripleo Role names |
| 83 | + osp-computes: "Compute" |
| 84 | + osp-controllers: "Controller" |
| 85 | + osp-dcn1-compute-az1s: "ComputeDcn1" |
| 86 | + osp-dcn2-compute-az2s: "ComputeDcn2" |
| 87 | + |
| 88 | +network_tripleo_network_map: |
| 89 | + ctlplane: ctlplane |
| 90 | + ctlplanedcn1: ctlplane |
| 91 | + ctlplanedcn2: ctlplane |
| 92 | + internalapi: internalapi |
| 93 | + internalapidcn1: internalapi |
| 94 | + internalapidcn2: internalapi |
| 95 | + storage: storage |
| 96 | + storagedcn1: storage |
| 97 | + storagedcn2: storage |
| 98 | + storagemgmt: storagemgmt |
| 99 | + storagemgmtdcn1: storagemgmt |
| 100 | + storagemgmtdcn2: storagemgmt |
| 101 | + tenant: tenant |
| 102 | + tenantdcn1: tenant |
| 103 | + tenantdcn2: tenant |
| 104 | + |
| 105 | +stacks: |
| 106 | + - stackname: "central" |
| 107 | + args: |
| 108 | + - "--override-ansible-cfg /home/zuul/ansible_config.cfg" |
| 109 | + - "--templates /usr/share/openstack-tripleo-heat-templates" |
| 110 | + - "--libvirt-type qemu" |
| 111 | + - "--timeout 90" |
| 112 | + - "--overcloud-ssh-user zuul" |
| 113 | + - "--deployed-server" |
| 114 | + - "--validation-warnings-fatal" |
| 115 | + - "--disable-validations" |
| 116 | + - "--heat-type pod" |
| 117 | + - "--disable-protected-resource-types" |
| 118 | + vars: |
| 119 | + - "/usr/share/openstack-tripleo-heat-templates/environments/docker-ha.yaml" |
| 120 | + - "/usr/share/openstack-tripleo-heat-templates/environments/podman.yaml" |
| 121 | + - "/usr/share/openstack-tripleo-heat-templates/environments/low-memory-usage.yaml" |
| 122 | + - "/usr/share/openstack-tripleo-heat-templates/environments/debug.yaml" |
| 123 | + network_data_file: "dcn_nostorage/central/network_data.yaml.j2" |
| 124 | + vips_data_file: "dcn_nostorage/central/vips_data.yaml" |
| 125 | + roles_file: "dcn_nostorage/central/roles.yaml" |
| 126 | + config_download_file: "dcn_nostorage/central/config_download.yaml" |
| 127 | + stack_nodes: |
| 128 | + - osp-computes |
| 129 | + - osp-controllers |
| 130 | + ctlplanenet: ctlplane |
| 131 | + routes: |
| 132 | + - ip_netmask: 0.0.0.0/0 |
| 133 | + next_hop: 192.168.122.1 |
| 134 | + default: true |
| 135 | + - stackname: dcn1 |
| 136 | + args: |
| 137 | + - "--override-ansible-cfg /home/zuul/ansible_config.cfg" |
| 138 | + - "--templates /usr/share/openstack-tripleo-heat-templates" |
| 139 | + - "--libvirt-type qemu" |
| 140 | + - "--timeout 90" |
| 141 | + - "--overcloud-ssh-user zuul" |
| 142 | + - "--deployed-server" |
| 143 | + - "--validation-warnings-fatal" |
| 144 | + - "--disable-validations" |
| 145 | + - "--heat-type pod" |
| 146 | + - "--disable-protected-resource-types" |
| 147 | + vars: |
| 148 | + - "/usr/share/openstack-tripleo-heat-templates/environments/docker-ha.yaml" |
| 149 | + - "/usr/share/openstack-tripleo-heat-templates/environments/podman.yaml" |
| 150 | + - "/usr/share/openstack-tripleo-heat-templates/environments/low-memory-usage.yaml" |
| 151 | + - "/usr/share/openstack-tripleo-heat-templates/environments/debug.yaml" |
| 152 | + - "/home/zuul/overcloud-deploy/central/central-export.yaml" |
| 153 | + network_data_file: "dcn_nostorage/dcn1/network_data.yaml.j2" |
| 154 | + vips_data_file: "dcn_nostorage/dcn1/vips_data.yaml" |
| 155 | + roles_file: "dcn_nostorage/dcn1/roles.yaml" |
| 156 | + config_download_file: "dcn_nostorage/dcn1/config_download.yaml" |
| 157 | + stack_nodes: |
| 158 | + - osp-dcn1-compute-az1s |
| 159 | + ctlplanenet: ctlplanedcn1 |
| 160 | + routes: |
| 161 | + - ip_netmask: 0.0.0.0/0 |
| 162 | + next_hop: 192.168.133.1 |
| 163 | + default: true |
| 164 | + network_routes: |
| 165 | + internalapidcn1: |
| 166 | + - ip_netmask: 172.17.0.0/24 |
| 167 | + next_hop: 172.17.10.1 |
| 168 | + - ip_netmask: 172.17.20.0/24 |
| 169 | + next_hop: 172.17.10.1 |
| 170 | + storagedcn1: |
| 171 | + - ip_netmask: 172.18.0.0/24 |
| 172 | + next_hop: 172.18.10.1 |
| 173 | + - ip_netmask: 172.18.20.0/24 |
| 174 | + next_hop: 172.18.10.1 |
| 175 | + tenantdcn1: |
| 176 | + - ip_netmask: 172.19.0.0/24 |
| 177 | + next_hop: 172.19.10.1 |
| 178 | + - ip_netmask: 172.19.20.0/24 |
| 179 | + next_hop: 172.19.10.1 |
| 180 | + - stackname: dcn2 |
| 181 | + args: |
| 182 | + - "--override-ansible-cfg /home/zuul/ansible_config.cfg" |
| 183 | + - "--templates /usr/share/openstack-tripleo-heat-templates" |
| 184 | + - "--libvirt-type qemu" |
| 185 | + - "--timeout 90" |
| 186 | + - "--overcloud-ssh-user zuul" |
| 187 | + - "--deployed-server" |
| 188 | + - "--validation-warnings-fatal" |
| 189 | + - "--disable-validations" |
| 190 | + - "--heat-type pod" |
| 191 | + - "--disable-protected-resource-types" |
| 192 | + vars: |
| 193 | + - "/usr/share/openstack-tripleo-heat-templates/environments/docker-ha.yaml" |
| 194 | + - "/usr/share/openstack-tripleo-heat-templates/environments/podman.yaml" |
| 195 | + - "/usr/share/openstack-tripleo-heat-templates/environments/low-memory-usage.yaml" |
| 196 | + - "/usr/share/openstack-tripleo-heat-templates/environments/debug.yaml" |
| 197 | + - "/home/zuul/overcloud-deploy/central/central-export.yaml" |
| 198 | + network_data_file: "dcn_nostorage/dcn2/network_data.yaml.j2" |
| 199 | + vips_data_file: "dcn_nostorage/dcn2/vips_data.yaml" |
| 200 | + roles_file: "dcn_nostorage/dcn2/roles.yaml" |
| 201 | + config_download_file: "dcn_nostorage/dcn2/config_download.yaml" |
| 202 | + stack_nodes: |
| 203 | + - osp-dcn2-compute-az2s |
| 204 | + ctlplanenet: ctlplanedcn2 |
| 205 | + routes: |
| 206 | + - ip_netmask: 0.0.0.0/0 |
| 207 | + next_hop: 192.168.144.1 |
| 208 | + default: true |
| 209 | + network_routes: |
| 210 | + internalapidcn2: |
| 211 | + - ip_netmask: 172.17.0.0/24 |
| 212 | + next_hop: 172.17.20.1 |
| 213 | + - ip_netmask: 172.17.10.0/24 |
| 214 | + next_hop: 172.17.20.1 |
| 215 | + storagedcn2: |
| 216 | + - ip_netmask: 172.18.0.0/24 |
| 217 | + next_hop: 172.18.20.1 |
| 218 | + - ip_netmask: 172.18.10.0/24 |
| 219 | + next_hop: 172.18.20.1 |
| 220 | + tenantdcn2: |
| 221 | + - ip_netmask: 172.19.0.0/24 |
| 222 | + next_hop: 172.19.20.1 |
| 223 | + - ip_netmask: 172.19.10.0/24 |
| 224 | + next_hop: 172.19.20.1 |
0 commit comments