Browse Source

Merge pull request #506 from myii/fix/update-repo-urls-to-saltproject.io

fix(repo): update repo urls to `repo.saltproject.io` (inc. fix for `oraclelinux-7`)
tags/v1.8.5
Imran Iqbal 3 years ago
parent
commit
d1a83c6643
No account linked to committer's email address
55 changed files with 153 additions and 129 deletions
  1. +1
    -0
      .yamllint
  2. +1
    -1
      docs/README.rst
  3. +5
    -5
      pillar.example
  4. +9
    -4
      salt/map.jinja
  5. +1
    -1
      salt/osfamilymap.yaml
  6. +18
    -0
      salt/osfingermap.yaml
  7. +18
    -18
      salt/osmap.yaml
  8. +2
    -2
      test/integration/v3000-py2/files/_mapdata/ubuntu-16.yaml
  9. +2
    -2
      test/integration/v3000-py2/files/_mapdata/ubuntu-18.yaml
  10. +2
    -2
      test/integration/v3000-py3/files/_mapdata/amazonlinux-2.yaml
  11. +2
    -2
      test/integration/v3000-py3/files/_mapdata/centos-7.yaml
  12. +2
    -2
      test/integration/v3000-py3/files/_mapdata/centos-8.yaml
  13. +2
    -2
      test/integration/v3000-py3/files/_mapdata/debian-10.yaml
  14. +2
    -2
      test/integration/v3000-py3/files/_mapdata/debian-9.yaml
  15. +3
    -3
      test/integration/v3000-py3/files/_mapdata/oraclelinux-7.yaml
  16. +2
    -2
      test/integration/v3000-py3/files/_mapdata/oraclelinux-8.yaml
  17. +2
    -2
      test/integration/v3000-py3/files/_mapdata/ubuntu-16.yaml
  18. +2
    -2
      test/integration/v3000-py3/files/_mapdata/ubuntu-18.yaml
  19. +2
    -2
      test/integration/v3001-py3/files/_mapdata/amazonlinux-2.yaml
  20. +2
    -2
      test/integration/v3001-py3/files/_mapdata/centos-7.yaml
  21. +2
    -2
      test/integration/v3001-py3/files/_mapdata/centos-8.yaml
  22. +2
    -2
      test/integration/v3001-py3/files/_mapdata/debian-10.yaml
  23. +2
    -2
      test/integration/v3001-py3/files/_mapdata/debian-9.yaml
  24. +2
    -2
      test/integration/v3001-py3/files/_mapdata/fedora-32.yaml
  25. +2
    -2
      test/integration/v3001-py3/files/_mapdata/fedora-33.yaml
  26. +3
    -3
      test/integration/v3001-py3/files/_mapdata/oraclelinux-7.yaml
  27. +2
    -2
      test/integration/v3001-py3/files/_mapdata/oraclelinux-8.yaml
  28. +2
    -2
      test/integration/v3001-py3/files/_mapdata/ubuntu-16.yaml
  29. +2
    -2
      test/integration/v3001-py3/files/_mapdata/ubuntu-18.yaml
  30. +2
    -2
      test/integration/v3001-py3/files/_mapdata/ubuntu-20.yaml
  31. +2
    -2
      test/integration/v3002-py3/files/_mapdata/amazonlinux-2.yaml
  32. +2
    -2
      test/integration/v3002-py3/files/_mapdata/centos-7.yaml
  33. +2
    -2
      test/integration/v3002-py3/files/_mapdata/centos-8.yaml
  34. +2
    -2
      test/integration/v3002-py3/files/_mapdata/debian-10.yaml
  35. +2
    -2
      test/integration/v3002-py3/files/_mapdata/debian-9.yaml
  36. +2
    -2
      test/integration/v3002-py3/files/_mapdata/fedora-32.yaml
  37. +2
    -2
      test/integration/v3002-py3/files/_mapdata/fedora-33.yaml
  38. +2
    -2
      test/integration/v3002-py3/files/_mapdata/fedora-34.yaml
  39. +3
    -3
      test/integration/v3002-py3/files/_mapdata/oraclelinux-7.yaml
  40. +2
    -2
      test/integration/v3002-py3/files/_mapdata/oraclelinux-8.yaml
  41. +2
    -2
      test/integration/v3002-py3/files/_mapdata/ubuntu-16.yaml
  42. +2
    -2
      test/integration/v3002-py3/files/_mapdata/ubuntu-18.yaml
  43. +2
    -2
      test/integration/v3002-py3/files/_mapdata/ubuntu-20.yaml
  44. +2
    -2
      test/integration/v3003-py3/files/_mapdata/amazonlinux-2.yaml
  45. +2
    -2
      test/integration/v3003-py3/files/_mapdata/centos-7.yaml
  46. +2
    -2
      test/integration/v3003-py3/files/_mapdata/centos-8.yaml
  47. +2
    -2
      test/integration/v3003-py3/files/_mapdata/debian-10.yaml
  48. +2
    -2
      test/integration/v3003-py3/files/_mapdata/debian-9.yaml
  49. +2
    -2
      test/integration/v3003-py3/files/_mapdata/fedora-32.yaml
  50. +2
    -2
      test/integration/v3003-py3/files/_mapdata/fedora-33.yaml
  51. +2
    -2
      test/integration/v3003-py3/files/_mapdata/fedora-34.yaml
  52. +3
    -3
      test/integration/v3003-py3/files/_mapdata/oraclelinux-7.yaml
  53. +2
    -2
      test/integration/v3003-py3/files/_mapdata/oraclelinux-8.yaml
  54. +2
    -2
      test/integration/v3003-py3/files/_mapdata/ubuntu-18.yaml
  55. +2
    -2
      test/integration/v3003-py3/files/_mapdata/ubuntu-20.yaml

+ 1
- 0
.yamllint View File

@@ -21,6 +21,7 @@ ignore: |
kitchen.vagrant.yml
salt/osfamilymap.yaml
salt/osmap.yaml
salt/osfingermap.yaml

yaml-files:
# Default settings

+ 1
- 1
docs/README.rst View File

@@ -199,7 +199,7 @@ salt-minion packages on MacOS will not be upgraded by default. To enable package

install_packages: True
version: 2017.7.4
salt_minion_pkg_source: https://repo.saltstack.com/osx/salt-2017.7.4-py3-x86_64.pkg
salt_minion_pkg_source: https://repo.saltproject.io/osx/salt-2017.7.4-py3-x86_64.pkg

install_packages must indicate that the installation of a package is desired. If so, version will be used to compare the version of the installed .pkg against the downloaded one. If version is not set and a salt.pkg is already installed the .pkg will not be installed again.


+ 5
- 5
pillar.example View File

@@ -37,14 +37,14 @@ salt:
salt_ssh: 'salt-ssh'
pyinotify: 'python-pyinotify' # the package to be installed for pyinotify

# Set which salt repository to use, default to https://repo.saltstack.com
# Set which salt repository to use, default to https://repo.saltproject.io
# For older releases use https://archive.repo.saltproject.io
repo: 'https://archive.repo.saltproject.io'

# Set which release of SaltStack to use, default to 'latest'
# To get the available releases:
# * http://repo.saltstack.com/yum/redhat/7/x86_64/
# * http://repo.saltstack.com/apt/debian/8/amd64/
# * http://repo.saltproject.io/yum/redhat/7/x86_64/
# * http://repo.saltproject.io/apt/debian/8/amd64/
release: '2018.3'

# MacOS has no package management.
@@ -57,8 +57,8 @@ salt:
# NOTE: salt_minion_pkg_hash, if set, will be passed into file.managed's
# source_hash, use URL or hash string
# yamllint disable rule:line-length
salt_minion_pkg_source: 'https://repo.saltstack.com/osx/salt-2017.7.4-py3-x86_64.pkg'
salt_minion_pkg_hash: 'https://repo.saltstack.com/osx/salt-2017.7.4-py3-x86_64.pkg.md5'
salt_minion_pkg_source: 'https://repo.saltproject.io/osx/salt-2017.7.4-py3-x86_64.pkg'
salt_minion_pkg_hash: 'https://repo.saltproject.io/osx/salt-2017.7.4-py3-x86_64.pkg.md5'
# yamllint enable rule:line-length

