File tree 2 files changed +5
-2
lines changed
2 files changed +5
-2
lines changed Original file line number Diff line number Diff line change @@ -21,12 +21,13 @@ openstack_cacert: /etc/ssl/certs/ca-certificates.crt
21
21
enable_aodh : " yes"
22
22
enable_barbican : " yes"
23
23
enable_ceilometer : " yes"
24
- enable_ironic : " yes"
25
24
enable_magnum : " yes"
26
25
enable_manila : " yes"
27
- enable_senlin : " yes"
28
26
enable_skyline : " yes"
29
27
28
+ # optional services
29
+ enable_ironic : " no"
30
+
30
31
# generic
31
32
openstack_service_workers : 2
32
33
openstack_logging_debug : " True"
Original file line number Diff line number Diff line change 9
9
source /opt/configuration/scripts/include.sh
10
10
source /opt/manager-vars.sh
11
11
12
+ sed -i ' s/enable_ironic: "no"/enable_ironic: "yes"/' /opt/configuration/environments/kolla/configuration.yml
13
+
12
14
osism apply -e custom baremetal-prepare
13
15
osism sync inventory
14
16
osism apply network -e network_allow_service_restart=true
You can’t perform that action at this time.
0 commit comments