Get operator indices

Get a list of index images satisfying the specified conditions

CLI reference

usage: pubtools-pyxis-get-operator-indices [-h] --pyxis-server PYXIS_SERVER
                                           [--pyxis-insecure]
                                           [--pyxis-krb-principal PYXIS_KRB_PRINCIPAL]
                                           [--pyxis-krb-ktfile PYXIS_KRB_KTFILE]
                                           [--pyxis-ssl-crtfile PYXIS_SSL_CRTFILE]
                                           [--pyxis-ssl-keyfile PYXIS_SSL_KEYFILE]
                                           --ocp-versions-range
                                           OCP_VERSIONS_RANGE
                                           [--organization ORGANIZATION]

Named Arguments

--pyxis-server

Pyxis service hostname

--pyxis-insecure

Allow insecure connection to Pyxis

--pyxis-krb-principal

Pyxis kerberos principal in form: name@REALM

--pyxis-krb-ktfile

Pyxis Kerberos client keytab. Optional. Used for login if TGT is not available.

--pyxis-ssl-crtfile

Path to .crt file for the SSL authentication

--pyxis-ssl-keyfile

Path to .key file for the SSL authentication

--ocp-versions-range

Supported OCP versions range. See https://docs.engineering.redhat.com/display/CFC/Delivery

--organization

Organization as understood by IIB

Examples

Get operator indices with one specified version and default Kerberos authentication.

pubtools-pyxis-get-operator-indices \
--pyxis-server https://pyxis-server-url/ \
--pyxis-krb-principal lgallovi@REDHAT.COM \
--ocp-versions-range 4.6 \
--pyxis-insecure

Get operator indices with a version range, and Kerberos authentication with a specified keytab.

pubtools-pyxis-get-operator-indices \
--pyxis-server https://pyxis-server-url/ \
--pyxis-krb-principal iib-stage@REDHAT.COM \
--pyxis-krb-ktfile /path/to/file.keytab \
--ocp-versions-range 4.5-4.7

Get operator indices and authenticate using SSL certificates.

pubtools-pyxis-get-operator-indices \
--pyxis-server https://pyxis-server-url/ \
--pyxis-ssl-crtfile /path/to/file.crt \
--pyxis-ssl-keyfile /path/to/file.key \
--ocp-versions-range 4.6