openstack-ansible-lxc_hosts/tasks
Kevin Carter 7e98da3d0f Convert lxc_hosts role to use simple download URL
For a very long time we've been parsing and using the lxc images as
provided by upstream lxc. While these images are functional there are by
no means optimal. In general they're quite a bit larger than they need
to be and contian a lot of little sharp edges that have cut us over
the years. This change removes all of the lxc image cache parsing and
meta-data linking and simply downloads the rootfs a given url. To
maintain compatibility with the legacy images a script has been created
to parse the image index and return the legacy image url.

The result of this change:

* Access to smaller more optimal base image which is well known by the
  corresponding communities.

* Deployers now have the ability to set and forget the download url for an
  internal image instead of having to create a cache infrastructure
  compatible with the lxc download template.

* Any rootfs tarball will work as an image.

* Fewer tasks are executed and less memory is consumed resulting in faster
  deployment times.

* The base cache has a uniform meta-data setup giving all container
  types the same access to config, devices, and templating.

Change-Id: I1775e775bbb7fe86bdffdd8296c2cff5ebc5bac8
Signed-off-by: Kevin Carter <kevin.carter@rackspace.com>
2018-03-21 23:52:53 +00:00
..
lxc_apparmor.yml tasks: lxc_apparmor: Relax the ping profile 2018-03-05 20:03:50 +00:00
lxc_cache_create.yml Merge "Optimize tasks for the container backend if defined" 2018-03-19 18:07:37 +00:00
lxc_cache_preparation_systemd_new.yml Convert lxc_hosts role to use simple download URL 2018-03-21 23:52:53 +00:00
lxc_cache_preparation_systemd_old.yml Convert lxc_hosts role to use simple download URL 2018-03-21 23:52:53 +00:00
lxc_cache_preparation.yml Convert lxc_hosts role to use simple download URL 2018-03-21 23:52:53 +00:00
lxc_cache_prestage.yml Convert lxc_hosts role to use simple download URL 2018-03-21 23:52:53 +00:00
lxc_cache.yml Change include: to include_tasks: 2018-02-14 17:23:37 -06:00
lxc_container_btrfs.yml Update role for efficiency and to make better use modules 2017-11-01 05:15:04 +00:00
lxc_container_lvm.yml Update role for efficiency and to make better use modules 2017-11-01 05:15:04 +00:00
lxc_container_overlayfs.yml Update role for efficiency and to make better use modules 2017-11-01 05:15:04 +00:00
lxc_container_zfs.yml Update role for efficiency and to make better use modules 2017-11-01 05:15:04 +00:00
lxc_install_apt.yml Change include: to include_tasks: 2018-02-14 17:23:37 -06:00
lxc_install_dnf.yml Add dnf support 2017-08-04 12:38:01 +00:00
lxc_install_yum.yml Install SELinux packages asynchronously 2018-01-31 17:04:16 -06:00
lxc_install_zypper.yml Change include: to include_tasks: 2018-02-14 17:23:37 -06:00
lxc_install.yml Change include: to include_tasks: 2018-02-14 17:23:37 -06:00
lxc_kernel_tuning.yml Remove 'ignore_errors: true' in favor of 'failed_when: false' 2016-10-14 16:44:17 -05:00
lxc_net.yml Fix typo for wait-online service 2018-01-10 07:37:35 -06:00
lxc_post_install.yml Simplify SELinux check 2018-03-06 13:05:45 -06:00
lxc_pre_install.yml Changed for lxc-host setup/build for multi-distro 2016-05-03 08:49:54 -05:00
lxc_selinux.yml Install SELinux packages asynchronously 2018-01-31 17:04:16 -06:00
main.yml Implement always tag for required fact 2018-02-24 17:09:02 +00:00