Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 14 additions & 0 deletions etc/kayobe/pulp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,9 @@ pulp_url: "http://{{ admin_oc_net_name | net_ip(groups['seed'][0]) }}:80"
pulp_username: admin
pulp_password: "{{ secrets_pulp_password }}"

# Proxy to use when adding remotes.
pulp_proxy_url: "{{ omit }}"

###############################################################################
# StackHPC Pulp server

Expand Down Expand Up @@ -44,6 +47,7 @@ stackhpc_pulp_repository_deb_repos:
client_cert: "{{ stackhpc_release_pulp_client_cert }}"
client_key: "{{ stackhpc_release_pulp_client_key }}"
policy: on_demand
proxy_url: "{{ pulp_proxy_url }}"
architectures: amd64
components: main restricted universe multiverse
distributions: focal focal-updates focal-backports
Expand All @@ -56,6 +60,7 @@ stackhpc_pulp_repository_deb_repos:
client_cert: "{{ stackhpc_release_pulp_client_cert }}"
client_key: "{{ stackhpc_release_pulp_client_key }}"
policy: on_demand
proxy_url: "{{ pulp_proxy_url }}"
architectures: amd64
components: main restricted universe multiverse
distributions: focal-security
Expand All @@ -69,6 +74,7 @@ stackhpc_pulp_repository_deb_repos:
client_cert: "{{ stackhpc_release_pulp_client_cert }}"
client_key: "{{ stackhpc_release_pulp_client_key }}"
policy: on_demand
proxy_url: "{{ pulp_proxy_url }}"
architectures: amd64
components: main
distributions: focal-updates/wallaby
Expand All @@ -82,6 +88,7 @@ stackhpc_pulp_repository_deb_repos:
client_cert: "{{ stackhpc_release_pulp_client_cert }}"
client_key: "{{ stackhpc_release_pulp_client_key }}"
policy: on_demand
proxy_url: "{{ pulp_proxy_url }}"
architectures: amd64
distributions: focal
components: stable
Expand Down Expand Up @@ -174,6 +181,7 @@ stackhpc_pulp_repository_rpm_repos:
client_cert: "{{ stackhpc_release_pulp_client_cert }}"
client_key: "{{ stackhpc_release_pulp_client_key }}"
policy: on_demand
proxy_url: "{{ pulp_proxy_url }}"
sync_policy: mirror_complete
state: present
required: "{{ stackhpc_pulp_sync_centos_stream8 | bool }}"
Expand All @@ -182,6 +190,7 @@ stackhpc_pulp_repository_rpm_repos:
client_cert: "{{ stackhpc_release_pulp_client_cert }}"
client_key: "{{ stackhpc_release_pulp_client_key }}"
policy: on_demand
proxy_url: "{{ pulp_proxy_url }}"
sync_policy: mirror_complete
state: present
required: "{{ stackhpc_pulp_sync_centos_stream8 | bool }}"
Expand All @@ -190,6 +199,7 @@ stackhpc_pulp_repository_rpm_repos:
client_cert: "{{ stackhpc_release_pulp_client_cert }}"
client_key: "{{ stackhpc_release_pulp_client_key }}"
policy: on_demand
proxy_url: "{{ pulp_proxy_url }}"
sync_policy: mirror_complete
state: present
required: "{{ stackhpc_pulp_sync_centos_stream8 | bool }}"
Expand All @@ -200,6 +210,7 @@ stackhpc_pulp_repository_rpm_repos:
client_cert: "{{ stackhpc_release_pulp_client_cert }}"
client_key: "{{ stackhpc_release_pulp_client_key }}"
policy: on_demand
proxy_url: "{{ pulp_proxy_url }}"
sync_policy: mirror_content_only
state: present
required: "{{ stackhpc_pulp_sync_centos_stream8 | bool }}"
Expand All @@ -208,6 +219,7 @@ stackhpc_pulp_repository_rpm_repos:
client_cert: "{{ stackhpc_release_pulp_client_cert }}"
client_key: "{{ stackhpc_release_pulp_client_key }}"
policy: on_demand
proxy_url: "{{ pulp_proxy_url }}"
sync_policy: mirror_complete
state: present
required: "{{ stackhpc_pulp_sync_centos_stream8 | bool }}"
Expand All @@ -218,6 +230,7 @@ stackhpc_pulp_repository_rpm_repos:
client_cert: "{{ stackhpc_release_pulp_client_cert }}"
client_key: "{{ stackhpc_release_pulp_client_key }}"
policy: on_demand
proxy_url: "{{ pulp_proxy_url }}"
sync_policy: mirror_complete
state: present
required: "{{ stackhpc_pulp_sync_centos_stream8 | bool }}"
Expand Down Expand Up @@ -439,6 +452,7 @@ stackhpc_pulp_images:
stackhpc_pulp_repository_container_repos_common:
url: "{{ stackhpc_release_pulp_registry_url }}"
policy: on_demand
proxy_url: "{{ pulp_proxy_url }}"
remote_username: "{{ stackhpc_release_pulp_username }}"
remote_password: "{{ stackhpc_release_pulp_password }}"
state: present
Expand Down