65b7d8b02a
The vars location has moved, this adjusts the maassetup.sh to account for this.
17 lines
635 B
Bash
Executable File
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
|