Add support for additional disks for config-local (#5030)
* Add support for additional disks for config-local * Restore wrongly deleted lines * Shellcheck * add args in the right place dummy * Fix nits * typo * var naming cleanup * Add stub function for remaining cloud providers
This commit is contained in:
@ -309,3 +309,12 @@ cloud_FetchFile() {
|
||||
cloud_GetConfigValueFromInstanceName "$instanceName" osProfile.adminUsername
|
||||
scp "${config_value}@${publicIp}:${remoteFile}" "$localFile"
|
||||
}
|
||||
|
||||
#
|
||||
# cloud_CreateAndAttachPersistentDisk
|
||||
#
|
||||
# Not yet implemented for this cloud provider
|
||||
cloud_CreateAndAttachPersistentDisk() {
|
||||
echo "ERROR: cloud_CreateAndAttachPersistentDisk is not yet implemented for azure"
|
||||
exit 1
|
||||
}
|
Reference in New Issue
Block a user