
The change moves the role out from the main repo lxc_container_create repository and into its own standalone repository. Items within this change: * The role has been updated to ensure it runs standalone. * Tests added to the role within tox. * Functional tests added to the role that can either be run via the run_tests.sh script or using tox. * dev requirements have been updated for testing usecases. * Docs added to both the README.rst file as well as the docs folder. Signed-off-by: Kevin Carter <kevin.carter@rackspace.com>
17 lines
369 B
ReStructuredText
17 lines
369 B
ReStructuredText
Example Index for role docs
|
|
============================
|
|
|
|
Role to create LXC containers. This role can be used to configure
|
|
multiple networks within a container and do specific container
|
|
tuning.
|
|
|
|
|
|
Basic Role Example
|
|
^^^^^^^^^^^^^^^^^^
|
|
|
|
.. code-block:: yaml
|
|
|
|
- role: "lxc_container_create"
|
|
lxc_container_release: trusty
|
|
lxc_container_backing_store: dir
|