diff options
Diffstat (limited to 'capabilities-map.yaml')
-rw-r--r-- | capabilities-map.yaml | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/capabilities-map.yaml b/capabilities-map.yaml index 35ff2daa..26100639 100644 --- a/capabilities-map.yaml +++ b/capabilities-map.yaml @@ -419,6 +419,20 @@ topics: - file: environments/manila-vnx-config.yaml title: Deploys Manila with VNX driver description: Deploys Manila and configures VNX as its default backend. + - title: Manila with VMAX + description: > + Deploys Manila and configures it with the VMAX driver. + environments: + - file: environments/manila-vmax-config.yaml + title: Deploys Manila with VMAX driver + description: Deploys Manila and configures VMAX as its default backend. + - title: Manila with Isilon + description: > + Deploys Manila and configures it with the Isilon driver. + environments: + - file: environments/manila-isilon-config.yaml + title: Deploys Manila with Isilon driver + description: Deploys Manila and configures Isilon as its default backend. requires: - overcloud-resource-registry-puppet.yaml - title: Glance backends |