1
0
mirror of https://github.com/openshift/installer.git synced 2026-02-05 06:46:36 +01:00

Merge pull request #10237 from pawanpinjarkar/fix-assisted-install-ui-url

AGENT-1425: Fix stale dependency in agent-register-infraenv
This commit is contained in:
openshift-merge-bot[bot]
2026-01-20 17:39:55 +00:00
committed by GitHub
2 changed files with 2 additions and 2 deletions

View File

@@ -23,4 +23,4 @@ RestartSec=30
RemainAfterExit=true
[Install]
WantedBy=start-cluster-installation.service agent-add-node.service agent-start-ui.service
WantedBy=start-cluster-installation.service agent-add-node.service agent-ui.service

View File

@@ -13,7 +13,7 @@ EnvironmentFile=/etc/assisted/rendezvous-host.env
Restart=on-failure
ExecStartPre=/bin/rm -f %t/%n.ctr-id
ExecStartPre=/usr/local/bin/wait-for-assisted-service.sh
ExecStart=/usr/bin/podman run --net host --cidfile=%t/%n.ctr-id --cgroups=no-conmon --log-driver=journald --rm --pod-id-file=%t/assisted-service-pod.pod-id --replace -d --name=agent-installer-ui --env AIUI_APP_API_URL $INSTALLER_UI_IMAGE
ExecStart=/usr/bin/podman run --sdnotify=conmon --net host --cidfile=%t/%n.ctr-id --cgroups=no-conmon --log-driver=journald --rm --pod-id-file=%t/assisted-service-pod.pod-id --replace -d --name=agent-installer-ui --env AIUI_APP_API_URL $INSTALLER_UI_IMAGE
ExecStop=/usr/bin/podman stop --ignore --cidfile=%t/%n.ctr-id
ExecStopPost=/usr/bin/podman rm -f --ignore --cidfile=%t/%n.ctr-id