Removes conflict on OpenShiftGlobalVariables param that was overwritten
by the openshift-cns.yaml environment file. The default options for CNS
as now moved into the extraconfig/services/openshift-cns.yaml template
and can be overwritten by setting the OpenShiftGlusterNodeVars heat
parameter.
Change-Id: I43052662e913a02945f22e9f541a45ce2d9d828c
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