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 2cdbe09 commit faad94f
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 @@ -44,6 +44,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
# https://github.com/saltstack/salt/issues/39314
- zypper rm python-boto3 -y
Expand Down Expand Up @@ -86,6 +88,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 @@ -120,6 +124,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 @@ -155,6 +161,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 faad94f

Please sign in to comment.