github.com/altoros/juju-vmware@v0.0.0-20150312064031-f19ae857ccca/upgrades/export_test.go (about) 1 // Copyright 2014 Canonical Ltd. 2 // Licensed under the AGPLv3, see LICENCE file for details. 3 4 package upgrades 5 6 var ( 7 UpgradeOperations = &upgradeOperations 8 StateUpgradeOperations = &stateUpgradeOperations 9 UbuntuHome = &ubuntuHome 10 RootLogDir = &rootLogDir 11 RootSpoolDir = &rootSpoolDir 12 CharmBundleURL = &charmBundleURL 13 CharmStoragePath = &charmStoragePath 14 StateAddCharmStoragePaths = &stateAddCharmStoragePaths 15 NewStateStorage = &newStateStorage 16 StateToolsStorage = &stateToolsStorage 17 AddAZToInstData = &addAZToInstData 18 19 ChownPath = &chownPath 20 IsLocalEnviron = &isLocalEnviron 21 22 // 118 upgrade functions 23 StepsFor118 = stepsFor118 24 EnsureLockDirExistsAndUbuntuWritable = ensureLockDirExistsAndUbuntuWritable 25 EnsureSystemSSHKey = ensureSystemSSHKey 26 EnsureUbuntuDotProfileSourcesProxyFile = ensureUbuntuDotProfileSourcesProxyFile 27 UpdateRsyslogPort = updateRsyslogPort 28 ProcessDeprecatedEnvSettings = processDeprecatedEnvSettings 29 MigrateLocalProviderAgentConfig = migrateLocalProviderAgentConfig 30 31 // 121 upgrade functions 32 MigrateCharmStorage = migrateCharmStorage 33 MigrateCustomImageMetadata = migrateCustomImageMetadata 34 MigrateToolsStorage = migrateToolsStorage 35 36 // 122 upgrade functions 37 EnsureSystemSSHKeyRedux = ensureSystemSSHKeyRedux 38 UpdateAuthorizedKeysForSystemIdentity = updateAuthorizedKeysForSystemIdentity 39 AddAvaililityZoneToInstanceData = addAvaililityZoneToInstanceData 40 41 // 123 upgrade functions 42 AddEnvironmentUUIDToAgentConfig = addEnvironmentUUIDToAgentConfig 43 )