This service file allows for enabling CNS in an OpenShift deployment.
It works as a tagging service and the rest of the configs are applied in
the openshift-master service file.
Note that the disks used can be specified as follows:
parameter_defaults:
OpenShiftGlusterDisks:
- /dev/sdb
Or per-role like:
parameter_defaults:
OpenShiftMasterParameters:
OpenShiftGlusterDisks:
- /dev/sdb
OpenShiftWorkerParameters:
OpenShiftGlusterDisks:
- /dev/sdc
Change-Id: I92972d89ee7edf2ff211e88c6e0758628c3018a2