Adjust the user variables location for the maassetup.sh script
The vars location has moved, this adjusts the maassetup.sh to account for this.
This commit is contained in:
parent
3915c10914
commit
65b7d8b02a
@ -3,14 +3,14 @@ set -x
|
||||
# Install all the things
|
||||
pushd /root/ansible-lxc-rpc/rpc_deployment
|
||||
# Setup the MaaS/Raxmon stuff
|
||||
ansible-playbook -e @vars/user_variables.yml playbooks/monitoring/raxmon-setup.yml
|
||||
ansible-playbook -e @/etc/rpc_deploy/user_variables.yml playbooks/monitoring/raxmon-setup.yml
|
||||
|
||||
# Setup Local tests
|
||||
ansible-playbook -e @vars/user_variables.yml playbooks/monitoring/maas_local.yml
|
||||
ansible-playbook -e @/etc/rpc_deploy/user_variables.yml playbooks/monitoring/maas_local.yml
|
||||
|
||||
# Setup Global Tests
|
||||
ansible-playbook -e @vars/user_variables.yml playbooks/monitoring/maas_remote.yml
|
||||
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 @vars/user_variables.yml playbooks/monitoring/maas_dell_hardware.yml
|
||||
ansible-playbook -e @/etc/rpc_deploy/user_variables.yml playbooks/monitoring/maas_dell_hardware.yml
|
||||
popd
|
||||
|
Loading…
x
Reference in New Issue
Block a user