Update Nova-nfs plugin to 2.0.0 for Fuel 6.1 compatibility

Change-Id: Ib8d4ec4730c7da1b546d0682d3c5f1f3e46aebc2
This commit is contained in:
Lnic 2015-07-03 09:58:37 +02:00
parent 3f8a1c7b4e
commit ac16e4301e
3 changed files with 27 additions and 25 deletions

View File

@ -16,7 +16,7 @@ Requirements
| Requirement | Version/Comment |
|----------------------------------|---------------------------------------------------------|
| Mirantis Openstack compatibility | 6.0 |
| Mirantis Openstack compatibility | 6.1 |
|----------------------------------|---------------------------------------------------------|
| NFS Server | an NFS server with volume accessible from compute nodes |
@ -49,18 +49,21 @@ Nova-nfs plugin installation
``fpb --build fuel-plugin-nova-nfs/``
4. The nova_nfs-<x.x.x>.fp file will be created in the plugin folder (fuel-plugin-nova-nfs)
4. The nova_nfs-<x.x.x>.rpm file will be created in the plugin folder (fuel-plugin-nova-nfs)
5. Move this file to the Fuel Master node with secure copy (scp):
``scp nova_nfs-<x.x.x>.fp root@:<the_Fuel_Master_node_IP address>:/tmp``
``scp nova_nfs-<x.x.x>.rpm root@:<the_Fuel_Master_node_IP address>:/tmp``
``cd /tmp``
6. Install the nova-nfs plugin:
``fuel plugins --install nova_nfs-<x.x.x>.fp``
6. Plugin is ready to use and can be enabled on the Settings tab of the Fuel web UI.
``fuel plugins --install nova_nfs-<x.x.x>.rpm``
7. Verify that the plugin is installed correctly:
``fuel plugins --list``
8. Plugin is ready to use and can be enabled on the Settings tab of the Fuel web UI.
User Guide
==========
@ -103,5 +106,8 @@ Release Notes
* Initial release of the plugin
**2.0.0**
* Update plugin to Fuel 6.1 release

View File

@ -2,35 +2,31 @@
name: nova_nfs
title: Nova NFS plugin
# Plugin version
version: 1.0.0
version: 2.0.0
# Description
description: Enables Nova to use NFS volume as storage backend for ephemeral volumes
# Required fuel version
fuel_version: ['6.0']
fuel_version: ['6.1']
# Specify license of your plugin
licenses: ['Apache License Version 2.0']
# Specify author or company name
authors: ['Orange']
# A link to the plugin's page
homepage: 'https://github.com/stackforge/fuel-plugin-nova-nfs'
# Specify a group which your plugin implements, possible options:
# network, storage, storage::cinder, storage::glance, hypervisor
groups: ['storage']
# The plugin is compatible with releases in the list
releases:
- os: ubuntu
version: 2014.2-6.0
version: 2014.2.2-6.1
mode: ['ha', 'multinode']
deployment_scripts_path: deployment_scripts/
repository_path: repositories/ubuntu
- os: centos
version: 2014.2-6.0
version: 2014.2.2-6.1
mode: ['ha', 'multinode']
deployment_scripts_path: deployment_scripts/
repository_path: repositories/centos
- os: ubuntu
version: 2014.2-6.0.1
mode: ['ha', 'multinode']
deployment_scripts_path: deployment_scripts/
repository_path: repositories/ubuntu
- os: centos
version: 2014.2-6.0.1
mode: ['ha', 'multinode']
deployment_scripts_path: deployment_scripts/
repository_path: repositories/centos
# Version of plugin package
package_version: '1.0.0'
package_version: '2.0.0'

View File

@ -1,6 +1,6 @@
# This task is required for compute nodes
- role: ['compute']
stage: post_deployment
stage: post_deployment/2000
type: puppet
parameters:
puppet_manifest: puppet/site.pp