# tofs:

+ 9
- 4
salt/map.jinja View File

@@ -5,14 +5,19 @@
{% import_yaml "salt/defaults.yaml" as defaults %}
{% import_yaml "salt/osfamilymap.yaml" as osfamilymap %}
{% import_yaml "salt/osmap.yaml" as osmap %}
{% import_yaml "salt/osfingermap.yaml" as osfingermap %}

{# merge the osfamilymap #}
{% set osfamily = salt['grains.filter_by'](osfamilymap, grain='os_family') or{} %}
{% do salt['defaults.merge'](defaults['salt'], osfamily) %}
{% set osfamily_map = salt['grains.filter_by'](osfamilymap, grain='os_family') or {} %}
{% do salt['defaults.merge'](defaults['salt'], osfamily_map) %}

{# merge the osmap #}
{% set osmap = salt['grains.filter_by'](osmap, grain='os') or{} %}
{% do salt['defaults.merge'](defaults['salt'], osmap) %}
{% set os_map = salt['grains.filter_by'](osmap, grain='os') or {} %}
{% do salt['defaults.merge'](defaults['salt'], os_map) %}

{# merge the osfingermap #}
{% set osfinger_map = salt['grains.filter_by'](osfingermap, grain='osfinger') or {} %}
{% do salt['defaults.merge'](defaults['salt'], osfinger_map) %}

{# merge the lookup #}
{% set lookup = salt['pillar.get']('salt:lookup', default={}, merge=True) %}

+ 1
- 1
salt/osfamilymap.yaml View File

@@ -13,7 +13,7 @@
{%- set osmajorrelease = salt['grains.get']('osmajorrelease', osrelease)|string %}
{%- set oscodename = salt['grains.get']('oscodename') %}
{%- set opensuse_repo_suffix = 'Leap_' ~ osrelease if salt['grains.get']('osfinger', '') == 'Leap-15' else 'Tumbleweed' %}
{%- set salt_repo = salt['pillar.get']('salt:repo', 'https://repo.saltstack.com') %}
{%- set salt_repo = salt['pillar.get']('salt:repo', 'https://repo.saltproject.io') %}

#from template-formula
{%- if grains.os_family == 'MacOS' %}

+ 18
- 0
salt/osfingermap.yaml View File

@@ -0,0 +1,18 @@
# -*- coding: utf-8 -*-
# vim: ft=yaml
---

{%- set py_ver_repr = salt['pillar.get']('salt:py_ver', '') %}

{%- set osrelease = salt['grains.get']('osrelease', '') %}
{%- set salt_release = salt['pillar.get']('salt:release', 'latest') %}
{%- if salt_release.split('.')|length >= 3 %}
{%- set salt_release = 'archive/' ~ salt_release %}
{%- endif %}
{%- set osmajorrelease = salt['grains.get']('osmajorrelease', osrelease)|string %}
{%- set salt_repo = salt['pillar.get']('salt:repo', 'https://repo.saltproject.io') %}

Oracle Linux Server-7:
pkgrepo_humanname: SaltStack repo for RHEL/CentOS {{ osmajorrelease }}
pkgrepo: '{{ salt_repo }}/{{ py_ver_repr or 'yum' }}/redhat/{{ osmajorrelease }}/$basearch/{{ salt_release }}'
key_url: '{{ salt_repo }}/{{ py_ver_repr or 'yum' }}/redhat/{{ osmajorrelease }}/$basearch/{{ salt_release }}/SALTSTACK-GPG-KEY.pub'

+ 18
- 18
salt/osmap.yaml View File

@@ -2,18 +2,18 @@
# vim: ft=yaml
---

{%- set py_ver_dir = salt['pillar.get']('salt:py_ver', '') %}
{%- set py_ver_repr = salt['pillar.get']('salt:py_ver', '') %}

{% set osrelease = salt['grains.get']('osrelease') %}
{% set salt_release = salt['pillar.get']('salt:release', 'latest') %}
{% if salt_release.split('.')|length >= 3 %}
{% set salt_release = 'archive/' ~ salt_release %}
{% endif %}
{% set os_lower = salt['grains.get']('os')|lower %}
{% set osmajorrelease = salt['grains.get']('osmajorrelease', osrelease)|string %}
{% set oscodename = salt['grains.get']('oscodename') %}
{% set os_family_lower = salt['grains.get']('os_family')|lower %}
{% set salt_repo = salt['pillar.get']('salt:repo', 'https://repo.saltstack.com') %}
{%- set osrelease = salt['grains.get']('osrelease', '') %}
{%- set salt_release = salt['pillar.get']('salt:release', 'latest') %}
{%- if salt_release.split('.')|length >= 3 %}
{%- set salt_release = 'archive/' ~ salt_release %}
{%- endif %}
{%- set os_lower = salt['grains.get']('os')|lower %}
{%- set osmajorrelease = salt['grains.get']('osmajorrelease', osrelease)|string %}
{%- set oscodename = salt['grains.get']('oscodename') %}
{%- set os_family_lower = salt['grains.get']('os_family')|lower %}
{%- set salt_repo = salt['pillar.get']('salt:repo', 'https://repo.saltproject.io') %}

Fedora:
pygit2: python2-pygit2
@@ -21,12 +21,12 @@ Fedora:
Amazon:
pkgrepo_name: saltstack-amzn-repo
pkgrepo_humanname: SaltStack repo for Amazon Linux 2
pkgrepo: '{{ salt_repo }}/{{ py_ver_dir or 'yum' }}/amazon/2/$basearch/{{ salt_release }}'
key_url: '{{ salt_repo }}/{{ py_ver_dir or 'yum' }}/amazon/2/$basearch/{{ salt_release }}/SALTSTACK-GPG-KEY.pub'
pkgrepo: '{{ salt_repo }}/{{ py_ver_repr or 'yum' }}/amazon/2/$basearch/{{ salt_release }}'
key_url: '{{ salt_repo }}/{{ py_ver_repr or 'yum' }}/amazon/2/$basearch/{{ salt_release }}/SALTSTACK-GPG-KEY.pub'

Ubuntu:
pkgrepo: 'deb {{ salt_repo }}/{{ py_ver_dir or 'apt' }}/{{ os_lower }}/{{ osrelease }}/amd64/{{ salt_release }} {{ oscodename }} main'
key_url: '{{ salt_repo }}/{{ py_ver_dir or 'apt' }}/{{ os_lower }}/{{ osrelease }}/amd64/{{ salt_release }}/SALTSTACK-GPG-KEY.pub'
pkgrepo: 'deb {{ salt_repo }}/{{ py_ver_repr or 'apt' }}/{{ os_lower }}/{{ osrelease }}/amd64/{{ salt_release }} {{ oscodename }} main'
key_url: '{{ salt_repo }}/{{ py_ver_repr or 'apt' }}/{{ os_lower }}/{{ osrelease }}/amd64/{{ salt_release }}/SALTSTACK-GPG-KEY.pub'
pygit2: python-pygit2
gitfs:
pygit2:
@@ -36,8 +36,8 @@ Ubuntu:
install_from_package: Null

Raspbian:
pkgrepo: 'deb {{ salt_repo }}/{{ py_ver_dir or 'apt' }}/{{ os_family_lower }}/{{ osmajorrelease }}/armhf/{{ salt_release }} {{ oscodename }} main'
key_url: '{{ salt_repo }}/{{ py_ver_dir or 'apt' }}/{{ os_family_lower }}/{{ osmajorrelease }}/armhf/{{ salt_release }}/SALTSTACK-GPG-KEY.pub'
pkgrepo: 'deb {{ salt_repo }}/{{ py_ver_repr or 'apt' }}/{{ os_family_lower }}/{{ osmajorrelease }}/armhf/{{ salt_release }} {{ oscodename }} main'
key_url: '{{ salt_repo }}/{{ py_ver_repr or 'apt' }}/{{ os_family_lower }}/{{ osmajorrelease }}/armhf/{{ salt_release }}/SALTSTACK-GPG-KEY.pub'

SmartOS:
salt_master: salt
@@ -49,7 +49,7 @@ SmartOS:
minion_service: 'salt:minion'
master_service: 'salt:master'
api_service: 'salt:api'
python_dulwich: {{ py_ver_dir or 'py27' }}{{ '-dulwich' }}
python_dulwich: {{ py_ver_repr or 'py27' }}{{ '-dulwich' }}
gitfs:
dulwich:
install_from_source: false

+ 2
- 2
test/integration/v3000-py2/files/_mapdata/ubuntu-16.yaml View File

@@ -42,7 +42,7 @@ values:
version: 0.23.0
version: 0.22.1
install_packages: true
key_url: https://repo.saltstack.com/apt/ubuntu/16.04/amd64/3000/SALTSTACK-GPG-KEY.pub
key_url: https://repo.saltproject.io/apt/ubuntu/16.04/amd64/3000/SALTSTACK-GPG-KEY.pub
libgit2: libgit2-22
master:
ext_pillar:
@@ -86,7 +86,7 @@ values:
state: running
parallel: true
pin_version: false
pkgrepo: deb https://repo.saltstack.com/apt/ubuntu/16.04/amd64/3000 xenial main
pkgrepo: deb https://repo.saltproject.io/apt/ubuntu/16.04/amd64/3000 xenial main
py_ver: ''
pygit2: python-pygit2
pyinotify: python-pyinotify

+ 2
- 2
test/integration/v3000-py2/files/_mapdata/ubuntu-18.yaml View File

@@ -42,7 +42,7 @@ values:
version: 0.23.0
version: 0.22.1
install_packages: true
key_url: https://repo.saltstack.com/apt/ubuntu/18.04/amd64/3000/SALTSTACK-GPG-KEY.pub
key_url: https://repo.saltproject.io/apt/ubuntu/18.04/amd64/3000/SALTSTACK-GPG-KEY.pub
libgit2: libgit2-22
master:
ext_pillar:
@@ -86,7 +86,7 @@ values:
state: running
parallel: true
pin_version: false
pkgrepo: deb https://repo.saltstack.com/apt/ubuntu/18.04/amd64/3000 bionic main
pkgrepo: deb https://repo.saltproject.io/apt/ubuntu/18.04/amd64/3000 bionic main
py_ver: ''
pygit2: python-pygit2
pyinotify: python-pyinotify

+ 2
- 2
test/integration/v3000-py3/files/_mapdata/amazonlinux-2.yaml View File

@@ -42,7 +42,7 @@ values:
version: 0.23.0
version: 0.23.0
install_packages: true
key_url: https://repo.saltstack.com/py3/amazon/2/$basearch/3000/SALTSTACK-GPG-KEY.pub
key_url: https://repo.saltproject.io/py3/amazon/2/$basearch/3000/SALTSTACK-GPG-KEY.pub
master:
ext_pillar:
- cmd_yaml: cat /etc/salt/yaml
@@ -85,7 +85,7 @@ values:
state: running
parallel: true
pin_version: false
pkgrepo: https://repo.saltstack.com/py3/amazon/2/$basearch/3000
pkgrepo: https://repo.saltproject.io/py3/amazon/2/$basearch/3000
pkgrepo_humanname: SaltStack repo for Amazon Linux 2
pkgrepo_name: saltstack-amzn-repo
py_ver: py3

+ 2
- 2
test/integration/v3000-py3/files/_mapdata/centos-7.yaml View File

@@ -42,7 +42,7 @@ values:
version: 0.23.0
version: 0.23.0
install_packages: true
key_url: https://repo.saltstack.com/py3/redhat/$releasever/$basearch/3000/SALTSTACK-GPG-KEY.pub
key_url: https://repo.saltproject.io/py3/redhat/$releasever/$basearch/3000/SALTSTACK-GPG-KEY.pub
master:
ext_pillar:
- cmd_yaml: cat /etc/salt/yaml
@@ -85,7 +85,7 @@ values:
state: running
parallel: true
pin_version: false
pkgrepo: https://repo.saltstack.com/py3/redhat/$releasever/$basearch/3000
pkgrepo: https://repo.saltproject.io/py3/redhat/$releasever/$basearch/3000
pkgrepo_humanname: SaltStack repo for RHEL/CentOS $releasever
pkgrepo_name: saltstack
py_ver: py3

+ 2
- 2
test/integration/v3000-py3/files/_mapdata/centos-8.yaml View File

@@ -42,7 +42,7 @@ values:
version: 0.23.0
version: 0.23.0
install_packages: true
key_url: https://repo.saltstack.com/py3/redhat/$releasever/$basearch/3000/SALTSTACK-GPG-KEY.pub
key_url: https://repo.saltproject.io/py3/redhat/$releasever/$basearch/3000/SALTSTACK-GPG-KEY.pub
master:
ext_pillar:
- cmd_yaml: cat /etc/salt/yaml
@@ -85,7 +85,7 @@ values:
state: running
parallel: true
pin_version: false
pkgrepo: https://repo.saltstack.com/py3/redhat/$releasever/$basearch/3000
pkgrepo: https://repo.saltproject.io/py3/redhat/$releasever/$basearch/3000
pkgrepo_humanname: SaltStack repo for RHEL/CentOS $releasever
pkgrepo_name: saltstack
py_ver: py3

+ 2
- 2
test/integration/v3000-py3/files/_mapdata/debian-10.yaml View File

@@ -42,7 +42,7 @@ values:
version: 0.23.0
version: 0.22.1
install_packages: true
key_url: https://repo.saltstack.com/py3/debian/10/amd64/3000/SALTSTACK-GPG-KEY.pub
key_url: https://repo.saltproject.io/py3/debian/10/amd64/3000/SALTSTACK-GPG-KEY.pub
libgit2: libgit2-22
master:
ext_pillar:
@@ -86,7 +86,7 @@ values:
state: running
parallel: true
pin_version: false
pkgrepo: deb https://repo.saltstack.com/py3/debian/10/amd64/3000 buster main
pkgrepo: deb https://repo.saltproject.io/py3/debian/10/amd64/3000 buster main
py_ver: py3
pyinotify: python-pyinotify
python_dulwich: python-dulwich

+ 2
- 2
test/integration/v3000-py3/files/_mapdata/debian-9.yaml View File

@@ -42,7 +42,7 @@ values:
version: 0.23.0
version: 0.22.1
install_packages: true
key_url: https://repo.saltstack.com/py3/debian/9/amd64/3000/SALTSTACK-GPG-KEY.pub
key_url: https://repo.saltproject.io/py3/debian/9/amd64/3000/SALTSTACK-GPG-KEY.pub
libgit2: libgit2-22
master:
ext_pillar:
@@ -86,7 +86,7 @@ values:
state: running
parallel: true
pin_version: false
pkgrepo: deb https://repo.saltstack.com/py3/debian/9/amd64/3000 stretch main
pkgrepo: deb https://repo.saltproject.io/py3/debian/9/amd64/3000 stretch main
py_ver: py3
pyinotify: python-pyinotify
python_dulwich: python-dulwich

+ 3
- 3
test/integration/v3000-py3/files/_mapdata/oraclelinux-7.yaml View File

@@ -42,7 +42,7 @@ values:
version: 0.23.0
version: 0.23.0
install_packages: true
key_url: https://repo.saltstack.com/py3/redhat/$releasever/$basearch/3000/SALTSTACK-GPG-KEY.pub
key_url: https://repo.saltproject.io/py3/redhat/7/$basearch/3000/SALTSTACK-GPG-KEY.pub
master:
ext_pillar:
- cmd_yaml: cat /etc/salt/yaml
@@ -85,8 +85,8 @@ values:
state: running
parallel: true
pin_version: false
pkgrepo: https://repo.saltstack.com/py3/redhat/$releasever/$basearch/3000
pkgrepo_humanname: SaltStack repo for RHEL/CentOS $releasever
pkgrepo: https://repo.saltproject.io/py3/redhat/7/$basearch/3000
pkgrepo_humanname: SaltStack repo for RHEL/CentOS 7
pkgrepo_name: saltstack
py_ver: py3
pygit2: python-pygit2

+ 2
- 2
test/integration/v3000-py3/files/_mapdata/oraclelinux-8.yaml View File

@@ -42,7 +42,7 @@ values:
version: 0.23.0
version: 0.23.0
install_packages: true
key_url: https://repo.saltstack.com/py3/redhat/$releasever/$basearch/3000/SALTSTACK-GPG-KEY.pub
key_url: https://repo.saltproject.io/py3/redhat/$releasever/$basearch/3000/SALTSTACK-GPG-KEY.pub
master:
ext_pillar:
- cmd_yaml: cat /etc/salt/yaml
@@ -85,7 +85,7 @@ values:
state: running
parallel: true
pin_version: false
pkgrepo: https://repo.saltstack.com/py3/redhat/$releasever/$basearch/3000
pkgrepo: https://repo.saltproject.io/py3/redhat/$releasever/$basearch/3000
pkgrepo_humanname: SaltStack repo for RHEL/CentOS $releasever
pkgrepo_name: saltstack
py_ver: py3

+ 2
- 2
test/integration/v3000-py3/files/_mapdata/ubuntu-16.yaml View File

@@ -42,7 +42,7 @@ values:
version: 0.23.0
version: 0.22.1
install_packages: true
key_url: https://repo.saltstack.com/py3/ubuntu/16.04/amd64/3000/SALTSTACK-GPG-KEY.pub
key_url: https://repo.saltproject.io/py3/ubuntu/16.04/amd64/3000/SALTSTACK-GPG-KEY.pub
libgit2: libgit2-22
master:
ext_pillar:
@@ -86,7 +86,7 @@ values:
state: running
parallel: true
pin_version: false
pkgrepo: deb https://repo.saltstack.com/py3/ubuntu/16.04/amd64/3000 xenial main
pkgrepo: deb https://repo.saltproject.io/py3/ubuntu/16.04/amd64/3000 xenial main
py_ver: py3
pygit2: python-pygit2
pyinotify: python-pyinotify

+ 2
- 2
test/integration/v3000-py3/files/_mapdata/ubuntu-18.yaml View File

@@ -42,7 +42,7 @@ values:
version: 0.23.0
version: 0.22.1
install_packages: true
key_url: https://repo.saltstack.com/py3/ubuntu/18.04/amd64/3000/SALTSTACK-GPG-KEY.pub
key_url: https://repo.saltproject.io/py3/ubuntu/18.04/amd64/3000/SALTSTACK-GPG-KEY.pub
libgit2: libgit2-22
master:
ext_pillar:
@@ -86,7 +86,7 @@ values:
state: running
parallel: true
pin_version: false
pkgrepo: deb https://repo.saltstack.com/py3/ubuntu/18.04/amd64/3000 bionic main
pkgrepo: deb https://repo.saltproject.io/py3/ubuntu/18.04/amd64/3000 bionic main
py_ver: py3
pygit2: python-pygit2
pyinotify: python-pyinotify

+ 2
- 2
test/integration/v3001-py3/files/_mapdata/amazonlinux-2.yaml View File

@@ -42,7 +42,7 @@ values:
version: 0.23.0
version: 0.23.0
install_packages: true
key_url: https://repo.saltstack.com/py3/amazon/2/$basearch/3001/SALTSTACK-GPG-KEY.pub
key_url: https://repo.saltproject.io/py3/amazon/2/$basearch/3001/SALTSTACK-GPG-KEY.pub
master:
ext_pillar:
- cmd_yaml: cat /etc/salt/yaml
@@ -85,7 +85,7 @@ values:
state: running
parallel: true
pin_version: false
pkgrepo: https://repo.saltstack.com/py3/amazon/2/$basearch/3001
pkgrepo: https://repo.saltproject.io/py3/amazon/2/$basearch/3001
pkgrepo_humanname: SaltStack repo for Amazon Linux 2
pkgrepo_name: saltstack-amzn-repo
py_ver: py3

+ 2
- 2
test/integration/v3001-py3/files/_mapdata/centos-7.yaml View File

@@ -42,7 +42,7 @@ values:
version: 0.23.0
version: 0.23.0
install_packages: true
key_url: https://repo.saltstack.com/py3/redhat/$releasever/$basearch/3001/SALTSTACK-GPG-KEY.pub
key_url: https://repo.saltproject.io/py3/redhat/$releasever/$basearch/3001/SALTSTACK-GPG-KEY.pub
master:
ext_pillar:
- cmd_yaml: cat /etc/salt/yaml
@@ -85,7 +85,7 @@ values:
state: running
parallel: true
pin_version: false
pkgrepo: https://repo.saltstack.com/py3/redhat/$releasever/$basearch/3001
pkgrepo: https://repo.saltproject.io/py3/redhat/$releasever/$basearch/3001
pkgrepo_humanname: SaltStack repo for RHEL/CentOS $releasever
pkgrepo_name: saltstack
py_ver: py3

+ 2
- 2
test/integration/v3001-py3/files/_mapdata/centos-8.yaml View File

@@ -42,7 +42,7 @@ values:
version: 0.23.0
version: 0.23.0
install_packages: true
key_url: https://repo.saltstack.com/py3/redhat/$releasever/$basearch/3001/SALTSTACK-GPG-KEY.pub
key_url: https://repo.saltproject.io/py3/redhat/$releasever/$basearch/3001/SALTSTACK-GPG-KEY.pub
master:
ext_pillar:
- cmd_yaml: cat /etc/salt/yaml
@@ -85,7 +85,7 @@ values:
state: running
parallel: true
pin_version: false
pkgrepo: https://repo.saltstack.com/py3/redhat/$releasever/$basearch/3001
pkgrepo: https://repo.saltproject.io/py3/redhat/$releasever/$basearch/3001
pkgrepo_humanname: SaltStack repo for RHEL/CentOS $releasever
pkgrepo_name: saltstack
py_ver: py3

+ 2
- 2
test/integration/v3001-py3/files/_mapdata/debian-10.yaml View File

@@ -42,7 +42,7 @@ values:
version: 0.23.0
version: 0.22.1
install_packages: true
key_url: https://repo.saltstack.com/py3/debian/10/amd64/3001/SALTSTACK-GPG-KEY.pub
key_url: https://repo.saltproject.io/py3/debian/10/amd64/3001/SALTSTACK-GPG-KEY.pub
libgit2: libgit2-22
master:
ext_pillar:
@@ -86,7 +86,7 @@ values:
state: running
parallel: true
pin_version: false
pkgrepo: deb https://repo.saltstack.com/py3/debian/10/amd64/3001 buster main
pkgrepo: deb https://repo.saltproject.io/py3/debian/10/amd64/3001 buster main
py_ver: py3
pyinotify: python-pyinotify
python_dulwich: python-dulwich

+ 2
- 2
test/integration/v3001-py3/files/_mapdata/debian-9.yaml View File

@@ -42,7 +42,7 @@ values:
version: 0.23.0
version: 0.22.1
install_packages: true
key_url: https://repo.saltstack.com/py3/debian/9/amd64/3001/SALTSTACK-GPG-KEY.pub
key_url: https://repo.saltproject.io/py3/debian/9/amd64/3001/SALTSTACK-GPG-KEY.pub
libgit2: libgit2-22
master:
ext_pillar:
@@ -86,7 +86,7 @@ values:
state: running
parallel: true
pin_version: false
pkgrepo: deb https://repo.saltstack.com/py3/debian/9/amd64/3001 stretch main
pkgrepo: deb https://repo.saltproject.io/py3/debian/9/amd64/3001 stretch main
py_ver: py3
pyinotify: python-pyinotify
python_dulwich: python-dulwich

+ 2
- 2
test/integration/v3001-py3/files/_mapdata/fedora-32.yaml View File

@@ -42,7 +42,7 @@ values:
version: 0.23.0
version: 0.23.0
install_packages: true
key_url: https://repo.saltstack.com/py3/redhat/$releasever/$basearch/3001/SALTSTACK-GPG-KEY.pub
key_url: https://repo.saltproject.io/py3/redhat/$releasever/$basearch/3001/SALTSTACK-GPG-KEY.pub
master:
ext_pillar:
- cmd_yaml: cat /etc/salt/yaml
@@ -85,7 +85,7 @@ values:
state: running
parallel: true
pin_version: false
pkgrepo: https://repo.saltstack.com/py3/redhat/$releasever/$basearch/3001
pkgrepo: https://repo.saltproject.io/py3/redhat/$releasever/$basearch/3001
pkgrepo_humanname: SaltStack repo for RHEL/CentOS $releasever
pkgrepo_name: saltstack
py_ver: py3

+ 2
- 2
test/integration/v3001-py3/files/_mapdata/fedora-33.yaml View File

@@ -42,7 +42,7 @@ values:
version: 0.23.0
version: 0.23.0
install_packages: true
key_url: https://repo.saltstack.com/py3/redhat/$releasever/$basearch/3001/SALTSTACK-GPG-KEY.pub
key_url: https://repo.saltproject.io/py3/redhat/$releasever/$basearch/3001/SALTSTACK-GPG-KEY.pub
master:
ext_pillar:
- cmd_yaml: cat /etc/salt/yaml
@@ -85,7 +85,7 @@ values:
state: running
parallel: true
pin_version: false
pkgrepo: https://repo.saltstack.com/py3/redhat/$releasever/$basearch/3001
pkgrepo: https://repo.saltproject.io/py3/redhat/$releasever/$basearch/3001
pkgrepo_humanname: SaltStack repo for RHEL/CentOS $releasever
pkgrepo_name: saltstack
py_ver: py3

+ 3
- 3
test/integration/v3001-py3/files/_mapdata/oraclelinux-7.yaml View File

@@ -42,7 +42,7 @@ values:
version: 0.23.0
version: 0.23.0
install_packages: true
key_url: https://repo.saltstack.com/py3/redhat/$releasever/$basearch/3001/SALTSTACK-GPG-KEY.pub
key_url: https://repo.saltproject.io/py3/redhat/7/$basearch/3001/SALTSTACK-GPG-KEY.pub
master:
ext_pillar:
- cmd_yaml: cat /etc/salt/yaml
@@ -85,8 +85,8 @@ values:
state: running
parallel: true
pin_version: false
pkgrepo: https://repo.saltstack.com/py3/redhat/$releasever/$basearch/3001
pkgrepo_humanname: SaltStack repo for RHEL/CentOS $releasever
pkgrepo: https://repo.saltproject.io/py3/redhat/7/$basearch/3001
pkgrepo_humanname: SaltStack repo for RHEL/CentOS 7
pkgrepo_name: saltstack
py_ver: py3
pygit2: python-pygit2

+ 2
- 2
test/integration/v3001-py3/files/_mapdata/oraclelinux-8.yaml View File

@@ -42,7 +42,7 @@ values:
version: 0.23.0
version: 0.23.0
install_packages: true
key_url: https://repo.saltstack.com/py3/redhat/$releasever/$basearch/3001/SALTSTACK-GPG-KEY.pub
key_url: https://repo.saltproject.io/py3/redhat/$releasever/$basearch/3001/SALTSTACK-GPG-KEY.pub
master:
ext_pillar:
- cmd_yaml: cat /etc/salt/yaml
@@ -85,7 +85,7 @@ values:
state: running
parallel: true
pin_version: false
pkgrepo: https://repo.saltstack.com/py3/redhat/$releasever/$basearch/3001
pkgrepo: https://repo.saltproject.io/py3/redhat/$releasever/$basearch/3001
pkgrepo_humanname: SaltStack repo for RHEL/CentOS $releasever
pkgrepo_name: saltstack
py_ver: py3

+ 2
- 2
test/integration/v3001-py3/files/_mapdata/ubuntu-16.yaml View File

@@ -42,7 +42,7 @@ values:
version: 0.23.0
version: 0.22.1
install_packages: true
key_url: https://repo.saltstack.com/py3/ubuntu/16.04/amd64/3001/SALTSTACK-GPG-KEY.pub
key_url: https://repo.saltproject.io/py3/ubuntu/16.04/amd64/3001/SALTSTACK-GPG-KEY.pub
libgit2: libgit2-22
master:
ext_pillar:
@@ -86,7 +86,7 @@ values:
state: running
parallel: true
pin_version: false
pkgrepo: deb https://repo.saltstack.com/py3/ubuntu/16.04/amd64/3001 xenial main
pkgrepo: deb https://repo.saltproject.io/py3/ubuntu/16.04/amd64/3001 xenial main
py_ver: py3
pygit2: python-pygit2
pyinotify: python-pyinotify

+ 2
- 2
test/integration/v3001-py3/files/_mapdata/ubuntu-18.yaml View File

@@ -42,7 +42,7 @@ values:
version: 0.23.0
version: 0.22.1
install_packages: true
key_url: https://repo.saltstack.com/py3/ubuntu/18.04/amd64/3001/SALTSTACK-GPG-KEY.pub
key_url: https://repo.saltproject.io/py3/ubuntu/18.04/amd64/3001/SALTSTACK-GPG-KEY.pub
libgit2: libgit2-22
master:
ext_pillar:
@@ -86,7 +86,7 @@ values:
state: running
parallel: true
pin_version: false
pkgrepo: deb https://repo.saltstack.com/py3/ubuntu/18.04/amd64/3001 bionic main
pkgrepo: deb https://repo.saltproject.io/py3/ubuntu/18.04/amd64/3001 bionic main
py_ver: py3
pygit2: python-pygit2
pyinotify: python-pyinotify

+ 2
- 2
test/integration/v3001-py3/files/_mapdata/ubuntu-20.yaml View File

@@ -42,7 +42,7 @@ values:
version: 0.23.0
version: 0.22.1
install_packages: true
key_url: https://repo.saltstack.com/py3/ubuntu/20.04/amd64/3001/SALTSTACK-GPG-KEY.pub
key_url: https://repo.saltproject.io/py3/ubuntu/20.04/amd64/3001/SALTSTACK-GPG-KEY.pub
libgit2: libgit2-22
master:
ext_pillar:
@@ -86,7 +86,7 @@ values:
state: running
parallel: true
pin_version: false
pkgrepo: deb https://repo.saltstack.com/py3/ubuntu/20.04/amd64/3001 focal main
pkgrepo: deb https://repo.saltproject.io/py3/ubuntu/20.04/amd64/3001 focal main
py_ver: py3
pygit2: python-pygit2
pyinotify: python-pyinotify

+ 2
- 2
test/integration/v3002-py3/files/_mapdata/amazonlinux-2.yaml View File

@@ -42,7 +42,7 @@ values:
version: 0.23.0
version: 0.23.0
install_packages: true
key_url: https://repo.saltstack.com/py3/amazon/2/$basearch/3002/SALTSTACK-GPG-KEY.pub
key_url: https://repo.saltproject.io/py3/amazon/2/$basearch/3002/SALTSTACK-GPG-KEY.pub
master:
ext_pillar:
- cmd_yaml: cat /etc/salt/yaml
@@ -85,7 +85,7 @@ values:
state: running
parallel: true
pin_version: false
pkgrepo: https://repo.saltstack.com/py3/amazon/2/$basearch/3002
pkgrepo: https://repo.saltproject.io/py3/amazon/2/$basearch/3002
pkgrepo_humanname: SaltStack repo for Amazon Linux 2
pkgrepo_name: saltstack-amzn-repo
py_ver: py3

+ 2
- 2
test/integration/v3002-py3/files/_mapdata/centos-7.yaml View File

@@ -42,7 +42,7 @@ values:
version: 0.23.0
version: 0.23.0
install_packages: true
key_url: https://repo.saltstack.com/py3/redhat/$releasever/$basearch/3002/SALTSTACK-GPG-KEY.pub
key_url: https://repo.saltproject.io/py3/redhat/$releasever/$basearch/3002/SALTSTACK-GPG-KEY.pub
master:
ext_pillar:
- cmd_yaml: cat /etc/salt/yaml
@@ -85,7 +85,7 @@ values:
state: running
parallel: true
pin_version: false
pkgrepo: https://repo.saltstack.com/py3/redhat/$releasever/$basearch/3002
pkgrepo: https://repo.saltproject.io/py3/redhat/$releasever/$basearch/3002
pkgrepo_humanname: SaltStack repo for RHEL/CentOS $releasever
pkgrepo_name: saltstack
py_ver: py3

+ 2
- 2
test/integration/v3002-py3/files/_mapdata/centos-8.yaml View File

@@ -42,7 +42,7 @@ values:
version: 0.23.0
version: 0.23.0
install_packages: true
key_url: https://repo.saltstack.com/py3/redhat/$releasever/$basearch/3002/SALTSTACK-GPG-KEY.pub
key_url: https://repo.saltproject.io/py3/redhat/$releasever/$basearch/3002/SALTSTACK-GPG-KEY.pub
master:
ext_pillar:
- cmd_yaml: cat /etc/salt/yaml
@@ -85,7 +85,7 @@ values:
state: running
parallel: true
pin_version: false
pkgrepo: https://repo.saltstack.com/py3/redhat/$releasever/$basearch/3002
pkgrepo: https://repo.saltproject.io/py3/redhat/$releasever/$basearch/3002
pkgrepo_humanname: SaltStack repo for RHEL/CentOS $releasever
pkgrepo_name: saltstack
py_ver: py3

+ 2
- 2
test/integration/v3002-py3/files/_mapdata/debian-10.yaml View File

@@ -42,7 +42,7 @@ values:
version: 0.23.0
version: 0.22.1
install_packages: true
key_url: https://repo.saltstack.com/py3/debian/10/amd64/3002/SALTSTACK-GPG-KEY.pub
key_url: https://repo.saltproject.io/py3/debian/10/amd64/3002/SALTSTACK-GPG-KEY.pub
libgit2: libgit2-22
master:
ext_pillar:
@@ -86,7 +86,7 @@ values:
state: running
parallel: true
pin_version: false
pkgrepo: deb https://repo.saltstack.com/py3/debian/10/amd64/3002 buster main
pkgrepo: deb https://repo.saltproject.io/py3/debian/10/amd64/3002 buster main
py_ver: py3
pyinotify: python-pyinotify
python_dulwich: python-dulwich

+ 2
- 2
test/integration/v3002-py3/files/_mapdata/debian-9.yaml View File

@@ -42,7 +42,7 @@ values:
version: 0.23.0
version: 0.22.1
install_packages: true
key_url: https://repo.saltstack.com/py3/debian/9/amd64/3002/SALTSTACK-GPG-KEY.pub
key_url: https://repo.saltproject.io/py3/debian/9/amd64/3002/SALTSTACK-GPG-KEY.pub
libgit2: libgit2-22
master:
ext_pillar:
@@ -86,7 +86,7 @@ values:
state: running
parallel: true
pin_version: false
pkgrepo: deb https://repo.saltstack.com/py3/debian/9/amd64/3002 stretch main
pkgrepo: deb https://repo.saltproject.io/py3/debian/9/amd64/3002 stretch main
py_ver: py3
pyinotify: python-pyinotify
python_dulwich: python-dulwich

+ 2
- 2
test/integration/v3002-py3/files/_mapdata/fedora-32.yaml View File

@@ -42,7 +42,7 @@ values:
version: 0.23.0
version: 0.23.0
install_packages: true
key_url: https://repo.saltstack.com/py3/redhat/$releasever/$basearch/3002/SALTSTACK-GPG-KEY.pub
key_url: https://repo.saltproject.io/py3/redhat/$releasever/$basearch/3002/SALTSTACK-GPG-KEY.pub
master:
ext_pillar:
- cmd_yaml: cat /etc/salt/yaml
@@ -85,7 +85,7 @@ values:
state: running
parallel: true
pin_version: false
pkgrepo: https://repo.saltstack.com/py3/redhat/$releasever/$basearch/3002
pkgrepo: https://repo.saltproject.io/py3/redhat/$releasever/$basearch/3002
pkgrepo_humanname: SaltStack repo for RHEL/CentOS $releasever
pkgrepo_name: saltstack
py_ver: py3

+ 2
- 2
test/integration/v3002-py3/files/_mapdata/fedora-33.yaml View File

@@ -42,7 +42,7 @@ values:
version: 0.23.0
version: 0.23.0
install_packages: true
key_url: https://repo.saltstack.com/py3/redhat/$releasever/$basearch/3002/SALTSTACK-GPG-KEY.pub
key_url: https://repo.saltproject.io/py3/redhat/$releasever/$basearch/3002/SALTSTACK-GPG-KEY.pub
master:
ext_pillar:
- cmd_yaml: cat /etc/salt/yaml
@@ -85,7 +85,7 @@ values:
state: running
parallel: true
pin_version: false
pkgrepo: https://repo.saltstack.com/py3/redhat/$releasever/$basearch/3002
pkgrepo: https://repo.saltproject.io/py3/redhat/$releasever/$basearch/3002
pkgrepo_humanname: SaltStack repo for RHEL/CentOS $releasever
pkgrepo_name: saltstack
py_ver: py3

+ 2
- 2
test/integration/v3002-py3/files/_mapdata/fedora-34.yaml View File

@@ -42,7 +42,7 @@ values:
version: 0.23.0
version: 0.23.0
install_packages: true
key_url: https://repo.saltstack.com/py3/redhat/$releasever/$basearch/3002/SALTSTACK-GPG-KEY.pub
key_url: https://repo.saltproject.io/py3/redhat/$releasever/$basearch/3002/SALTSTACK-GPG-KEY.pub
master:
ext_pillar:
- cmd_yaml: cat /etc/salt/yaml
@@ -85,7 +85,7 @@ values:
state: running
parallel: true
pin_version: false
pkgrepo: https://repo.saltstack.com/py3/redhat/$releasever/$basearch/3002
pkgrepo: https://repo.saltproject.io/py3/redhat/$releasever/$basearch/3002
pkgrepo_humanname: SaltStack repo for RHEL/CentOS $releasever
pkgrepo_name: saltstack
py_ver: py3

+ 3
- 3
test/integration/v3002-py3/files/_mapdata/oraclelinux-7.yaml View File

@@ -42,7 +42,7 @@ values:
version: 0.23.0
version: 0.23.0
install_packages: true
key_url: https://repo.saltstack.com/py3/redhat/$releasever/$basearch/3002/SALTSTACK-GPG-KEY.pub
key_url: https://repo.saltproject.io/py3/redhat/7/$basearch/3002/SALTSTACK-GPG-KEY.pub
master:
ext_pillar:
- cmd_yaml: cat /etc/salt/yaml
@@ -85,8 +85,8 @@ values:
state: running
parallel: true
pin_version: false
pkgrepo: https://repo.saltstack.com/py3/redhat/$releasever/$basearch/3002
pkgrepo_humanname: SaltStack repo for RHEL/CentOS $releasever
pkgrepo: https://repo.saltproject.io/py3/redhat/7/$basearch/3002
pkgrepo_humanname: SaltStack repo for RHEL/CentOS 7
pkgrepo_name: saltstack
py_ver: py3
pygit2: python-pygit2

+ 2
- 2
test/integration/v3002-py3/files/_mapdata/oraclelinux-8.yaml View File

@@ -42,7 +42,7 @@ values:
version: 0.23.0
version: 0.23.0
install_packages: true
key_url: https://repo.saltstack.com/py3/redhat/$releasever/$basearch/3002/SALTSTACK-GPG-KEY.pub
key_url: https://repo.saltproject.io/py3/redhat/$releasever/$basearch/3002/SALTSTACK-GPG-KEY.pub
master:
ext_pillar:
- cmd_yaml: cat /etc/salt/yaml
@@ -85,7 +85,7 @@ values:
state: running
parallel: true
pin_version: false
pkgrepo: https://repo.saltstack.com/py3/redhat/$releasever/$basearch/3002
pkgrepo: https://repo.saltproject.io/py3/redhat/$releasever/$basearch/3002
pkgrepo_humanname: SaltStack repo for RHEL/CentOS $releasever
pkgrepo_name: saltstack
py_ver: py3

+ 2
- 2
test/integration/v3002-py3/files/_mapdata/ubuntu-16.yaml View File

@@ -42,7 +42,7 @@ values:
version: 0.23.0
version: 0.22.1
install_packages: true
key_url: https://repo.saltstack.com/py3/ubuntu/16.04/amd64/3002/SALTSTACK-GPG-KEY.pub
key_url: https://repo.saltproject.io/py3/ubuntu/16.04/amd64/3002/SALTSTACK-GPG-KEY.pub
libgit2: libgit2-22
master:
ext_pillar:
@@ -86,7 +86,7 @@ values:
state: running
parallel: true
pin_version: false
pkgrepo: deb https://repo.saltstack.com/py3/ubuntu/16.04/amd64/3002 xenial main
pkgrepo: deb https://repo.saltproject.io/py3/ubuntu/16.04/amd64/3002 xenial main
py_ver: py3
pygit2: python-pygit2
pyinotify: python-pyinotify

+ 2
- 2
test/integration/v3002-py3/files/_mapdata/ubuntu-18.yaml View File

@@ -42,7 +42,7 @@ values:
version: 0.23.0
version: 0.22.1
install_packages: true
key_url: https://repo.saltstack.com/py3/ubuntu/18.04/amd64/3002/SALTSTACK-GPG-KEY.pub
key_url: https://repo.saltproject.io/py3/ubuntu/18.04/amd64/3002/SALTSTACK-GPG-KEY.pub
libgit2: libgit2-22
master:
ext_pillar:
@@ -86,7 +86,7 @@ values:
state: running
parallel: true
pin_version: false
pkgrepo: deb https://repo.saltstack.com/py3/ubuntu/18.04/amd64/3002 bionic main
pkgrepo: deb https://repo.saltproject.io/py3/ubuntu/18.04/amd64/3002 bionic main
py_ver: py3
pygit2: python-pygit2
pyinotify: python-pyinotify

+ 2
- 2
test/integration/v3002-py3/files/_mapdata/ubuntu-20.yaml View File

@@ -42,7 +42,7 @@ values:
version: 0.23.0
version: 0.22.1
install_packages: true
key_url: https://repo.saltstack.com/py3/ubuntu/20.04/amd64/3002/SALTSTACK-GPG-KEY.pub
key_url: https://repo.saltproject.io/py3/ubuntu/20.04/amd64/3002/SALTSTACK-GPG-KEY.pub
libgit2: libgit2-22
master:
ext_pillar:
@@ -86,7 +86,7 @@ values:
state: running
parallel: true
pin_version: false
pkgrepo: deb https://repo.saltstack.com/py3/ubuntu/20.04/amd64/3002 focal main
pkgrepo: deb https://repo.saltproject.io/py3/ubuntu/20.04/amd64/3002 focal main
py_ver: py3
pygit2: python-pygit2
pyinotify: python-pyinotify

+ 2
- 2
test/integration/v3003-py3/files/_mapdata/amazonlinux-2.yaml View File

@@ -42,7 +42,7 @@ values:
version: 0.23.0
version: 0.23.0
install_packages: true
key_url: https://repo.saltstack.com/py3/amazon/2/$basearch/3003/SALTSTACK-GPG-KEY.pub
key_url: https://repo.saltproject.io/py3/amazon/2/$basearch/3003/SALTSTACK-GPG-KEY.pub
master:
ext_pillar:
- cmd_yaml: cat /etc/salt/yaml
@@ -85,7 +85,7 @@ values:
state: running
parallel: true
pin_version: false
pkgrepo: https://repo.saltstack.com/py3/amazon/2/$basearch/3003
pkgrepo: https://repo.saltproject.io/py3/amazon/2/$basearch/3003
pkgrepo_humanname: SaltStack repo for Amazon Linux 2
pkgrepo_name: saltstack-amzn-repo
py_ver: py3

+ 2
- 2
test/integration/v3003-py3/files/_mapdata/centos-7.yaml View File

@@ -42,7 +42,7 @@ values:
version: 0.23.0
version: 0.23.0
install_packages: true
key_url: https://repo.saltstack.com/py3/redhat/$releasever/$basearch/3003/SALTSTACK-GPG-KEY.pub
key_url: https://repo.saltproject.io/py3/redhat/$releasever/$basearch/3003/SALTSTACK-GPG-KEY.pub
master:
ext_pillar:
- cmd_yaml: cat /etc/salt/yaml
@@ -85,7 +85,7 @@ values:
state: running
parallel: true
pin_version: false
pkgrepo: https://repo.saltstack.com/py3/redhat/$releasever/$basearch/3003
pkgrepo: https://repo.saltproject.io/py3/redhat/$releasever/$basearch/3003
pkgrepo_humanname: SaltStack repo for RHEL/CentOS $releasever
pkgrepo_name: saltstack
py_ver: py3

+ 2
- 2
test/integration/v3003-py3/files/_mapdata/centos-8.yaml View File

@@ -42,7 +42,7 @@ values:
version: 0.23.0
version: 0.23.0
install_packages: true
key_url: https://repo.saltstack.com/py3/redhat/$releasever/$basearch/3003/SALTSTACK-GPG-KEY.pub
key_url: https://repo.saltproject.io/py3/redhat/$releasever/$basearch/3003/SALTSTACK-GPG-KEY.pub
master:
ext_pillar:
- cmd_yaml: cat /etc/salt/yaml
@@ -85,7 +85,7 @@ values:
state: running
parallel: true
pin_version: false
pkgrepo: https://repo.saltstack.com/py3/redhat/$releasever/$basearch/3003
pkgrepo: https://repo.saltproject.io/py3/redhat/$releasever/$basearch/3003
pkgrepo_humanname: SaltStack repo for RHEL/CentOS $releasever
pkgrepo_name: saltstack
py_ver: py3

+ 2
- 2
test/integration/v3003-py3/files/_mapdata/debian-10.yaml View File

@@ -42,7 +42,7 @@ values:
version: 0.23.0
version: 0.22.1
install_packages: true
key_url: https://repo.saltstack.com/py3/debian/10/amd64/3003/SALTSTACK-GPG-KEY.pub
key_url: https://repo.saltproject.io/py3/debian/10/amd64/3003/SALTSTACK-GPG-KEY.pub
libgit2: libgit2-22
master:
ext_pillar:
@@ -86,7 +86,7 @@ values:
state: running
parallel: true
pin_version: false
pkgrepo: deb https://repo.saltstack.com/py3/debian/10/amd64/3003 buster main
pkgrepo: deb https://repo.saltproject.io/py3/debian/10/amd64/3003 buster main
py_ver: py3
pyinotify: python-pyinotify
python_dulwich: python-dulwich

+ 2
- 2
test/integration/v3003-py3/files/_mapdata/debian-9.yaml View File

@@ -42,7 +42,7 @@ values:
version: 0.23.0
version: 0.22.1
install_packages: true
key_url: https://repo.saltstack.com/py3/debian/9/amd64/3003/SALTSTACK-GPG-KEY.pub
key_url: https://repo.saltproject.io/py3/debian/9/amd64/3003/SALTSTACK-GPG-KEY.pub
libgit2: libgit2-22
master:
ext_pillar:
@@ -86,7 +86,7 @@ values:
state: running
parallel: true
pin_version: false
pkgrepo: deb https://repo.saltstack.com/py3/debian/9/amd64/3003 stretch main
pkgrepo: deb https://repo.saltproject.io/py3/debian/9/amd64/3003 stretch main
py_ver: py3
pyinotify: python-pyinotify
python_dulwich: python-dulwich

+ 2
- 2
test/integration/v3003-py3/files/_mapdata/fedora-32.yaml View File

@@ -42,7 +42,7 @@ values:
version: 0.23.0
version: 0.23.0
install_packages: true
key_url: https://repo.saltstack.com/py3/redhat/$releasever/$basearch/3003/SALTSTACK-GPG-KEY.pub
key_url: https://repo.saltproject.io/py3/redhat/$releasever/$basearch/3003/SALTSTACK-GPG-KEY.pub
master:
ext_pillar:
- cmd_yaml: cat /etc/salt/yaml
@@ -85,7 +85,7 @@ values:
state: running
parallel: true
pin_version: false
pkgrepo: https://repo.saltstack.com/py3/redhat/$releasever/$basearch/3003
pkgrepo: https://repo.saltproject.io/py3/redhat/$releasever/$basearch/3003
pkgrepo_humanname: SaltStack repo for RHEL/CentOS $releasever
pkgrepo_name: saltstack
py_ver: py3

+ 2
- 2
test/integration/v3003-py3/files/_mapdata/fedora-33.yaml View File

@@ -42,7 +42,7 @@ values:
version: 0.23.0
version: 0.23.0
install_packages: true
key_url: https://repo.saltstack.com/py3/redhat/$releasever/$basearch/3003/SALTSTACK-GPG-KEY.pub
key_url: https://repo.saltproject.io/py3/redhat/$releasever/$basearch/3003/SALTSTACK-GPG-KEY.pub
master:
ext_pillar:
- cmd_yaml: cat /etc/salt/yaml
@@ -85,7 +85,7 @@ values:
state: running
parallel: true
pin_version: false
pkgrepo: https://repo.saltstack.com/py3/redhat/$releasever/$basearch/3003
pkgrepo: https://repo.saltproject.io/py3/redhat/$releasever/$basearch/3003
pkgrepo_humanname: SaltStack repo for RHEL/CentOS $releasever
pkgrepo_name: saltstack
py_ver: py3

+ 2
- 2
test/integration/v3003-py3/files/_mapdata/fedora-34.yaml View File

@@ -42,7 +42,7 @@ values:
version: 0.23.0
version: 0.23.0
install_packages: true
key_url: https://repo.saltstack.com/py3/redhat/$releasever/$basearch/3003/SALTSTACK-GPG-KEY.pub
key_url: https://repo.saltproject.io/py3/redhat/$releasever/$basearch/3003/SALTSTACK-GPG-KEY.pub
master:
ext_pillar:
- cmd_yaml: cat /etc/salt/yaml
@@ -85,7 +85,7 @@ values:
state: running
parallel: true
pin_version: false
pkgrepo: https://repo.saltstack.com/py3/redhat/$releasever/$basearch/3003
pkgrepo: https://repo.saltproject.io/py3/redhat/$releasever/$basearch/3003
pkgrepo_humanname: SaltStack repo for RHEL/CentOS $releasever
pkgrepo_name: saltstack
py_ver: py3

+ 3
- 3
test/integration/v3003-py3/files/_mapdata/oraclelinux-7.yaml View File

@@ -42,7 +42,7 @@ values:
version: 0.23.0
version: 0.23.0
install_packages: true
key_url: https://repo.saltstack.com/py3/redhat/$releasever/$basearch/3003/SALTSTACK-GPG-KEY.pub
key_url: https://repo.saltproject.io/py3/redhat/7/$basearch/3003/SALTSTACK-GPG-KEY.pub
master:
ext_pillar:
- cmd_yaml: cat /etc/salt/yaml
@@ -85,8 +85,8 @@ values:
state: running
parallel: true
pin_version: false
pkgrepo: https://repo.saltstack.com/py3/redhat/$releasever/$basearch/3003
pkgrepo_humanname: SaltStack repo for RHEL/CentOS $releasever
pkgrepo: https://repo.saltproject.io/py3/redhat/7/$basearch/3003
pkgrepo_humanname: SaltStack repo for RHEL/CentOS 7
pkgrepo_name: saltstack
py_ver: py3
pygit2: python-pygit2

+ 2
- 2
test/integration/v3003-py3/files/_mapdata/oraclelinux-8.yaml View File

@@ -42,7 +42,7 @@ values:
version: 0.23.0
version: 0.23.0
install_packages: true
key_url: https://repo.saltstack.com/py3/redhat/$releasever/$basearch/3003/SALTSTACK-GPG-KEY.pub
key_url: https://repo.saltproject.io/py3/redhat/$releasever/$basearch/3003/SALTSTACK-GPG-KEY.pub
master:
ext_pillar:
- cmd_yaml: cat /etc/salt/yaml
@@ -85,7 +85,7 @@ values:
state: running
parallel: true
pin_version: false
pkgrepo: https://repo.saltstack.com/py3/redhat/$releasever/$basearch/3003
pkgrepo: https://repo.saltproject.io/py3/redhat/$releasever/$basearch/3003
pkgrepo_humanname: SaltStack repo for RHEL/CentOS $releasever
pkgrepo_name: saltstack
py_ver: py3

+ 2
- 2
test/integration/v3003-py3/files/_mapdata/ubuntu-18.yaml View File

@@ -42,7 +42,7 @@ values:
version: 0.23.0
version: 0.22.1
install_packages: true
key_url: https://repo.saltstack.com/py3/ubuntu/18.04/amd64/3003/SALTSTACK-GPG-KEY.pub
key_url: https://repo.saltproject.io/py3/ubuntu/18.04/amd64/3003/SALTSTACK-GPG-KEY.pub
libgit2: libgit2-22
master:
ext_pillar:
@@ -86,7 +86,7 @@ values:
state: running
parallel: true
pin_version: false
pkgrepo: deb https://repo.saltstack.com/py3/ubuntu/18.04/amd64/3003 bionic main
pkgrepo: deb https://repo.saltproject.io/py3/ubuntu/18.04/amd64/3003 bionic main
py_ver: py3
pygit2: python-pygit2
pyinotify: python-pyinotify

+ 2
- 2
test/integration/v3003-py3/files/_mapdata/ubuntu-20.yaml View File

@@ -42,7 +42,7 @@ values:
version: 0.23.0
version: 0.22.1
install_packages: true
key_url: https://repo.saltstack.com/py3/ubuntu/20.04/amd64/3003/SALTSTACK-GPG-KEY.pub
key_url: https://repo.saltproject.io/py3/ubuntu/20.04/amd64/3003/SALTSTACK-GPG-KEY.pub
libgit2: libgit2-22
master:
ext_pillar:
@@ -86,7 +86,7 @@ values:
state: running
parallel: true
pin_version: false
pkgrepo: deb https://repo.saltstack.com/py3/ubuntu/20.04/amd64/3003 focal main
pkgrepo: deb https://repo.saltproject.io/py3/ubuntu/20.04/amd64/3003 focal main
py_ver: py3
pygit2: python-pygit2
pyinotify: python-pyinotify

Loading…
Cancel
Save