diff --git a/tasks/pre_install_yum.yml b/tasks/pre_install_yum.yml index a4fad1b..26e2387 100644 --- a/tasks/pre_install_yum.yml +++ b/tasks/pre_install_yum.yml @@ -37,8 +37,8 @@ with_items: - repo_name: rdo-qemu-ev baseurl: "{{ pip_install_centos_mirror_url }}/7/virt/$basearch/kvm-common/" - - repo_name: openstack-ocata - baseurl: "{{ pip_install_centos_mirror_url }}/7/cloud/$basearch/openstack-ocata/" + - repo_name: openstack-pike + baseurl: "{{ pip_install_centos_mirror_url }}/7/cloud/$basearch/openstack-pike/" when: - user_external_repo_key is not defined - pip_install_centos_mirror_url is defined @@ -67,7 +67,7 @@ priority: 99 - name: extras priority: 50 - - name: openstack-ocata + - name: openstack-pike priority: 50 - name: rdo-qemu-ev priority: 50 diff --git a/vars/redhat-7.yml b/vars/redhat-7.yml index a97e675..c0cef67 100644 --- a/vars/redhat-7.yml +++ b/vars/redhat-7.yml @@ -13,7 +13,7 @@ # See the License for the specific language governing permissions and # limitations under the License. -pip_install_external_repo_key_package: "https://repos.fedorapeople.org/repos/openstack/openstack-ocata/rdo-release-ocata.rpm" +pip_install_external_repo_key_package: "https://repos.fedorapeople.org/repos/openstack/openstack-pike/rdo-release-pike-1.noarch.rpm" pip_install_distro_build_packages: - gcc