File tree Expand file tree Collapse file tree 4 files changed +8
-0
lines changed
data/data/agent/systemd/units Expand file tree Collapse file tree 4 files changed +8
-0
lines changed Original file line number Diff line number Diff line change 22Description =Adds the current node to an already existing cluster
33Wants =network-online.target
44Requires =apply-host-config.service
5+ Conflicts =start-cluster-installation.service
56PartOf =assisted-service-pod.service
67After =network-online.target apply-host-config.service
78ConditionPathExists =/etc/assisted/node0
9+ ConditionPathExists =/etc/assisted/add-nodes.env
810
911[Service]
1012EnvironmentFile =/usr/local/share/assisted-service/assisted-service.env
Original file line number Diff line number Diff line change 11[Unit]
22Description=Imports an already existing cluster
33Wants=network-online.target assisted-service.service
4+ Conflicts=agent-register-cluster.service
45PartOf=assisted-service-pod.service
56After=network-online.target assisted-service.service
67ConditionPathExists=/etc/assisted/node0
8+ ConditionPathExists=/etc/assisted/add-nodes.env
79
810[Service]
911Environment=PODMAN_SYSTEMD_UNIT=%n
Original file line number Diff line number Diff line change 11[Unit]
22Description=Service that registers the cluster
33Wants=network-online.target assisted-service.service
4+ Conflicts=agent-import-cluster.service
45PartOf=assisted-service-pod.service
56After=network-online.target assisted-service.service
67ConditionPathExists=/etc/assisted/node0
8+ ConditionPathExists=!/etc/assisted/add-nodes.env
79
810[Service]
911Environment=PODMAN_SYSTEMD_UNIT=%n
Original file line number Diff line number Diff line change 22Description =Service that starts cluster installation
33Wants =network-online.target
44Requires =apply-host-config.service
5+ Conflicts =agent-add-node.service
56PartOf =assisted-service-pod.service
67After =network-online.target apply-host-config.service
78ConditionPathExists =/etc/assisted/node0
9+ ConditionPathExists =!/etc/assisted/add-nodes.env
810
911[Service]
1012EnvironmentFile =/usr/local/share/assisted-service/assisted-service.env
You can’t perform that action at this time.
0 commit comments