Skip to content
This repository has been archived by the owner on Jan 30, 2024. It is now read-only.

Commit

Permalink
Update packages mode support for Pulp 3.15
Browse files Browse the repository at this point in the history
by changing the default package name prefix (`pulp_pkg_name_prefix`)
from `python3-` to `tfm-pulpcore-python3-`.

Also update pulp_pkg_repo in CI.

Fixes github: #795

[noissue]
  • Loading branch information
mikedep333 committed Oct 29, 2021
1 parent 4cafa3e commit 4180f03
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 4 deletions.
1 change: 1 addition & 0 deletions CHANGES/795.bugfix
@@ -0,0 +1 @@
Update packages mode support for Pulp 3.15 by changing the default package name prefix (`pulp_pkg_name_prefix`) from `python3-` to `tfm-pulpcore-python3-`.
2 changes: 1 addition & 1 deletion molecule/packages-dynamic/group_vars/all
Expand Up @@ -8,7 +8,7 @@ pulp_install_plugins:
pulp_settings:
secret_key: secret
content_origin: "https://{{ ansible_fqdn }}"
pulp_pkg_repo: "https://yum.theforeman.org/pulpcore/3.14/el{{ ansible_distribution_major_version }}/$basearch/"
pulp_pkg_repo: "https://yum.theforeman.org/pulpcore/3.15/el{{ ansible_distribution_major_version }}/$basearch/"
# Setting this not because it should have any effect, but to test that it
# doesn't:
pulp_pkg_upgrade_all: true
Expand Down
2 changes: 1 addition & 1 deletion molecule/packages-static/group_vars/all
Expand Up @@ -10,4 +10,4 @@ pulp_install_plugins:
pulp_settings:
secret_key: secret
content_origin: "https://{{ ansible_fqdn }}"
pulp_pkg_repo: "https://yum.theforeman.org/pulpcore/3.14/el{{ ansible_distribution_major_version }}/$basearch/"
pulp_pkg_repo: "https://yum.theforeman.org/pulpcore/3.15/el{{ ansible_distribution_major_version }}/$basearch/"
2 changes: 1 addition & 1 deletion molecule/packages-upgrade/group_vars/all
Expand Up @@ -8,5 +8,5 @@ pulp_install_plugins:
pulp_settings:
secret_key: secret
content_origin: "https://{{ ansible_fqdn }}"
pulp_pkg_repo: "https://yum.theforeman.org/pulpcore/3.14/el{{ ansible_distribution_major_version }}/$basearch/"
pulp_pkg_repo: "https://yum.theforeman.org/pulpcore/3.15/el{{ ansible_distribution_major_version }}/$basearch/"
pulp_pkg_upgrade_all: true
2 changes: 1 addition & 1 deletion roles/pulp_common/defaults/main.yml
Expand Up @@ -43,7 +43,7 @@ epel_release_packages:
# set it, and even then we may just help them to append to a list.
pulp_irregularly_named_plugins:
- galaxy-ng
pulp_pkg_name_prefix: "python3-"
pulp_pkg_name_prefix: "tfm-pulpcore-python3-"
pulp_pkg_pulpcore_name: "{{ pulp_pkg_name_prefix }}pulpcore"
pulp_pkg_repo:
pulp_pkg_repo_gpgcheck: True
Expand Down

0 comments on commit 4180f03

Please sign in to comment.