.
This commit is contained in:
@@ -354,6 +354,7 @@ systemd:
|
||||
Type=oneshot
|
||||
StandardOutput=journal+console
|
||||
StandardError=journal+console
|
||||
ExecStart=/opt/bin/kubeadm reset -f
|
||||
|
||||
ExecStart=/bin/sh -c 'echo "kubeadm-init.service started..."'
|
||||
|
||||
@@ -377,6 +378,7 @@ systemd:
|
||||
RestartSec=120s
|
||||
[Install]
|
||||
WantedBy=multi-user.target
|
||||
|
||||
- name: install-calico.service
|
||||
enabled: true
|
||||
contents: |
|
||||
@@ -444,8 +446,8 @@ systemd:
|
||||
enabled: true
|
||||
contents: |
|
||||
[Unit]
|
||||
Wants=kubeadm-init.service
|
||||
After=kubeadm-init.service
|
||||
Wants=install-calico.service
|
||||
After=install-calico.service
|
||||
ConditionPathExists=!/var/lib/undercloud-stamps/install-ceph.done
|
||||
|
||||
[Service]
|
||||
|
||||
Reference in New Issue
Block a user