From 5f1c3cdd4dd900a7db8a04d313100a5723b708dd Mon Sep 17 00:00:00 2001 From: Imran Iqbal Date: Tue, 1 Oct 2019 23:40:01 +0100 Subject: [PATCH] ci(kitchen): install required packages to bootstrapped `opensuse` * Automated using https://github.com/myii/ssf-formula/pull/53 --- kitchen.yml | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/kitchen.yml b/kitchen.yml index 65a21dd..ad6b26a 100644 --- a/kitchen.yml +++ b/kitchen.yml @@ -49,6 +49,8 @@ platforms: driver: image: opensuse/leap:15 provision_command: + # yamllint disable-line rule:line-length + - zypper install -y glibc-locale net-tools net-tools-deprecated python-xml python3-pip - systemctl enable sshd.service run_command: /usr/lib/systemd/systemd provisioner: @@ -89,6 +91,8 @@ platforms: driver: image: opensuse/leap:15 provision_command: + # yamllint disable-line rule:line-length + - zypper install -y glibc-locale net-tools net-tools-deprecated python-xml python3-pip - systemctl enable sshd.service run_command: /usr/lib/systemd/systemd provisioner: @@ -123,6 +127,8 @@ platforms: driver: image: opensuse/leap:15 provision_command: + # yamllint disable-line rule:line-length + - zypper install -y glibc-locale net-tools net-tools-deprecated python-xml python2-pip - systemctl enable sshd.service run_command: /usr/lib/systemd/systemd provisioner: @@ -158,6 +164,8 @@ platforms: driver: image: opensuse/leap:15 provision_command: + # yamllint disable-line rule:line-length + - zypper install -y glibc-locale net-tools net-tools-deprecated python-xml python2-pip - systemctl enable sshd.service run_command: /usr/lib/systemd/systemd provisioner: