Skip to content

Commit

Permalink
SUMA 5.0 uses the Salt bundle
Browse files Browse the repository at this point in the history
  • Loading branch information
Bischoff committed Sep 11, 2024
1 parent 446aa29 commit 9fec5ca
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion salt/server/testsuite.sls
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ testsuite_salt_packages:
- sls: repos
{% endif %}

{% set products_to_use_salt_bundle = ["uyuni-master", "uyuni-pr", "head", "5.0-nightly", "5.0-released", "4.3-nightly", "4.3-released", "4.3-pr", "4.3-VM-nightly", "4.3-VM-released", "4.2-nightly", "4.2-released"] %}
{% set products_to_use_salt_bundle = ["uyuni-master", "uyuni-pr", "4.3-nightly", "4.3-released", "4.3-pr", "4.3-VM-nightly", "4.3-VM-released", "4.2-nightly", "4.2-released"] %}
{% if grains.get('product_version') | default('', true) in products_to_use_salt_bundle %}

# The following states are needed to ensure "venv-salt-minion" is used during bootstrapping,
Expand Down
2 changes: 1 addition & 1 deletion salt/server_containerized/testsuite.sls
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,7 @@ testsuite_packages:
- pkg: uyuni-tools
{% endif %}

{% set products_to_use_salt_bundle = ["uyuni-master", "uyuni-pr", "head"] %}
{% set products_to_use_salt_bundle = ["uyuni-master", "uyuni-pr", "head", "5.0-nightly", "5.0-released"] %}
{% if grains.get('product_version') | default('', true) in products_to_use_salt_bundle %}

# The following states are needed to ensure "venv-salt-minion" is used during bootstrapping,
Expand Down

0 comments on commit 9fec5ca

Please sign in to comment.