-
Notifications
You must be signed in to change notification settings - Fork 329
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Browse the repository at this point in the history
- Loading branch information
Showing
20 changed files
with
19 additions
and
95 deletions.
There are no files selected for viewing
2 changes: 1 addition & 1 deletion
2
ic-os/components/boundary-guestos/etc/systemd/system/node_exporter.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
1 change: 0 additions & 1 deletion
1
ic-os/components/boundary-guestos/etc/systemd/system/setup-hostname.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
1 change: 0 additions & 1 deletion
1
ic-os/components/early-boot/setup-hostname/hostos/setup-hostname.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
3 changes: 1 addition & 2 deletions
3
ic-os/components/early-boot/setup-hostname/setup-hostname.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
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 |
---|---|---|
|
@@ -38,18 +38,18 @@ component_files = { | |
Label("ic/ic.json5.template"): "/opt/ic/share/ic.json5.template", | ||
|
||
# init | ||
Label("init/bootstrap-ic-node/guestos/bootstrap-ic-node.sh"): "/opt/ic/bin/bootstrap-ic-node.sh", | ||
Label("init/bootstrap-ic-node/guestos/bootstrap-ic-node.service"): "/etc/systemd/system/bootstrap-ic-node.service", | ||
Label("init/setup-encryption/guestos/setup-encryption.sh"): "/opt/ic/bin/setup-encryption.sh", | ||
Label("init/setup-encryption/guestos/setup-encryption.service"): "/etc/systemd/system/setup-encryption.service", | ||
Label("init/setup-encryption/guestos/setup-var-encryption.sh"): "/opt/ic/bin/setup-var-encryption.sh", | ||
Label("init/bootstrap-ic-node/bootstrap-ic-node.sh"): "/opt/ic/bin/bootstrap-ic-node.sh", | ||
Label("init/bootstrap-ic-node/bootstrap-ic-node.service"): "/etc/systemd/system/bootstrap-ic-node.service", | ||
Label("init/setup-encryption/setup-encryption.sh"): "/opt/ic/bin/setup-encryption.sh", | ||
Label("init/setup-encryption/setup-encryption.service"): "/etc/systemd/system/setup-encryption.service", | ||
Label("init/setup-encryption/setup-var-encryption.sh"): "/opt/ic/bin/setup-var-encryption.sh", | ||
Label("init/setup-lvs/setup-lvs.service"): "/etc/systemd/system/setup-lvs.service", | ||
Label("init/setup-lvs/guestos/setup-lvs.sh"): "/opt/ic/bin/setup-lvs.sh", | ||
|
||
# misc | ||
Label("misc/logging.sh"): "/opt/ic/bin/logging.sh", | ||
Label("misc/metrics.sh"): "/opt/ic/bin/metrics.sh", | ||
Label("misc/serial-getty@/guestos/[email protected]"): "/etc/systemd/system/[email protected]", | ||
Label("misc/serial-getty@/guestos/override.conf"): "/etc/systemd/system/[email protected].d/override.conf", | ||
Label("misc/chrony/chrony.conf"): "/etc/chrony/chrony.conf", | ||
Label("misc/chrony/chrony-var.service"): "/etc/systemd/system/chrony-var.service", | ||
Label("misc/vsock/10-vhost-vsock.rules"): "/etc/udev/rules.d/10-vhost-vsock.rules", | ||
|
@@ -88,7 +88,7 @@ component_files = { | |
|
||
# networking | ||
Label("networking/generate-network-config/guestos/generate-network-config.service"): "/etc/systemd/system/generate-network-config.service", | ||
Label("networking/retry-ipv6-config/guestos/retry-ipv6-config.sh"): "/opt/ic/bin/retry-ipv6-config.sh", | ||
Label("networking/retry-ipv6-config/retry-ipv6-config.sh"): "/opt/ic/bin/retry-ipv6-config.sh", | ||
Label("networking/retry-ipv6-config/retry-ipv6-config.service"): "/etc/systemd/system/retry-ipv6-config.service", | ||
Label("networking/nftables/reload_nftables.path"): "/etc/systemd/system/reload_nftables.path", | ||
Label("networking/nftables/reload_nftables.service"): "/etc/systemd/system/reload_nftables.service", | ||
|
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
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,3 @@ | ||
[Service] | ||
ExecStart= | ||
ExecStart=-/opt/ic/bin/infogetty -r /etc/allow_console_root /dev/%I |
35 changes: 0 additions & 35 deletions
35
ic-os/components/misc/serial-getty@/guestos/[email protected]
This file was deleted.
Oops, something went wrong.
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,3 @@ | ||
[Service] | ||
ExecStart= | ||
ExecStart=-/sbin/agetty -p -a root -o '-p -- \\u' --keep-baud 115200,38400,9600 %I $TERM |
40 changes: 0 additions & 40 deletions
40
ic-os/components/misc/serial-getty@/setupos/[email protected]
This file was deleted.
Oops, something went wrong.
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,6 +1,5 @@ | ||
[Unit] | ||
Description=VSOCK agent daemon | ||
After=syslog.target | ||
|
||
[Service] | ||
User=root | ||
|
2 changes: 1 addition & 1 deletion
2
ic-os/components/monitoring/node_exporter/node_exporter.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
File renamed without changes.
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 |
---|---|---|
|
@@ -34,7 +34,7 @@ component_files = { | |
Label("misc/chrony/chrony.conf"): "/etc/chrony/chrony.conf", | ||
Label("misc/chrony/chrony-var.service"): "/etc/systemd/system/chrony-var.service", | ||
Label("misc/fetch-property.sh"): "/opt/ic/bin/fetch-property.sh", | ||
Label("misc/serial-getty@/setupos/[email protected]"): "/etc/systemd/system/[email protected]", | ||
Label("misc/serial-getty@/setupos/override.conf"): "/etc/systemd/system/[email protected].d/override.conf", | ||
Label("monitoring/journald.conf"): "/etc/systemd/journald.conf", | ||
|
||
# networking | ||
|
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