diff options
author | Markos Chandras <mchandras@suse.de> | 2018-08-10 14:52:22 +0300 |
---|---|---|
committer | Markos Chandras <mchandras@suse.de> | 2018-08-10 14:52:22 +0300 |
commit | f96e0020a659881ce4dc16e6c99c80b7404a43f9 (patch) | |
tree | ed3c0e1e2b8c899af18a7b37e0ee1bd66cc3ee6a /xci/installer | |
parent | fb1e2a6368f1f8e7e6a999ea714d76f97c38fb22 (diff) |
xci: osa: Drop openSUSE mirror variables
we let downloads.opensuse.org redirect us to a good one since
the hardcoded one does not appear to work anymore. Ansible gets
upset if we feed it an empty variables file, so we set a couple
of variables there to make it happy.
Change-Id: I887522ebc71dd866d544e75beeff47af6111e059
Signed-off-by: Markos Chandras <mchandras@suse.de>
Diffstat (limited to 'xci/installer')
-rw-r--r-- | xci/installer/osa/files/user_variables_xci.yml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/xci/installer/osa/files/user_variables_xci.yml b/xci/installer/osa/files/user_variables_xci.yml index 65e09bb4..1d69f532 100644 --- a/xci/installer/osa/files/user_variables_xci.yml +++ b/xci/installer/osa/files/user_variables_xci.yml @@ -13,5 +13,5 @@ # See the License for the specific language governing permissions and # limitations under the License. -opensuse_mirror_obs: "http://ftp.gwdg.de/pub/opensuse" -opensuse_mirror: "http://mirrors.rit.edu/opensuse" +debug: False +install_method: source |