A set of simple playbooks to populate a fresh openstack installation before testing
- clone the repo onto an undercloud host or a host where overcloudrc and python clients are present
- run setup.sh
- source overcloudrc
- verify openstack commands work (pip install of shade might break python-openstackclient)
./create.yml
./create.yml --check
./delete.yml
- Add stacks
- Add ceilometer verification
- Split the resources created and deleted into a separate vars file
- Switch to using iteration instead of creating tenants and users one by one