Merge "install-openshift: bump version to 3.11.0"

This commit is contained in:
Zuul 2019-08-16 14:32:51 +00:00 committed by Gerrit Code Review
commit fef6fa4321
3 changed files with 10 additions and 3 deletions

View File

@ -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

View File

@ -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

View File

@ -38,7 +38,6 @@
- origin-docker-registry
- origin-haproxy-router
- origin-deployer
- origin-sti-builder
- origin-pod
- origin
become: yes