-
Notifications
You must be signed in to change notification settings - Fork 29
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
Feature vmimage options #402
Open
mythus
wants to merge
34
commits into
rcbops-cookbooks:master
Choose a base branch
from
mythus:feature-vmimage-options
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Start converting various cookbooks to use the new #get_mysql_endpoint method which now allows people to point to a non-chef managed mysql server for all things. See rcbops/chef-cookbooks#597
remove node["nova"]["compute"]["region"] attr
Start converting various cookbooks to use the new #get_mysql_endpoint method which now allows people to point to a non-chef managed mysql server for all things. See rcbops/chef-cookbooks#597
Merged automatically by jenkins after successful build test
Cherry-picking commits from https://github.com/gapinc/nova/commit/ee57e7b0dc2066bf81fcaf3f3d4bff141cb82591
Merged automatically by jenkins after successful build test
Default value 1 is nova default.
Merged automatically by jenkins after successful build test
Ensure that the various keystone endpoints are reconfigured when things like https is enabled/disabled. - Change keystone-endpoint action from :create to :recreate See: rcbops/chef-cookbooks#590 (cherry picked from commit 3b28ea4)
Expose some Nova SQL attributes: - connection_debug=0 - idle_timeout=3600 - max_pool_size=None - max_overflow=None - max_retries=10 - min_pool_size=1 - retry_interval=10 NB!: These options are different in Grizzly (DO NOT MERGE TO v4.1.X). (cherry picked from commit 2e27e75)
Merged automatically by jenkins after successful build test
Merged automatically by jenkins after successful build test
Renamed "nova.comf" to "nova.conf" in configuration file list. (cherry picked from commit 24b3eb8)
Merged automatically by jenkins after successful build test
(cherry picked from commit 495acbc)
Merged automatically by jenkins after successful build test
(cherry picked from commit 9bee3e1)
Merged automatically by jenkins after successful build test
(cherry picked from commit 7a8b834)
Merged automatically by jenkins after successful build test
- Add attribute for send_arp_for_ha_count in nova conf provider to match functionality in quantum/neutron l3_agent.ini See rcbops/chef-cookbooks#877 (cherry picked from commit 00ae912)
Merged automatically by jenkins after successful build test
Running GATE test(s): http://build.monkeypuppetlabs.com:8080/job/GIT-Pull-Request/1412/console |
Gate Failed - The patch https://github.com/rcbops-cookbooks/nova/pull/402.patch could not be applied to master of https://github.com/rcbops/chef-cookbooks. Please see http://build.monkeypuppetlabs.com:8080/job/GIT-Pull-Request/1412/consoleFull for more details. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Add libvirt_images_type and preallocation_images option in nova.conf for better management of the backing VM images. This should work in Havana , in Icehouse the libvirt configuration is in separate context [libvirt].