パラメーター

パラメーター名 記述
id
必須

リポジトリー ID

Validations:

  • number.

name
任意

Validations:

  • String

url
任意

リポジトリーソース URL

Validations:

  • String

gpg_key_id
任意

新規リポジトリーに割り当てられる GPG キーの ID

Validations:

  • number.

unprotected
任意

このリポジトリーが HHTP 経由で公開できる場合は true

Validations:

  • boolean

checksum_type
任意

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

Validations:

  • String

docker_upstream_name
任意

アップストリーム Docker リポジトリー

Validations:

  • String

download_policy
任意

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

Validations:

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

mirror_on_sync
任意

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

Validations:

  • boolean

verify_ssl_on_sync
任意

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

Validations:

  • boolean

upstream_username
任意

Username of the upstream repository user used for authentication

Validations:

  • String

upstream_password
任意

Password of the upstream repository user used for authentication

Validations:

  • String

ostree_upstream_sync_policy
任意

policies for syncing upstream ostree repositories.

Validations:

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

ostree_upstream_sync_depth
任意

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

Validations:

  • number.

deb_releases
任意

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

Validations:

  • String

deb_components
任意

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

Validations:

  • String

deb_architectures
任意

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

Validations:

  • String

ignore_global_proxy
任意

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

Validations:

  • boolean