Skip to content

Commit dee0df2

Browse files
myiiNoel McLoughlin
authored andcommitted
ci(kitchen): install required packages to bootstrapped opensuse [skip ci]
* Automated using myii/ssf-formula#53
1 parent 411c30d commit dee0df2

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
@@ -44,6 +44,8 @@ platforms:
4444
driver:
4545
image: opensuse/leap:15
4646
provision_command:
47+
# yamllint disable-line rule:line-length
48+
- zypper install -y glibc-locale net-tools net-tools-deprecated python-xml python3-pip
4749
- systemctl enable sshd.service
4850
# https://github.com/saltstack/salt/issues/39314
4951
- zypper rm python-boto3 -y
@@ -86,6 +88,8 @@ platforms:
8688
driver:
8789
image: opensuse/leap:15
8890
provision_command:
91+
# yamllint disable-line rule:line-length
92+
- zypper install -y glibc-locale net-tools net-tools-deprecated python-xml python3-pip
8993
- systemctl enable sshd.service
9094
run_command: /usr/lib/systemd/systemd
9195
provisioner:
@@ -120,6 +124,8 @@ platforms:
120124
driver:
121125
image: opensuse/leap:15
122126
provision_command:
127+
# yamllint disable-line rule:line-length
128+
- zypper install -y glibc-locale net-tools net-tools-deprecated python-xml python2-pip
123129
- systemctl enable sshd.service
124130
run_command: /usr/lib/systemd/systemd
125131
provisioner:
@@ -155,6 +161,8 @@ platforms:
155161
driver:
156162
image: opensuse/leap:15
157163
provision_command:
164+
# yamllint disable-line rule:line-length
165+
- zypper install -y glibc-locale net-tools net-tools-deprecated python-xml python2-pip
158166
- systemctl enable sshd.service
159167
run_command: /usr/lib/systemd/systemd
160168
provisioner:

0 commit comments

Comments
 (0)