Sfoglia il codice sorgente

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

* Automated using https://github.com/myii/ssf-formula/pull/53
tags/v0.5.1
Imran Iqbal 5 anni fa
parent
commit
8fe499e722
1 ha cambiato i file con 8 aggiunte e 0 eliminazioni
  1. +8
    -0
      kitchen.yml

+ 8
- 0
kitchen.yml Vedi File

@@ -40,6 +40,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:
@@ -80,6 +82,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:
@@ -114,6 +118,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:
@@ -149,6 +155,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:

Loading…
Annulla
Salva