openstack-ansible-lxc_hosts/templates/meta-data
Kevin Carter 44409262d2 Use local container meta-data
The current lxc meta-data process is one where we download an archive
from the upstream lxc images and store it locally on the host. While the
archive is small, this is a process that can break due to transient
networking issues and is an external dependency that we don't need.

The meta-data for the containers we build is all the same between
distros so it's easy to replicate and maintain as a local dependency.
This change creates a templates meta-data folder and stores our
required meta-data items within it. With this change we'll ensure
all containers are built with the same capabilities without requiring
access to an upstream repo and will improve the general speed of
deployment due to the task simplification and removal of an external
dependency.

Change-Id: I999d7068ce05645c477408fbd40556427c202a40
Signed-off-by: Kevin Carter <kevin.carter@rackspace.com>
2018-03-19 15:07:26 +00:00
..
config Use local container meta-data 2018-03-19 15:07:26 +00:00
config.5 Use local container meta-data 2018-03-19 15:07:26 +00:00
create-message Use local container meta-data 2018-03-19 15:07:26 +00:00
expiry Use local container meta-data 2018-03-19 15:07:26 +00:00
templates Use local container meta-data 2018-03-19 15:07:26 +00:00