openstack-ansible-lxc_conta.../releasenotes/notes/recreate-option-d78bae1fd922a84d.yaml
Nolan Brubaker c744a4bfaf Add option to recreate containers
The `lxc_container_recreate` variable will allow for recreating already
deployed containers using either a playbook or a command line argument.

This option is most useful during an upgrade, where the containers are
thrown away and completely rebuilt from scratch.

Change-Id: I3ba35daf49111a3fdfb2e30cffddd9af23aafb28
2017-06-29 14:40:56 +00:00

7 lines
274 B
YAML

---
features:
- Added the ``lxc_container_recreate`` option, which will destroy then
recreate LXC containers. The container names and IP addresses will remain
the same, as will the MAC addresses of any containers using the
``lxc_container_fixed_mac`` setting.