tripleo-heat-templates/extraconfig/services
Steven Hardy 487e0617d6 Decouple OpenShiftGlusterDisks from openshift-master.yaml
In the event you have different disks in nodes assigned to each role
you may need to pass role specific parameters, e.g like:

parameter_defaults:
  OpenShiftMasterParameters:
    OpenShiftGlusterDisks:
      - /dev/vdc
  OpenShiftWorkerParameters:
    OpenShiftGlusterDisks:
      - /dev/vdd

To enable that we create an inventory file per role, and pass the directory
of files to ansible.

Change-Id: I8b4d8698405ffb004b081e1f097f300216edfa77
2018-06-05 09:45:52 +01:00
..
README.rst Add readme for experimental extraconfig/services 2017-12-15 15:41:23 +00:00
ipsec.yaml Change template names to rocky 2018-05-09 08:28:42 +02:00
kubernetes-master.yaml Change template names to rocky 2018-05-09 08:28:42 +02:00
kubernetes-worker.yaml Change template names to rocky 2018-05-09 08:28:42 +02:00
openshift-cns.yaml Decouple OpenShiftGlusterDisks from openshift-master.yaml 2018-06-05 09:45:52 +01:00
openshift-master.yaml Decouple OpenShiftGlusterDisks from openshift-master.yaml 2018-06-05 09:45:52 +01:00
openshift-worker.yaml Decouple OpenShiftGlusterDisks from openshift-master.yaml 2018-06-05 09:45:52 +01:00
rhsm.yaml Change template names to rocky 2018-05-09 08:28:42 +02:00

README.rst

Externally Installed Services

The services in this directory and the Ansible hook they use (external_deploy_tasks) are currently considered experimental.