29
29
- name : CACHEURL
30
30
valueFrom :
31
31
configMapKeyRef :
32
- name : ironic-bmo-configmap
32
+ name : metal3-config
33
33
key : cache_url
34
34
- name : rhcos-downloader
35
35
image : quay.io/openshift-metal3/rhcos-downloader:master
@@ -45,12 +45,12 @@ spec:
45
45
- name : RHCOS_IMAGE_URL
46
46
valueFrom :
47
47
configMapKeyRef :
48
- name : ironic-bmo-configmap
48
+ name : metal3-config
49
49
key : rhcos_image_url
50
50
- name : CACHEURL
51
51
valueFrom :
52
52
configMapKeyRef :
53
- name : ironic-bmo-configmap
53
+ name : metal3-config
54
54
key : cache_url
55
55
- name : static-ip-set
56
56
image : quay.io/metal3-io/static-ip-manager:latest
@@ -63,12 +63,12 @@ spec:
63
63
- name : PROVISIONING_IP
64
64
valueFrom :
65
65
configMapKeyRef :
66
- name : ironic-bmo-configmap
66
+ name : metal3-config
67
67
key : provisioning_ip
68
68
- name : PROVISIONING_INTERFACE
69
69
valueFrom :
70
70
configMapKeyRef :
71
- name : ironic-bmo-configmap
71
+ name : metal3-config
72
72
key : provisioning_interface
73
73
containers :
74
74
- name : baremetal-operator
@@ -93,22 +93,22 @@ spec:
93
93
- name : DEPLOY_KERNEL_URL
94
94
valueFrom :
95
95
configMapKeyRef :
96
- name : ironic-bmo-configmap
96
+ name : metal3-config
97
97
key : deploy_kernel_url
98
98
- name : DEPLOY_RAMDISK_URL
99
99
valueFrom :
100
100
configMapKeyRef :
101
- name : ironic-bmo-configmap
101
+ name : metal3-config
102
102
key : deploy_ramdisk_url
103
103
- name : IRONIC_ENDPOINT
104
104
valueFrom :
105
105
configMapKeyRef :
106
- name : ironic-bmo-configmap
106
+ name : metal3-config
107
107
key : ironic_endpoint
108
108
- name : IRONIC_INSPECTOR_ENDPOINT
109
109
valueFrom :
110
110
configMapKeyRef :
111
- name : ironic-bmo-configmap
111
+ name : metal3-config
112
112
key : ironic_inspector_endpoint
113
113
- name : ironic-dnsmasq
114
114
image : quay.io/metal3-io/ironic:master
@@ -124,17 +124,17 @@ spec:
124
124
- name : HTTP_PORT
125
125
valueFrom :
126
126
configMapKeyRef :
127
- name : ironic-bmo-configmap
127
+ name : metal3-config
128
128
key : http_port
129
129
- name : PROVISIONING_INTERFACE
130
130
valueFrom :
131
131
configMapKeyRef :
132
- name : ironic-bmo-configmap
132
+ name : metal3-config
133
133
key : provisioning_interface
134
134
- name : DHCP_RANGE
135
135
valueFrom :
136
136
configMapKeyRef :
137
- name : ironic-bmo-configmap
137
+ name : metal3-config
138
138
key : dhcp_range
139
139
- name : mariadb
140
140
image : quay.io/metal3-io/ironic:master
@@ -166,12 +166,12 @@ spec:
166
166
- name : HTTP_PORT
167
167
valueFrom :
168
168
configMapKeyRef :
169
- name : ironic-bmo-configmap
169
+ name : metal3-config
170
170
key : http_port
171
171
- name : PROVISIONING_INTERFACE
172
172
valueFrom :
173
173
configMapKeyRef :
174
- name : ironic-bmo-configmap
174
+ name : metal3-config
175
175
key : provisioning_interface
176
176
- name : ironic-conductor
177
177
image : quay.io/metal3-io/ironic:master
@@ -192,12 +192,12 @@ spec:
192
192
- name : HTTP_PORT
193
193
valueFrom :
194
194
configMapKeyRef :
195
- name : ironic-bmo-configmap
195
+ name : metal3-config
196
196
key : http_port
197
197
- name : PROVISIONING_INTERFACE
198
198
valueFrom :
199
199
configMapKeyRef :
200
- name : ironic-bmo-configmap
200
+ name : metal3-config
201
201
key : provisioning_interface
202
202
- name : ironic-api
203
203
image : quay.io/metal3-io/ironic:master
@@ -218,12 +218,12 @@ spec:
218
218
- name : HTTP_PORT
219
219
valueFrom :
220
220
configMapKeyRef :
221
- name : ironic-bmo-configmap
221
+ name : metal3-config
222
222
key : http_port
223
223
- name : PROVISIONING_INTERFACE
224
224
valueFrom :
225
225
configMapKeyRef :
226
- name : ironic-bmo-configmap
226
+ name : metal3-config
227
227
key : provisioning_interface
228
228
- name : ironic-inspector
229
229
image : quay.io/metal3-io/ironic-inspector:master
@@ -237,7 +237,7 @@ spec:
237
237
- name : PROVISIONING_INTERFACE
238
238
valueFrom :
239
239
configMapKeyRef :
240
- name : ironic-bmo-configmap
240
+ name : metal3-config
241
241
key : provisioning_interface
242
242
- name : static-ip-refresh
243
243
image : quay.io/metal3-io/static-ip-manager:latest
@@ -250,12 +250,12 @@ spec:
250
250
- name : PROVISIONING_IP
251
251
valueFrom :
252
252
configMapKeyRef :
253
- name : ironic-bmo-configmap
253
+ name : metal3-config
254
254
key : provisioning_ip
255
255
- name : PROVISIONING_INTERFACE
256
256
valueFrom :
257
257
configMapKeyRef :
258
- name : ironic-bmo-configmap
258
+ name : metal3-config
259
259
key : provisioning_interface
260
260
volumes :
261
261
- name : ironic-data-volume
0 commit comments