Login
[x]
Log in using an account from:
Fedora Account System
Red Hat Associate
Red Hat Customer
Or login using a Red Hat Bugzilla account
Forgot Password
Login:
Hide Forgot
Create an Account
Red Hat Bugzilla – Attachment 834938 Details for
Bug 1040021
openstack-foreman-installer: Failed to deploy neutron-controller/ neutron-compute. duplicate declaration: Neutron_config[database/connection]
[?]
New
Simple Search
Advanced Search
My Links
Browse
Requests
Reports
Current State
Search
Tabular reports
Graphical reports
Duplicates
Other Reports
User Changes
Plotly Reports
Bug Status
Bug Severity
Non-Defaults
|
Product Dashboard
Help
Page Help!
Bug Writing Guidelines
What's new
Browser Support Policy
5.0.4.rh83 Release notes
FAQ
Guides index
User guide
Web Services
Contact
Legal
This site requires JavaScript to be enabled to function correctly, please enable it.
[patch]
Fix manifests to work with updated puppet modules
0001-Fix-enable-disable-of-heat_cfg-and-heat_cloudwatch.patch (text/plain), 2.45 KB, created by
Ryan O'Hara
on 2013-12-10 21:22:51 UTC
(
hide
)
Description:
Fix manifests to work with updated puppet modules
Filename:
MIME Type:
Creator:
Ryan O'Hara
Created:
2013-12-10 21:22:51 UTC
Size:
2.45 KB
patch
obsolete
>From 83d66b28c4f9672c0cae98af3feaa66ccbf45d87 Mon Sep 17 00:00:00 2001 >From: Ryan O'Hara <rohara@redhat.com> >Date: Mon, 9 Dec 2013 12:17:45 -0600 >Subject: [PATCH] Fix enable/disable of heat_cfg and heat_cloudwatch > >This patch modifies the heat_controller.pp manifest such that the >heat_cfn and heat_cloudwatch services are enabled/disabled per the >heat_cfn and heat_cloudwatch boolean parameters. Previously, once >either boolean had been set to true the services would be running on >the controller, but reverting either parameter to false would not >stop/disable the service. > >This patch also fixes the call to the heat::keystone::auth class such >that the heat_cfn endpoints are always created with the correct IP >addresses. >--- > .../quickstack/manifests/heat_controller.pp | 22 +++++----------------- > 1 file changed, 5 insertions(+), 17 deletions(-) > >diff --git a/puppet/modules/quickstack/manifests/heat_controller.pp b/puppet/modules/quickstack/manifests/heat_controller.pp >index ca1d5b3..93ad2f9 100644 >--- a/puppet/modules/quickstack/manifests/heat_controller.pp >+++ b/puppet/modules/quickstack/manifests/heat_controller.pp >@@ -10,8 +10,7 @@ class quickstack::heat_controller( > $verbose, > ) { > >- if str2bool($heat_cfn) == true { >- class {"heat::keystone::auth": >+ class {"heat::keystone::auth": > password => $heat_user_password, > heat_public_address => $controller_pub_floating_ip, > heat_admin_address => $controller_priv_floating_ip, >@@ -19,15 +18,6 @@ class quickstack::heat_controller( > cfn_public_address => $controller_pub_floating_ip, > cfn_admin_address => $controller_priv_floating_ip, > cfn_internal_address => $controller_priv_floating_ip, >- } >- } else { >- class {"heat::keystone::auth": >- password => $heat_user_password, >- heat_public_address => $controller_pub_floating_ip, >- heat_admin_address => $controller_priv_floating_ip, >- heat_internal_address => $controller_priv_floating_ip, >- cfn_auth_name => undef, >- } > } > > class { 'heat': >@@ -39,14 +29,12 @@ class quickstack::heat_controller( > verbose => $verbose, > } > >- if str2bool($heat_cfn) == true { >- class { 'heat::api_cfn': >- } >+ class { 'heat::api_cfn': >+ enabled => str2bool($heat_cfn), > } > >- if str2bool($heat_cloudwatch) == true { >- class { 'heat::api_cloudwatch': >- } >+ class { 'heat::api_cloudwatch': >+ enabled => str2bool($heat_cloudwatch), > } > > class { 'heat::engine': >-- >1.8.1.4 >
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 1040021
:
834796
| 834938