diff options
author | Adam Miller <admiller@redhat.com> | 2017-05-11 21:16:39 +0000 |
---|---|---|
committer | Adam Miller <admiller@redhat.com> | 2017-05-11 21:16:41 +0000 |
commit | 485147d6aa5ec79013fcbcb1f6d250b36cd17498 (patch) | |
tree | 631a68b8f06176a0fe984e5952f2a486e512092c | |
parent | bb880fdaef7ccd4debbac1bfcedc966b5a7785cf (diff) | |
download | ansible-485147d6aa5ec79013fcbcb1f6d250b36cd17498.tar.gz ansible-485147d6aa5ec79013fcbcb1f6d250b36cd17498.tar.xz ansible-485147d6aa5ec79013fcbcb1f6d250b36cd17498.zip |
switch os-cluster to openshift v3.5
Signed-off-by: Adam Miller <admiller@redhat.com>
-rw-r--r-- | playbooks/groups/os-cluster.yml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/playbooks/groups/os-cluster.yml b/playbooks/groups/os-cluster.yml index 86b388117..db2f92822 100644 --- a/playbooks/groups/os-cluster.yml +++ b/playbooks/groups/os-cluster.yml @@ -91,10 +91,10 @@ - { role: ansible-ansible-openshift-ansible, cluster_inventory_filename: "cluster-inventory-stg", - openshift_release: "v3.4", + openshift_release: "v3.5", openshift_ansible_path: "/root/openshift-ansible", openshift_ansible_playbook: "playbooks/byo/config.yml", - openshift_ansible_version: "openshift-ansible-3.4.88-1", + openshift_ansible_version: "openshift-ansible-3.5.70-1", openshift_ansible_ssh_user: root, openshift_ansible_install_examples: true, openshift_ansible_containerized_deploy: false, |