Tacker

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

General Parameters

  • conf.conductor.command

    • Type: string

    • Description:

    • “tacker-conductor –config-file /etc/tacker/tacker.conf”

  • conf.conductor.config_files[0].dest

    • Type: string

    • Description:

    • “/etc/tacker/tacker.conf”

  • conf.conductor.config_files[0].owner

    • Type: string

    • Description:

    • “tacker”

  • conf.conductor.config_files[0].perm

    • Type: string

    • Description:

    • “0600”

  • conf.conductor.config_files[0].source

    • Type: string

    • Description:

    • “/etc/tacker/tacker.conf”

  • conf.conductor.permissions[0].owner

    • Type: string

    • Description:

    • “tacker:tacker”

  • conf.conductor.permissions[0].path

    • Type: string

    • Description:

    • “/var/log/openstackhelm/tacker”

  • conf.conductor.permissions[0].recurse

    • Type: bool

    • Description:

    • true

  • conf.conductor.permissions[1].owner

    • Type: string

    • Description:

    • “tacker:tacker”

  • conf.conductor.permissions[1].path

    • Type: string

    • Description:

    • “/var/lib/tacker/vnfpackages”

  • conf.conductor.permissions[2].owner

    • Type: string

    • Description:

    • “tacker:tacker”

  • conf.conductor.permissions[2].path

    • Type: string

    • Description:

    • “/var/lib/tacker/csar_files”

  • 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_tacker.handlers[0]

    • Type: string

    • Description:

    • “stdout”

  • conf.logging.logger_tacker.level

    • Type: string

    • Description:

    • “INFO”

  • conf.logging.logger_tacker.qualname

    • Type: string

    • Description:

    • “tacker”

  • conf.logging.loggers.keys[0]

    • Type: string

    • Description:

    • “root”

  • conf.logging.loggers.keys[1]

    • Type: string

    • Description:

    • “tacker”

  • conf.paste.app:prometheus_auto_scaling.”paste.app_factory”

    • Type: string

    • Description:

    • “tacker.sol_refactored.api.router:AutoScalingRouter.factory”

  • conf.paste.app:prometheus_fm.”paste.app_factory”

    • Type: string

    • Description:

    • “tacker.sol_refactored.api.router:FmAlertRouter.factory”

  • conf.paste.app:prometheus_pm.”paste.app_factory”

    • Type: string

    • Description:

    • “tacker.sol_refactored.api.router:PmEventRouter.factory”

  • conf.paste.app:server_notification.”paste.app_factory”

    • Type: string

    • Description:

    • “tacker.sol_refactored.api.router:ServerNotificationRouter.factory”

  • conf.paste.app:tackerapiapp_v1_0.”paste.app_factory”

    • Type: string

    • Description:

    • “tacker.api.v1.router:APIRouter.factory”

  • conf.paste.app:tackerversions.”paste.app_factory”

    • Type: string

    • Description:

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

  • conf.paste.app:vnffmaapp_v1.”paste.app_factory”

    • Type: string

    • Description:

    • “tacker.sol_refactored.api.router:VnffmAPIRouterV1.factory”

  • conf.paste.app:vnflcm_api_versions.”paste.app_factory”

    • Type: string

    • Description:

    • “tacker.sol_refactored.api.router:VnflcmVersions.factory”

  • conf.paste.app:vnflcmaapp_v1.”paste.app_factory”

    • Type: string

    • Description:

    • “tacker.api.vnflcm.v1.router:VnflcmAPIRouter.factory”

  • conf.paste.app:vnflcmaapp_v2.”paste.app_factory”

    • Type: string

    • Description:

    • “tacker.sol_refactored.api.router:VnflcmAPIRouterV2.factory”

  • conf.paste.app:vnfpkgmapp_v1.”paste.app_factory”

    • Type: string

    • Description:

    • “tacker.api.vnfpkgm.v1.router:VnfpkgmAPIRouter.factory”

  • conf.paste.app:vnfpmaapp_v2.”paste.app_factory”

    • Type: string

    • Description:

    • “tacker.sol_refactored.api.router:VnfPmAPIRouterV2.factory”

  • conf.paste.composite:tacker.”/v1.0”

    • Type: string

    • Description:

    • “tackerapi_v1_0”

  • conf.paste.composite:tacker./

    • Type: string

    • Description:

    • “tackerversions”

  • conf.paste.composite:tacker./alert

    • Type: string

    • Description:

    • “prometheus_fm”

  • conf.paste.composite:tacker./alert/vnf_instances

    • Type: string

    • Description:

    • “prometheus_auto_scaling”

  • conf.paste.composite:tacker./pm_event

    • Type: string

    • Description:

    • “prometheus_pm”

  • conf.paste.composite:tacker./server_notification

    • Type: string

    • Description:

    • “server_notification”

  • conf.paste.composite:tacker./vnffm/v1

    • Type: string

    • Description:

    • “vnffm_v1”

  • conf.paste.composite:tacker./vnflcm

    • Type: string

    • Description:

    • “vnflcm_versions”

  • conf.paste.composite:tacker./vnflcm/v1

    • Type: string

    • Description:

    • “vnflcm_v1”

  • conf.paste.composite:tacker./vnflcm/v2

    • Type: string

    • Description:

    • “vnflcm_v2”

  • conf.paste.composite:tacker./vnfpkgm/v1

    • Type: string

    • Description:

    • “vnfpkgmapi_v1”

  • conf.paste.composite:tacker./vnfpm/v2

    • Type: string

    • Description:

    • “vnfpm_v2”

  • conf.paste.composite:tacker.use

    • Type: string

    • Description:

    • “egg:Paste#urlmap”

  • conf.paste.composite:tackerapi_v1_0.keystone

    • Type: string

    • Description:

    • “cors request_id catch_errors authtoken keystonecontext extensions tackerapiapp_v1_0”

  • conf.paste.composite:tackerapi_v1_0.noauth

    • Type: string

    • Description:

    • “cors request_id catch_errors extensions tackerapiapp_v1_0”

  • conf.paste.composite:tackerapi_v1_0.use

    • Type: string

    • Description:

    • “call:tacker.auth:pipeline_factory”

  • conf.paste.composite:vnffm_v1.keystone

    • Type: string

    • Description:

    • “cors request_id catch_errors authtoken keystonecontext vnffmaapp_v1”

  • conf.paste.composite:vnffm_v1.noauth

    • Type: string

    • Description:

    • “cors request_id catch_errors vnffmaapp_v1”

  • conf.paste.composite:vnffm_v1.use

    • Type: string

    • Description:

    • “call:tacker.auth:pipeline_factory”

  • conf.paste.composite:vnflcm_v1.keystone

    • Type: string

    • Description:

    • “cors request_id catch_errors authtoken keystonecontext vnflcmaapp_v1”

  • conf.paste.composite:vnflcm_v1.noauth

    • Type: string

    • Description:

    • “cors request_id catch_errors vnflcmaapp_v1”

  • conf.paste.composite:vnflcm_v1.use

    • Type: string

    • Description:

    • “call:tacker.auth:pipeline_factory”

  • conf.paste.composite:vnflcm_v2.keystone

    • Type: string

    • Description:

    • “cors request_id catch_errors authtoken keystonecontext vnflcmaapp_v2”

  • conf.paste.composite:vnflcm_v2.noauth

    • Type: string

    • Description:

    • “cors request_id catch_errors vnflcmaapp_v2”

  • conf.paste.composite:vnflcm_v2.use

    • Type: string

    • Description:

    • “call:tacker.auth:pipeline_factory”

  • conf.paste.composite:vnflcm_versions.keystone

    • Type: string

    • Description:

    • “cors request_id catch_errors authtoken keystonecontext vnflcm_api_versions”

  • conf.paste.composite:vnflcm_versions.noauth

    • Type: string

    • Description:

    • “cors request_id catch_errors vnflcm_api_versions”

  • conf.paste.composite:vnflcm_versions.use

    • Type: string

    • Description:

    • “call:tacker.auth:pipeline_factory”

  • conf.paste.composite:vnfpkgmapi_v1.keystone

    • Type: string

    • Description:

    • “cors request_id catch_errors authtoken keystonecontext vnfpkgmapp_v1”

  • conf.paste.composite:vnfpkgmapi_v1.noauth

    • Type: string

    • Description:

    • “cors request_id catch_errors vnfpkgmapp_v1”

  • conf.paste.composite:vnfpkgmapi_v1.use

    • Type: string

    • Description:

    • “call:tacker.auth:pipeline_factory”

  • conf.paste.composite:vnfpm_v2.keystone

    • Type: string

    • Description:

    • “cors request_id catch_errors authtoken keystonecontext vnfpmaapp_v2”

  • conf.paste.composite:vnfpm_v2.noauth

    • Type: string

    • Description:

    • “cors request_id catch_errors vnfpmaapp_v2”

  • conf.paste.composite:vnfpm_v2.use

    • Type: string

    • Description:

    • “call:tacker.auth:pipeline_factory”

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

    • Type: string

    • Description:

    • “keystonemiddleware.auth_token:filter_factory”

  • conf.paste.filter:catch_errors.”paste.filter_factory”

    • Type: string

    • Description:

    • “oslo_middleware:CatchErrors.factory”

  • conf.paste.filter:cors.”paste.filter_factory”

    • Type: string

    • Description:

    • “oslo_middleware.cors:filter_factory”

  • conf.paste.filter:cors.oslo_config_project

    • Type: string

    • Description:

    • “tacker”

  • conf.paste.filter:extensions.”paste.filter_factory”

    • Type: string

    • Description:

    • “tacker.api.extensions:extension_middleware_factory”

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

    • Type: string

    • Description:

    • “tacker.auth:TackerKeystoneContext.factory”

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

    • Type: string

    • Description:

    • “oslo_middleware:RequestId.factory”

  • conf.server.command

    • Type: string

    • Description:

    • “tacker-server –config-file /etc/tacker/tacker.conf”

  • conf.server.config_files[0].dest

    • Type: string

    • Description:

    • “/etc/tacker/tacker.conf”

  • conf.server.config_files[0].owner

    • Type: string

    • Description:

    • “tacker”

  • conf.server.config_files[0].perm

    • Type: string

    • Description:

    • “0600”

  • conf.server.config_files[0].source

    • Type: string

    • Description:

    • “/etc/tacker/tacker.conf”

  • conf.server.permissions[0].owner

    • Type: string

    • Description:

    • “tacker:tacker”

  • conf.server.permissions[0].path

    • Type: string

    • Description:

    • “/var/log/openstackhelm/tacker”

  • conf.server.permissions[0].recurse

    • Type: bool

    • Description:

    • true

  • conf.server.permissions[1].owner

    • Type: string

    • Description:

    • “tacker:tacker”

  • conf.server.permissions[1].path

    • Type: string

    • Description:

    • “/var/lib/tacker/csar_files”

  • conf.tacker.DEFAULT.api_workers

    • Type: int

    • Description:

    • 5

  • conf.tacker.DEFAULT.debug

    • Type: bool

    • Description:

    • false

  • conf.tacker.DEFAULT.log_config_append

    • Type: string

    • Description:

    • “/etc/tacker/logging.conf”

  • conf.tacker.DEFAULT.log_dir

    • Type: string

    • Description:

    • “/var/log/openstackhelm/tacker”

  • conf.tacker.DEFAULT.service_plugins

    • Type: string

    • Description:

    • “nfvo,vnfm”

  • conf.tacker.alarm_auth

    • Type: object

    • Description:

    • {}

  • conf.tacker.ceilometer.host

    • Type: string

    • Description:

    • “tacker-api.openstack.svc.cluster.local”

  • conf.tacker.ceilometer.port

    • Type: int

    • Description:

    • 9890

  • conf.tacker.cors.allow_headers

    • Type: string

    • Description:

    • “Content-Type,Version,Accept,X-Auth-Token”

  • conf.tacker.cors.allow_methods

    • Type: string

    • Description:

    • “GET,POST,PUT,DELETE,PATCH,OPTIONS”

  • conf.tacker.cors.allowed_origin

    • Type: string

    • Description:

    • “*”

  • conf.tacker.cors.enabled

    • Type: bool

    • Description:

    • true

  • conf.tacker.cors.expose_headers

    • Type: string

    • Description:

    • “Content-Type,Accept,Cache-Control,Content-Language,X-Subject-Token”

  • conf.tacker.cors.max_age

    • Type: int

    • Description:

    • 3600

  • conf.tacker.database.connection_recycle_time

    • Type: int

    • Description:

    • 10

  • conf.tacker.database.max_pool_size

    • Type: int

    • Description:

    • 1

  • conf.tacker.database.max_retries

    • Type: string

    • Description:

    • “-1”

  • conf.tacker.glance_store.filesystem_store_datadir

    • Type: string

    • Description:

    • “/var/lib/tacker/csar_files”

  • conf.tacker.keystone_authtoken.auth_type

    • Type: string

    • Description:

    • “password”

  • conf.tacker.keystone_authtoken.auth_version

    • Type: string

    • Description:

    • “v3”

  • conf.tacker.keystone_authtoken.cafile

    • Type: string

    • Description:

    • “”

  • conf.tacker.keystone_authtoken.memcache_security_strategy

    • Type: string

    • Description:

    • “ENCRYPT”

  • conf.tacker.keystone_authtoken.service_token_roles_required

    • Type: bool

    • Description:

    • true

  • conf.tacker.keystone_authtoken.service_type

    • Type: string

    • Description:

    • “nfv-orchestration”

  • conf.tacker.nfvo.vim_drivers

    • Type: string

    • Description:

    • “openstack”

  • conf.tacker.openstack_vim.stack_retries

    • Type: int

    • Description:

    • 60

  • conf.tacker.openstack_vim.stack_retry_wait

    • Type: int

    • Description:

    • 10

  • conf.tacker.oslo_messaging_notifications.driver

    • Type: string

    • Description:

    • “noop”

  • conf.tacker.tacker.alarm_monitor_driver

    • Type: string

    • Description:

    • “ceilometer”

  • conf.tacker.tacker.monitor_driver

    • Type: string

    • Description:

    • “ping,http_ping”

  • conf.tacker.vim_keys.use_barbican

    • Type: bool

    • Description:

    • true

  • dependencies.static.conductor.jobs[0]

    • Type: string

    • Description:

    • “tacker-db-sync”

  • dependencies.static.conductor.jobs[1]

    • Type: string

    • Description:

    • “tacker-ks-user”

  • dependencies.static.conductor.jobs[2]

    • Type: string

    • Description:

    • “tacker-ks-endpoints”

  • dependencies.static.conductor.jobs[3]

    • Type: string

    • Description:

    • “tacker-rabbit-init”

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

    • Type: string

    • Description:

    • “internal”

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

    • Type: string

    • Description:

    • “oslo_db”

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

    • Type: string

    • Description:

    • “internal”

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

    • Type: string

    • Description:

    • “identity”

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

    • Type: string

    • Description:

    • “internal”

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

    • Type: string

    • Description:

    • “key_manager”

  • 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:

    • “tacker-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:

    • “tacker-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.server.jobs[0]

    • Type: string

    • Description:

    • “tacker-db-sync”

  • dependencies.static.server.jobs[1]

    • Type: string

    • Description:

    • “tacker-ks-user”

  • dependencies.static.server.jobs[2]

    • Type: string

    • Description:

    • “tacker-ks-endpoints”

  • dependencies.static.server.jobs[3]

    • Type: string

    • Description:

    • “tacker-rabbit-init”

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

    • Type: string

    • Description:

    • “internal”

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

    • Type: string

    • Description:

    • “oslo_db”

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

    • Type: string

    • Description:

    • “internal”

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

    • Type: string

    • Description:

    • “identity”

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

    • Type: string

    • Description:

    • “internal”

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

    • Type: string

    • Description:

    • “key_manager”

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

    • Type: string

    • Description:

    • “internal”

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

    • Type: string

    • Description:

    • “identity”

  • endpoints.cluster_domain_suffix

    • Type: string

    • Description:

    • “cluster.local”

  • 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.tacker.password

    • Type: string

    • Description:

    • “password”

  • endpoints.identity.auth.tacker.project_domain_name

    • Type: string

    • Description:

    • “service”

  • endpoints.identity.auth.tacker.project_name

    • Type: string

    • Description:

    • “service”

  • endpoints.identity.auth.tacker.region_name

    • Type: string

    • Description:

    • “RegionOne”

  • endpoints.identity.auth.tacker.role

    • Type: string

    • Description:

    • “admin”

  • endpoints.identity.auth.tacker.user_domain_name

    • Type: string

    • Description:

    • “service”

  • endpoints.identity.auth.tacker.username

    • Type: string

    • Description:

    • “tacker”

  • 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.key_manager.host_fqdn_override.default

    • Type: string

    • Description:

    • nil

  • endpoints.key_manager.hosts.default

    • Type: string

    • Description:

    • “barbican-api”

  • endpoints.key_manager.hosts.public

    • Type: string

    • Description:

    • “barbican”

  • endpoints.key_manager.name

    • Type: string

    • Description:

    • “barbican”

  • endpoints.key_manager.path.default

    • Type: string

    • Description:

    • “/v1”

  • endpoints.key_manager.port.api.default

    • Type: int

    • Description:

    • 9311

  • endpoints.key_manager.port.api.public

    • Type: int

    • Description:

    • 80

  • endpoints.key_manager.scheme.default

    • Type: string

    • Description:

    • “http”

  • endpoints.nfv_orchestration.host_fqdn_override.default

    • Type: string

    • Description:

    • nil

  • endpoints.nfv_orchestration.hosts.conductor

    • Type: string

    • Description:

    • “tacker-conductor”

  • endpoints.nfv_orchestration.hosts.default

    • Type: string

    • Description:

    • “tacker-api”

  • endpoints.nfv_orchestration.hosts.public

    • Type: string

    • Description:

    • “tacker”

  • endpoints.nfv_orchestration.name

    • Type: string

    • Description:

    • “tacker”

  • endpoints.nfv_orchestration.path.default

    • Type: string

    • Description:

    • nil

  • endpoints.nfv_orchestration.port.api.default

    • Type: int

    • Description:

    • 9890

  • endpoints.nfv_orchestration.port.api.public

    • Type: int

    • Description:

    • 80

  • endpoints.nfv_orchestration.port.conductor.default

    • Type: int

    • Description:

    • 5672

  • endpoints.nfv_orchestration.scheme.default

    • 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.tacker.password

    • Type: string

    • Description:

    • “password”

  • endpoints.oslo_db.auth.tacker.username

    • Type: string

    • Description:

    • “tacker”

  • 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:

    • “/tacker”

  • 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.tacker.password

    • Type: string

    • Description:

    • “password”

  • endpoints.oslo_messaging.auth.tacker.username

    • Type: string

    • Description:

    • “tacker”

  • 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:

    • “/tacker”

  • 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.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.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.scripted_test

    • Type: string

    • Description:

    • “docker.io/openstackhelm/openstack-client:2024.1”

  • images.tags.tacker_conductor

    • Type: string

    • Description:

    • “docker.io/openstackhelm/tacker:2024.1-ubuntu_jammy”

  • images.tags.tacker_db_sync

    • Type: string

    • Description:

    • “docker.io/openstackhelm/tacker:2024.1-ubuntu_jammy”

  • images.tags.tacker_server

    • Type: string

    • Description:

    • “docker.io/openstackhelm/tacker:2024.1-ubuntu_jammy”

  • labels.conductor.node_selector_key

    • Type: string

    • Description:

    • “openstack-control-plane”

  • labels.conductor.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.server.node_selector_key

    • Type: string

    • Description:

    • “openstack-control-plane”

  • labels.server.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_conductor

    • Type: bool

    • Description:

    • true

  • manifests.deployment_server

    • Type: bool

    • Description:

    • true

  • manifests.ingress_api

    • 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_ks_endpoints

    • Type: bool

    • Description:

    • true

  • manifests.job_ks_service

    • Type: bool

    • Description:

    • true

  • manifests.job_ks_user

    • Type: bool

    • Description:

    • true

  • manifests.job_rabbit_init

    • Type: bool

    • Description:

    • true

  • manifests.pod_test

    • Type: bool

    • Description:

    • true

  • manifests.pvc

    • Type: bool

    • Description:

    • true

  • manifests.secret_db

    • Type: bool

    • Description:

    • true

  • manifests.secret_keystone

    • Type: bool

    • Description:

    • true

  • manifests.secret_rabbitmq

    • Type: bool

    • Description:

    • true

  • manifests.service_api

    • Type: bool

    • Description:

    • true

  • manifests.service_conductor

    • 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:

    • 30900

  • network.conductor.external_policy_local

    • Type: bool

    • Description:

    • false

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

    • Type: string

    • Description:

    • “/”

  • network.conductor.ingress.classes.cluster

    • Type: string

    • Description:

    • “nginx-cluster”

  • network.conductor.ingress.classes.namespace

    • Type: string

    • Description:

    • “nginx”

  • network.conductor.ingress.public

    • Type: bool

    • Description:

    • true

  • network.conductor.node_port.enabled

    • Type: bool

    • Description:

    • false

  • network.conductor.node_port.port

    • Type: int

    • Description:

    • 30901

  • pod.lifecycle.termination_grace_period.conductor.timeout

    • Type: int

    • Description:

    • 30

  • pod.lifecycle.termination_grace_period.server.timeout

    • Type: int

    • Description:

    • 30

  • pod.mounts.tacker_db_sync.tacker_db_sync.volumeMounts

    • Type: string

    • Description:

    • nil

  • pod.mounts.tacker_db_sync.tacker_db_sync.volumes

    • Type: string

    • Description:

    • nil

  • pod.mounts.tacker_tests.init_container

    • Type: string

    • Description:

    • nil

  • pod.mounts.tacker_tests.tacker_tests.volumeMounts

    • Type: string

    • Description:

    • nil

  • pod.mounts.tacker_tests.tacker_tests.volumes

    • Type: string

    • Description:

    • nil

  • pod.replicas.conductor

    • Type: int

    • Description:

    • 1

  • pod.replicas.server

    • Type: int

    • Description:

    • 1

  • pod.resources.enabled

    • Type: bool

    • Description:

    • false

  • 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.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.conductor.pod.runAsNonRoot

    • Type: bool

    • Description:

    • false

  • pod.security_context.conductor.pod.runAsUser

    • Type: int

    • Description:

    • 0

  • pod.security_context.server.pod.runAsNonRoot

    • Type: bool

    • Description:

    • false

  • pod.security_context.server.pod.runAsUser

    • Type: int

    • Description:

    • 0

  • pod.security_context.test.container.tacker_test.allowPrivilegeEscalation

    • Type: bool

    • Description:

    • false

  • pod.security_context.test.container.tacker_test.readOnlyRootFilesystem

    • Type: bool

    • Description:

    • true

  • pod.security_context.test.pod.runAsNonRoot

    • Type: bool

    • Description:

    • false

  • pod.security_context.test.pod.runAsUser

    • Type: int

    • Description:

    • 0

  • pod.tolerations.tacker.enabled

    • Type: bool

    • Description:

    • false

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

    • Type: string

    • Description:

    • “NoSchedule”

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

    • Type: string

    • Description:

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

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

    • Type: string

    • Description:

    • “Exists”

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

    • Type: string

    • Description:

    • “NoSchedule”

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

    • Type: string

    • Description:

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

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

    • Type: string

    • Description:

    • “Exists”

  • secrets.identity.admin

    • Type: string

    • Description:

    • “tacker-keystone-admin”

  • secrets.identity.tacker

    • Type: string

    • Description:

    • “tacker-keystone-user”

  • secrets.oci_image_registry.tacker

    • Type: string

    • Description:

    • “tacker-oci-image-registry”

  • secrets.oslo_db.admin

    • Type: string

    • Description:

    • “tacker-db-admin”

  • secrets.oslo_db.tacker

    • Type: string

    • Description:

    • “tacker-db-user”

  • secrets.oslo_messaging.admin

    • Type: string

    • Description:

    • “tacker-rabbitmq-admin”

  • secrets.oslo_messaging.tacker

    • Type: string

    • Description:

    • “tacker-rabbitmq-user”

  • secrets.tls.nfv_orchestration.api.internal

    • Type: string

    • Description:

    • “tacker-tls-internal”

  • secrets.tls.nfv_orchestration.api.public

    • Type: string

    • Description:

    • “tacker-tls-public”

  • storage.storageClass

    • Type: string

    • Description:

    • “general”

  • storage.volumes.csar_files.mount_path

    • Type: string

    • Description:

    • “/var/lib/tacker/csar_files”

  • storage.volumes.csar_files.name

    • Type: string

    • Description:

    • “tacker-csar-files”

  • storage.volumes.csar_files.size

    • Type: string

    • Description:

    • “2Gi”

  • storage.volumes.logs.mount_path

    • Type: string

    • Description:

    • “/var/log/openstackhelm/tacker”

  • storage.volumes.logs.name

    • Type: string

    • Description:

    • “tacker-logs”

  • storage.volumes.logs.size

    • Type: string

    • Description:

    • “2Gi”

  • storage.volumes.vnfpackages.mount_path

    • Type: string

    • Description:

    • “/var/lib/tacker/vnfpackages”

  • storage.volumes.vnfpackages.name

    • Type: string

    • Description:

    • “tacker-vnfpackages”

  • storage.volumes.vnfpackages.size

    • Type: string

    • Description:

    • “2Gi”

  • tls.identity

    • Type: bool

    • Description:

    • false

  • tls.oslo_db

    • Type: bool

    • Description:

    • false

  • tls.oslo_messaging

    • Type: bool

    • Description:

    • false