Propellor's output now includes the hostname being provisioned, or when provisioning a docker container, the container name.
This commit is contained in:
parent
4722b62e45
commit
84eb050085
|
@ -4,6 +4,8 @@ propellor (0.6.0) UNRELEASED; urgency=medium
|
|||
docked in. So if a docker container sets a DNS alias, every container
|
||||
it's docked in will automatically become part of a round-robin DNS,
|
||||
if propellor is used to manage DNS for the domain.
|
||||
* Propellor's output now includes the hostname being provisioned, or
|
||||
when provisioning a docker container, the container name.
|
||||
|
||||
-- Joey Hess <joeyh@debian.org> Sat, 31 May 2014 16:41:56 -0400
|
||||
|
||||
|
|
|
@ -1,6 +1,3 @@
|
|||
* Display of docker container properties is a bit wonky. It always
|
||||
says they are unchanged even when they changed and triggered a
|
||||
reprovision.
|
||||
* There is no way for a property of a docker container to require
|
||||
some property be met outside the container. For example, some servers
|
||||
need ntp installed for a good date source.
|
||||
|
|
Loading…
Reference in New Issue