Add specific upgrade hiera data file.

During upgrade we need to provides hiera variable that will override
the cluster member definition.

Change-Id: I4272797a40ee61842fe29b2e177d432c27fb47c3
Implements: blueprint upgrades-with-os
This commit is contained in:
Sofer Athlan-Guyot 2019-01-15 18:07:07 +01:00
parent afe1cb5581
commit b99c0ce8a7
2 changed files with 7 additions and 0 deletions

View File

@ -672,6 +672,8 @@ resources:
- cisco_n1kv_data # Optionally provided by Controller/ComputeExtraConfigPre
- midonet_data #Optionally provided by AllNodesExtraConfig
- cisco_aci_data # Optionally provided by Controller/ComputeExtraConfigPre
# Special variable for upgrade
- upgrade
merge_behavior: deeper
datafiles:
service_names:

View File

@ -0,0 +1,5 @@
---
features:
- |
Adds a specific upgrade hiera file. This is currently used to
override variables during upgrade.