74aef76da7
This commit was bulk generated and pushed by the OpenDev sysadmins as a part of the Git hosting and code review systems migration detailed in these mailing list posts: http://lists.openstack.org/pipermail/openstack-discuss/2019-March/003603.html http://lists.openstack.org/pipermail/openstack-discuss/2019-April/004920.html Attempts have been made to correct repository namespaces and hostnames based on simple pattern matching, but it's possible some were updated incorrectly or missed entirely. Please reach out to us via the contact information listed at https://opendev.org/ with any questions you may have. |
||
---|---|---|
deployment_scripts/puppet | ||
figures | ||
repositories | ||
.gitreview | ||
environment_config.yaml | ||
LICENSE | ||
metadata.yaml | ||
pre_build_hook | ||
README.md | ||
tasks.yaml |
Fuel Nova-nfs plugin for Fuel
Nova-nfs plugin
Overview
nova-nfs uses nfs backend to store ephemeral volumes (intances.) This plugin allow to mount a nfs volume annd use it as storage backend for Nova.
This repo contains all necessary files to build nova-nfs Fuel plugin.
Requirements
Requirement | Version/Comment |
---|---|
Mirantis Openstack compatibility | 6.1 |
---------------------------------- | --------------------------------------------------------- |
NFS Server | an NFS server with volume accessible from compute nodes |
Recommendations
None.
Limitations
Only on nfs volume can be defined. So in HA deployment compute node will share the same storage backend for instances.
Installation Guide
Nova-nfs plugin installation
-
Clone the fuel-plugin repo from: https://github.com/stackforge/fuel-plugin-nova-nfs.git
git clone
-
Install the Fuel Plugin Builder:
pip install fuel-plugin-builder
-
Build nova-nfs Fuel plugin:
fpb --build fuel-plugin-nova-nfs/
-
The nova_nfs-<x.x.x>.rpm file will be created in the plugin folder (fuel-plugin-nova-nfs)
-
Move this file to the Fuel Master node with secure copy (scp):
scp nova_nfs-<x.x.x>.rpm root@:<the_Fuel_Master_node_IP address>:/tmp
cd /tmp
-
Install the nova-nfs plugin:
fuel plugins --install nova_nfs-<x.x.x>.rpm
-
Verify that the plugin is installed correctly:
fuel plugins --list
-
Plugin is ready to use and can be enabled on the Settings tab of the Fuel web UI.
User Guide
Nova-nfs plugin configuration
-
Create a new environment with the Fuel UI wizard
-
Add a node with the "Compute" role.
-
Click on the settings tab of the Fuel web UI
-
Scroll down the page, select the "Nova-nfs plugin" checkbox and fill-in the requiered fields
- the nfs volume to store instances
- the mount point for the nfs volume
Here is a screenshot of the fields
Deployment details
Create mountpoint directory Edit Fstab to add auto mount of NFS volume on the mountpoint Configure Nova to use it as backend for instances Restart nova services
Known issues
The deployment failed if the NFS volume is not available during the deployment
Release Notes
1.0.0
- Initial release of the plugin
2.0.0
- Update plugin to Fuel 6.1 release