defaults: Do not hardcode the openSUSE mirror url

Commit 43434c4325 ("Revert "Revert "SUSE: Switch to OBS Cloud Master
repository""") added the Master OBS repository for openSUSE but it
did not use 'opensuse_mirror_obs' variable so OpenStack Infra mirrors
are not being used anymore making the deployment less reliable.

Fixes: 43434c4325 ("Revert "Revert "SUSE: Switch to OBS Cloud Master repository""")
Change-Id: I664d9d8a1e6492b92489975d42c4603c699f7824
This commit is contained in:
Markos Chandras 2018-09-04 17:27:56 +01:00
parent 43434c4325
commit 11ae605146
1 changed files with 1 additions and 1 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: "http://download.opensuse.org/repositories/Cloud:/OpenStack:/Master/openSUSE_Leap_{{ ansible_distribution_version }}"
opensuse_obs_cloud_repo_url: "{{ opensuse_mirror_obs }}/repositories/Cloud:/OpenStack:/Master/openSUSE_Leap_{{ ansible_distribution_version }}"
# Keep a history of systemd journals on disk after reboots
openstack_host_keep_journals: yes