Merge "labs: Disable telemetry service"
This commit is contained in:
commit
a920424dec
@ -35,8 +35,12 @@ cmd snapshot_cycle -n controller openstack_networks_configured
|
||||
cmd queue ubuntu/setup_lbaas_controller.sh
|
||||
cmd snapshot_cycle -n controller lbaas-controller_installed
|
||||
|
||||
cmd queue ubuntu/setup_telemetry_controller.sh
|
||||
cmd snapshot_cycle -n controller telemetry-controller_installed
|
||||
# Telemetry service is disabled for the time being as it overloads
|
||||
# the cluster. For enabling the same, please uncomment the following.
|
||||
# Warning: Use higher configuration (Disk space). The default
|
||||
# configuration is optimized for 4GB i3/i5 based machine.
|
||||
# cmd queue ubuntu/setup_telemetry_controller.sh
|
||||
# cmd snapshot_cycle -n controller telemetry-controller_installed
|
||||
|
||||
cmd queue ubuntu/setup_heat_controller.sh
|
||||
cmd snapshot_cycle -n controller heat_controller_installed
|
||||
@ -57,8 +61,13 @@ cmd queue ubuntu/setup_neutron_compute.sh
|
||||
cmd queue ubuntu/setup_cinder_volumes.sh
|
||||
cmd snapshot_cycle -n compute cinder-volume_installed
|
||||
|
||||
cmd queue ubuntu/setup_telemetry_compute.sh
|
||||
cmd snapshot_cycle -n compute telemetry-compute_installed
|
||||
# Telemetry service is disabled for the time being as it overloads
|
||||
# the cluster. For enabling the same, please uncomment the following.
|
||||
# Warning: Use higher configuration (RAM, CPU's). The default
|
||||
# configuration is optimized for 4GB i3/i5 based machine.
|
||||
# cmd queue ubuntu/setup_telemetry_compute.sh
|
||||
# cmd snapshot_cycle -n compute telemetry-compute_installed
|
||||
|
||||
# - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
||||
# Take snapshot of database changes on controller VM, too
|
||||
cmd queue shutdown_controller.sh
|
||||
|
Loading…
x
Reference in New Issue
Block a user