File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -7,3 +7,4 @@ IRONIC_ENDPOINT=http://172.22.0.2:6385/v1/
77IRONIC_INSPECTOR_ENDPOINT = http://172.22.0.2:5050/v1/
88CACHEURL = http://172.22.0.1/images
99IRONIC_FAST_TRACK = true
10+ USE_IRONIC_INSPECTOR = true
Original file line number Diff line number Diff line change @@ -2124,6 +2124,7 @@ data:
21242124 IRONIC_FAST_TRACK : " true"
21252125 IRONIC_INSPECTOR_ENDPOINT : http://172.22.0.2:5050/v1/
21262126 PROVISIONING_INTERFACE : eth2
2127+ USE_IRONIC_INSPECTOR : " true"
21272128kind : ConfigMap
21282129metadata :
21292130 name : baremetal-operator-ironic
Original file line number Diff line number Diff line change @@ -7,4 +7,5 @@ DEPLOY_RAMDISK_URL=http://172.22.0.2:6180/images/ironic-python-agent.initramfs
77IRONIC_ENDPOINT = http://172.22.0.2:6385/v1/
88IRONIC_INSPECTOR_ENDPOINT = http://172.22.0.2:5050/v1/
99CACHEURL = http://172.22.0.1/images
10- IRONIC_FAST_TRACK = true
10+ IRONIC_FAST_TRACK = true
11+ USE_IRONIC_INSPECTOR = true
Original file line number Diff line number Diff line change 2020 hostNetwork : true
2121 containers :
2222 - name : ironic-dnsmasq
23- image : quay.io/metal3-io/ironic
23+ image : quay.io/metal3-io/ironic:release-23.1
2424 imagePullPolicy : Always
2525 securityContext :
2626 # Must be true so dnsmasq may get the capabilities via file caps
6161 - configMapRef :
6262 name : ironic-bmo-configmap
6363 - name : ironic
64- image : quay.io/metal3-io/ironic
64+ image : quay.io/metal3-io/ironic:release-23.1
6565 imagePullPolicy : Always
6666 command :
6767 - /bin/runironic
9696 runAsUser : 997 # ironic
9797 runAsGroup : 994 # ironic
9898 - name : ironic-log-watch
99- image : quay.io/metal3-io/ironic
99+ image : quay.io/metal3-io/ironic:release-23.1
100100 imagePullPolicy : Always
101101 command :
102102 - /bin/runlogwatch.sh
@@ -112,7 +112,7 @@ spec:
112112 runAsUser : 997 # ironic
113113 runAsGroup : 994 # ironic
114114 - name : ironic-inspector
115- image : quay.io/metal3-io/ironic
115+ image : quay.io/metal3-io/ironic:release-23.1
116116 imagePullPolicy : Always
117117 readinessProbe :
118118 exec :
@@ -144,7 +144,7 @@ spec:
144144 runAsUser : 996 # ironic-inspector
145145 runAsGroup : 993 # ironicinspector
146146 - name : ironic-httpd
147- image : quay.io/metal3-io/ironic
147+ image : quay.io/metal3-io/ironic:release-23.1
148148 imagePullPolicy : Always
149149 command :
150150 - /bin/runhttpd
Original file line number Diff line number Diff line change @@ -9,3 +9,4 @@ IRONIC_INSPECTOR_ENDPOINT=http://172.22.0.2:5050/v1/
99CACHEURL = http://172.22.0.1/images
1010IRONIC_FAST_TRACK = true
1111IRONIC_KERNEL_PARAMS = console=ttyS0
12+ USE_IRONIC_INSPECTOR = true
Original file line number Diff line number Diff line change @@ -9,3 +9,4 @@ CACHEURL=http://172.22.0.1/images
99IRONIC_FAST_TRACK = true
1010IRONIC_KERNEL_PARAMS = console=ttyS0
1111IRONIC_INSPECTOR_VLAN_INTERFACES = all
12+ USE_IRONIC_INSPECTOR = true
Original file line number Diff line number Diff line change 44
55SCRIPTDIR=" $( cd " $( dirname " ${BASH_SOURCE[0]} " ) /.." && pwd ) "
66
7- IRONIC_IMAGE=${IRONIC_IMAGE:- " quay.io/metal3-io/ironic:main " }
7+ IRONIC_IMAGE=${IRONIC_IMAGE:- " quay.io/metal3-io/ironic:release-23.1 " }
88IRONIC_KEEPALIVED_IMAGE=${IRONIC_KEEPALIVED_IMAGE:- " quay.io/metal3-io/keepalived" }
99IPA_DOWNLOADER_IMAGE=${IPA_DOWNLOADER_IMAGE:- " quay.io/metal3-io/ironic-ipa-downloader:main" }
1010MARIADB_IMAGE=${MARIADB_IMAGE:- " quay.io/metal3-io/mariadb:main" }
You can’t perform that action at this time.
0 commit comments