e4f3ba26d6
Provides external NFS server as Cinder backend .build and *.fp added to .gitignore Change-Id: Ibb98cf483ce8f45466555b9e1e1a939f85a6f4da Implements: blueprint cinder-neutron-plugins-in-fuel
26 lines
645 B
YAML
26 lines
645 B
YAML
# Plugin name
|
|
name: external_nfs
|
|
title: External NFS backend for Cinder
|
|
# Plugin version
|
|
version: 1.0.0
|
|
# Description
|
|
description: External NFS backend for Cinder
|
|
# Required fuel version
|
|
fuel_version: ['6.0']
|
|
|
|
# The plugin is compatible with releases in the list
|
|
releases:
|
|
- os: ubuntu
|
|
version: 2014.2-6.0
|
|
mode: ['ha', 'multinode']
|
|
deployment_scripts_path: deployment_scripts/
|
|
repository_path: repositories/ubuntu
|
|
- os: centos
|
|
version: 2014.2-6.0
|
|
mode: ['ha', 'multinode']
|
|
deployment_scripts_path: deployment_scripts/
|
|
repository_path: repositories/centos
|
|
|
|
# Version of plugin package
|
|
package_version: '1.0.0'
|