Skip to content

Commit 17291a0

Browse files
committed
ci(kitchen): install required packages to bootstrapped opensuse [skip ci]
* Automated using myii/ssf-formula#53
1 parent a39e124 commit 17291a0

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
@@ -40,6 +40,8 @@ platforms:
4040
driver:
4141
image: opensuse/leap:15
4242
provision_command:
43+
# yamllint disable-line rule:line-length
44+
- zypper install -y glibc-locale net-tools net-tools-deprecated python-xml python3-pip
4345
- systemctl enable sshd.service
4446
run_command: /usr/lib/systemd/systemd
4547
provisioner:
@@ -80,6 +82,8 @@ platforms:
8082
driver:
8183
image: opensuse/leap:15
8284
provision_command:
85+
# yamllint disable-line rule:line-length
86+
- zypper install -y glibc-locale net-tools net-tools-deprecated python-xml python3-pip
8387
- systemctl enable sshd.service
8488
run_command: /usr/lib/systemd/systemd
8589
provisioner:
@@ -114,6 +118,8 @@ platforms:
114118
driver:
115119
image: opensuse/leap:15
116120
provision_command:
121+
# yamllint disable-line rule:line-length
122+
- zypper install -y glibc-locale net-tools net-tools-deprecated python-xml python2-pip
117123
- systemctl enable sshd.service
118124
run_command: /usr/lib/systemd/systemd
119125
provisioner:
@@ -149,6 +155,8 @@ platforms:
149155
driver:
150156
image: opensuse/leap:15
151157
provision_command:
158+
# yamllint disable-line rule:line-length
159+
- zypper install -y glibc-locale net-tools net-tools-deprecated python-xml python2-pip
152160
- systemctl enable sshd.service
153161
run_command: /usr/lib/systemd/systemd
154162
provisioner:

0 commit comments

Comments
 (0)