Dmitry Tyzhnenko | 34595f8 | 2018-06-12 19:03:12 +0300 | [diff] [blame] | 1 | nodes: |
| 2 | cfg01.bm-mcp-pike-k8s-contrail.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 | kvm01.bm-mcp-pike-k8s-contrail.local: |
| 13 | reclass_storage_name: infra_kvm_node01 |
| 14 | roles: |
| 15 | - infra_kvm |
| 16 | - linux_system_codename_xenial |
| 17 | interfaces: |
| 18 | enp9s0f0: |
| 19 | role: single_mgm |
| 20 | enp9s0f1: |
sgudz | fc5b22f | 2018-08-23 17:45:04 +0300 | [diff] [blame] | 21 | role: single_vlan_ctl |
Dmitry Tyzhnenko | 34595f8 | 2018-06-12 19:03:12 +0300 | [diff] [blame] | 22 | |
| 23 | kvm02.bm-mcp-pike-k8s-contrail.local: |
| 24 | reclass_storage_name: infra_kvm_node02 |
| 25 | roles: |
| 26 | - infra_kvm |
| 27 | - linux_system_codename_xenial |
| 28 | interfaces: |
| 29 | enp9s0f0: |
| 30 | role: single_mgm |
| 31 | enp9s0f1: |
sgudz | fc5b22f | 2018-08-23 17:45:04 +0300 | [diff] [blame] | 32 | role: single_vlan_ctl |
Dmitry Tyzhnenko | 34595f8 | 2018-06-12 19:03:12 +0300 | [diff] [blame] | 33 | |
| 34 | kvm03.bm-mcp-pike-k8s-contrail.local: |
| 35 | reclass_storage_name: infra_kvm_node03 |
| 36 | roles: |
| 37 | - infra_kvm |
| 38 | - linux_system_codename_xenial |
| 39 | interfaces: |
| 40 | enp9s0f0: |
| 41 | role: single_mgm |
| 42 | enp9s0f1: |
sgudz | fc5b22f | 2018-08-23 17:45:04 +0300 | [diff] [blame] | 43 | role: single_vlan_ctl |
Dmitry Tyzhnenko | 34595f8 | 2018-06-12 19:03:12 +0300 | [diff] [blame] | 44 | |
Dmitry Tyzhnenko | 7c7b7d8 | 2018-07-20 15:35:07 +0300 | [diff] [blame] | 45 | ctl01.bm-mcp-pike-k8s-contrail.local: |
| 46 | reclass_storage_name: kubernetes_control_node01 |
| 47 | roles: |
| 48 | - kubernetes_control_contrail |
| 49 | - linux_system_codename_xenial |
| 50 | interfaces: |
| 51 | enp2s0f0: |
| 52 | role: single_mgm |
| 53 | deploy_address: 172.17.41.9 |
| 54 | enp2s0f1: |
sgudz | fc5b22f | 2018-08-23 17:45:04 +0300 | [diff] [blame] | 55 | role: single_vlan_ctl |
Dmitry Tyzhnenko | 7c7b7d8 | 2018-07-20 15:35:07 +0300 | [diff] [blame] | 56 | single_address: 10.167.8.239 |
| 57 | |
| 58 | ctl02.bm-mcp-pike-k8s-contrail.local: |
| 59 | reclass_storage_name: kubernetes_control_node02 |
| 60 | roles: |
| 61 | - kubernetes_control_contrail |
| 62 | - linux_system_codename_xenial |
| 63 | interfaces: |
| 64 | enp2s0f0: |
| 65 | role: single_mgm |
| 66 | deploy_address: 172.17.41.10 |
| 67 | enp2s0f1: |
sgudz | fc5b22f | 2018-08-23 17:45:04 +0300 | [diff] [blame] | 68 | role: single_vlan_ctl |
Dmitry Tyzhnenko | 7c7b7d8 | 2018-07-20 15:35:07 +0300 | [diff] [blame] | 69 | single_address: 10.167.8.238 |
| 70 | |
| 71 | ctl03.bm-mcp-pike-k8s-contrail.local: |
| 72 | reclass_storage_name: kubernetes_control_node03 |
| 73 | roles: |
| 74 | - kubernetes_control_contrail |
| 75 | - linux_system_codename_xenial |
| 76 | interfaces: |
| 77 | enp2s0f0: |
| 78 | role: single_mgm |
| 79 | deploy_address: 172.17.41.11 |
| 80 | enp2s0f1: |
sgudz | fc5b22f | 2018-08-23 17:45:04 +0300 | [diff] [blame] | 81 | role: single_vlan_ctl |
Dmitry Tyzhnenko | 7c7b7d8 | 2018-07-20 15:35:07 +0300 | [diff] [blame] | 82 | single_address: 10.167.8.237 |
| 83 | |
Dmitry Tyzhnenko | 34595f8 | 2018-06-12 19:03:12 +0300 | [diff] [blame] | 84 | cmp001.bm-mcp-pike-k8s-contrail.local: |
| 85 | reclass_storage_name: kubernetes_compute_node001 |
| 86 | roles: |
| 87 | - linux_system_codename_xenial |
| 88 | - kubernetes_compute_contrail |
| 89 | - salt_master_host |
Dmitry Tyzhnenko | 34595f8 | 2018-06-12 19:03:12 +0300 | [diff] [blame] | 90 | interfaces: |
| 91 | enp9s0f0: |
| 92 | role: single_dhcp |
Dmitry Tyzhnenko | 34595f8 | 2018-06-12 19:03:12 +0300 | [diff] [blame] | 93 | ens11f1: |
sgudz | fc5b22f | 2018-08-23 17:45:04 +0300 | [diff] [blame] | 94 | role: k8s_oc40_only_vhost_on_control_vlan |
| 95 | single_address: 10.167.8.103 |
Dmitry Tyzhnenko | 34595f8 | 2018-06-12 19:03:12 +0300 | [diff] [blame] | 96 | |
Dmitry Tyzhnenko | 7c7b7d8 | 2018-07-20 15:35:07 +0300 | [diff] [blame] | 97 | cmp002.bm-mcp-pike-k8s-contrail.local: |
| 98 | reclass_storage_name: kubernetes_compute_node002 |
| 99 | roles: |
| 100 | - linux_system_codename_xenial |
| 101 | - kubernetes_compute_contrail |
| 102 | - salt_master_host |
Dmitry Tyzhnenko | 7c7b7d8 | 2018-07-20 15:35:07 +0300 | [diff] [blame] | 103 | interfaces: |
| 104 | enp9s0f0: |
| 105 | role: single_dhcp |
Dmitry Tyzhnenko | 7c7b7d8 | 2018-07-20 15:35:07 +0300 | [diff] [blame] | 106 | ens11f1: |
sgudz | fc5b22f | 2018-08-23 17:45:04 +0300 | [diff] [blame] | 107 | role: k8s_oc40_only_vhost_on_control_vlan |
| 108 | single_address: 10.167.8.104 |