diff options
author | Steven Hardy <shardy@redhat.com> | 2017-07-11 17:09:04 +0100 |
---|---|---|
committer | Steven Hardy <shardy@redhat.com> | 2017-08-11 15:11:55 +0100 |
commit | 612ba25124085bf5a49a9b6da4c1f5afb9f05502 (patch) | |
tree | f08d233a96a409cd82f0ce78fafd398161cc402d /roles | |
parent | d8e253182053d5e813cd2c067ee1da453813a2fc (diff) |
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
Diffstat (limited to 'roles')
-rw-r--r-- | roles/ObjectStorage.yaml | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/roles/ObjectStorage.yaml b/roles/ObjectStorage.yaml index 81bedbd1..ad372be6 100644 --- a/roles/ObjectStorage.yaml +++ b/roles/ObjectStorage.yaml @@ -8,6 +8,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 |