molecule-openstack 0.3

Creator: bradpython12

Last updated:

Add to Cart

Description:

moleculeopenstack 0.3

Molecule OpenStack is designed to allow use of OpenStack Clouds for
provisioning test resources.
Please note that this driver is currently in its early stage of development.

Installation and Usage
Install molecule-openstack and pre-requisites:
pip install molecule-openstack ansible openstacksdk
Create a new role with molecule using the openstack driver:
molecule init role <role_name> -d openstack
Configure <role_name>/molecule/default/molecule.yaml with required
parameters based on your openstack cloud. A simple config is:
dependency:
name: galaxy
driver:
name: openstack
platforms:
- name: molecule-foo
image: "ubuntu"
flavor: "m1.medium"
network: "private"
fip_pool: "public"
ssh_user: "ubuntu"
provisioner:
name: ansible
verifier:
name: ansible
Argument fip_pool in only required when network is not an external
network. Instead of configuring
<role_name>/molecule/default/molecule.yaml the following environment
variables can be exported:
export MOLECULE_OPENSTACK_IMAGE=ubuntu
export MOLECULE_OPENSTACK_FLAVOR=m1.medium
export MOLECULE_OPENSTACK_NETWORK=private
export MOLECULE_OPENSTACK_FIP_POOL=public
export MOLECULE_OPENSTACK_SSH_USER=ubuntu
After this molecule can be run from the base-dir of the role:
source ~/.openrc
molecule test


Get Involved

Join us in the #ansible-molecule channel on Freenode.
Join the discussion in molecule-users Forum.
Join the community working group by checking the wiki.
Want to know about releases, subscribe to ansible-announce list.
For the full list of Ansible email Lists, IRC channels see the
communication page.



License
The MIT License.
The logo is licensed under the Creative Commons NoDerivatives 4.0 License.
If you have some other use in mind, contact us.

License

For personal and professional use. You cannot resell or redistribute these repositories in their original state.

Customer Reviews

There are no reviews.