3ca3cb1e34d273e5111b2b9c358e270faece7699
[yaml_builds.git] / site / site30 / baremetal / rack.yaml
1 ---
2 ##############################################################################
3 # Copyright © 2018 AT&T Intellectual Property. All rights reserved.          #
4 #                                                                            #
5 # Licensed under the Apache License, Version 2.0 (the "License"); you may    #
6 # not use this file except in compliance with the License.                   #
7 #                                                                            #
8 # You may obtain a copy of the License at                                    #
9 #       http://www.apache.org/licenses/LICENSE-2.0                           #
10 #                                                                            #
11 # Unless required by applicable law or agreed to in writing, software        #
12 # distributed under the License is distributed on an "AS IS" BASIS, WITHOUT  #
13 # WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.           #
14 # See the License for the specific language governing permissions and        #
15 # limitations under the License.                                             #
16 ##############################################################################
17
18 schema: 'drydock/BaremetalNode/v1'
19 metadata:
20   schema: 'metadata/Document/v1'
21   name: aknode31
22   layeringDefinition:
23     abstract: false
24     layer: site
25   storagePolicy: cleartext
26 data:
27   host_profile: MyControlPlane_HP
28 #/new/notused/aic-clcp-manifests/site/clcp-seaworthy/profiles/host/cp_rack.yaml
29   addressing:
30     - network: oob
31       address: 192.168.41.131
32     - network: pxe
33       address: 172.30.1.31
34     - network: oam
35       address: 192.168.2.31
36     - network: storage
37       address: 172.31.1.31
38     - network: overlay
39       address: 10.0.101.31
40     - network: calico
41       address: 172.29.1.31
42   metadata:
43     rack: RACK01
44     tags:
45       - 'masters'
46 ---
47 schema: 'drydock/BaremetalNode/v1'
48 metadata:
49   schema: 'metadata/Document/v1'
50   name: aknode32
51   layeringDefinition:
52     abstract: false
53     layer: site
54   storagePolicy: cleartext
55 data:
56   host_profile: MyControlPlane_HP
57 #/new/notused/aic-clcp-manifests/site/clcp-seaworthy/profiles/host/cp_rack.yaml
58   addressing:
59     - network: oob
60       address: 192.168.41.132
61     - network: pxe
62       address: 172.30.1.32
63     - network: oam
64       address: 192.168.2.32
65     - network: storage
66       address: 172.31.1.32
67     - network: overlay
68       address: 10.0.101.32
69     - network: calico
70       address: 172.29.1.32
71   metadata:
72     rack: RACK01
73     tags:
74       - 'masters'
75 ---
76 schema: 'drydock/BaremetalNode/v1'
77 metadata:
78   schema: 'metadata/Document/v1'
79   name: aknode33
80   layeringDefinition:
81     abstract: false
82     layer: site
83   storagePolicy: cleartext
84 data:
85   host_profile: MyComputePlane_HP
86   addressing:
87     - network: oob
88       address: 192.168.41.133
89     - network: pxe
90       address: 172.30.1.33
91     - network: oam
92       address: 192.168.2.33
93     - network: storage
94       address: 172.31.1.33
95     - network: overlay
96       address: 10.0.101.33
97     - network: calico
98       address: 172.29.1.33
99   metadata:
100     rack: RACK01
101     tags:
102       - 'workers'
103 #---
104 #schema: 'drydock/BaremetalNode/v1'
105 #metadata:
106 #  schema: 'metadata/Document/v1'
107 #  name: aknode34
108 #  layeringDefinition:
109 #    abstract: false
110 #    layer: site
111 #  storagePolicy: cleartext
112 #data:
113 #  host_profile: MyComputePlane_HP
114 #  addressing:
115 #    - network: oob
116 #      address: 192.168.41.134
117 #    - network: pxe
118 #      address: 172.30.1.34
119 #    - network: oam
120 #      address: 192.168.2.34
121 #    - network: storage
122 #      address: 172.31.1.34
123 #    - network: overlay
124 #      address: 10.0.101.34
125 #    - network: calico
126 #      address: 172.29.1.34
127 #  metadata:
128 #    rack: RACK01
129 #    tags:
130 #      - 'workers'
131 ...