Zaqar

There are various customizations you can do to tailor the deployment of OpenStack Zaqar. You can find those below.

General Parameters

  • bootstrap.enabled

    • Type: bool

    • Description:

    • false

  • bootstrap.ks_user

    • Type: string

    • Description:

    • “zaqar”

  • bootstrap.script

    • Type: string

    • Description:

    • openstack token issue
      
      # create a test queue in Zaqar
      openstack queue create test-queue || echo \"Queue already exists\"
      
  • conf.api_paste.app:zaqarapi_v1.”paste.app_factory”

    • Type: string

    • Description:

    • “zaqar.api.v1.app:make_app”

  • conf.api_paste.app:zaqarversions.”paste.app_factory”

    • Type: string

    • Description:

    • “zaqar.api.versions:Versions.factory”

  • conf.api_paste.composite:messaging./

    • Type: string

    • Description:

    • “zaqarversions”

  • conf.api_paste.composite:messaging./v1

    • Type: string

    • Description:

    • “zaqarapi_v1”

  • conf.api_paste.composite:messaging.use

    • Type: string

    • Description:

    • “egg:Paste#urlmap”

  • conf.api_paste.composite:zaqarapi_v1.keystone

    • Type: string

    • Description:

    • “request_id faultwrap sizelimit authtoken keystonecontext zaqarapi_v1”

  • conf.api_paste.composite:zaqarapi_v1.noauth

    • Type: string

    • Description:

    • “request_id faultwrap sizelimit noauth zaqarapi_v1”

  • conf.api_paste.composite:zaqarapi_v1.use

    • Type: string

    • Description:

    • “call:zaqar.transport.wsgi:pipeline_factory”

  • conf.api_paste.filter:authtoken.”paste.filter_factory”

    • Type: string

    • Description:

    • “keystonemiddleware.auth_token:filter_factory”

  • conf.api_paste.filter:faultwrap.”paste.filter_factory”

    • Type: string

    • Description:

    • “zaqar.api.middleware:FaultWrapper.factory”

  • conf.api_paste.filter:keystonecontext.”paste.filter_factory”

    • Type: string

    • Description:

    • “zaqar.api.middleware:KeystoneContextMiddleware.factory”

  • conf.api_paste.filter:noauth.”paste.filter_factory”

    • Type: string

    • Description:

    • “zaqar.api.middleware:NoAuthMiddleware.factory”

  • conf.api_paste.filter:request_id.”paste.filter_factory”

    • Type: string

    • Description:

    • “oslo_middleware:RequestId.factory”

  • conf.api_paste.filter:sizelimit.”paste.filter_factory”

    • Type: string

    • Description:

    • “oslo_middleware:RequestBodySizeLimiter.factory”

  • conf.logging.formatter_context.class

    • Type: string

    • Description:

    • “oslo_log.formatters.ContextFormatter”

  • conf.logging.formatter_context.datefmt

    • Type: string

    • Description:

    • “%Y-%m-%d %H:%M:%S”

  • conf.logging.formatter_default.datefmt

    • Type: string

    • Description:

    • “%Y-%m-%d %H:%M:%S”

  • conf.logging.formatter_default.format

    • Type: string

    • Description:

    • “%(message)s”

  • conf.logging.formatters.keys[0]

    • Type: string

    • Description:

    • “context”

  • conf.logging.formatters.keys[1]

    • Type: string

    • Description:

    • “default”

  • conf.logging.handler_null.args

    • Type: string

    • Description:

    • “()”

  • conf.logging.handler_null.class

    • Type: string

    • Description:

    • “logging.NullHandler”

  • conf.logging.handler_null.formatter

    • Type: string

    • Description:

    • “default”

  • conf.logging.handler_stderr.args

    • Type: string

    • Description:

    • “(sys.stderr,)”

  • conf.logging.handler_stderr.class

    • Type: string

    • Description:

    • “StreamHandler”

  • conf.logging.handler_stderr.formatter

    • Type: string

    • Description:

    • “context”

  • conf.logging.handler_stdout.args

    • Type: string

    • Description:

    • “(sys.stdout,)”

  • conf.logging.handler_stdout.class

    • Type: string

    • Description:

    • “StreamHandler”

  • conf.logging.handler_stdout.formatter

    • Type: string

    • Description:

    • “context”

  • conf.logging.handlers.keys[0]

    • Type: string

    • Description:

    • “stdout”

  • conf.logging.handlers.keys[1]

    • Type: string

    • Description:

    • “stderr”

  • conf.logging.handlers.keys[2]

    • Type: string

    • Description:

    • “null”

  • conf.logging.logger_amqp.handlers

    • Type: string

    • Description:

    • “stderr”

  • conf.logging.logger_amqp.level

    • Type: string

    • Description:

    • “WARNING”

  • conf.logging.logger_amqp.qualname

    • Type: string

    • Description:

    • “amqp”

  • conf.logging.logger_amqplib.handlers

    • Type: string

    • Description:

    • “stderr”

  • conf.logging.logger_amqplib.level

    • Type: string

    • Description:

    • “WARNING”

  • conf.logging.logger_amqplib.qualname

    • Type: string

    • Description:

    • “amqplib”

  • conf.logging.logger_boto.handlers

    • Type: string

    • Description:

    • “stderr”

  • conf.logging.logger_boto.level

    • Type: string

    • Description:

    • “WARNING”

  • conf.logging.logger_boto.qualname

    • Type: string

    • Description:

    • “boto”

  • conf.logging.logger_eventletwsgi.handlers

    • Type: string

    • Description:

    • “stderr”

  • conf.logging.logger_eventletwsgi.level

    • Type: string

    • Description:

    • “WARNING”

  • conf.logging.logger_eventletwsgi.qualname

    • Type: string

    • Description:

    • “eventlet.wsgi.server”

  • conf.logging.logger_root.handlers

    • Type: string

    • Description:

    • “null”

  • conf.logging.logger_root.level

    • Type: string

    • Description:

    • “WARNING”

  • conf.logging.logger_sqlalchemy.handlers

    • Type: string

    • Description:

    • “stderr”

  • conf.logging.logger_sqlalchemy.level

    • Type: string

    • Description:

    • “WARNING”

  • conf.logging.logger_sqlalchemy.qualname

    • Type: string

    • Description:

    • “sqlalchemy”

  • conf.logging.logger_zaqar.handlers[0]

    • Type: string

    • Description:

    • “stdout”

  • conf.logging.logger_zaqar.level

    • Type: string

    • Description:

    • “INFO”

  • conf.logging.logger_zaqar.qualname

    • Type: string

    • Description:

    • “zaqar”

  • conf.logging.loggers.keys[0]

    • Type: string

    • Description:

    • “root”

  • conf.logging.loggers.keys[1]

    • Type: string

    • Description:

    • “zaqar”

  • conf.policy

    • Type: object

    • Description:

    • {}

  • conf.rally_tests.clean_up

    • Type: string

    • Description:

    • “”

  • conf.rally_tests.run_tempest

    • Type: bool

    • Description:

    • false

  • conf.rally_tests.tests.”Zaqar.consume”[0].args.max_messages

    • Type: int

    • Description:

    • 5

  • conf.rally_tests.tests.”Zaqar.consume”[0].args.queue_name

    • Type: string

    • Description:

    • “publish-queue”

  • conf.rally_tests.tests.”Zaqar.consume”[0].runner.concurrency

    • Type: int

    • Description:

    • 2

  • conf.rally_tests.tests.”Zaqar.consume”[0].runner.times

    • Type: int

    • Description:

    • 10

  • conf.rally_tests.tests.”Zaqar.consume”[0].runner.type

    • Type: string

    • Description:

    • “constant”

  • conf.rally_tests.tests.”Zaqar.consume”[0].sla.failure_rate.max

    • Type: int

    • Description:

    • 0

  • conf.rally_tests.tests.”Zaqar.publish”[0].args.messages[0]

    • Type: string

    • Description:

    • “hello”

  • conf.rally_tests.tests.”Zaqar.publish”[0].args.messages[1]

    • Type: string

    • Description:

    • “world”

  • conf.rally_tests.tests.”Zaqar.publish”[0].args.queue_name

    • Type: string

    • Description:

    • “publish-queue”

  • conf.rally_tests.tests.”Zaqar.publish”[0].runner.concurrency

    • Type: int

    • Description:

    • 4

  • conf.rally_tests.tests.”Zaqar.publish”[0].runner.times

    • Type: int

    • Description:

    • 15

  • conf.rally_tests.tests.”Zaqar.publish”[0].runner.type

    • Type: string

    • Description:

    • “constant”

  • conf.rally_tests.tests.”Zaqar.publish”[0].sla.failure_rate.max

    • Type: int

    • Description:

    • 0

  • conf.rally_tests.tests.”Zaqar.queues”[0].args.messages[0]

    • Type: string

    • Description:

    • “message1”

  • conf.rally_tests.tests.”Zaqar.queues”[0].args.messages[1]

    • Type: string

    • Description:

    • “message2”

  • conf.rally_tests.tests.”Zaqar.queues”[0].args.messages[2]

    • Type: string

    • Description:

    • “message3”

  • conf.rally_tests.tests.”Zaqar.queues”[0].args.queue_name

    • Type: string

    • Description:

    • “test-queue”

  • conf.rally_tests.tests.”Zaqar.queues”[0].args.ttl

    • Type: int

    • Description:

    • 3600

  • conf.rally_tests.tests.”Zaqar.queues”[0].runner.concurrency

    • Type: int

    • Description:

    • 3

  • conf.rally_tests.tests.”Zaqar.queues”[0].runner.times

    • Type: int

    • Description:

    • 10

  • conf.rally_tests.tests.”Zaqar.queues”[0].runner.type

    • Type: string

    • Description:

    • “constant”

  • conf.rally_tests.tests.”Zaqar.queues”[0].sla.failure_rate.max

    • Type: int

    • Description:

    • 0

  • conf.zaqar.DEFAULT.log_config_append

    • Type: string

    • Description:

    • “/etc/zaqar/logging.conf”

  • conf.zaqar.cache.backend

    • Type: string

    • Description:

    • “dogpile.cache.memory”

  • conf.zaqar.drivers.management_store

    • Type: string

    • Description:

    • “sqlalchemy”

  • conf.zaqar.drivers.message_store

    • Type: string

    • Description:

    • “redis”

  • conf.zaqar.drivers.transport

    • Type: string

    • Description:

    • “wsgi”

  • conf.zaqar.drivers:management_store:sqlalchemy.uri

    • Type: string

    • Description:

    • nil

  • conf.zaqar.drivers:message_store:redis.uri

    • Type: string

    • Description:

    • “redis://redis:6379”

  • conf.zaqar.drivers:transport:wsgi.bind

    • Type: string

    • Description:

    • “0.0.0.0”

  • conf.zaqar.drivers:transport:wsgi.port

    • Type: int

    • Description:

    • 8888

  • conf.zaqar.keystone_authtoken.auth_type

    • Type: string

    • Description:

    • “password”

  • conf.zaqar.keystone_authtoken.auth_version

    • Type: string

    • Description:

    • “v3”

  • conf.zaqar.keystone_authtoken.memcache_security_strategy

    • Type: string

    • Description:

    • “ENCRYPT”

  • conf.zaqar.keystone_authtoken.service_token_roles

    • Type: string

    • Description:

    • “service”

  • conf.zaqar.keystone_authtoken.service_token_roles_required

    • Type: bool

    • Description:

    • true

  • conf.zaqar.keystone_authtoken.service_type

    • Type: string

    • Description:

    • “reservation”

  • conf.zaqar.signed_url.secret_key

    • Type: string

    • Description:

    • “SOMELONGSECRETKEY”

  • dependencies.dynamic.common.local_image_registry.jobs[0]

    • Type: string

    • Description:

    • “zaqar-image-repo-sync”

  • dependencies.dynamic.common.local_image_registry.services[0].endpoint

    • Type: string

    • Description:

    • “node”

  • dependencies.dynamic.common.local_image_registry.services[0].service

    • Type: string

    • Description:

    • “local_image_registry”

  • dependencies.static.api.jobs[0]

    • Type: string

    • Description:

    • “zaqar-db-sync”

  • dependencies.static.api.jobs[1]

    • Type: string

    • Description:

    • “zaqar-ks-user”

  • dependencies.static.api.jobs[2]

    • Type: string

    • Description:

    • “zaqar-ks-endpoints”

  • dependencies.static.api.services[0].endpoint

    • Type: string

    • Description:

    • “internal”

  • dependencies.static.api.services[0].service

    • Type: string

    • Description:

    • “oslo_cache”

  • dependencies.static.api.services[1].endpoint

    • Type: string

    • Description:

    • “internal”

  • dependencies.static.api.services[1].service

    • Type: string

    • Description:

    • “oslo_db”

  • dependencies.static.api.services[2].endpoint

    • Type: string

    • Description:

    • “internal”

  • dependencies.static.api.services[2].service

    • Type: string

    • Description:

    • “identity”

  • dependencies.static.bootstrap.services[0].endpoint

    • Type: string

    • Description:

    • “internal”

  • dependencies.static.bootstrap.services[0].service

    • Type: string

    • Description:

    • “identity”

  • dependencies.static.bootstrap.services[1].endpoint

    • Type: string

    • Description:

    • “internal”

  • dependencies.static.bootstrap.services[1].service

    • Type: string

    • Description:

    • “messaging”

  • dependencies.static.db_drop.services[0].endpoint

    • Type: string

    • Description:

    • “internal”

  • dependencies.static.db_drop.services[0].service

    • Type: string

    • Description:

    • “oslo_db”

  • dependencies.static.db_init.services[0].endpoint

    • Type: string

    • Description:

    • “internal”

  • dependencies.static.db_init.services[0].service

    • Type: string

    • Description:

    • “oslo_db”

  • dependencies.static.db_sync.jobs[0]

    • Type: string

    • Description:

    • “zaqar-db-init”

  • dependencies.static.db_sync.services[0].endpoint

    • Type: string

    • Description:

    • “internal”

  • dependencies.static.db_sync.services[0].service

    • Type: string

    • Description:

    • “oslo_db”

  • dependencies.static.ks_endpoints.jobs[0]

    • Type: string

    • Description:

    • “zaqar-ks-service”

  • dependencies.static.ks_endpoints.services[0].endpoint

    • Type: string

    • Description:

    • “internal”

  • dependencies.static.ks_endpoints.services[0].service

    • Type: string

    • Description:

    • “identity”

  • dependencies.static.ks_service.services[0].endpoint

    • Type: string

    • Description:

    • “internal”

  • dependencies.static.ks_service.services[0].service

    • Type: string

    • Description:

    • “identity”

  • dependencies.static.ks_user.services[0].endpoint

    • Type: string

    • Description:

    • “internal”

  • dependencies.static.ks_user.services[0].service

    • Type: string

    • Description:

    • “identity”

  • endpoints.cluster_domain_suffix

    • Type: string

    • Description:

    • “cluster.local”

  • endpoints.fluentd.host_fqdn_override.default

    • Type: string

    • Description:

    • nil

  • endpoints.fluentd.hosts.default

    • Type: string

    • Description:

    • “fluentd-logging”

  • endpoints.fluentd.name

    • Type: string

    • Description:

    • “fluentd”

  • endpoints.fluentd.namespace

    • Type: string

    • Description:

    • nil

  • endpoints.fluentd.path.default

    • Type: string

    • Description:

    • nil

  • endpoints.fluentd.port.metrics.default

    • Type: int

    • Description:

    • 24220

  • endpoints.fluentd.port.service.default

    • Type: int

    • Description:

    • 24224

  • endpoints.fluentd.scheme

    • Type: string

    • Description:

    • “http”

  • endpoints.identity.auth.admin.password

    • Type: string

    • Description:

    • “password”

  • endpoints.identity.auth.admin.project_domain_name

    • Type: string

    • Description:

    • “default”

  • endpoints.identity.auth.admin.project_name

    • Type: string

    • Description:

    • “admin”

  • endpoints.identity.auth.admin.region_name

    • Type: string

    • Description:

    • “RegionOne”

  • endpoints.identity.auth.admin.user_domain_name

    • Type: string

    • Description:

    • “default”

  • endpoints.identity.auth.admin.username

    • Type: string

    • Description:

    • “admin”

  • endpoints.identity.auth.test.password

    • Type: string

    • Description:

    • “password”

  • endpoints.identity.auth.test.project_domain_name

    • Type: string

    • Description:

    • “service”

  • endpoints.identity.auth.test.project_name

    • Type: string

    • Description:

    • “test”

  • endpoints.identity.auth.test.region_name

    • Type: string

    • Description:

    • “RegionOne”

  • endpoints.identity.auth.test.role

    • Type: string

    • Description:

    • “admin”

  • endpoints.identity.auth.test.user_domain_name

    • Type: string

    • Description:

    • “service”

  • endpoints.identity.auth.test.username

    • Type: string

    • Description:

    • “zaqar-test”

  • endpoints.identity.auth.zaqar.password

    • Type: string

    • Description:

    • “password”

  • endpoints.identity.auth.zaqar.project_domain_name

    • Type: string

    • Description:

    • “service”

  • endpoints.identity.auth.zaqar.project_name

    • Type: string

    • Description:

    • “service”

  • endpoints.identity.auth.zaqar.region_name

    • Type: string

    • Description:

    • “RegionOne”

  • endpoints.identity.auth.zaqar.role

    • Type: string

    • Description:

    • “admin,service”

  • endpoints.identity.auth.zaqar.user_domain_name

    • Type: string

    • Description:

    • “service”

  • endpoints.identity.auth.zaqar.username

    • Type: string

    • Description:

    • “zaqar”

  • endpoints.identity.host_fqdn_override.default

    • Type: string

    • Description:

    • nil

  • endpoints.identity.hosts.default

    • Type: string

    • Description:

    • “keystone”

  • endpoints.identity.hosts.internal

    • Type: string

    • Description:

    • “keystone-api”

  • endpoints.identity.name

    • Type: string

    • Description:

    • “keystone”

  • endpoints.identity.path.default

    • Type: string

    • Description:

    • “/v3”

  • endpoints.identity.port.api.default

    • Type: int

    • Description:

    • 80

  • endpoints.identity.port.api.internal

    • Type: int

    • Description:

    • 5000

  • endpoints.identity.scheme.default

    • Type: string

    • Description:

    • “http”

  • endpoints.ingress.hosts.default

    • Type: string

    • Description:

    • “ingress”

  • endpoints.ingress.name

    • Type: string

    • Description:

    • “ingress”

  • endpoints.ingress.namespace

    • Type: string

    • Description:

    • nil

  • endpoints.ingress.port.ingress.default

    • Type: int

    • Description:

    • 80

  • endpoints.kube_dns.host_fqdn_override.default

    • Type: string

    • Description:

    • nil

  • endpoints.kube_dns.hosts.default

    • Type: string

    • Description:

    • “kube-dns”

  • endpoints.kube_dns.name

    • Type: string

    • Description:

    • “kubernetes-dns”

  • endpoints.kube_dns.namespace

    • Type: string

    • Description:

    • “kube-system”

  • endpoints.kube_dns.path.default

    • Type: string

    • Description:

    • nil

  • endpoints.kube_dns.port.dns.default

    • Type: int

    • Description:

    • 53

  • endpoints.kube_dns.port.dns.protocol

    • Type: string

    • Description:

    • “UDP”

  • endpoints.kube_dns.scheme

    • Type: string

    • Description:

    • “http”

  • endpoints.local_image_registry.host_fqdn_override.default

    • Type: string

    • Description:

    • nil

  • endpoints.local_image_registry.hosts.default

    • Type: string

    • Description:

    • “localhost”

  • endpoints.local_image_registry.hosts.internal

    • Type: string

    • Description:

    • “docker-registry”

  • endpoints.local_image_registry.hosts.node

    • Type: string

    • Description:

    • “localhost”

  • endpoints.local_image_registry.name

    • Type: string

    • Description:

    • “docker-registry”

  • endpoints.local_image_registry.namespace

    • Type: string

    • Description:

    • “docker-registry”

  • endpoints.local_image_registry.port.registry.node

    • Type: int

    • Description:

    • 5000

  • endpoints.messaging.host_fqdn_override.default

    • Type: string

    • Description:

    • nil

  • endpoints.messaging.hosts.default

    • Type: string

    • Description:

    • “zaqar-api”

  • endpoints.messaging.hosts.public

    • Type: string

    • Description:

    • “zaqar”

  • endpoints.messaging.name

    • Type: string

    • Description:

    • “zaqar”

  • endpoints.messaging.path.default

    • Type: string

    • Description:

    • “/”

  • endpoints.messaging.port.api.default

    • Type: int

    • Description:

    • 8888

  • endpoints.messaging.port.api.public

    • Type: int

    • Description:

    • 80

  • endpoints.messaging.port.api.service

    • Type: int

    • Description:

    • 8888

  • endpoints.messaging.scheme.default

    • Type: string

    • Description:

    • “http”

  • endpoints.messaging.scheme.service

    • Type: string

    • Description:

    • “http”

  • endpoints.oslo_cache.auth.memcache_secret_key

    • Type: string

    • Description:

    • nil

  • endpoints.oslo_cache.host_fqdn_override.default

    • Type: string

    • Description:

    • nil

  • endpoints.oslo_cache.hosts.default

    • Type: string

    • Description:

    • “memcached”

  • endpoints.oslo_cache.port.memcache.default

    • Type: int

    • Description:

    • 11211

  • endpoints.oslo_db.auth.admin.password

    • Type: string

    • Description:

    • “password”

  • endpoints.oslo_db.auth.admin.secret.tls.internal

    • Type: string

    • Description:

    • “mariadb-tls-direct”

  • endpoints.oslo_db.auth.admin.username

    • Type: string

    • Description:

    • “root”

  • endpoints.oslo_db.auth.zaqar.password

    • Type: string

    • Description:

    • “password”

  • endpoints.oslo_db.auth.zaqar.username

    • Type: string

    • Description:

    • “zaqar”

  • endpoints.oslo_db.host_fqdn_override.default

    • Type: string

    • Description:

    • nil

  • endpoints.oslo_db.hosts.default

    • Type: string

    • Description:

    • “mariadb”

  • endpoints.oslo_db.path

    • Type: string

    • Description:

    • “/zaqar”

  • endpoints.oslo_db.port.mysql.default

    • Type: int

    • Description:

    • 3306

  • endpoints.oslo_db.scheme

    • Type: string

    • Description:

    • “mysql+pymysql”

  • helm3_hook

    • Type: bool

    • Description:

    • true

  • images.local_registry.active

    • Type: bool

    • Description:

    • false

  • images.local_registry.exclude[0]

    • Type: string

    • Description:

    • “dep_check”

  • images.local_registry.exclude[1]

    • Type: string

    • Description:

    • “image_repo_sync”

  • images.pull_policy

    • Type: string

    • Description:

    • “IfNotPresent”

  • images.tags.bootstrap

    • Type: string

    • Description:

    • “quay.io/airshipit/heat:2025.1-ubuntu_jammy”

  • images.tags.db_drop

    • Type: string

    • Description:

    • “quay.io/airshipit/heat:2025.1-ubuntu_jammy”

  • images.tags.db_init

    • Type: string

    • Description:

    • “quay.io/airshipit/heat:2025.1-ubuntu_jammy”

  • images.tags.dep_check

    • Type: string

    • Description:

    • “quay.io/airshipit/kubernetes-entrypoint:latest-ubuntu_jammy”

  • images.tags.image_repo_sync

    • Type: string

    • Description:

    • “docker.io/docker:17.07.0”

  • images.tags.ks_endpoints

    • Type: string

    • Description:

    • “quay.io/airshipit/heat:2025.1-ubuntu_jammy”

  • images.tags.ks_service

    • Type: string

    • Description:

    • “quay.io/airshipit/heat:2025.1-ubuntu_jammy”

  • images.tags.ks_user

    • Type: string

    • Description:

    • “quay.io/airshipit/heat:2025.1-ubuntu_jammy”

  • images.tags.test

    • Type: string

    • Description:

    • “docker.io/xrally/xrally-openstack:2.0.0”

  • images.tags.zaqar_api

    • Type: string

    • Description:

    • “quay.io/airshipit/zaqar:2025.1-ubuntu_jammy”

  • images.tags.zaqar_db_sync

    • Type: string

    • Description:

    • “quay.io/airshipit/zaqar:2025.1-ubuntu_jammy”

  • jobs.bootstrap.activeDeadlineSeconds

    • Type: int

    • Description:

    • 600

  • jobs.bootstrap.backoffLimit

    • Type: int

    • Description:

    • 5

  • jobs.db_drop.activeDeadlineSeconds

    • Type: int

    • Description:

    • 600

  • jobs.db_drop.backoffLimit

    • Type: int

    • Description:

    • 5

  • jobs.db_init.activeDeadlineSeconds

    • Type: int

    • Description:

    • 600

  • jobs.db_init.backoffLimit

    • Type: int

    • Description:

    • 5

  • jobs.db_sync.activeDeadlineSeconds

    • Type: int

    • Description:

    • 600

  • jobs.db_sync.backoffLimit

    • Type: int

    • Description:

    • 5

  • jobs.image_repo_sync.activeDeadlineSeconds

    • Type: int

    • Description:

    • 600

  • jobs.image_repo_sync.backoffLimit

    • Type: int

    • Description:

    • 5

  • jobs.ks_endpoints.activeDeadlineSeconds

    • Type: int

    • Description:

    • 600

  • jobs.ks_endpoints.backoffLimit

    • Type: int

    • Description:

    • 5

  • jobs.ks_service.activeDeadlineSeconds

    • Type: int

    • Description:

    • 600

  • jobs.ks_service.backoffLimit

    • Type: int

    • Description:

    • 5

  • jobs.ks_user.activeDeadlineSeconds

    • Type: int

    • Description:

    • 600

  • jobs.ks_user.backoffLimit

    • Type: int

    • Description:

    • 5

  • jobs.tests.activeDeadlineSeconds

    • Type: int

    • Description:

    • 600

  • jobs.tests.backoffLimit

    • Type: int

    • Description:

    • 5

  • labels.api.node_selector_key

    • Type: string

    • Description:

    • “openstack-control-plane”

  • labels.api.node_selector_value

    • Type: string

    • Description:

    • “enabled”

  • labels.job.node_selector_key

    • Type: string

    • Description:

    • “openstack-control-plane”

  • labels.job.node_selector_value

    • Type: string

    • Description:

    • “enabled”

  • labels.test.node_selector_key

    • Type: string

    • Description:

    • “openstack-control-plane”

  • labels.test.node_selector_value

    • Type: string

    • Description:

    • “enabled”

  • manifests.certificates

    • Type: bool

    • Description:

    • false

  • manifests.configmap_bin

    • Type: bool

    • Description:

    • true

  • manifests.configmap_etc

    • Type: bool

    • Description:

    • true

  • manifests.deployment_api

    • Type: bool

    • Description:

    • true

  • manifests.ingress_api

    • Type: bool

    • Description:

    • true

  • manifests.job_bootstrap

    • Type: bool

    • Description:

    • true

  • manifests.job_db_drop

    • Type: bool

    • Description:

    • false

  • manifests.job_db_init

    • Type: bool

    • Description:

    • true

  • manifests.job_db_sync

    • Type: bool

    • Description:

    • true

  • manifests.job_image_repo_sync

    • Type: bool

    • Description:

    • true

  • manifests.job_ks_endpoints

    • Type: bool

    • Description:

    • true

  • manifests.job_ks_service

    • Type: bool

    • Description:

    • true

  • manifests.job_ks_user

    • Type: bool

    • Description:

    • true

  • manifests.pdb_api

    • Type: bool

    • Description:

    • true

  • manifests.pod_rally_test

    • Type: bool

    • Description:

    • true

  • manifests.secret_db

    • Type: bool

    • Description:

    • true

  • manifests.secret_keystone

    • Type: bool

    • Description:

    • true

  • manifests.secret_ks_etc

    • Type: bool

    • Description:

    • true

  • manifests.service_api

    • Type: bool

    • Description:

    • true

  • manifests.service_ingress_api

    • Type: bool

    • Description:

    • true

  • network.api.external_policy_local

    • Type: bool

    • Description:

    • false

  • network.api.ingress.annotations.”nginx.ingress.kubernetes.io/rewrite-target”

    • Type: string

    • Description:

    • “/”

  • network.api.ingress.classes.cluster

    • Type: string

    • Description:

    • “nginx-cluster”

  • network.api.ingress.classes.namespace

    • Type: string

    • Description:

    • “nginx”

  • network.api.ingress.public

    • Type: bool

    • Description:

    • true

  • network.api.node_port.enabled

    • Type: bool

    • Description:

    • false

  • network.api.node_port.port

    • Type: int

    • Description:

    • 30780

  • network_policy.zaqar.egress[0]

    • Type: object

    • Description:

    • {}

  • network_policy.zaqar.ingress[0]

    • Type: object

    • Description:

    • {}

  • pod.affinity.anti.topologyKey.default

    • Type: string

    • Description:

    • “kubernetes.io/hostname”

  • pod.affinity.anti.type.default

    • Type: string

    • Description:

    • “preferredDuringSchedulingIgnoredDuringExecution”

  • pod.affinity.anti.weight.default

    • Type: int

    • Description:

    • 10

  • pod.lifecycle.disruption_budget.api.min_available

    • Type: int

    • Description:

    • 0

  • pod.lifecycle.termination_grace_period.api.timeout

    • Type: int

    • Description:

    • 30

  • pod.lifecycle.upgrades.deployments.pod_replacement_strategy

    • Type: string

    • Description:

    • “RollingUpdate”

  • pod.lifecycle.upgrades.deployments.revision_history

    • Type: int

    • Description:

    • 3

  • pod.lifecycle.upgrades.deployments.rolling_update.max_surge

    • Type: int

    • Description:

    • 3

  • pod.lifecycle.upgrades.deployments.rolling_update.max_unavailable

    • Type: int

    • Description:

    • 1

  • pod.mounts.zaqar_api.init_container

    • Type: string

    • Description:

    • nil

  • pod.mounts.zaqar_api.zaqar_api.volumeMounts

    • Type: string

    • Description:

    • nil

  • pod.mounts.zaqar_api.zaqar_api.volumes

    • Type: string

    • Description:

    • nil

  • pod.mounts.zaqar_bootstrap.init_container

    • Type: string

    • Description:

    • nil

  • pod.mounts.zaqar_bootstrap.zaqar_bootstrap.volumeMounts

    • Type: string

    • Description:

    • nil

  • pod.mounts.zaqar_bootstrap.zaqar_bootstrap.volumes

    • Type: string

    • Description:

    • nil

  • pod.mounts.zaqar_db_sync.zaqar_db_sync.volumeMounts

    • Type: string

    • Description:

    • nil

  • pod.mounts.zaqar_db_sync.zaqar_db_sync.volumes

    • Type: string

    • Description:

    • nil

  • pod.mounts.zaqar_tests.init_container

    • Type: string

    • Description:

    • nil

  • pod.mounts.zaqar_tests.zaqar_tests.volumeMounts

    • Type: string

    • Description:

    • nil

  • pod.mounts.zaqar_tests.zaqar_tests.volumes

    • Type: string

    • Description:

    • nil

  • pod.probes.api.default.liveness.enabled

    • Type: bool

    • Description:

    • true

  • pod.probes.api.default.liveness.params.initialDelaySeconds

    • Type: int

    • Description:

    • 60

  • pod.probes.api.default.liveness.params.periodSeconds

    • Type: int

    • Description:

    • 10

  • pod.probes.api.default.liveness.params.timeoutSeconds

    • Type: int

    • Description:

    • 5

  • pod.probes.api.default.readiness.enabled

    • Type: bool

    • Description:

    • true

  • pod.probes.api.default.readiness.params.initialDelaySeconds

    • Type: int

    • Description:

    • 60

  • pod.probes.api.default.readiness.params.periodSeconds

    • Type: int

    • Description:

    • 10

  • pod.probes.api.default.readiness.params.timeoutSeconds

    • Type: int

    • Description:

    • 5

  • pod.probes.rpc_retries

    • Type: int

    • Description:

    • 2

  • pod.probes.rpc_timeout

    • Type: int

    • Description:

    • 60

  • pod.replicas.api

    • Type: int

    • Description:

    • 1

  • pod.resources.api.limits.cpu

    • Type: string

    • Description:

    • “2000m”

  • pod.resources.api.limits.memory

    • Type: string

    • Description:

    • “1024Mi”

  • pod.resources.api.requests.cpu

    • Type: string

    • Description:

    • “100m”

  • pod.resources.api.requests.memory

    • Type: string

    • Description:

    • “128Mi”

  • pod.resources.enabled

    • Type: bool

    • Description:

    • false

  • pod.resources.jobs.bootstrap.limits.cpu

    • Type: string

    • Description:

    • “2000m”

  • pod.resources.jobs.bootstrap.limits.memory

    • Type: string

    • Description:

    • “1024Mi”

  • pod.resources.jobs.bootstrap.requests.cpu

    • Type: string

    • Description:

    • “100m”

  • pod.resources.jobs.bootstrap.requests.memory

    • Type: string

    • Description:

    • “128Mi”

  • pod.resources.jobs.db_drop.limits.cpu

    • Type: string

    • Description:

    • “2000m”

  • pod.resources.jobs.db_drop.limits.memory

    • Type: string

    • Description:

    • “1024Mi”

  • pod.resources.jobs.db_drop.requests.cpu

    • Type: string

    • Description:

    • “100m”

  • pod.resources.jobs.db_drop.requests.memory

    • Type: string

    • Description:

    • “128Mi”

  • pod.resources.jobs.db_init.limits.cpu

    • Type: string

    • Description:

    • “2000m”

  • pod.resources.jobs.db_init.limits.memory

    • Type: string

    • Description:

    • “1024Mi”

  • pod.resources.jobs.db_init.requests.cpu

    • Type: string

    • Description:

    • “100m”

  • pod.resources.jobs.db_init.requests.memory

    • Type: string

    • Description:

    • “128Mi”

  • pod.resources.jobs.db_sync.limits.cpu

    • Type: string

    • Description:

    • “2000m”

  • pod.resources.jobs.db_sync.limits.memory

    • Type: string

    • Description:

    • “1024Mi”

  • pod.resources.jobs.db_sync.requests.cpu

    • Type: string

    • Description:

    • “100m”

  • pod.resources.jobs.db_sync.requests.memory

    • Type: string

    • Description:

    • “128Mi”

  • pod.resources.jobs.image_repo_sync.limits.cpu

    • Type: string

    • Description:

    • “2000m”

  • pod.resources.jobs.image_repo_sync.limits.memory

    • Type: string

    • Description:

    • “1024Mi”

  • pod.resources.jobs.image_repo_sync.requests.cpu

    • Type: string

    • Description:

    • “100m”

  • pod.resources.jobs.image_repo_sync.requests.memory

    • Type: string

    • Description:

    • “128Mi”

  • pod.resources.jobs.ks_endpoints.limits.cpu

    • Type: string

    • Description:

    • “2000m”

  • pod.resources.jobs.ks_endpoints.limits.memory

    • Type: string

    • Description:

    • “1024Mi”

  • pod.resources.jobs.ks_endpoints.requests.cpu

    • Type: string

    • Description:

    • “100m”

  • pod.resources.jobs.ks_endpoints.requests.memory

    • Type: string

    • Description:

    • “128Mi”

  • pod.resources.jobs.ks_service.limits.cpu

    • Type: string

    • Description:

    • “2000m”

  • pod.resources.jobs.ks_service.limits.memory

    • Type: string

    • Description:

    • “1024Mi”

  • pod.resources.jobs.ks_service.requests.cpu

    • Type: string

    • Description:

    • “100m”

  • pod.resources.jobs.ks_service.requests.memory

    • Type: string

    • Description:

    • “128Mi”

  • pod.resources.jobs.ks_user.limits.cpu

    • Type: string

    • Description:

    • “2000m”

  • pod.resources.jobs.ks_user.limits.memory

    • Type: string

    • Description:

    • “1024Mi”

  • pod.resources.jobs.ks_user.requests.cpu

    • Type: string

    • Description:

    • “100m”

  • pod.resources.jobs.ks_user.requests.memory

    • Type: string

    • Description:

    • “128Mi”

  • pod.resources.jobs.tests.limits.cpu

    • Type: string

    • Description:

    • “2000m”

  • pod.resources.jobs.tests.limits.memory

    • Type: string

    • Description:

    • “1024Mi”

  • pod.resources.jobs.tests.requests.cpu

    • Type: string

    • Description:

    • “100m”

  • pod.resources.jobs.tests.requests.memory

    • Type: string

    • Description:

    • “128Mi”

  • pod.security_context.test.container.zaqar_test.allowPrivilegeEscalation

    • Type: bool

    • Description:

    • false

  • pod.security_context.test.container.zaqar_test.readOnlyRootFilesystem

    • Type: bool

    • Description:

    • true

  • pod.security_context.test.container.zaqar_test.runAsUser

    • Type: int

    • Description:

    • 65500

  • pod.security_context.test.container.zaqar_test_ks_user.allowPrivilegeEscalation

    • Type: bool

    • Description:

    • false

  • pod.security_context.test.container.zaqar_test_ks_user.readOnlyRootFilesystem

    • Type: bool

    • Description:

    • true

  • pod.security_context.test.pod.runAsUser

    • Type: int

    • Description:

    • 42424

  • pod.security_context.zaqar.container.zaqar_api.runAsUser

    • Type: int

    • Description:

    • 0

  • pod.security_context.zaqar.pod.runAsUser

    • Type: int

    • Description:

    • 42424

  • pod.tolerations.zaqar.enabled

    • Type: bool

    • Description:

    • false

  • pod.tolerations.zaqar.tolerations[0].effect

    • Type: string

    • Description:

    • “NoSchedule”

  • pod.tolerations.zaqar.tolerations[0].key

    • Type: string

    • Description:

    • “node-role.kubernetes.io/master”

  • pod.tolerations.zaqar.tolerations[0].operator

    • Type: string

    • Description:

    • “Exists”

  • pod.tolerations.zaqar.tolerations[1].effect

    • Type: string

    • Description:

    • “NoSchedule”

  • pod.tolerations.zaqar.tolerations[1].key

    • Type: string

    • Description:

    • “node-role.kubernetes.io/control-plane”

  • pod.tolerations.zaqar.tolerations[1].operator

    • Type: string

    • Description:

    • “Exists”

  • release_group

    • Type: string

    • Description:

    • nil

  • secrets.identity.admin

    • Type: string

    • Description:

    • “zaqar-keystone-admin”

  • secrets.identity.service

    • Type: string

    • Description:

    • “zaqar-keystone-service”

  • secrets.identity.test

    • Type: string

    • Description:

    • “zaqar-keystone-test”

  • secrets.identity.zaqar

    • Type: string

    • Description:

    • “zaqar-keystone-user”

  • secrets.oslo_db.admin

    • Type: string

    • Description:

    • “zaqar-db-admin”

  • secrets.oslo_db.zaqar

    • Type: string

    • Description:

    • “zaqar-db-user”

  • secrets.tls.messaging.api.admin

    • Type: string

    • Description:

    • “zaqar-tls-admin”

  • secrets.tls.messaging.api.internal

    • Type: string

    • Description:

    • “zaqar-tls-internal”

  • secrets.tls.messaging.api.nginx

    • Type: string

    • Description:

    • “zaqar-tls-nginx”

  • secrets.tls.messaging.api.nginx_cluster

    • Type: string

    • Description:

    • “zaqar-tls-nginx-cluster”

  • secrets.tls.messaging.api.public

    • Type: string

    • Description:

    • “zaqar-tls-public”

  • tls.identity

    • Type: bool

    • Description:

    • false

  • tls.messaging.api.public

    • Type: bool

    • Description:

    • false

  • tls.oslo_db

    • Type: bool

    • Description:

    • false