Parameter

Parametername Beschreibung
id
verpflichtend

Repository-ID

Validations:

  • number.

name
optional

Validations:

  • String

url
optional

Repository-Quell-URL

Validations:

  • String

gpg_key_id
optional

ID des GPG-Schlüssels, der diesem neuen Repository zugewiesen wird

Validations:

  • number.

unprotected
optional

“true”, falls dieses Repository mittels HTTP veröffentlicht werden kann

Validations:

  • boolean

checksum_type
optional

checksum of the repository, currently 'sha1' & 'sha256' are supported.

Validations:

  • String

docker_upstream_name
optional

Name des Upstream-Docker-Repositorys

Validations:

  • String

download_policy
optional

download policy for yum repos (either 'immediate', 'on_demand', or 'background')

Validations:

  • Must be one of: immediate, on_demand, background.

mirror_on_sync
optional

true if this repository when synced has to be mirrored from the source and stale rpms removed.

Validations:

  • boolean

verify_ssl_on_sync
optional

if true, Katello will verify the upstream url's SSL certifcates are signed by a trusted CA.

Validations:

  • boolean

upstream_username
optional

Username of the upstream repository user used for authentication

Validations:

  • String

upstream_password
optional

Password of the upstream repository user used for authentication

Validations:

  • String

ostree_upstream_sync_policy
optional

policies for syncing upstream ostree repositories.

Validations:

  • Must be one of: latest, all, custom.

ostree_upstream_sync_depth
optional

if a custom sync policy is chosen for ostree repositories then a 'depth' value must be provided.

Validations:

  • number.

deb_releases
optional

comma separated list of releases to be synched from deb-archive

Validations:

  • String

deb_components
optional

comma separated list of repo components to be synched from deb-archive

Validations:

  • String

deb_architectures
optional

comma separated list of architectures to be synched from deb-archive

Validations:

  • String

ignore_global_proxy
optional

if true, will ignore the globally configured proxy when syncing.

Validations:

  • boolean