summaryrefslogtreecommitdiffstats
path: root/group_vars/OSEv3.yml
diff options
context:
space:
mode:
Diffstat (limited to 'group_vars/OSEv3.yml')
-rw-r--r--group_vars/OSEv3.yml9
1 files changed, 5 insertions, 4 deletions
diff --git a/group_vars/OSEv3.yml b/group_vars/OSEv3.yml
index 6a23094..1636c6d 100644
--- a/group_vars/OSEv3.yml
+++ b/group_vars/OSEv3.yml
@@ -1,9 +1,11 @@
### Deployment Type
deployment_type: "origin"
#openshift_release: "v1.5"
-openshift_release: "v3.7"
+openshift_release: "v3.7.1"
+#openshift_release: "v3.7"
#openshift_image_tag: "v1.5.0-rc.0"
-openshift_image_tag: "v3.7.1"
+#openshift_image_tag: "v3.7.1"
+#openshift_pkg_version=-3.7.0
#openshift_hosted_metrics_deployer_version: "v1.5.0-rc.0"
#openshift_hosted_metrics_deployer_version: "v3.7.1"
@@ -19,7 +21,7 @@ os_firewall_use_firewalld: true
### Network & DNS configuration
openshift_master_cluster_hostname: "{{ ands_openshift_lb }}"
-#openshift_master_cluster_public_hostname: "{{ ands_openshift_lb }}"
+openshift_master_cluster_public_hostname: "{{ ands_openshift_lb }}"
openshift_master_default_subdomain: "{{ ands_openshift_subdomain }}"
openshift_master_ingress_ip_network_cidr: "{{ ands_openshift_ingress_network }}"
#openshift_portal_net:
@@ -103,4 +105,3 @@ openshift_install_examples: true
# Required for IPFailover
openshift_clock_enabled: true
-