summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDiego Castro <spinolacastro@gmail.com>2015-08-17 11:59:07 -0300
committerDiego Castro <spinolacastro@gmail.com>2015-08-17 11:59:07 -0300
commit7f740ff24b807f9f88209785a027056bfa146e2e (patch)
tree65d1944a24fccb29e242c823d77a88d7afff6002
parente7925364342c9a324d91e750ba56aa41ad789419 (diff)
downloadopenshift-7f740ff24b807f9f88209785a027056bfa146e2e.tar.gz
openshift-7f740ff24b807f9f88209785a027056bfa146e2e.tar.bz2
openshift-7f740ff24b807f9f88209785a027056bfa146e2e.tar.xz
openshift-7f740ff24b807f9f88209785a027056bfa146e2e.zip
Cleanup
-rw-r--r--inventory/byo/hosts.example1
-rw-r--r--roles/openshift_master/templates/v1_partials/projectConfig.j21
2 files changed, 0 insertions, 2 deletions
diff --git a/inventory/byo/hosts.example b/inventory/byo/hosts.example
index b7ad231d7..bc1b10768 100644
--- a/inventory/byo/hosts.example
+++ b/inventory/byo/hosts.example
@@ -39,7 +39,6 @@ openshift_master_identity_providers=[{'name': 'htpasswd_auth', 'login': 'true',
#openshift_master_identity_providers=[{'name': 'allow_all', 'login': 'true', 'challenge': 'true', 'kind': 'AllowAllPasswordIdentityProvider'}]
# Project Configuration
-#osm_default_node_selector=''
#osm_project_request_message=''
#osm_project_request_template=''
#osm_mcs_allocator_range='s0:/2'
diff --git a/roles/openshift_master/templates/v1_partials/projectConfig.j2 b/roles/openshift_master/templates/v1_partials/projectConfig.j2
deleted file mode 100644
index 55170e406..000000000
--- a/roles/openshift_master/templates/v1_partials/projectConfig.j2
+++ /dev/null
@@ -1 +0,0 @@
-{{ openshift.master.project_config[0] | to_nice_yaml }}