Revert "Revert "SUSE: Switch to OBS Cloud Master repository""

This reverts commit 2f901afe40.

The upstream repository is fixed now and OSA appears to work properly
now. Tested in

https://review.openstack.org/#/c/507451/
and
https://review.openstack.org/#/c/598233/

Change-Id: If6dbb30823572a9736556ad56d1e0d6e264fffe9
This commit is contained in:
Markos Chandras 2018-08-30 18:39:25 +01:00
parent 2f901afe40
commit 43434c4325
2 changed files with 2 additions and 2 deletions

View File

@ -149,7 +149,7 @@ opensuse_mirror_obs: "{{ opensuse_mirror }}"
# If mirrored to a different folder, we need to keep this as overridable.
opensuse_repo_oss_url: "{{ opensuse_mirror }}/distribution/leap/{{ ansible_distribution_version }}/repo/oss/"
opensuse_repo_update_url: "{{ opensuse_mirror }}/update/leap/{{ ansible_distribution_version }}/oss/"
opensuse_obs_cloud_repo_url: "{{ opensuse_mirror_obs }}/repositories/Cloud:/OpenStack:/Queens/openSUSE_Leap_{{ ansible_distribution_version }}"
opensuse_obs_cloud_repo_url: "http://download.opensuse.org/repositories/Cloud:/OpenStack:/Master/openSUSE_Leap_{{ ansible_distribution_version }}"
# Keep a history of systemd journals on disk after reboots
openstack_host_keep_journals: yes

View File

@ -116,7 +116,7 @@ _package_repos:
repo: "{{ opensuse_repo_update_url }}"
auto_import_keys: yes
autorefresh: yes
- name: "OBS:Cloud:OpenStack:Queens"
- name: "OBS:Cloud:OpenStack:Master"
repo: "{{ opensuse_obs_cloud_repo_url }}"
auto_import_keys: yes
autorefresh: yes