Add script for managing colo resourse ala gce.sh (#5854)

automerge
This commit is contained in:
Trent Nelson
2019-09-19 15:08:23 -06:00
committed by Grimes
parent 05ada97d00
commit 2636a9c9f1
9 changed files with 613 additions and 21 deletions

View File

@ -391,4 +391,12 @@ cloud_FetchFile() {
cloud_CreateAndAttachPersistentDisk() {
echo "ERROR: cloud_CreateAndAttachPersistentDisk is not yet implemented for ec2"
exit 1
}
}
#
# cloud_StatusAll
#
# Not yet implemented for this cloud provider
cloud_StatusAll() {
echo "ERROR: cloud_StatusAll is not yet implemented for ec2"
}