From f96e0020a659881ce4dc16e6c99c80b7404a43f9 Mon Sep 17 00:00:00 2001 From: Markos Chandras Date: Fri, 10 Aug 2018 14:52:22 +0300 Subject: 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 --- xci/installer/osa/files/user_variables_xci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'xci/installer') 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 -- cgit 1.2.3-korg