File tree Expand file tree Collapse file tree 1 file changed +49
-0
lines changed
bootc/embedded-services/quadlets/nova_compute Expand file tree Collapse file tree 1 file changed +49
-0
lines changed Original file line number Diff line number Diff line change @@ -9,6 +9,39 @@ metadata:
99 name : novacompute
1010spec :
1111 containers :
12+ - args :
13+ - bash
14+ - -c
15+ - $*
16+ - --
17+ - eval
18+ - python3
19+ - /sbin/nova_statedir_ownership.py
20+ - ' |'
21+ - logger
22+ - -t
23+ - nova_compute_init
24+ env :
25+ - name : NOVA_STATEDIR_OWNERSHIP_SKIP
26+ value : /var/lib/nova/compute_id
27+ - name : __OS_DEBUG
28+ value : " False"
29+ image : quay.io/podified-antelope-centos9/openstack-nova-compute:current-podified
30+ name : novacomputeinit
31+ securityContext :
32+ runAsGroup : 0
33+ runAsUser : 0
34+ seLinuxOptions :
35+ type : spc_t
36+ volumeMounts :
37+ - mountPath : /var/lib/_nova_secontext
38+ name : var-lib-_nova_secontext-host-0
39+ - mountPath : /sbin/nova_statedir_ownership.py
40+ name : var-lib-openstack-config-nova-nova_statedir_ownership.py-host-1
41+ - mountPath : /dev/log
42+ name : dev-log-host-2
43+ - mountPath : /var/lib/nova
44+ name : var-lib-nova-host-3
1245 - args :
1346 - kolla_start
1447 env :
6295 readOnly : true
6396 hostNetwork : true
6497 volumes :
98+ - hostPath :
99+ path : /var/lib/_nova_secontext
100+ type : Directory
101+ name : var-lib-_nova_secontext-host-0
102+ - hostPath :
103+ path : /var/lib/openstack/config/nova/nova_statedir_ownership.py
104+ type : File
105+ name : var-lib-openstack-config-nova-nova_statedir_ownership.py-host-1
65106 - hostPath :
66107 path : /var/lib/iscsi
67108 type : Directory
@@ -126,3 +167,11 @@ spec:
126167 path : /var/lib/openstack/config/ceph
127168 type : Directory
128169 name : var-lib-openstack-config-ceph-host-15
170+ - hostPath :
171+ path : /dev/log
172+ type : File
173+ name : dev-log-host-2
174+ - hostPath :
175+ path : /var/lib/nova
176+ type : Directory
177+ name : var-lib-nova-host-3
You can’t perform that action at this time.
0 commit comments