diff options
author | Jenkins <jenkins@review.openstack.org> | 2015-05-05 13:11:43 +0000 |
---|---|---|
committer | Gerrit Code Review <review@openstack.org> | 2015-05-05 13:11:43 +0000 |
commit | 4e4c40376082197822d9cd64c09bee6cadf8067c (patch) | |
tree | b22e2c9ec769a90d32e5814181edd1b7f01640a2 /puppet/controller-puppet.yaml | |
parent | 48c3627baae7a061b22f273c3d55151577085895 (diff) | |
parent | cf4d918cd923c228d37fc06ecadf2f48c80ef400 (diff) |
Merge "puppet: install Horizon on overcloud-controller"
Diffstat (limited to 'puppet/controller-puppet.yaml')
-rw-r--r-- | puppet/controller-puppet.yaml | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/puppet/controller-puppet.yaml b/puppet/controller-puppet.yaml index 7c7d0f64..64e7fc72 100644 --- a/puppet/controller-puppet.yaml +++ b/puppet/controller-puppet.yaml @@ -168,6 +168,9 @@ parameters: HeatAuthEncryptionKey: description: Auth encryption key for heat-engine type: string + HorizonSecret: + description: Secret key for Django + type: string Image: type: string default: overcloud-control @@ -484,6 +487,7 @@ resources: - {get_param: VirtualIP} - ':8000/v1/waitcondition' heat_auth_encryption_key: {get_param: HeatAuthEncryptionKey} + horizon_secret: {get_param: HorizonSecret} admin_password: {get_param: AdminPassword} admin_token: {get_param: AdminToken} neutron_public_interface_ip: {get_param: NeutronPublicInterfaceIP} @@ -842,6 +846,12 @@ resources: nova::network::neutron::neutron_url: {get_input: neutron_url} nova::network::neutron::neutron_admin_auth_url: {get_input: neutron_admin_auth_url} + # Horizon + horizon::django_debug: {get_input: debug} + horizon::secret_key: {get_input: horizon_secret} + horizon::bind_address: {get_input: controller_host} + horizon::keystone_url: {get_input: keystone_auth_uri} + # Rabbit rabbitmq::node_ip_address: {get_input: controller_host} rabbitmq::erlang_cookie: {get_input: rabbit_cookie} |