Skip to content

Commit

Permalink
ci(kitchen): install required packages to bootstrapped opensuse [sk…
Browse files Browse the repository at this point in the history
…ip ci]

* Automated using myii/ssf-formula#53
  • Loading branch information
myii committed Oct 1, 2019
1 parent 32dd705 commit 1b236db
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions kitchen.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,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:
Expand Down Expand Up @@ -80,6 +82,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:
Expand Down Expand Up @@ -114,6 +118,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:
Expand Down Expand Up @@ -149,6 +155,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:
Expand Down

0 comments on commit 1b236db

Please sign in to comment.