Role lxc_hosts for OpenStack-Ansible
Go to file
Kevin Carter f5542103b3
Changed for lxc-host setup/build for multi-distro
This change updates the lxc-host setup role to build the lxc cache using the
download template based on default images found here:[0]. These images are
upsteam builds from the greater LXC/D community.

This update adds support for Ubuntu 14.04, 16.04 and RHEL/CentOS 7 container
types and the cache will be generated from the host Operating system.

[0] - https://images.linuxcontainers.org/

Change-Id: Ie13be2322d28178760481c59805101d6aeef4f36
Co-Authored-By: Jesse Pretorius <jesse.pretorius@rackspace.co.uk>
Signed-off-by: Kevin Carter <kevin.carter@rackspace.com>
2016-05-03 08:49:54 -05:00
defaults Changed for lxc-host setup/build for multi-distro 2016-05-03 08:49:54 -05:00
doc Updates for typos 2015-12-09 09:17:00 -06:00
files Changed for lxc-host setup/build for multi-distro 2016-05-03 08:49:54 -05:00
handlers Changed for lxc-host setup/build for multi-distro 2016-05-03 08:49:54 -05:00
meta Changed for lxc-host setup/build for multi-distro 2016-05-03 08:49:54 -05:00
releasenotes Changed for lxc-host setup/build for multi-distro 2016-05-03 08:49:54 -05:00
tasks Changed for lxc-host setup/build for multi-distro 2016-05-03 08:49:54 -05:00
templates Changed for lxc-host setup/build for multi-distro 2016-05-03 08:49:54 -05:00
tests Changed for lxc-host setup/build for multi-distro 2016-05-03 08:49:54 -05:00
vars Changed for lxc-host setup/build for multi-distro 2016-05-03 08:49:54 -05:00
.gitignore Add reno scaffolding for release notes management 2016-04-09 19:18:46 +01:00
.gitreview New git dotfiles for independant repository 2015-11-25 20:56:11 +00:00
CONTRIBUTING.rst IRR for lxc_host 2015-11-03 04:22:57 -06:00
LICENSE IRR for lxc_host 2015-11-03 04:22:57 -06:00
manual-test.rc Changed for lxc-host setup/build for multi-distro 2016-05-03 08:49:54 -05:00
other-requirements.txt Changed for lxc-host setup/build for multi-distro 2016-05-03 08:49:54 -05:00
README.rst IRR for lxc_host 2015-11-03 04:22:57 -06:00
run_tests.sh Changed for lxc-host setup/build for multi-distro 2016-05-03 08:49:54 -05:00
setup.cfg Updates for typos 2015-12-09 09:17:00 -06:00
setup.py IRR for lxc_host 2015-11-03 04:22:57 -06:00
test-requirements.txt blacklist Ansible 1.9.6 2016-04-16 08:47:20 -05:00
tox.ini Add reno scaffolding for release notes management 2016-04-09 19:18:46 +01:00

OpenStack LXC host setup

tags

openstack, lxc, host, cloud, ansible

category

*nix

Role for deployment and setup of an LXC host.

- name: Basic lxc host setup
  hosts: "hosts"
  user: root
  roles:
    - { role: "lxc_hosts", tags: [ "lxc-host", "host-setup" ] }