Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Adds section for memcached settings in manifests #123

Open
wants to merge 3 commits into
base: master
Choose a base branch
from
Open

Adds section for memcached settings in manifests #123

wants to merge 3 commits into from

Conversation

rdoxenham
Copy link

The current manifests do not offer the user the chance to
override the default memcached settings. It always defaults
to the localhost. This change updates the manifests to allow
the user to override.

Note that we'll need to update the installer packages to set
a default override parameter.

BZ #1063372 - No option to specify memcache details for Horizon in manifests
https://bugzilla.redhat.com/show_bug.cgi?id=1063372

Rhys Oxenham added 3 commits February 7, 2014 10:05
The default controller common manifest assumes that qpid is
running locally on the same machine. This may or may not be the case
and therefore it should take the '$qpid_host' parameter used within
other manifests. Without this change, Nova attempts to use
localhost as it's qpid broker, which obviously breaks if using
multiple controller hosts.
The current manifests do not offer the user the chance to
override the default memcached settings. It always defaults
to the localhost. This change updates the manifests to allow
the user to override.

Note that we'll need to update the installer packages to set
a default override parameter.
@@ -102,4 +102,8 @@
$mysql_shared_storage_type = 'MYSQL_SHARED_STORAGE_TYPE'
$mysql_clu_member_addrs = 'SPACE_SEPARATED_IP_ADDRS'
$mysql_resource_group_name = 'mysqlgroup'

# Configure Memcached settings for Horizon
$cache_server_ip = '127.0.0.1'
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

In order for the defaults to appear in foreman, these new variables would need to be in seeds.rb as well

@jguiditta
Copy link
Member

I notice that you have not added this for nova_network/controller.pp. Is that just an oversight, or is there a reason? Also, can you rebase your branch against origin/master and then force push? There is currently a dirty git history here, and it is not merge-able as is (as we didn't have time to get to is as we were finishing up a release when you posted this).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants