blob: 76189cf78774c2bceedaec8ab8bc9d7a86b7dada [file] [log] [blame]
abaraniuke46fea52018-10-04 16:13:22 +03001nodes:
2 cfg01.cookied-bm-oc40-queens.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 ens4:
11 role: single_static_ctl
12 single_address: 10.167.8.99
13
14 # Physical nodes
15 kvm01.cookied-bm-oc40-queens.local:
16 reclass_storage_name: infra_kvm_node01
17 roles:
18 - infra_kvm
19 - linux_system_codename_xenial
20 interfaces:
21 enp9s0f0:
22 role: single_mgm
23 enp9s0f1:
24 role: bond0_ab_ovs_vlan_ctl
25
26 kvm02.cookied-bm-oc40-queens.local:
27 reclass_storage_name: infra_kvm_node02
28 roles:
29 - infra_kvm
30 - linux_system_codename_xenial
31 interfaces:
32 enp9s0f0:
33 role: single_mgm
34 enp9s0f1:
35 role: bond0_ab_ovs_vlan_ctl
36
37 kvm03.cookied-bm-oc40-queens.local:
38 reclass_storage_name: infra_kvm_node03
39 roles:
40 - infra_kvm
41 - linux_system_codename_xenial
42 interfaces:
43 enp9s0f0:
44 role: single_mgm
45 enp9s0f1:
46 role: bond0_ab_ovs_vlan_ctl
47
48 cmp<<count>>:
49 reclass_storage_name: openstack_compute_rack01
50 roles:
51 - openstack_compute
52 - features_lvm_backend_volume_sdb
53 - linux_system_codename_xenial
54 interfaces:
55 enp2s0f1:
56 enp2s0f1:
57 role: single_dhcp
58 enp5s0f0:
59 role: bond0_ab_contrail
60 enp5s0f1:
61 role: single_vlan_ctl
62
obutenko15d638d2018-12-04 16:17:58 +020063environment_metadata:
64 public_gateway: 172.17.16.1
65 public_cidr: 172.17.16.0/24
66 public_allocation_start: 172.17.16.201
67 public_allocation_end: 172.17.16.245
68 tempest_test_target: ctl01*
69
abaraniuke46fea52018-10-04 16:13:22 +030070# cmp001.cookied-bm-oc40-queens.local:
71# reclass_storage_name: openstack_compute_node01
72# roles:
73# - openstack_compute
74# - features_lvm_backend_volume_sdb
75# - linux_system_codename_xenial
76# interfaces:
77# enp2s0f1:
78# role: single_mgm
79# deploy_address: 172.16.49.73
80# enp5s0f0:
81# role: single_contrail_vlan_prv
82# tenant_address: 192.168.0.101
83# enp5s0f1:
84# role: single_vlan_ctl
85# single_address: 10.167.8.101
86# cmp002.cookied-bm-oc40-queens.local:
87# reclass_storage_name: openstack_compute_node02
88# roles:
89# - openstack_compute
90# - features_lvm_backend_volume_sdb
91# - linux_system_codename_xenial
92# interfaces:
93# enp2s0f1:
94# role: single_mgm
95# deploy_address: 172.16.49.74
96# enp5s0f0:
97# role: single_contrail_vlan_prv
98# tenant_address: 192.168.0.102
99# enp5s0f1:
100# role: single_vlan_ctl
obutenko15d638d2018-12-04 16:17:58 +0200101# single_address: 10.167.8.102