DockerRegistry

DockerRegistry
DockerRegistry
JSON Example
{
    "oshift_registry": {
        "registry_namespace": "string",
        "registry_service": "string",
        "registry_vip": {
            "addr": "string",
            "type": "string"
        }
    },
    "password": "string",
    "private": false,
    "registry": "string",
    "username": "string"
}
oshift_registry
Optional

oshift_registry

string
password
Optional

Password for docker registry. Authorized 'regular user' password if registry is Openshift integrated registry. Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.

boolean
private
Optional

Set if docker registry is private. Avi controller will not attempt to push SE image to the registry, unless se_repository_push is set. Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.

string
registry
Optional

Avi ServiceEngine repository name. For private registry, it's registry port/repository, for public registry, it's registry/repository, for openshift registry, it's registry port/namespace/repo. Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.

string
username
Optional

Username for docker registry. Authorized 'regular user' if registry is Openshift integrated registry. Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.