-
Notifications
You must be signed in to change notification settings - Fork 41
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Rename rancher agent to elemental agent (#206)
* Rename rancher agent to elemental agent To be in sync with downstream OBS Also drops rancherd as its not being used Signed-off-by: Itxaka <igarcia@suse.com> * Bump default operator version to latest Signed-off-by: Itxaka <igarcia@suse.com>
- Loading branch information
Itxaka
authored
Jul 25, 2022
1 parent
0e5df24
commit 6ef5e34
Showing
6 changed files
with
10 additions
and
36 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
1 change: 1 addition & 0 deletions
1
framework/files/etc/systemd/system/multi-user.target.wants/elemental-system-agent.service
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
/usr/lib/systemd/system/elemental-system-agent.service |
1 change: 0 additions & 1 deletion
1
framework/files/etc/systemd/system/multi-user.target.wants/rancher-system-agent.service
This file was deleted.
Oops, something went wrong.
12 changes: 5 additions & 7 deletions
12
...stemd/system/rancher-system-agent.service → ...emd/system/elemental-system-agent.service
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,19 +1,17 @@ | ||
[Unit] | ||
Description=Rancher System Agent | ||
Description=Elemental System Agent | ||
Documentation=https://github.com/rancher/system-agent | ||
Wants=network-online.target | ||
After=network-online.target | ||
ConditionPathExists=!/run/cos/live_mode | ||
ConditionPathExists=!/opt/rancher-system-agent | ||
ConditionPathExists=!/etc/systemd/system/rancher-system-agent.service | ||
|
||
[Install] | ||
WantedBy=multi-user.target | ||
|
||
[Service] | ||
Type=simple | ||
Restart=always | ||
RestartSec=5s | ||
Type=oneshot | ||
StandardOutput=journal+console | ||
StandardError=journal+console | ||
Environment="CATTLE_AGENT_CONFIG=/etc/rancher/agent/config.yaml" | ||
ExecStart=/usr/sbin/rancher-system-agent sentinel | ||
Environment="CATTLE_AGENT_CONFIG=/etc/elemental/agent/config.yaml" | ||
ExecStart=/usr/sbin/elemental-system-agent sentinel |
This file was deleted.
Oops, something went wrong.