summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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 }}