From 612ba25124085bf5a49a9b6da4c1f5afb9f05502 Mon Sep 17 00:00:00 2001 From: Steven Hardy Date: Tue, 11 Jul 2017 17:09:04 +0100 Subject: Convert objectstorage-role.yaml to role.role.j2.yaml Add some special-casing for backwards compatibility, such that the ObjectStorage role can be rendered via j2 for support of composable networks. Change-Id: I52abbefe2f5035059ccbed925990faab020c6c89 Partially-Implements: blueprint composable-networks --- roles_data.yaml | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'roles_data.yaml') diff --git a/roles_data.yaml b/roles_data.yaml index 75479e1c..8f670994 100644 --- a/roles_data.yaml +++ b/roles_data.yaml @@ -237,6 +237,13 @@ - InternalApi - Storage - StorageMgmt + # Deprecated & backward-compatible values (FIXME: Make parameters consistent) + # Set uses_deprecated_params to True if any deprecated params are used. + uses_deprecated_params: True + deprecated_param_metadata: 'SwiftStorageServerMetadata' + deprecated_param_ips: 'SwiftStorageIPs' + deprecated_param_image: 'SwiftStorageImage' + deprecated_param_flavor: 'OvercloudSwiftStorageFlavor' disable_upgrade_deployment: True ServicesDefault: - OS::TripleO::Services::AuditD -- cgit 1.2.3-korg