4.9. レジストリーの場所の設定
registry.redhat.io
でデフォルトのレジストリーを使用する場合、以下の変数を設定する必要があります。
oreg_url=registry.redhat.io/openshift3/ose-${component}:${version} oreg_auth_user="<user>" oreg_auth_password="<password>"
レジストリーのアクセストークンの設定に関する詳細は、Red Hat コンテナーレジストリーの認証 を参照してください。
registry.redhat.io
のデフォルト以外のイメージレジストリーを使用する場合、レジストリーを /etc/ansible/hosts ファイルに指定します。
oreg_url=example.com/openshift3/ose-${component}:${version} openshift_examples_modify_imagestreams=true
変数 | 目的 |
---|---|
|
別のイメージの場所に設定されます。 |
|
デフォルト以外のレジストリーを参照している場合は |
|
|
|
|
デフォルトレジストリーには、認証トークンが必要です。詳細は、Red Hat レジストリーへのアクセスおよびその設定 を参照してください。
以下は例になります。
oreg_url=example.com/openshift3/ose-${component}:${version} oreg_auth_user=${user_name} oreg_auth_password=${password} openshift_examples_modify_imagestreams=true