Revert "Revert "Move to openshift-ansible 3.10""

We need this for https://review.openstack.org/582495

There is a circular dependency, since this patch also needs the one
above, so I will workflow -1 this until they are ready to merge
together.

This reverts commit 57e4480768.

Change-Id: I291b6ac65eaa1a015bca2ee2bc1be90b0ea0aadc
This commit is contained in:
John Trowbridge 2018-08-07 13:35:20 +00:00
parent 6f1639f454
commit 706981b532
2 changed files with 5 additions and 4 deletions

View File

@ -13,12 +13,12 @@ undercloud_generate_service_certificate: false
# This enables the deployment of the overcloud with SSL.
ssl_overcloud: false
# Centos OpenSihft repo
# Centos OpenShift repo
add_repos:
- type: package
# NOTE(mandre) centos-release-openshift-origin39 provides the newest
# packages for 3.9 branch
pkg_name: centos-release-openshift-origin39
# NOTE(mandre) centos-release-openshift-origin310 provides the newest
# packages for 3.10 branch
pkg_name: centos-release-openshift-origin310
- type: generic
reponame: quickstart-centos-virt-container
filename: quickstart-centos-virt-container.repo

View File

@ -19,6 +19,7 @@ dlrn_hash_tag_newest: current
docker_registry_host: docker.io
docker_registry_namespace: tripleomaster
docker_image_tag: "{{ dlrn_hash|default(dlrn_hash_tag) }}"
docker_openshift_tag: v3.10.0
overcloud_image_url: https://images.rdoproject.org/master/rdo_trunk/current-tripleo/overcloud-full.tar
ipa_image_url: https://images.rdoproject.org/master/rdo_trunk/current-tripleo/ironic-python-agent.tar
repo_cmd_before: |