-
Notifications
You must be signed in to change notification settings - Fork 107
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Feature request: systemd target to synchronize instances of afterburn-sshkeys@.service #417
Labels
jira
for syncing to jira
Comments
Manually created
|
bh7cw
added a commit
to bh7cw/afterburn
that referenced
this issue
Aug 17, 2020
this adds afterburn-sshkeys.target, and has the afterburn-sshkeys@.service template specify RequiredBy=afterburn-sshkeys.target in the [Install] section. Fixes coreos#417
bh7cw
added a commit
to bh7cw/afterburn
that referenced
this issue
Aug 18, 2020
this adds afterburn-sshkeys.target, and has the afterburn-sshkeys@.service template specify RequiredBy=afterburn-sshkeys.target in the [Install] section. Fixes coreos#417
bh7cw
added a commit
to bh7cw/fedora-coreos-config
that referenced
this issue
Aug 20, 2020
this updates `afterburn-sshkeys@core.service` to `afterburn-sshkeys.target` in order to synchronize around any instance of `afterburn-sshkeys@`. Follow up coreos/afterburn#417
bh7cw
added a commit
to bh7cw/fedora-coreos-config
that referenced
this issue
Aug 20, 2020
this updates `afterburn-sshkeys@core.service` to `afterburn-sshkeys.target` in order to synchronize around any instance of `afterburn-sshkeys@`. Follows up coreos/afterburn#417 and coreos/afterburn#481
bh7cw
added a commit
to bh7cw/fedora-coreos-config
that referenced
this issue
Sep 14, 2020
this updates `afterburn-sshkeys@core.service` to `afterburn-sshkeys.target` in order to synchronize around any instance of `afterburn-sshkeys@`. Follows up coreos/afterburn#417 and coreos/afterburn#481
bh7cw
added a commit
to bh7cw/fedora-coreos-config
that referenced
this issue
Sep 17, 2020
this updates `afterburn-sshkeys@core.service` to `afterburn-sshkeys.target` and presets `afterburn-sshkeys.target` in order to synchronize around any instance of `afterburn-sshkeys@`. Follows up coreos/afterburn#417 and coreos/afterburn#481
bh7cw
added a commit
to bh7cw/fedora-coreos-config
that referenced
this issue
Sep 17, 2020
this updates `afterburn-sshkeys@core.service` to `afterburn-sshkeys.target` and presets `afterburn-sshkeys.target` in order to synchronize around any instance of `afterburn-sshkeys@`. Follows up coreos/afterburn#417 and coreos/afterburn#481
bh7cw
added a commit
to bh7cw/fedora-coreos-config
that referenced
this issue
Sep 17, 2020
this updates `afterburn-sshkeys@core.service` to `afterburn-sshkeys.target` and presets `afterburn-sshkeys.target` in order to synchronize around any instance of `afterburn-sshkeys@`. Follows up coreos/afterburn#417 and coreos/afterburn#481
bh7cw
added a commit
to bh7cw/fedora-coreos-config
that referenced
this issue
Sep 17, 2020
this updates `afterburn-sshkeys@core.service` to `afterburn-sshkeys.target` and presets `afterburn-sshkeys.target` in order to synchronize around any instance of `afterburn-sshkeys@`. Follows up coreos/afterburn#417 and coreos/afterburn#481
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Feature Request
Environment
What hardware/cloud provider/hypervisor is being used to run Afterburn?
libvirt running Fedora CoreOS when this was brought up - applies to all platforms though.
Desired Feature
Add a target
afterburn-sshkeys.target
, and have theafterburn-sshkeys@.service
template specifyRequiredBy=afterburn-sshkeys.target
in the[Install]
section. This would allow other units to synchronize around any instance ofafterburn-sshkeys@
, not only for a given user (e.g.afterburn-sshkeys@core.service
, see coreos/fedora-coreos-config#344 (comment)).First need to test/investigate manually if this approach works - filing as an initial suggestion, and potentially can investigate other ideas for the synchronization here if this does not work.
The text was updated successfully, but these errors were encountered: