Glance¶
There are various customizations you can do to tailor the deployment of OpenStack Glance. You can find those below.
General Parameters¶
bootstrap.enabled
Type: bool
Description:
true
bootstrap.ks_user
Type: string
Description:
“admin”
bootstrap.script
Type: string
Description:
nil
bootstrap.structured.images.cirros.container_format
Type: string
Description:
“bare”
bootstrap.structured.images.cirros.id
Type: string
Description:
nil
bootstrap.structured.images.cirros.image_file
Type: string
Description:
“cirros-0.6.2-x86_64-disk.img”
bootstrap.structured.images.cirros.image_type
Type: string
Description:
“qcow2”
bootstrap.structured.images.cirros.min_disk
Type: int
Description:
1
bootstrap.structured.images.cirros.name
Type: string
Description:
“Cirros 0.6.2 64-bit”
bootstrap.structured.images.cirros.private
Type: bool
Description:
true
bootstrap.structured.images.cirros.properties.os_distro
Type: string
Description:
“cirros”
bootstrap.structured.images.cirros.source_url
Type: string
Description:
“http://download.cirros-cloud.net/0.6.2/”
ceph_client.configmap
Type: string
Description:
“ceph-etc”
ceph_client.user_secret_name
Type: string
Description:
“pvc-ceph-client-key”
conf.api_audit_map.DEFAULT.target_endpoint_type
Type: string
Description:
“None”
conf.api_audit_map.path_keywords.detail
Type: string
Description:
“None”
conf.api_audit_map.path_keywords.file
Type: string
Description:
“None”
conf.api_audit_map.path_keywords.images
Type: string
Description:
“image”
conf.api_audit_map.path_keywords.members
Type: string
Description:
“member”
conf.api_audit_map.path_keywords.tags
Type: string
Description:
“tag”
conf.api_audit_map.service_endpoints.image
Type: string
Description:
“service/storage/image”
conf.ceph.admin_keyring
Type: string
Description:
nil
conf.ceph.append
Type: string
Description:
nil
conf.ceph.monitors
Type: list
Description:
[]
conf.ceph.override
Type: string
Description:
nil
conf.ceph_client.append
Type: string
Description:
nil
conf.ceph_client.override
Type: string
Description:
nil
conf.glance.DEFAULT.bind_port
Type: string
Description:
nil
conf.glance.DEFAULT.enable_v1_api
Type: bool
Description:
false
conf.glance.DEFAULT.log_config_append
Type: string
Description:
“/etc/glance/logging.conf”
conf.glance.DEFAULT.workers
Type: int
Description:
1
conf.glance.cors
Type: object
Description:
{}
conf.glance.database.max_retries
Type: int
Description:
-1
conf.glance.file.filesystem_store_datadir
Type: string
Description:
“/var/lib/glance/images”
conf.glance.glance_store.cinder_catalog_info
Type: string
Description:
“volumev3::internalURL”
conf.glance.glance_store.default_swift_reference
Type: string
Description:
“ref1”
conf.glance.glance_store.filesystem_store_datadir
Type: string
Description:
“/var/lib/glance/images”
conf.glance.glance_store.rbd_store_ceph_conf
Type: string
Description:
“/etc/ceph/ceph.conf”
conf.glance.glance_store.rbd_store_chunk_size
Type: int
Description:
8
conf.glance.glance_store.rbd_store_crush_rule
Type: string
Description:
“replicated_rule”
conf.glance.glance_store.rbd_store_pool
Type: string
Description:
“glance.images”
conf.glance.glance_store.rbd_store_replication
Type: int
Description:
3
conf.glance.glance_store.rbd_store_user
Type: string
Description:
“glance”
conf.glance.glance_store.swift_store_config_file
Type: string
Description:
“/etc/glance/swift-store.conf”
conf.glance.glance_store.swift_store_container
Type: string
Description:
“glance”
conf.glance.glance_store.swift_store_create_container_on_put
Type: bool
Description:
true
conf.glance.glance_store.swift_store_endpoint_type
Type: string
Description:
“internalURL”
conf.glance.keystone_authtoken.auth_type
Type: string
Description:
“password”
conf.glance.keystone_authtoken.auth_version
Type: string
Description:
“v3”
conf.glance.keystone_authtoken.memcache_security_strategy
Type: string
Description:
“ENCRYPT”
conf.glance.keystone_authtoken.service_token_roles
Type: string
Description:
“service”
conf.glance.keystone_authtoken.service_token_roles_required
Type: bool
Description:
true
conf.glance.keystone_authtoken.service_type
Type: string
Description:
“image”
conf.glance.os_glance_staging_store.filesystem_store_datadir
Type: string
Description:
“/var/lib/glance/tmp/os_glance_staging_store”
conf.glance.os_glance_tasks_store.filesystem_store_datadir
Type: string
Description:
“/var/lib/glance/tmp/os_glance_tasks_store”
conf.glance.oslo_concurrency.lock_path
Type: string
Description:
“/var/lib/glance/tmp”
conf.glance.oslo_messaging_notifications.driver
Type: string
Description:
“messagingv2”
conf.glance.oslo_messaging_rabbit.rabbit_ha_queues
Type: bool
Description:
true
conf.glance.oslo_middleware.enable_proxy_headers_parsing
Type: bool
Description:
true
conf.glance.oslo_policy.policy_file
Type: string
Description:
“/etc/glance/policy.yaml”
conf.glance.paste_deploy.flavor
Type: string
Description:
“keystone”
conf.glance.rbd.rbd_store_ceph_conf
Type: string
Description:
“/etc/ceph/ceph.conf”
conf.glance.rbd.rbd_store_chunk_size
Type: int
Description:
8
conf.glance.rbd.rbd_store_crush_rule
Type: string
Description:
“replicated_rule”
conf.glance.rbd.rbd_store_pool
Type: string
Description:
“glance.images”
conf.glance.rbd.rbd_store_replication
Type: int
Description:
3
conf.glance.rbd.rbd_store_user
Type: string
Description:
“glance”
conf.glance.swift.default_swift_reference
Type: string
Description:
“ref1”
conf.glance.swift.swift_store_config_file
Type: string
Description:
“/etc/glance/swift-store.conf”
conf.glance.swift.swift_store_container
Type: string
Description:
“glance”
conf.glance.swift.swift_store_create_container_on_put
Type: bool
Description:
true
conf.glance.swift.swift_store_endpoint_type
Type: string
Description:
“internalURL”
conf.glance_api_uwsgi.uwsgi.add-header
Type: string
Description:
“Connection: close”
conf.glance_api_uwsgi.uwsgi.buffer-size
Type: int
Description:
65535
conf.glance_api_uwsgi.uwsgi.die-on-term
Type: bool
Description:
true
conf.glance_api_uwsgi.uwsgi.enable-threads
Type: bool
Description:
true
conf.glance_api_uwsgi.uwsgi.exit-on-reload
Type: bool
Description:
false
conf.glance_api_uwsgi.uwsgi.hook-master-start
Type: string
Description:
“unix_signal:15 gracefully_kill_them_all”
conf.glance_api_uwsgi.uwsgi.lazy-apps
Type: bool
Description:
true
conf.glance_api_uwsgi.uwsgi.log-x-forwarded-for
Type: bool
Description:
true
conf.glance_api_uwsgi.uwsgi.master
Type: bool
Description:
true
conf.glance_api_uwsgi.uwsgi.procname-prefix-spaced
Type: string
Description:
“glance-api:”
conf.glance_api_uwsgi.uwsgi.route-user-agent
Type: string
Description:
“^kube-probe.* donotlog:”
conf.glance_api_uwsgi.uwsgi.thunder-lock
Type: bool
Description:
true
conf.glance_api_uwsgi.uwsgi.worker-reload-mercy
Type: int
Description:
80
conf.glance_api_uwsgi.uwsgi.wsgi-file
Type: string
Description:
“/var/lib/openstack/bin/glance-wsgi-api”
conf.glance_sudoers
Type: string
Description:
# This sudoers file supports rootwrap for both Kolla and LOCI Images. Defaults !requiretty Defaults secure_path=\"/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin:/var/lib/openstack/bin:/var/lib/kolla/venv/bin\" glance ALL = (root) NOPASSWD: /var/lib/kolla/venv/bin/glance-rootwrap /etc/glance/rootwrap.conf *, /var/lib/openstack/bin/glance-rootwrap /etc/glance/rootwrap.conf *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_glance.handlers[0]
Type: string
Description:
“stdout”
conf.logging.logger_glance.level
Type: string
Description:
“INFO”
conf.logging.logger_glance.qualname
Type: string
Description:
“glance”
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.loggers.keys[0]
Type: string
Description:
“root”
conf.logging.loggers.keys[1]
Type: string
Description:
“glance”
conf.paste.app:apiv1app.”paste.app_factory”
Type: string
Description:
“glance.api.v1.router:API.factory”
conf.paste.app:apiv2app.”paste.app_factory”
Type: string
Description:
“glance.api.v2.router:API.factory”
conf.paste.app:apiversions.”paste.app_factory”
Type: string
Description:
“glance.api.versions:create_resource”
conf.paste.composite:rootapp.”paste.composite_factory”
Type: string
Description:
“glance.api:root_app_factory”
conf.paste.composite:rootapp./
Type: string
Description:
“apiversions”
conf.paste.composite:rootapp./v1
Type: string
Description:
“apiv1app”
conf.paste.composite:rootapp./v2
Type: string
Description:
“apiv2app”
conf.paste.filter:audit.”paste.filter_factory”
Type: string
Description:
“keystonemiddleware.audit:filter_factory”
conf.paste.filter:audit.audit_map_file
Type: string
Description:
“/etc/glance/api_audit_map.conf”
conf.paste.filter:authtoken.”paste.filter_factory”
Type: string
Description:
“keystonemiddleware.auth_token:filter_factory”
conf.paste.filter:authtoken.delay_auth_decision
Type: bool
Description:
true
conf.paste.filter:cache.”paste.filter_factory”
Type: string
Description:
“glance.api.middleware.cache:CacheFilter.factory”
conf.paste.filter:cachemanage.”paste.filter_factory”
Type: string
Description:
“glance.api.middleware.cache_manage:CacheManageFilter.factory”
conf.paste.filter:context.”paste.filter_factory”
Type: string
Description:
“glance.api.middleware.context:ContextMiddleware.factory”
conf.paste.filter:cors.”paste.filter_factory”
Type: string
Description:
“oslo_middleware.cors:filter_factory”
conf.paste.filter:cors.oslo_config_program
Type: string
Description:
“glance-api”
conf.paste.filter:cors.oslo_config_project
Type: string
Description:
“glance”
conf.paste.filter:gzip.”paste.filter_factory”
Type: string
Description:
“glance.api.middleware.gzip:GzipMiddleware.factory”
conf.paste.filter:healthcheck.”paste.filter_factory”
Type: string
Description:
“oslo_middleware:Healthcheck.factory”
conf.paste.filter:healthcheck.backends
Type: string
Description:
“disable_by_file”
conf.paste.filter:healthcheck.disable_by_file_path
Type: string
Description:
“/etc/glance/healthcheck_disable”
conf.paste.filter:http_proxy_to_wsgi.”paste.filter_factory”
Type: string
Description:
“oslo_middleware:HTTPProxyToWSGI.factory”
conf.paste.filter:osprofiler.”paste.filter_factory”
Type: string
Description:
“osprofiler.web:WsgiMiddleware.factory”
conf.paste.filter:osprofiler.enabled
Type: string
Description:
“yes”
conf.paste.filter:osprofiler.hmac_keys
Type: string
Description:
“SECRET_KEY”
conf.paste.filter:unauthenticated-context.”paste.filter_factory”
Type: string
Description:
“glance.api.middleware.context:UnauthenticatedContextMiddleware.factory”
conf.paste.filter:versionnegotiation.”paste.filter_factory”
Type: string
Description:
“glance.api.middleware.version_negotiation:VersionNegotiationFilter.factory”
conf.paste.pipeline:glance-api-cachemanagement.pipeline
Type: string
Description:
“cors healthcheck http_proxy_to_wsgi versionnegotiation osprofiler unauthenticated-context cache cachemanage rootapp”
conf.paste.pipeline:glance-api-caching.pipeline
Type: string
Description:
“cors healthcheck http_proxy_to_wsgi versionnegotiation osprofiler unauthenticated-context cache rootapp”
conf.paste.pipeline:glance-api-keystone+cachemanagement.pipeline
Type: string
Description:
“cors healthcheck http_proxy_to_wsgi versionnegotiation osprofiler authtoken audit context cache cachemanage rootapp”
conf.paste.pipeline:glance-api-keystone+caching.pipeline
Type: string
Description:
“cors healthcheck http_proxy_to_wsgi versionnegotiation osprofiler authtoken audit context cache rootapp”
conf.paste.pipeline:glance-api-keystone.pipeline
Type: string
Description:
“cors healthcheck http_proxy_to_wsgi versionnegotiation osprofiler authtoken audit context rootapp”
conf.paste.pipeline:glance-api-trusted-auth+cachemanagement.pipeline
Type: string
Description:
“cors healthcheck http_proxy_to_wsgi versionnegotiation osprofiler context cache cachemanage rootapp”
conf.paste.pipeline:glance-api-trusted-auth.pipeline
Type: string
Description:
“cors healthcheck http_proxy_to_wsgi versionnegotiation osprofiler context rootapp”
conf.paste.pipeline:glance-api.pipeline
Type: string
Description:
“cors healthcheck http_proxy_to_wsgi versionnegotiation osprofiler unauthenticated-context rootapp”
conf.policy
Type: object
Description:
{}
conf.rabbitmq.policies[0].apply-to
Type: string
Description:
“all”
conf.rabbitmq.policies[0].definition.ha-mode
Type: string
Description:
“all”
conf.rabbitmq.policies[0].definition.ha-sync-mode
Type: string
Description:
“automatic”
conf.rabbitmq.policies[0].definition.message-ttl
Type: int
Description:
70000
conf.rabbitmq.policies[0].name
Type: string
Description:
“ha_ttl_glance”
conf.rabbitmq.policies[0].pattern
Type: string
Description:
“^(?!(amq\.|reply_)).*”
conf.rabbitmq.policies[0].priority
Type: int
Description:
0
conf.rabbitmq.policies[0].vhost
Type: string
Description:
“glance”
conf.rally_tests.run_tempest
Type: bool
Description:
false
conf.rally_tests.tests.”GlanceImages.create_and_delete_image”[0].args.container_format
Type: string
Description:
“bare”
conf.rally_tests.tests.”GlanceImages.create_and_delete_image”[0].args.disk_format
Type: string
Description:
“qcow2”
conf.rally_tests.tests.”GlanceImages.create_and_delete_image”[0].args.image_location
Type: string
Description:
“http://download.cirros-cloud.net/0.6.2/cirros-0.6.2-x86_64-disk.img”
conf.rally_tests.tests.”GlanceImages.create_and_delete_image”[0].runner.concurrency
Type: int
Description:
1
conf.rally_tests.tests.”GlanceImages.create_and_delete_image”[0].runner.times
Type: int
Description:
1
conf.rally_tests.tests.”GlanceImages.create_and_delete_image”[0].runner.type
Type: string
Description:
“constant”
conf.rally_tests.tests.”GlanceImages.create_and_delete_image”[0].sla.failure_rate.max
Type: int
Description:
0
conf.rally_tests.tests.”GlanceImages.create_and_list_image”[0].args.container_format
Type: string
Description:
“bare”
conf.rally_tests.tests.”GlanceImages.create_and_list_image”[0].args.disk_format
Type: string
Description:
“qcow2”
conf.rally_tests.tests.”GlanceImages.create_and_list_image”[0].args.image_location
Type: string
Description:
“http://download.cirros-cloud.net/0.6.2/cirros-0.6.2-x86_64-disk.img”
conf.rally_tests.tests.”GlanceImages.create_and_list_image”[0].runner.concurrency
Type: int
Description:
1
conf.rally_tests.tests.”GlanceImages.create_and_list_image”[0].runner.times
Type: int
Description:
1
conf.rally_tests.tests.”GlanceImages.create_and_list_image”[0].runner.type
Type: string
Description:
“constant”
conf.rally_tests.tests.”GlanceImages.create_and_list_image”[0].sla.failure_rate.max
Type: int
Description:
0
conf.rootwrap
Type: string
Description:
# Configuration for glance-rootwrap # This file should be owned by (and only-writable by) the root user [DEFAULT] # List of directories to load filter definitions from (separated by ','). # These directories MUST all be only writeable by root ! filters_path=/etc/glance/rootwrap.d,/usr/share/glance/rootwrap # List of directories to search executables in, in case filters do not # explicitely specify a full path (separated by ',') # If not specified, defaults to system PATH environment variable. # These directories MUST all be only writeable by root ! exec_dirs=/sbin,/usr/sbin,/bin,/usr/bin,/usr/local/bin,/usr/local/sbin,/var/lib/openstack/bin,/var/lib/kolla/venv/bin # Enable logging to syslog # Default value is False use_syslog=False # Which syslog facility to use. # Valid values include auth, authpriv, syslog, local0, local1... # Default value is 'syslog' syslog_log_facility=syslog # Which messages to log. # INFO means log all usage # ERROR means only log unsuccessful attempts syslog_log_level=ERRORconf.rootwrap_filters.glance_cinder_store.content
Type: string
Description:
# glance-rootwrap command filters for glance cinder store # This file should be owned by (and only-writable by) the root user [Filters] # cinder store driver disk_chown: RegExpFilter, chown, root, chown, \\d+, /dev/(?!.*/\\.\\.).* # os-brick library commands # os_brick.privileged.run_as_root oslo.privsep context # This line ties the superuser privs with the config files, context name, # and (implicitly) the actual python code invoked. privsep-rootwrap: RegExpFilter, privsep-helper, root, privsep-helper, --config-file, /etc/(?!\\.\\.).*, --privsep_context, os_brick.privileged.default, --privsep_sock_path, /tmp/.* chown: CommandFilter, chown, root mount: CommandFilter, mount, root umount: CommandFilter, umount, rootconf.rootwrap_filters.glance_cinder_store.pods[0]
Type: string
Description:
“api”
conf.software.rbd.rbd_store_pool_app_name
Type: string
Description:
“glance-image”
conf.swift_store
Type: string
Description:
[{{ .Values.conf.glance.glance_store.default_swift_reference }}] {{- if eq .Values.storage \"radosgw\" }} auth_version = 1 auth_address = {{ tuple \"ceph_object_store\" \"public\" \"api\" . | include \"helm-toolkit.endpoints.keystone_endpoint_uri_lookup\" }} user = {{ .Values.endpoints.ceph_object_store.auth.glance.username }}:swift key = {{ .Values.endpoints.ceph_object_store.auth.glance.password }} {{- else }} user = {{ .Values.endpoints.identity.auth.glance.project_name }}:{{ .Values.endpoints.identity.auth.glance.username }} key = {{ .Values.endpoints.identity.auth.glance.password }} auth_address = {{ tuple \"identity\" \"internal\" \"api\" . | include \"helm-toolkit.endpoints.keystone_endpoint_uri_lookup\" }} user_domain_name = {{ .Values.endpoints.identity.auth.glance.user_domain_name }} project_domain_name = {{ .Values.endpoints.identity.auth.glance.project_domain_name }} auth_version = 3 # NOTE(portdirect): https://bugs.launchpad.net/glance-store/+bug/1620999 project_domain_id = user_domain_id = {{- end -}}dependencies.dynamic.common.local_image_registry.jobs[0]
Type: string
Description:
“glance-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:
“glance-storage-init”
dependencies.static.api.jobs[1]
Type: string
Description:
“glance-db-sync”
dependencies.static.api.jobs[2]
Type: string
Description:
“glance-rabbit-init”
dependencies.static.api.jobs[3]
Type: string
Description:
“glance-ks-user”
dependencies.static.api.jobs[4]
Type: string
Description:
“glance-ks-endpoints”
dependencies.static.api.services[0].endpoint
Type: string
Description:
“internal”
dependencies.static.api.services[0].service
Type: string
Description:
“oslo_db”
dependencies.static.api.services[1].endpoint
Type: string
Description:
“internal”
dependencies.static.api.services[1].service
Type: string
Description:
“identity”
dependencies.static.api.services[2].endpoint
Type: string
Description:
“internal”
dependencies.static.api.services[2].service
Type: string
Description:
“oslo_messaging”
dependencies.static.bootstrap.jobs
Type: string
Description:
nil
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:
“image”
dependencies.static.clean.jobs
Type: string
Description:
nil
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:
“glance-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.image_repo_sync.services[0].endpoint
Type: string
Description:
“internal”
dependencies.static.image_repo_sync.services[0].service
Type: string
Description:
“local_image_registry”
dependencies.static.ks_endpoints.jobs[0]
Type: string
Description:
“glance-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”
dependencies.static.metadefs_load.jobs[0]
Type: string
Description:
“glance-db-sync”
dependencies.static.metadefs_load.services
Type: string
Description:
nil
dependencies.static.rabbit_init.services[0].endpoint
Type: string
Description:
“internal”
dependencies.static.rabbit_init.services[0].service
Type: string
Description:
“oslo_messaging”
dependencies.static.storage_init.jobs[0]
Type: string
Description:
“glance-ks-user”
dependencies.static.storage_init.services
Type: string
Description:
nil
dependencies.static.tests.services[0].endpoint
Type: string
Description:
“internal”
dependencies.static.tests.services[0].service
Type: string
Description:
“oslo_db”
dependencies.static.tests.services[1].endpoint
Type: string
Description:
“internal”
dependencies.static.tests.services[1].service
Type: string
Description:
“identity”
dependencies.static.tests.services[2].endpoint
Type: string
Description:
“internal”
dependencies.static.tests.services[2].service
Type: string
Description:
“image”
endpoints.ceph_object_store.auth.glance.password
Type: string
Description:
“password”
endpoints.ceph_object_store.auth.glance.tmpurlkey
Type: string
Description:
“supersecret”
endpoints.ceph_object_store.auth.glance.username
Type: string
Description:
“glance”
endpoints.ceph_object_store.host_fqdn_override.default
Type: string
Description:
nil
endpoints.ceph_object_store.hosts.default
Type: string
Description:
“ceph-rgw”
endpoints.ceph_object_store.hosts.public
Type: string
Description:
“radosgw”
endpoints.ceph_object_store.name
Type: string
Description:
“radosgw”
endpoints.ceph_object_store.namespace
Type: string
Description:
“ceph”
endpoints.ceph_object_store.path.default
Type: string
Description:
“/auth/v1.0”
endpoints.ceph_object_store.port.api.default
Type: int
Description:
8088
endpoints.ceph_object_store.port.api.public
Type: int
Description:
80
endpoints.ceph_object_store.scheme.default
Type: string
Description:
“http”
endpoints.cluster_domain_suffix
Type: string
Description:
“cluster.local”
endpoints.dashboard.host_fqdn_override.default
Type: string
Description:
nil
endpoints.dashboard.hosts.default
Type: string
Description:
“horizon-int”
endpoints.dashboard.hosts.public
Type: string
Description:
“horizon”
endpoints.dashboard.name
Type: string
Description:
“horizon”
endpoints.dashboard.path.default
Type: string
Description:
nil
endpoints.dashboard.port.web.default
Type: int
Description:
80
endpoints.dashboard.port.web.public
Type: int
Description:
443
endpoints.dashboard.scheme.default
Type: string
Description:
“http”
endpoints.dashboard.scheme.public
Type: string
Description:
“https”
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.glance.password
Type: string
Description:
“password”
endpoints.identity.auth.glance.project_domain_name
Type: string
Description:
“service”
endpoints.identity.auth.glance.project_name
Type: string
Description:
“service”
endpoints.identity.auth.glance.region_name
Type: string
Description:
“RegionOne”
endpoints.identity.auth.glance.role
Type: string
Description:
“admin”
endpoints.identity.auth.glance.user_domain_name
Type: string
Description:
“service”
endpoints.identity.auth.glance.username
Type: string
Description:
“glance”
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:
“glance-test”
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.image.host_fqdn_override.default
Type: string
Description:
nil
endpoints.image.hosts.default
Type: string
Description:
“glance-api”
endpoints.image.hosts.public
Type: string
Description:
“glance”
endpoints.image.name
Type: string
Description:
“glance”
endpoints.image.path.default
Type: string
Description:
nil
endpoints.image.path.healthcheck
Type: string
Description:
“/healthcheck”
endpoints.image.port.api.default
Type: int
Description:
9292
endpoints.image.port.api.public
Type: int
Description:
80
endpoints.image.scheme.default
Type: string
Description:
“http”
endpoints.image.scheme.service
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.object_store.auth.glance.tmpurlkey
Type: string
Description:
“supersecret”
endpoints.object_store.host_fqdn_override.default
Type: string
Description:
nil
endpoints.object_store.hosts.default
Type: string
Description:
“ceph-rgw”
endpoints.object_store.hosts.public
Type: string
Description:
“radosgw”
endpoints.object_store.name
Type: string
Description:
“swift”
endpoints.object_store.namespace
Type: string
Description:
“ceph”
endpoints.object_store.path.default
Type: string
Description:
“/swift/v1/KEY_$(tenant_id)s”
endpoints.object_store.port.api.default
Type: int
Description:
8088
endpoints.object_store.port.api.public
Type: int
Description:
80
endpoints.object_store.scheme.default
Type: string
Description:
“http”
endpoints.oci_image_registry.auth.enabled
Type: bool
Description:
false
endpoints.oci_image_registry.auth.glance.password
Type: string
Description:
“password”
endpoints.oci_image_registry.auth.glance.username
Type: string
Description:
“glance”
endpoints.oci_image_registry.host_fqdn_override.default
Type: string
Description:
nil
endpoints.oci_image_registry.hosts.default
Type: string
Description:
“localhost”
endpoints.oci_image_registry.name
Type: string
Description:
“oci-image-registry”
endpoints.oci_image_registry.namespace
Type: string
Description:
“oci-image-registry”
endpoints.oci_image_registry.port.registry.default
Type: string
Description:
nil
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.glance.password
Type: string
Description:
“password”
endpoints.oslo_db.auth.glance.username
Type: string
Description:
“glance”
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:
“/glance”
endpoints.oslo_db.port.mysql.default
Type: int
Description:
3306
endpoints.oslo_db.scheme
Type: string
Description:
“mysql+pymysql”
endpoints.oslo_messaging.auth.admin.password
Type: string
Description:
“password”
endpoints.oslo_messaging.auth.admin.secret.tls.internal
Type: string
Description:
“rabbitmq-tls-direct”
endpoints.oslo_messaging.auth.admin.username
Type: string
Description:
“rabbitmq”
endpoints.oslo_messaging.auth.glance.password
Type: string
Description:
“password”
endpoints.oslo_messaging.auth.glance.username
Type: string
Description:
“glance”
endpoints.oslo_messaging.host_fqdn_override.default
Type: string
Description:
nil
endpoints.oslo_messaging.hosts.default
Type: string
Description:
“rabbitmq”
endpoints.oslo_messaging.path
Type: string
Description:
“/glance”
endpoints.oslo_messaging.port.amqp.default
Type: int
Description:
5672
endpoints.oslo_messaging.port.http.default
Type: int
Description:
15672
endpoints.oslo_messaging.scheme
Type: string
Description:
“rabbit”
endpoints.oslo_messaging.statefulset.name
Type: string
Description:
“rabbitmq-rabbitmq”
endpoints.oslo_messaging.statefulset.replicas
Type: int
Description:
2
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:
“docker.io/openstackhelm/heat:2024.1-ubuntu_jammy”
images.tags.db_drop
Type: string
Description:
“docker.io/openstackhelm/heat:2024.1-ubuntu_jammy”
images.tags.db_init
Type: string
Description:
“docker.io/openstackhelm/heat:2024.1-ubuntu_jammy”
images.tags.dep_check
Type: string
Description:
“quay.io/airshipit/kubernetes-entrypoint:latest-ubuntu_focal”
images.tags.glance_api
Type: string
Description:
“docker.io/openstackhelm/glance:2024.1-ubuntu_jammy”
images.tags.glance_db_sync
Type: string
Description:
“docker.io/openstackhelm/glance:2024.1-ubuntu_jammy”
images.tags.glance_metadefs_load
Type: string
Description:
“docker.io/openstackhelm/glance:2024.1-ubuntu_jammy”
images.tags.glance_storage_init
Type: string
Description:
“docker.io/openstackhelm/ceph-config-helper:latest-ubuntu_xenial”
images.tags.image_repo_sync
Type: string
Description:
“docker.io/docker:17.07.0”
images.tags.ks_endpoints
Type: string
Description:
“docker.io/openstackhelm/heat:2024.1-ubuntu_jammy”
images.tags.ks_service
Type: string
Description:
“docker.io/openstackhelm/heat:2024.1-ubuntu_jammy”
images.tags.ks_user
Type: string
Description:
“docker.io/openstackhelm/heat:2024.1-ubuntu_jammy”
images.tags.rabbit_init
Type: string
Description:
“docker.io/rabbitmq:3.13-management”
images.tags.test
Type: string
Description:
“docker.io/xrally/xrally-openstack:2.0.0”
keep_pvc
Type: bool
Description:
true
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_clean
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.job_metadefs_load
Type: bool
Description:
true
manifests.job_rabbit_init
Type: bool
Description:
true
manifests.job_storage_init
Type: bool
Description:
true
manifests.network_policy
Type: bool
Description:
false
manifests.pdb_api
Type: bool
Description:
true
manifests.pod_rally_test
Type: bool
Description:
true
manifests.pvc_images
Type: bool
Description:
true
manifests.secret_db
Type: bool
Description:
true
manifests.secret_ingress_tls
Type: bool
Description:
true
manifests.secret_keystone
Type: bool
Description:
true
manifests.secret_rabbitmq
Type: bool
Description:
true
manifests.secret_registry
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/proxy-body-size”
Type: string
Description:
“0”
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:
30092
network_policy.glance.egress[0]
Type: object
Description:
{}
network_policy.glance.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.glance_api.glance_api.volumeMounts
Type: string
Description:
nil
pod.mounts.glance_api.glance_api.volumes
Type: string
Description:
nil
pod.mounts.glance_api.init_container
Type: string
Description:
nil
pod.mounts.glance_db_sync.glance_db_sync.volumeMounts
Type: string
Description:
nil
pod.mounts.glance_db_sync.glance_db_sync.volumes
Type: string
Description:
nil
pod.mounts.glance_tests.glance_tests.volumeMounts
Type: string
Description:
nil
pod.mounts.glance_tests.glance_tests.volumes
Type: string
Description:
nil
pod.mounts.glance_tests.init_container
Type: string
Description:
nil
pod.probes.api.glance-api.liveness.enabled
Type: bool
Description:
true
pod.probes.api.glance-api.liveness.params.initialDelaySeconds
Type: int
Description:
5
pod.probes.api.glance-api.liveness.params.periodSeconds
Type: int
Description:
10
pod.probes.api.glance-api.liveness.params.timeoutSeconds
Type: int
Description:
5
pod.probes.api.glance-api.readiness.enabled
Type: bool
Description:
true
pod.probes.api.glance-api.readiness.params.periodSeconds
Type: int
Description:
10
pod.probes.api.glance-api.readiness.params.timeoutSeconds
Type: int
Description:
5
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.metadefs_load.limits.cpu
Type: string
Description:
“2000m”
pod.resources.jobs.metadefs_load.limits.memory
Type: string
Description:
“1024Mi”
pod.resources.jobs.metadefs_load.requests.cpu
Type: string
Description:
“100m”
pod.resources.jobs.metadefs_load.requests.memory
Type: string
Description:
“128Mi”
pod.resources.jobs.rabbit_init.limits.cpu
Type: string
Description:
“2000m”
pod.resources.jobs.rabbit_init.limits.memory
Type: string
Description:
“1024Mi”
pod.resources.jobs.rabbit_init.requests.cpu
Type: string
Description:
“100m”
pod.resources.jobs.rabbit_init.requests.memory
Type: string
Description:
“128Mi”
pod.resources.jobs.storage_init.limits.cpu
Type: string
Description:
“2000m”
pod.resources.jobs.storage_init.limits.memory
Type: string
Description:
“1024Mi”
pod.resources.jobs.storage_init.requests.cpu
Type: string
Description:
“100m”
pod.resources.jobs.storage_init.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.clean.container.glance_secret_clean.allowPrivilegeEscalation
Type: bool
Description:
false
pod.security_context.clean.container.glance_secret_clean.readOnlyRootFilesystem
Type: bool
Description:
true
pod.security_context.clean.pod.runAsUser
Type: int
Description:
42424
pod.security_context.glance.container.ceph_keyring_placement.readOnlyRootFilesystem
Type: bool
Description:
true
pod.security_context.glance.container.ceph_keyring_placement.runAsUser
Type: int
Description:
0
pod.security_context.glance.container.glance_api.allowPrivilegeEscalation
Type: bool
Description:
false
pod.security_context.glance.container.glance_api.readOnlyRootFilesystem
Type: bool
Description:
true
pod.security_context.glance.container.glance_perms.readOnlyRootFilesystem
Type: bool
Description:
true
pod.security_context.glance.container.glance_perms.runAsUser
Type: int
Description:
0
pod.security_context.glance.container.nginx.readOnlyRootFilesystem
Type: bool
Description:
false
pod.security_context.glance.container.nginx.runAsUser
Type: int
Description:
0
pod.security_context.glance.pod.runAsUser
Type: int
Description:
42424
pod.security_context.metadefs_load.container.glance_metadefs_load.allowPrivilegeEscalation
Type: bool
Description:
false
pod.security_context.metadefs_load.container.glance_metadefs_load.readOnlyRootFilesystem
Type: bool
Description:
true
pod.security_context.metadefs_load.pod.runAsUser
Type: int
Description:
42424
pod.security_context.storage_init.container.ceph_keyring_placement.allowPrivilegeEscalation
Type: bool
Description:
false
pod.security_context.storage_init.container.ceph_keyring_placement.readOnlyRootFilesystem
Type: bool
Description:
true
pod.security_context.storage_init.container.glance_storage_init.allowPrivilegeEscalation
Type: bool
Description:
false
pod.security_context.storage_init.container.glance_storage_init.readOnlyRootFilesystem
Type: bool
Description:
true
pod.security_context.storage_init.pod.runAsUser
Type: int
Description:
42424
pod.security_context.test.container.glance_test.allowPrivilegeEscalation
Type: bool
Description:
false
pod.security_context.test.container.glance_test.readOnlyRootFilesystem
Type: bool
Description:
true
pod.security_context.test.container.glance_test.runAsUser
Type: int
Description:
65500
pod.security_context.test.container.glance_test_ks_user.allowPrivilegeEscalation
Type: bool
Description:
false
pod.security_context.test.container.glance_test_ks_user.readOnlyRootFilesystem
Type: bool
Description:
true
pod.security_context.test.pod.runAsUser
Type: int
Description:
42424
pod.tolerations.glance.enabled
Type: bool
Description:
false
pod.tolerations.glance.tolerations[0].effect
Type: string
Description:
“NoSchedule”
pod.tolerations.glance.tolerations[0].key
Type: string
Description:
“node-role.kubernetes.io/master”
pod.tolerations.glance.tolerations[0].operator
Type: string
Description:
“Exists”
pod.tolerations.glance.tolerations[1].effect
Type: string
Description:
“NoSchedule”
pod.tolerations.glance.tolerations[1].key
Type: string
Description:
“node-role.kubernetes.io/control-plane”
pod.tolerations.glance.tolerations[1].operator
Type: string
Description:
“Exists”
pod.useHostNetwork.api
Type: bool
Description:
false
release_group
Type: string
Description:
nil
secrets.identity.admin
Type: string
Description:
“glance-keystone-admin”
secrets.identity.glance
Type: string
Description:
“glance-keystone-user”
secrets.identity.test
Type: string
Description:
“glance-keystone-test”
secrets.oci_image_registry.glance
Type: string
Description:
“glance-oci-image-registry”
secrets.oslo_db.admin
Type: string
Description:
“glance-db-admin”
secrets.oslo_db.glance
Type: string
Description:
“glance-db-user”
secrets.oslo_messaging.admin
Type: string
Description:
“glance-rabbitmq-admin”
secrets.oslo_messaging.glance
Type: string
Description:
“glance-rabbitmq-user”
secrets.rbd
Type: string
Description:
“images-rbd-keyring”
secrets.tls.image.api.internal
Type: string
Description:
“glance-tls-api”
secrets.tls.image.api.public
Type: string
Description:
“glance-tls-public”
storage
Type: string
Description:
“swift”
tls.identity
Type: bool
Description:
false
tls.oslo_db
Type: bool
Description:
false
tls.oslo_messaging
Type: bool
Description:
false
volume.accessModes[0]
Type: string
Description:
“ReadWriteOnce”
volume.class_name
Type: string
Description:
“general”
volume.size
Type: string
Description:
“2Gi”