install-openshift: bump version to 3.11.0
This change install the latest 3.x version of openshift. Change-Id: I941f8831a9ecdb930b7a0edd85f7f15a3b8d57e6
This commit is contained in:
parent
6e865fa04a
commit
7e7243fe15
@ -1,4 +1,12 @@
|
||||
---
|
||||
- name: Authorize docker networks
|
||||
shell: |
|
||||
iptables -I INPUT -s 172.16.0.0/12 -j ACCEPT
|
||||
iptables -I OUTPUT -d 172.16.0.0/12 -j ACCEPT
|
||||
iptables -I FORWARD -s 172.16.0.0/12 -j ACCEPT
|
||||
iptables -I FORWARD -d 172.16.0.0/12 -j ACCEPT
|
||||
become: yes
|
||||
|
||||
- name: Deploy local openshift cluster
|
||||
command: "oc cluster up --insecure-skip-tls-verify=true --public-hostname={{ ansible_hostname }}"
|
||||
become: yes
|
||||
|
@ -1,2 +1,2 @@
|
||||
origin_repo: centos-release-openshift-origin39
|
||||
origin_version: v3.9.0
|
||||
origin_repo: centos-release-openshift-origin311
|
||||
origin_version: v3.11.0
|
||||
|
@ -38,7 +38,6 @@
|
||||
- origin-docker-registry
|
||||
- origin-haproxy-router
|
||||
- origin-deployer
|
||||
- origin-sti-builder
|
||||
- origin-pod
|
||||
- origin
|
||||
become: yes
|
||||
|
Loading…
Reference in New Issue
Block a user