Skip to content
Snippets Groups Projects
Select Git revision
  • 1295067a8ce43bb62d49769d05595e8f1a68589c
  • master default protected
  • hsh_v3.11
  • hsh_v3.10-r6
  • hsh_v3.10-r3
  • v3.9-r9
  • v3.10-r6
  • v3.9-r8
  • v3.10-r5
  • v3.9-r7
  • v3.10-r4
  • v3.9-r6
  • v3.10-r3
  • v3.9-r5
  • v3.10-r2
  • v3.9-r4
  • v3.10-r1
  • v3.9-r3
  • v3.9-r2
  • v3.9-r1
  • v3.8-r5
  • v3.8-r4
  • v3.8-r3
  • v3.8-r2
  • v3.8-r1
25 results

CHANGES.md

Blame
  • To find the state of this project's repository at the time of any of these versions, check out the tags.
    kitchen.yml 6.26 KiB
    # -*- coding: utf-8 -*-
    # vim: ft=yaml
    ---
    # For help on this file's format, see https://kitchen.ci/
    driver:
      name: docker
      use_sudo: false
      privileged: true
      run_command: /lib/systemd/systemd
    
    # Make sure the platforms listed below match up with
    # the `env.matrix` instances defined in `.travis.yml`
    platforms:
      ## SALT `master`
      - name: debian-10-master-py3
        driver:
          image: netmanagers/salt-master-py3:debian-10
          provision_command:
            - curl -o bootstrap-salt.sh -L https://bootstrap.saltstack.com
            - sh bootstrap-salt.sh -XdPbfrq -x python3 git master
      - name: ubuntu-1804-master-py3
        driver:
          image: netmanagers/salt-master-py3:ubuntu-18.04
          provision_command:
            - curl -o bootstrap-salt.sh -L https://bootstrap.saltstack.com
            - sh bootstrap-salt.sh -XdPbfrq -x python3 git master
      - name: centos-8-master-py3
        driver:
          image: netmanagers/salt-master-py3:centos-8
          provision_command:
            - curl -o bootstrap-salt.sh -L https://bootstrap.saltstack.com
            - sh bootstrap-salt.sh -XdPbfrq -x python3 git master
      - name: fedora-31-master-py3
        driver:
          image: netmanagers/salt-master-py3:fedora-31
          provision_command:
            - curl -o bootstrap-salt.sh -L https://bootstrap.saltstack.com
            - sh bootstrap-salt.sh -XdPbfrq -x python3 git master
      - name: opensuse-leap-151-master-py3
        driver:
          image: netmanagers/salt-master-py3:opensuse-leap-15.1
          provision_command:
            - curl -o bootstrap-salt.sh -L https://bootstrap.saltstack.com
            - sh bootstrap-salt.sh -XdPbfrq -x python3 git master
          run_command: /usr/lib/systemd/systemd
        # Workaround to avoid intermittent failures on `opensuse-leap-15.1`:
        # => SCP did not finish successfully (255):  (Net::SCP::Error)
        transport:
          max_ssh_sessions: 1
      # Use the `develop` image temporarily until the `master` image is available
      # Not changing the name to minimise disruption across all of the formulas
      - name: amazonlinux-2-master-py2
        driver:
          image: netmanagers/salt-develop-py2:amazonlinux-2
          provision_command:
            - curl -o bootstrap-salt.sh -L https://bootstrap.saltstack.com
            - sh bootstrap-salt.sh -XdPbfrq -x python2 git develop
      - name: arch-base-latest-master-py2
        driver:
          image: netmanagers/salt-master-py2:arch-base-latest
          provision_command:
            - curl -o bootstrap-salt.sh -L https://bootstrap.saltstack.com
            - sh bootstrap-salt.sh -XdPbfrq -x python2 git master
          run_command: /usr/lib/systemd/systemd
    
      ## SALT `2019.2`
      - name: debian-10-2019-2-py3
        driver:
          image: netmanagers/salt-2019.2-py3:debian-10
      - name: debian-9-2019-2-py3