Skip to content

Commit 5f1c3cd

Browse files
committed
ci(kitchen): install required packages to bootstrapped opensuse
* Automated using myii/ssf-formula#53
1 parent c090077 commit 5f1c3cd

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

kitchen.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,8 @@ platforms:
4949
driver:
5050
image: opensuse/leap:15
5151
provision_command:
52+
# yamllint disable-line rule:line-length
53+
- zypper install -y glibc-locale net-tools net-tools-deprecated python-xml python3-pip
5254
- systemctl enable sshd.service
5355
run_command: /usr/lib/systemd/systemd
5456
provisioner:
@@ -89,6 +91,8 @@ platforms:
8991
driver:
9092
image: opensuse/leap:15
9193
provision_command:
94+
# yamllint disable-line rule:line-length
95+
- zypper install -y glibc-locale net-tools net-tools-deprecated python-xml python3-pip
9296
- systemctl enable sshd.service
9397
run_command: /usr/lib/systemd/systemd
9498
provisioner:
@@ -123,6 +127,8 @@ platforms:
123127
driver:
124128
image: opensuse/leap:15
125129
provision_command:
130+
# yamllint disable-line rule:line-length
131+
- zypper install -y glibc-locale net-tools net-tools-deprecated python-xml python2-pip
126132
- systemctl enable sshd.service
127133
run_command: /usr/lib/systemd/systemd
128134
provisioner:
@@ -158,6 +164,8 @@ platforms:
158164
driver:
159165
image: opensuse/leap:15
160166
provision_command:
167+
# yamllint disable-line rule:line-length
168+
- zypper install -y glibc-locale net-tools net-tools-deprecated python-xml python2-pip
161169
- systemctl enable sshd.service
162170
run_command: /usr/lib/systemd/systemd
163171
provisioner:

0 commit comments

Comments
 (0)