summaryrefslogtreecommitdiffstats
path: root/roles/openshift_master/templates/master.yaml.v1.j2
diff options
context:
space:
mode:
authorDiego Castro <spinolacastro@gmail.com>2015-08-12 22:53:10 -0300
committerDiego Castro <spinolacastro@gmail.com>2015-08-12 22:53:10 -0300
commit0bc39b7f4ad53344d19d0d783fd6eec4d3b424ef (patch)
tree14a91c960183ca56567844f2d575c5e161c7a2ce /roles/openshift_master/templates/master.yaml.v1.j2
parentec293f371046a99b0f737a59b4a9f3f001af3279 (diff)
downloadopenshift-0bc39b7f4ad53344d19d0d783fd6eec4d3b424ef.tar.gz
openshift-0bc39b7f4ad53344d19d0d783fd6eec4d3b424ef.tar.bz2
openshift-0bc39b7f4ad53344d19d0d783fd6eec4d3b424ef.tar.xz
openshift-0bc39b7f4ad53344d19d0d783fd6eec4d3b424ef.zip
Update PR #458 from comments
Diffstat (limited to 'roles/openshift_master/templates/master.yaml.v1.j2')
-rw-r--r--roles/openshift_master/templates/master.yaml.v1.j29
1 files changed, 8 insertions, 1 deletions
diff --git a/roles/openshift_master/templates/master.yaml.v1.j2 b/roles/openshift_master/templates/master.yaml.v1.j2
index 0a8f6c286..20dfe155a 100644
--- a/roles/openshift_master/templates/master.yaml.v1.j2
+++ b/roles/openshift_master/templates/master.yaml.v1.j2
@@ -93,7 +93,14 @@ policyConfig:
bootstrapPolicyFile: {{ openshift_master_policy }}
openshiftInfrastructureNamespace: openshift-infra
openshiftSharedResourcesNamespace: openshift
-{% include 'v1_partials/projectConfig.j2' %}
+projectConfig:
+ defaultNodeSelector: "{{ openshift.master.default_node_selector | default("") }}"
+ projectRequestMessage: "{{ openshift.master.project_request_message | default("") }}"
+ projectRequestTemplate: "{{ openshift.master.project_request_template | default("") }}"
+ securityAllocator:
+ mcsAllocatorRange: "{{ openshift.master.project_request_template | default("s0:/2") }}"
+ mcsLabelsPerProject: "{{ openshift.master.mcs_labels_per_project | default("5") }}"
+ uidAllocatorRange: "{{ openshift.master.uid_allocator_range | default("1000000000-1999999999/10000") }}"
routingConfig:
subdomain: "{{ openshift.master.default_subdomain | default("") }}"
serviceAccountConfig: