File tree Expand file tree Collapse file tree 1 file changed +2
-0
lines changed
data/data/bootstrap/baremetal/files/etc/containers/systemd Expand file tree Collapse file tree 1 file changed +2
-0
lines changed Original file line number Diff line number Diff line change @@ -16,6 +16,7 @@ Volume=ironic.volume:/shared:z
16
16
Volume=/etc/containers:/tmp/containers:z
17
17
Volume=${AUTH_DIR}:/auth:z,ro
18
18
Volume=/opt/openshift:/opt/openshift:z,ro
19
+ Volume=/etc/pki/ca-trust/source/anchors/ca.crt:/tmp/ca.crt:z,ro
19
20
Environment="DEPLOY_ISO=/shared/html/images/ironic-python-agent.iso"
20
21
Environment="DEPLOY_INITRD=/shared/html/images/ironic-python-agent.initramfs"
21
22
Environment="IRONIC_BASE_URL=${IRONIC_BASE_URL}"
@@ -25,6 +26,7 @@ Environment="IP_OPTIONS=${EXTERNAL_IP_OPTIONS}"
25
26
Environment="REGISTRIES_CONF_PATH=/tmp/containers/registries.conf"
26
27
Environment="KUBECONFIG=/opt/openshift/auth/kubeconfig-loopback"
27
28
Environment="ADDITIONAL_NTP_SERVERS=${ADDITIONAL_NTP_SERVERS}"
29
+ Environment="CA_BUNDLE=/tmp/ca.crt"
28
30
29
31
[Service]
30
32
EnvironmentFile=/etc/ironic.env
You can’t perform that action at this time.
0 commit comments