Merge "Use UpgradeInitCommonCommand with deployed-server too"
This commit is contained in:
commit
27d11e133b
@ -45,6 +45,14 @@ parameters:
|
|||||||
Command or script snippet to run on all overcloud nodes to
|
Command or script snippet to run on all overcloud nodes to
|
||||||
initialize the upgrade process. E.g. a repository switch.
|
initialize the upgrade process. E.g. a repository switch.
|
||||||
default: ''
|
default: ''
|
||||||
|
UpgradeInitCommonCommand:
|
||||||
|
type: string
|
||||||
|
description: |
|
||||||
|
Common commands required by the upgrades process. This should not
|
||||||
|
normally be modified by the operator and is set and unset in the
|
||||||
|
major-upgrade-composable-steps.yaml and major-upgrade-converge.yaml
|
||||||
|
environment files.
|
||||||
|
default: ''
|
||||||
deployment_swift_data:
|
deployment_swift_data:
|
||||||
type: json
|
type: json
|
||||||
default: {}
|
default: {}
|
||||||
@ -71,6 +79,7 @@ resources:
|
|||||||
- - "#!/bin/bash\n\n"
|
- - "#!/bin/bash\n\n"
|
||||||
- "if [[ -f /etc/resolv.conf.save ]] ; then rm /etc/resolv.conf.save; fi\n\n"
|
- "if [[ -f /etc/resolv.conf.save ]] ; then rm /etc/resolv.conf.save; fi\n\n"
|
||||||
- get_param: UpgradeInitCommand
|
- get_param: UpgradeInitCommand
|
||||||
|
- get_param: UpgradeInitCommonCommand
|
||||||
|
|
||||||
UpgradeInitDeployment:
|
UpgradeInitDeployment:
|
||||||
type: OS::Heat::SoftwareDeployment
|
type: OS::Heat::SoftwareDeployment
|
||||||
|
Loading…
Reference in New Issue
Block a user