Version bump for Fuel 9.0

Change-Id: I7bc6f725b07c2a9cae25e96296d9b5450cf122c5
Signed-off-by: Illia Polliul <ipolliul@mirantis.com>
This commit is contained in:
Illia Polliul 2016-08-25 16:41:38 +03:00
parent 8cdfd9bae9
commit 11fc301005
2 changed files with 7 additions and 7 deletions

View File

@ -14,7 +14,7 @@ Requirements
| Requirement | Version/Comment |
|:---------------------------------|:----------------|
| Mirantis OpenStack compatibility | 8.0 |
| Mirantis OpenStack compatibility | 9.0 |
Limitations
-----------
@ -54,19 +54,19 @@ To install EMC VNX plugin, follow these steps:
that. If you do not have the Fuel Master node yet, see
[Quick Start Guide](https://software.mirantis.com/quick-start/):
# scp emc_vnx-3.0-3.0.0-0.noarch.rpm root@<Fuel_master_ip>:/tmp
# scp emc_vnx-4.0-4.0.0-0.noarch.rpm root@<Fuel_master_ip>:/tmp
3. Log into the Fuel Master node. Install the plugin:
# cd /tmp
# fuel plugins --install emc_vnx-2.0-2.0.0-0.noarch.rpm
# fuel plugins --install emc_vnx-4.0-4.0.0-0.noarch.rpm
4. Check if the plugin was installed successfully:
# fuel plugins
id | name | version | package_version
---|---------|---------|----------------
1 | emc_vnx | 3.0.0 | 3.0.0
1 | emc_vnx | 4.0.0 | 4.0.0
EMC VNX plugin configuration
----------------------------

View File

@ -2,11 +2,11 @@
name: emc_vnx
title: EMC VNX driver for Cinder
# Plugin version
version: 3.0.0
version: 4.0.0
# Description
description: Enables EMC VNX driver in Cinder
# Required fuel version
fuel_version: ['8.0']
fuel_version: ['9.0']
# Groups
groups: ['storage::cinder']
# Licenses
@ -22,7 +22,7 @@ is_hotpluggable: false
# The plugin is compatible with releases in the list
releases:
- os: ubuntu
version: liberty-8.0
version: mitaka-9.0
mode: ['ha']
deployment_scripts_path: deployment_scripts/
repository_path: repositories/ubuntu