From 0c5eb7e51fdaa00d21597441a394dd9708c63a67 Mon Sep 17 00:00:00 2001 From: Imran Iqbal Date: Tue, 1 Oct 2019 21:39:17 +0100 Subject: [PATCH] ci(kitchen): use bootstrapped `opensuse` images until `2019.2.2` [skip ci] * Automated using https://github.com/myii/ssf-formula/pull/52 --- kitchen.yml | 14 ++++++++++++-- 1 file changed, 12 insertions(+), 2 deletions(-) diff --git a/kitchen.yml b/kitchen.yml index 160a12d..715a3e7 100644 --- a/kitchen.yml +++ b/kitchen.yml @@ -60,8 +60,13 @@ platforms: image: netmanagers/salt-2019.2-py2:centos-7 - name: opensuse-leap-15-2019-2-py2 driver: - image: netmanagers/salt-2019.2-py2:opensuse-leap-15 + image: opensuse/leap:15 + provision_command: + - systemctl enable sshd.service run_command: /usr/lib/systemd/systemd + provisioner: + salt_bootstrap_options: -XdPfrq -x python2 git 2019.2 + salt_install: bootstrap # Workaround to avoid intermittent failures on `opensuse-leap-15`: # => SCP did not finish successfully (255): (Net::SCP::Error) transport: @@ -87,8 +92,13 @@ platforms: image: netmanagers/salt-2019.2-py3:fedora-30 - name: opensuse-leap-15-2019-2-py3 driver: - image: netmanagers/salt-2019.2-py3:opensuse-leap-15 + image: opensuse/leap:15 + provision_command: + - systemctl enable sshd.service run_command: /usr/lib/systemd/systemd + provisioner: + salt_bootstrap_options: -XdPfrq -x python3 git 2019.2 + salt_install: bootstrap # Workaround to avoid intermittent failures on `opensuse-leap-15`: # => SCP did not finish successfully (255): (Net::SCP::Error) transport: