aboutsummaryrefslogtreecommitdiffstats
path: root/puppet/services/tacker.yaml
diff options
context:
space:
mode:
authorJenkins <jenkins@review.openstack.org>2017-03-01 11:06:04 +0000
committerGerrit Code Review <review@openstack.org>2017-03-01 11:06:04 +0000
commitd0d3403854c4afcfe07d51be23cd04c0aab96700 (patch)
treeea07d61702f05c662ff436245256589ff6f90ecb /puppet/services/tacker.yaml
parent378d831ebf4a160bc470b599e251409fce0b85ef (diff)
parenta9c64bd39d28cc073a7f2d19a17466d29be6cc0f (diff)
Merge "Adding keystone parameters for Tacker"
Diffstat (limited to 'puppet/services/tacker.yaml')
-rw-r--r--puppet/services/tacker.yaml14
1 files changed, 11 insertions, 3 deletions
diff --git a/puppet/services/tacker.yaml b/puppet/services/tacker.yaml
index a690a317..0a37e1dd 100644
--- a/puppet/services/tacker.yaml
+++ b/puppet/services/tacker.yaml
@@ -66,9 +66,6 @@ outputs:
- '/tacker'
- '?read_default_file=/etc/my.cnf.d/tripleo.cnf&read_default_group=tripleo'
- tacker::keystone::auth::tenant: 'service'
- tacker::keystone::auth::password: {get_param: TackerPassword}
- tacker::keystone::authtoken::auth_uri: {get_param: [EndpointMap, KeystoneInternal, uri]}
tacker::debug: {get_param: Debug}
tacker::rpc_backend: rabbit
tacker::rabbit_userid: {get_param: RabbitUserName}
@@ -77,6 +74,10 @@ outputs:
tacker::rabbit_port: {get_param: RabbitClientPort}
tacker::server::bind_host: {get_param: [ServiceNetMap, TackerApiNetwork]}
+ tacker::keystone::authtoken::project_name: 'service'
+ tacker::keystone::authtoken::auth_url: {get_param: [EndpointMap, KeystoneAdmin, uri_no_suffix]}
+ tacker::keystone::authtoken::auth_uri: {get_param: [EndpointMap, KeystoneInternal, uri]}
+
tacker::db::mysql::password: {get_param: TackerPassword}
tacker::db::mysql::user: tacker
tacker::db::mysql::host: {get_param: [EndpointMap, MysqlInternal, host_nobrackets]}
@@ -85,6 +86,13 @@ outputs:
- '%'
- {get_param: [EndpointMap, MysqlInternal, host_nobrackets]}
+ service_config_settings:
+ keystone:
+ tacker::keystone::auth::tenant: 'service'
+ tacker::keystone::auth::password: {get_param: TackerPassword}
+ tacker::keystone::auth::public_url: {get_param: [EndpointMap, TackerPublic, uri]}
+ tacker::keystone::auth::internal_url: {get_param: [EndpointMap, TackerInternal, uri]}
+ tacker::keystone::auth::admin_url: {get_param: [EndpointMap, TackerAdmin, uri]}
step_config: |
include ::tripleo::profile::base::tacker