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 86c5abd commit 1a5ec63
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 @@ -42,6 +42,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
- zypper -n in tar gzip
run_command: /usr/lib/systemd/systemd
Expand Down Expand Up @@ -83,6 +85,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
- zypper -n in tar gzip
run_command: /usr/lib/systemd/systemd
Expand Down Expand Up @@ -118,6 +122,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
- zypper -n in tar gzip
run_command: /usr/lib/systemd/systemd
Expand Down Expand Up @@ -154,6 +160,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
- zypper -n in tar gzip
run_command: /usr/lib/systemd/systemd
Expand Down

0 comments on commit 1a5ec63

Please sign in to comment.