yahoo-eng-team team mailing list archive
-
yahoo-eng-team team
-
Mailing list archive
-
Message #50067
[Bug 1576692] [NEW] fully support package installation in systemd
Public bug reported:
in cloud-init users can install packages via cloud-config:
#cloud-config
packages: [apache2]
Due to some intricacies of systemd and service installation that doesn't work all that well.
We fixed the issue for simple services that do not have any dependencies on other services, or at least don't check those dependencies well under bug 1575572.
We'd like to have a way to fully support this in cloud-init.
Related bugs:
* bug 1575572: apache2 fails to start if installed via cloud config (on Xenial)
** Affects: cloud-init
Importance: Medium
Status: Confirmed
** Affects: cloud-init (Ubuntu)
Importance: Medium
Status: Confirmed
** Changed in: cloud-init (Ubuntu)
Status: New => Confirmed
** Changed in: cloud-init (Ubuntu)
Importance: Undecided => Medium
** Also affects: cloud-init
Importance: Undecided
Status: New
** Changed in: cloud-init
Status: New => Confirmed
** Changed in: cloud-init
Importance: Undecided => Medium
--
You received this bug notification because you are a member of Yahoo!
Engineering Team, which is subscribed to cloud-init.
https://bugs.launchpad.net/bugs/1576692
Title:
fully support package installation in systemd
Status in cloud-init:
Confirmed
Status in cloud-init package in Ubuntu:
Confirmed
Bug description:
in cloud-init users can install packages via cloud-config:
#cloud-config
packages: [apache2]
Due to some intricacies of systemd and service installation that doesn't work all that well.
We fixed the issue for simple services that do not have any dependencies on other services, or at least don't check those dependencies well under bug 1575572.
We'd like to have a way to fully support this in cloud-init.
Related bugs:
* bug 1575572: apache2 fails to start if installed via cloud config (on Xenial)
To manage notifications about this bug go to:
https://bugs.launchpad.net/cloud-init/+bug/1576692/+subscriptions
Follow ups