Role lxc_container_create for OpenStack-Ansible
Go to file
Jesse Pretorius 56792db4db Remove standard container prep as it has moved
With https://review.openstack.org/354097 the container prep and
network config for eth0 into the cache preparation.

This patch therefore removes the duplicated prep.

Change-Id: If9abcff780fbf97b83b6f46704088adead30e910
Depends-On: Ia8c0bb759b5df29f1b3a5e11230040ffc6e97362
2016-08-11 11:35:29 -05:00
defaults Ensure that the default bind mounts are complete 2016-08-04 14:46:40 +01:00
doc Ensure that doc linting is included in the linters test 2016-07-25 22:48:25 +01:00
handlers Allow a deployer to disable container restarts 2016-07-26 01:17:55 +01:00
meta updated for lxc-container-create for multi-distro support 2016-05-03 15:15:34 -05:00
releasenotes Implement configurable start delay for containers 2016-07-29 19:22:23 +01:00
tasks Remove standard container prep as it has moved 2016-08-11 11:35:29 -05:00
templates Implement overlayfs-backed containers 2016-07-17 16:13:59 +00:00
tests Ensure that the default bind mounts are complete 2016-08-04 14:46:40 +01:00
vars Remove standard container prep as it has moved 2016-08-11 11:35:29 -05:00
.gitignore Remove duplicates from .gitignore 2016-07-15 11:31:33 +10:00
.gitreview New git dotfiles for independant repository 2015-11-26 00:43:02 +00:00
CONTRIBUTING.rst updated for lxc-container-create for multi-distro support 2016-05-03 15:15:34 -05:00
LICENSE IRR for lxc_container_create 2015-11-03 08:00:45 -06:00
README.rst DOC - Adopting the common role documentation pattern 2016-06-07 10:44:42 -04:00
Vagrantfile Adding Vagrantfile for local developer testing 2016-04-22 13:36:45 -04:00
manual-tests.rc updated for lxc-container-create for multi-distro support 2016-05-03 15:15:34 -05:00
other-requirements.txt updated for lxc-container-create for multi-distro support 2016-05-03 15:15:34 -05:00
run_tests.sh updated for lxc-container-create for multi-distro support 2016-05-03 15:15:34 -05:00
setup.cfg Updates for typos 2015-12-08 16:50:45 -06:00
setup.py Updated from global requirements 2016-07-15 03:57:27 +00:00
test-requirements.txt Updated from global requirements 2016-07-15 03:57:27 +00:00
tox.ini Ensure that doc linting is included in the linters test 2016-07-25 22:48:25 +01:00

README.rst

OpenStack-Ansible LXC container create

Ansible role for creating LXC containers. This role will create several directories on the LXC host for use in bind mounted storage within the container.

Default Variables

../../defaults/main.yml

Required Variables

None

Example Playbook

- name: Create container(s)
  hosts: all_containers
  gather_facts: false
  user: root
  roles:
    - { role: "lxc_container_create" }