openstack-ansible/scripts/maassetup.sh
Andy McCrae 65b7d8b02a Adjust the user variables location for the maassetup.sh script
The vars location has moved, this adjusts the maassetup.sh to account
for this.
2014-09-12 18:11:47 +01:00

17 lines
635 B
Bash
Executable File

set -x
# Install all the things
pushd /root/ansible-lxc-rpc/rpc_deployment
# Setup the MaaS/Raxmon stuff
ansible-playbook -e @/etc/rpc_deploy/user_variables.yml playbooks/monitoring/raxmon-setup.yml
# Setup Local tests
ansible-playbook -e @/etc/rpc_deploy/user_variables.yml playbooks/monitoring/maas_local.yml
# Setup Global Tests
ansible-playbook -e @/etc/rpc_deploy/user_variables.yml playbooks/monitoring/maas_remote.yml
# Setup Dell OpenManage Tests (Uncomment this if you want to install those monitors)
ansible-playbook -e @/etc/rpc_deploy/user_variables.yml playbooks/monitoring/maas_dell_hardware.yml
popd