tripleo-image-elements/elements/nfs-server
Ryan Brady 34a713afe3 Adds nfs-server element
This patch adds an element that installs and configures nfs
services for testing the cinder nfs backend in an environment
where no nfs services are present (e.g. CI)

When added to an image, this element creates a directory at
/mnt/state/var/lib/nfs and shares it to each node of the
overcloud.

This patch that handles the package mapping in diskimage-builder
needs to be applied first: https://review.openstack.org/#/c/76398/.

Change-Id: I4c425af64b866caa80b32b808e8a3b97d71ca81d
2014-03-09 23:41:50 -04:00
..
install.d Adds nfs-server element 2014-03-09 23:41:50 -04:00
os-apply-config/etc Adds nfs-server element 2014-03-09 23:41:50 -04:00
os-refresh-config Adds nfs-server element 2014-03-09 23:41:50 -04:00
README.md Adds nfs-server element 2014-03-09 23:41:50 -04:00
element-deps Adds nfs-server element 2014-03-09 23:41:50 -04:00

README.md

##nfs-server

This element installs and configures nfs services for testing the cinder nfs backend in an environment where no nfs services are present (i.e. CI)

When added to an image, this element creates a directory at /mnt/state/var/lib/nfs and shares it to each node on the overcloud.