sgudz | f0ff030 | 2018-01-29 18:50:01 +0200 | [diff] [blame] | 1 | nodes:
|
| 2 | cfg01.ocata-cicd.local:
|
| 3 | reclass_storage_name: infra_config_node01
|
| 4 | roles:
|
| 5 | - infra_config
|
| 6 | - linux_system_codename_xenial
|
| 7 | interfaces:
|
| 8 | ens3:
|
| 9 | role: single_dhcp
|
| 10 | # Physical nodes
|
| 11 |
|
| 12 | cid01.ocata-cicd.local:
|
| 13 | reclass_storage_name: cicd_control_node01
|
| 14 | roles:
|
| 15 | - cicd_control_leader
|
| 16 | - linux_system_codename_xenial
|
| 17 | interfaces:
|
| 18 | enp2s0f0:
|
| 19 | role: single_mgm
|
| 20 | deploy_address: 172.16.49.70
|
| 21 | enp2s0f1:
|
| 22 | role: single_vlan_ctl
|
| 23 | single_address: 10.167.8.91
|
| 24 |
|
| 25 | cid02.ocata-cicd.local:
|
| 26 | reclass_storage_name: cicd_control_node02
|
| 27 | roles:
|
| 28 | - cicd_control_manager
|
| 29 | - linux_system_codename_xenial
|
| 30 | interfaces:
|
| 31 | enp2s0f0:
|
| 32 | role: single_mgm
|
| 33 | deploy_address: 172.16.49.71
|
| 34 | enp2s0f1:
|
| 35 | role: single_vlan_ctl
|
| 36 | single_address: 10.167.8.92
|
| 37 |
|
| 38 | cid03.ocata-cicd.local:
|
| 39 | reclass_storage_name: cicd_control_node03
|
| 40 | roles:
|
| 41 | - cicd_control_manager
|
| 42 | - linux_system_codename_xenial
|
| 43 | interfaces:
|
| 44 | enp2s0f0:
|
| 45 | role: single_mgm
|
| 46 | deploy_address: 172.16.49.72
|
| 47 | enp2s0f1:
|
| 48 | role: single_vlan_ctl
|
| 49 | single_address: 10.167.8.93
|
| 50 |
|
| 51 | kvm01.ocata-cicd.local:
|
| 52 | reclass_storage_name: infra_kvm_node01
|
| 53 | roles:
|
| 54 | - infra_kvm
|
| 55 | - linux_system_codename_xenial
|
| 56 | interfaces:
|
| 57 | enp9s0f0:
|
| 58 | role: single_mgm
|
| 59 | enp9s0f1:
|
| 60 | role: bond0_ab_ovs_vlan_ctl
|
| 61 |
|
| 62 | kvm02.ocata-cicd.local:
|
| 63 | reclass_storage_name: infra_kvm_node02
|
| 64 | roles:
|
| 65 | - infra_kvm
|
| 66 | - linux_system_codename_xenial
|
| 67 | interfaces:
|
| 68 | enp9s0f0:
|
| 69 | role: single_mgm
|
| 70 | enp9s0f1:
|
| 71 | role: bond0_ab_ovs_vlan_ctl
|
| 72 |
|
| 73 | kvm03.ocata-cicd.local:
|
| 74 | reclass_storage_name: infra_kvm_node03
|
| 75 | roles:
|
| 76 | - infra_kvm
|
| 77 | - linux_system_codename_xenial
|
| 78 | interfaces:
|
| 79 | enp9s0f0:
|
| 80 | role: single_mgm
|
| 81 | enp9s0f1:
|
| 82 | role: bond0_ab_ovs_vlan_ctl
|
| 83 |
|
| 84 | cmp001.ocata-cicd.local:
|
| 85 | reclass_storage_name: openstack_compute_node01
|
| 86 | roles:
|
| 87 | - openstack_compute_dpdk
|
| 88 | - features_lvm_backend
|
| 89 | - linux_system_codename_xenial
|
| 90 | - openstack_compute_sriov
|
| 91 | interfaces:
|
| 92 | enp2s0f0:
|
| 93 | role: single_mgm
|
| 94 | deploy_address: 172.16.49.73
|
| 95 | enp2s0f1:
|
| 96 | role: single_vlan_ctl
|
| 97 | single_address: 10.167.8.101
|
| 98 | enp5s0f0:
|
| 99 | role: single_ovs_dpdk_prv
|
| 100 | tenant_address: 192.168.0.101
|
| 101 | dpdk_pci: "0000:05:00.0"
|
| 102 |
|
| 103 | cmp002.ocata-cicd.local:
|
| 104 | reclass_storage_name: openstack_compute_node02
|
| 105 | roles:
|
| 106 | - openstack_compute_dpdk
|
| 107 | - features_lvm_backend
|
| 108 | - linux_system_codename_xenial
|
| 109 | - openstack_compute_sriov
|
| 110 | interfaces:
|
| 111 | enp2s0f0:
|
| 112 | role: single_mgm
|
| 113 | deploy_address: 172.16.49.74
|
| 114 | enp2s0f1:
|
| 115 | role: single_vlan_ctl
|
| 116 | single_address: 10.167.8.102
|
| 117 | enp5s0f0:
|
| 118 | role: single_ovs_dpdk_prv
|
| 119 | tenant_address: 192.168.0.102
|
| 120 | dpdk_pci: "0000:05:00.0"
|
| 121 |
|
| 122 | gtw01.ocata-cicd.local:
|
| 123 | reclass_storage_name: openstack_gateway_node01
|
| 124 | roles:
|
| 125 | - openstack_gateway
|
| 126 | - linux_system_codename_xenial
|
Tatyana Leontovich | eea03e9 | 2018-11-20 12:51:50 +0200 | [diff] [blame] | 127 | classes:
|
| 128 | - system.linux.system.repo.mcp.apt_mirantis.docker
|
sgudz | f0ff030 | 2018-01-29 18:50:01 +0200 | [diff] [blame] | 129 | interfaces:
|
| 130 | enp9s0f0:
|
| 131 | role: single_mgm
|
| 132 | deploy_address: 172.16.49.75
|
| 133 | enp9s0f1:
|
| 134 | role: bond0_ab_dvr_vxlan_ctl_mesh_floating
|
| 135 |
|
| 136 | # gtw02.ocata-cicd.local:
|
| 137 | # reclass_storage_name: openstack_gateway_node02
|
| 138 | # roles:
|
| 139 | # - openstack_gateway
|
| 140 | # - linux_system_codename_xenial
|
| 141 | # interfaces:
|
| 142 | # enp10s0f0:
|
| 143 | # role: single_mgm
|
| 144 | # enp10s0f1:
|
| 145 | # role: bond0_ab_dvr_vlan_ctl_prv_floating
|