blob: 66e3e8e2e210dd6cabc11048d62adfd7b4179227 [file] [log] [blame]
#!/bin/bash
#
# Delete the master instance.
#
# Copyright 2013 Google Inc. All Rights Reserved.
# Author: rmistry@google.com (Ravi Mistry)
source vm_config.sh
for VM in $VM_MASTER_NAMES; do
$GCOMPUTE_CMD deleteinstance ${VM_NAME_BASE}-${VM}-${ZONE_TAG}
done