SUSE: Switch to OBS Cloud Master repository

The openSUSE cloud team provides packages for the current development
cycle so we should use these instead of those from the previous one.

Change-Id: Id0fe8767430c73df436bea89d8dc1a4d1fa7c7c1
This commit is contained in:
Markos Chandras 2018-06-29 11:08:15 +01:00
parent ba441eb050
commit ee13db3215
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