summaryrefslogtreecommitdiffstats
path: root/roles/openshift_project_request_template/README.md
diff options
context:
space:
mode:
authorOpenShift Merge Robot <openshift-merge-robot@users.noreply.github.com>2017-11-16 00:13:48 -0800
committerGitHub <noreply@github.com>2017-11-16 00:13:48 -0800
commit4011df52c4ab9418a2261ce20f01c00c4e7a40b6 (patch)
tree3289c1bee817ccaa3acfe514611a0f97b2128138 /roles/openshift_project_request_template/README.md
parent9f6bc3afc950d4f6622e3dfb048158db9b06677c (diff)
parent6039b8928ba8b172d95f10c9d0ae7880f393f2f7 (diff)
downloadopenshift-4011df52c4ab9418a2261ce20f01c00c4e7a40b6.tar.gz
openshift-4011df52c4ab9418a2261ce20f01c00c4e7a40b6.tar.bz2
openshift-4011df52c4ab9418a2261ce20f01c00c4e7a40b6.tar.xz
openshift-4011df52c4ab9418a2261ce20f01c00c4e7a40b6.zip
Merge pull request #5500 from vshn/projtmpl1
Automatic merge from submit-queue. Add role to configure project request template The OpenShift master role already supports changing the master configuration to refer to a project template, but there's no way to manage that template directly. This role adds the necessary code to generate a default template and to apply customizations using the "yedit" module. We need to configure custom services and endpoints in every project. The project request template enables us to do that automatically in every project and we'd like to manage the template using Ansible.
Diffstat (limited to 'roles/openshift_project_request_template/README.md')
-rw-r--r--roles/openshift_project_request_template/README.md33
1 files changed, 33 insertions, 0 deletions
diff --git a/roles/openshift_project_request_template/README.md b/roles/openshift_project_request_template/README.md
new file mode 100644
index 000000000..81c3aca5c
--- /dev/null
+++ b/roles/openshift_project_request_template/README.md
@@ -0,0 +1,33 @@
+OpenShift Project Request Template
+==================================
+
+Configure template used when creating new projects. If enabled only the template is managed. It must still be enabled in the OpenShift master configuration. The base template is created using `oc adm create-bootstrap-project-template` and can be modified by setting `openshift_project_request_template_edits`.
+
+
+Requirements
+------------
+
+
+Role Variables
+--------------
+
+From this role:
+
+| Name | Default value | Description |
+|----------------------------------------------|-----------------|------------------------------------------------|
+| openshift_project_request_template_manage | false | Whether to manage the project request template |
+| openshift_project_request_template_namespace | default | Namespace for template |
+| openshift_project_request_template_name | project-request | Template name |
+| openshift_project_request_template_edits | [] | Changes for template |
+
+
+Dependencies
+------------
+
+* lib_utils
+
+
+License
+-------
+
+Apache License Version 2.0