Remove sync_db parameters

Currently initialization of db is implemented as an independent task
in tripleo-heat-templates and not triggered by puppet.
In puppet, all of sync db jobs are implemented by exec resources but
"exec" is not included in puppet_tags enabled, so these implementations
in puppet are never triggered.

This patch removes sync_db parameters from templates because they are
ineffective and misleading.

Change-Id: Id231c612d8ef0ebc27bf87e0b2acbb76d89c9801
This commit is contained in:
Takashi Kajinami 2020-09-06 18:32:13 +09:00
parent 619eda0663
commit 4680c4439b
4 changed files with 0 additions and 4 deletions

View File

@ -527,7 +527,6 @@ outputs:
- {equals: [{get_param: GlanceDiskFormats}, []]}
- {}
- glance::api::disk_formats: {get_param: GlanceDiskFormats}
- glance::api::sync_db: false
service_config_settings:
mysql:
glance::db::mysql::password: {get_param: GlancePassword}

View File

@ -300,7 +300,6 @@ outputs:
neutron::keystone::authtoken::region_name: {get_param: KeystoneRegion}
neutron::quota::quota_port: {get_param: NeutronPortQuota}
neutron::quota::quota_security_group: {get_param: NeutronSecurityGroupQuota}
neutron::server::sync_db: true
neutron::server::placement::region_name: {get_param: KeystoneRegion}
neutron::server::placement::password: {get_param: NovaPassword}
neutron::server::placement::www_authenticate_uri: {get_param: [EndpointMap, KeystoneInternal, uri_no_suffix]}

View File

@ -191,7 +191,6 @@ outputs:
nova::keystone::authtoken::region_name: {get_param: KeystoneRegion}
nova::api::enabled: true
nova::api::default_floating_pool: {get_param: NovaDefaultFloatingPool}
nova::api::sync_db_api: true
nova::api::enable_proxy_headers_parsing: true
nova::api::api_bind_address:
str_replace:

View File

@ -174,7 +174,6 @@ outputs:
octavia::keystone::authtoken::region_name: {get_param: KeystoneRegion}
octavia::worker::manage_nova_flavor: {get_param: OctaviaManageNovaFlavor}
octavia::worker::nova_flavor_config: {get_param: OctaviaFlavorProperties}
octavia::api::sync_db: true
octavia::api::service_name: 'httpd'
octavia::wsgi::apache::ssl: {get_param: EnableInternalTLS}
# NOTE: bind IP is found in hiera replacing the network name with the local node IP