Tatyana Leontovich | 4565c52 | 2018-12-28 02:48:56 +0200 | [diff] [blame] | 1 | nodes: |
| 2 | cfg01.cookied-cicd-ovs-maas.local: |
| 3 | reclass_storage_name: infra_config_node01 |
| 4 | roles: |
| 5 | - infra_config |
| 6 | - linux_system_codename_xenial |
obutenko | a1e3cea | 2019-01-12 21:11:55 +0200 | [diff] [blame] | 7 | - features_runtest_cfg |
Tatyana Leontovich | 4565c52 | 2018-12-28 02:48:56 +0200 | [diff] [blame] | 8 | interfaces: |
| 9 | ens3: |
| 10 | role: single_static_mgm |
| 11 | ens4: |
| 12 | role: single_static_ctl |
| 13 | |
| 14 | # Physical nodes |
| 15 | kvm01.cookied-cicd-ovs-maas.local: |
| 16 | reclass_storage_name: infra_kvm_node01 |
| 17 | roles: |
| 18 | - infra_kvm |
| 19 | - linux_system_codename_xenial |
| 20 | interfaces: |
| 21 | enp3s0f0: |
| 22 | role: single_mgm_dhcp |
| 23 | enp3s0f1: |
| 24 | role: bond0_ab_ovs_vlan_ctl |
| 25 | |
| 26 | kvm02.cookied-cicd-ovs-maas.local: |
| 27 | reclass_storage_name: infra_kvm_node02 |
| 28 | roles: |
| 29 | - infra_kvm |
| 30 | - linux_system_codename_xenial |
| 31 | interfaces: |
| 32 | enp3s0f0: |
| 33 | role: single_mgm_dhcp |
| 34 | enp3s0f1: |
| 35 | role: bond0_ab_ovs_vlan_ctl |
| 36 | |
| 37 | kvm03.cookied-cicd-ovs-maas.local: |
| 38 | reclass_storage_name: infra_kvm_node03 |
| 39 | roles: |
| 40 | - infra_kvm |
| 41 | - linux_system_codename_xenial |
| 42 | interfaces: |
| 43 | enp3s0f0: |
| 44 | role: single_mgm_dhcp |
| 45 | enp3s0f1: |
| 46 | role: bond0_ab_ovs_vlan_ctl |
| 47 | |
| 48 | osd<<count>>: |
| 49 | reclass_storage_name: ceph_osd_rack01 |
| 50 | roles: |
| 51 | - ceph_osd |
| 52 | - linux_system_codename_xenial |
| 53 | interfaces: |
| 54 | enp9s0f0: |
| 55 | role: single_dhcp |
| 56 | enp9s0f1: |
| 57 | role: single_vlan_ctl |
| 58 | # role: bond0_ab_vlan_ceph_storage_backend |
| 59 | |
| 60 | cmp<<count>>: |
| 61 | reclass_storage_name: openstack_compute_rack01 |
| 62 | roles: |
| 63 | - openstack_compute |
| 64 | - linux_system_codename_xenial |
| 65 | interfaces: |
| 66 | enp9s0f0: |
| 67 | role: single_mgm_dhcp |
| 68 | enp9s0f1: |
| 69 | role: bond0_ab_dvr_vxlan_ctl_mesh_floating |
| 70 | |
| 71 | gtw01.cookied-cicd-ovs-maas.local: |
| 72 | reclass_storage_name: openstack_gateway_node01 |
| 73 | roles: |
| 74 | - openstack_gateway |
| 75 | - linux_system_codename_xenial |
Tatyana Leontovich | 4565c52 | 2018-12-28 02:48:56 +0200 | [diff] [blame] | 76 | interfaces: |
| 77 | enp3s0f0: |
| 78 | role: single_mgm_dhcp |
| 79 | enp3s0f1: |
| 80 | role: bond0_ab_dvr_vxlan_ctl_mesh_external |
| 81 | external_address: 172.17.42.5 |
| 82 | external_network_netmask: 255.255.255.192 |
| 83 | |
| 84 | gtw02.cookied-cicd-ovs-maas.local: |
| 85 | reclass_storage_name: openstack_gateway_node02 |
| 86 | roles: |
| 87 | - openstack_gateway |
| 88 | - linux_system_codename_xenial |
| 89 | interfaces: |
| 90 | enp3s0f0: |
| 91 | role: single_mgm_dhcp |
| 92 | enp3s0f1: |
| 93 | role: bond0_ab_dvr_vxlan_ctl_mesh_external |
| 94 | external_address: 172.17.42.6 |
| 95 | external_network_netmask: 255.255.255.192 |
| 96 | |
| 97 | gtw03.cookied-cicd-ovs-maas.local: |
| 98 | reclass_storage_name: openstack_gateway_node03 |
| 99 | roles: |
| 100 | - openstack_gateway |
| 101 | - linux_system_codename_xenial |
| 102 | interfaces: |
| 103 | enp2s0f0: |
| 104 | role: single_mgm_dhcp |
| 105 | enp2s0f1: |
| 106 | role: bond0_ab_dvr_vxlan_ctl_mesh_external |
| 107 | external_address: 172.17.42.7 |
| 108 | external_network_netmask: 255.255.255.192 |