summaryrefslogtreecommitdiff
path: root/mason/ansible/mason-setup.yml
Commit message (Collapse)AuthorAgeFilesLines
* Install configuration files in the correct placeAdam Coldrick2015-05-201-5/+12
| | | | Also, have a more sensible default layout.yaml.
* Make mason.configure install the new Mason configAdam Coldrick2015-05-141-48/+81
|
* Fix Mason deployments for non-openstack-testing MasonPedro Alvarez2014-11-191-1/+0
| | | | | | | | | | | | | | | | | | | | | | | | | In mason.configure: It's not needed to create a separate os.conf file at this point. In this file we were puting OpenStack credentials used to create an os.conf file with Ansible. This file was only created when TEST_INFRASTRUCTURE_TYPE was 'openstack', and Ansible was expecting it always. This patch moves the OpenStack credentials to mason.conf, so Ansible only have to read the variables from one file. In mason.sh: The script was always loading /etc/os.conf. This file is only created when TEST_INFRASTRUCTURE_TYPE is 'openstack'. This patch checks that the file exists before loading it. In mason.conf template for Ansible. OPENSTACK_NETWORK_ID is only present when TEST_INFRASTRUCTURE_TYPE is 'openstack'. This patch adds a conditon in the template to skip this value if it doesn't exist.
* Use Ansible to generate config for OpenStackAdam Coldrick2014-10-271-0/+22
|
* Make mason.conf contain everything it needs toAdam Coldrick2014-10-271-0/+6
| | | | | | | This adds TEST_INFRASTRUCTURE_TYPE and OPENSTACK_NETWORK_ID to mason.conf, as well as ending the confusion of using both MASON_TEST_HOST and TEST_VM_HOST_SSH_URL to mean the same thing in different places.
* Configure Mason with AnsiblePedro Alvarez2014-09-171-0/+56