tripleo-upgrade/templates/upgrade_init_command.yaml.j2
Sofer Athlan-Guyot 8067d83dcb Add the possibility to provide a custom UpgradeInitCommand.
In order to not have to deploy «manually» the repo on the overcloud
before upgrade.

This will create a template with the specified commands and add it to
the list of templates during upgrade.

Change-Id: I3838d95358522113ef869dfc99d716728f4bf80e
2017-12-18 12:19:33 +01:00

4 lines
103 B
Django/Jinja

parameter_defaults:
UpgradeInitCommand: |
{{ upgrade_init_command|indent(width=4,first=False) }}