Skip to content
Snippets Groups Projects
Commit 8b89ebce authored by Imran Iqbal's avatar Imran Iqbal
Browse files

ci(kitchen): install required packages to bootstrapped `opensuse` [skip ci]

parent 4bdaab7f
No related branches found
No related tags found
No related merge requests found
...@@ -40,6 +40,8 @@ platforms: ...@@ -40,6 +40,8 @@ platforms:
driver: driver:
image: opensuse/leap:15 image: opensuse/leap:15
provision_command: 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 - systemctl enable sshd.service
run_command: /usr/lib/systemd/systemd run_command: /usr/lib/systemd/systemd
provisioner: provisioner:
...@@ -80,6 +82,8 @@ platforms: ...@@ -80,6 +82,8 @@ platforms:
driver: driver:
image: opensuse/leap:15 image: opensuse/leap:15
provision_command: 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 - systemctl enable sshd.service
run_command: /usr/lib/systemd/systemd run_command: /usr/lib/systemd/systemd
provisioner: provisioner:
...@@ -114,6 +118,8 @@ platforms: ...@@ -114,6 +118,8 @@ platforms:
driver: driver:
image: opensuse/leap:15 image: opensuse/leap:15
provision_command: 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 - systemctl enable sshd.service
run_command: /usr/lib/systemd/systemd run_command: /usr/lib/systemd/systemd
provisioner: provisioner:
...@@ -149,6 +155,8 @@ platforms: ...@@ -149,6 +155,8 @@ platforms:
driver: driver:
image: opensuse/leap:15 image: opensuse/leap:15
provision_command: 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 - systemctl enable sshd.service
run_command: /usr/lib/systemd/systemd run_command: /usr/lib/systemd/systemd
provisioner: provisioner:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment