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

Feature vmimage options #402

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

Commits on Nov 21, 2013

  1. do not remove vhost_net anymore

    breu authored and willkelly committed Nov 21, 2013
    Configuration menu
    Copy the full SHA
    ed58f14 View commit details
    Browse the repository at this point in the history

Commits on Nov 25, 2013

  1. Use new get_mysql_endpoint method in osops-utils

    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
    claco authored and willkelly committed Nov 25, 2013
    Configuration menu
    Copy the full SHA
    43bffb6 View commit details
    Browse the repository at this point in the history

Commits on Dec 2, 2013

  1. use shared node["osops"]["region"] attribute

    remove node["nova"]["compute"]["region"] attr
    brc authored and willkelly committed Dec 2, 2013
    Configuration menu
    Copy the full SHA
    860909e View commit details
    Browse the repository at this point in the history
  2. Use new get_mysql_endpoint method in osops-utils

    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
    claco authored and willkelly committed Dec 2, 2013
    Configuration menu
    Copy the full SHA
    cb05b84 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    a8ffb3c View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    431a652 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    bd8390c View commit details
    Browse the repository at this point in the history
  6. Update VERSION

    willkelly committed Dec 2, 2013
    Configuration menu
    Copy the full SHA
    93571d4 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    078ba8c View commit details
    Browse the repository at this point in the history

Commits on Dec 18, 2013

  1. Updating VERSION

    claco committed Dec 18, 2013
    Configuration menu
    Copy the full SHA
    9d60818 View commit details
    Browse the repository at this point in the history

Commits on Feb 1, 2014

  1. Configuration menu
    Copy the full SHA
    ebb6fde View commit details
    Browse the repository at this point in the history
  2. Merge pull request rcbops-cookbooks#376 from rackerjoe/v4.2.2rc

    Merged automatically by jenkins after successful build test
    rcbjenkins committed Feb 1, 2014
    Configuration menu
    Copy the full SHA
    4768c0a View commit details
    Browse the repository at this point in the history

Commits on Feb 20, 2014

  1. Configuration menu
    Copy the full SHA
    4879ff2 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    bb382c0 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    4e685c9 View commit details
    Browse the repository at this point in the history

Commits on Feb 21, 2014

  1. Merge pull request rcbops-cookbooks#386 from rackerjoe/v4.2.2rc

    Merged automatically by jenkins after successful build test
    rcbjenkins committed Feb 21, 2014
    Configuration menu
    Copy the full SHA
    04f3524 View commit details
    Browse the repository at this point in the history

Commits on Feb 24, 2014

  1. Make scheduler_host_subset_size configurable.

    Default value 1 is nova default.
    Chris Buben authored and breu committed Feb 24, 2014
    Configuration menu
    Copy the full SHA
    b2add50 View commit details
    Browse the repository at this point in the history

Commits on Mar 3, 2014

  1. Merge pull request rcbops-cookbooks#388 from rackerjoe/v4.2.2rc

    Merged automatically by jenkins after successful build test
    rcbjenkins committed Mar 3, 2014
    Configuration menu
    Copy the full SHA
    11f4a8a View commit details
    Browse the repository at this point in the history
  2. Use recreate action on keystone_endpoints

    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)
    claco committed Mar 3, 2014
    Configuration menu
    Copy the full SHA
    b7d9b92 View commit details
    Browse the repository at this point in the history
  3. Issue #665: Attributes for sql pool settings

    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)
    claco committed Mar 3, 2014
    Configuration menu
    Copy the full SHA
    cfa2724 View commit details
    Browse the repository at this point in the history

Commits on Mar 4, 2014

  1. Merge pull request rcbops-cookbooks#390 from claco/recreate-action

    Merged automatically by jenkins after successful build test
    rcbjenkins committed Mar 4, 2014
    Configuration menu
    Copy the full SHA
    58a7bd5 View commit details
    Browse the repository at this point in the history
  2. Merge pull request rcbops-cookbooks#391 from claco/sql-pool-settings

    Merged automatically by jenkins after successful build test
    rcbjenkins committed Mar 4, 2014
    Configuration menu
    Copy the full SHA
    bdb2e5b View commit details
    Browse the repository at this point in the history
  3. Fix for issue 754

    Renamed "nova.comf" to "nova.conf" in configuration file list.
    
    (cherry picked from commit 24b3eb8)
    claco committed Mar 4, 2014
    Configuration menu
    Copy the full SHA
    69c4622 View commit details
    Browse the repository at this point in the history
  4. Merge pull request rcbops-cookbooks#394 from claco/fix-comf-spelling

    Merged automatically by jenkins after successful build test
    rcbjenkins committed Mar 4, 2014
    Configuration menu
    Copy the full SHA
    d5ffd60 View commit details
    Browse the repository at this point in the history
  5. Add favicon to novncproxy

    (cherry picked from commit 495acbc)
    claco committed Mar 4, 2014
    Configuration menu
    Copy the full SHA
    af47a1e View commit details
    Browse the repository at this point in the history
  6. Merge pull request rcbops-cookbooks#393 from claco/add-proxy-favicon

    Merged automatically by jenkins after successful build test
    rcbjenkins committed Mar 4, 2014
    Configuration menu
    Copy the full SHA
    bca3750 View commit details
    Browse the repository at this point in the history
  7. Fix incorrect attribute check

    (cherry picked from commit 9bee3e1)
    claco committed Mar 4, 2014
    Configuration menu
    Copy the full SHA
    956df5e View commit details
    Browse the repository at this point in the history
  8. Merge pull request rcbops-cookbooks#392 from claco/fix-attr-check

    Merged automatically by jenkins after successful build test
    rcbjenkins committed Mar 4, 2014
    Configuration menu
    Copy the full SHA
    0fd38b6 View commit details
    Browse the repository at this point in the history

Commits on Mar 7, 2014

  1. default libvirt injection part to -2

    (cherry picked from commit 7a8b834)
    claco committed Mar 7, 2014
    Configuration menu
    Copy the full SHA
    21ef0d5 View commit details
    Browse the repository at this point in the history
  2. Merge pull request rcbops-cookbooks#396 from claco/v4.2.2rc

    Merged automatically by jenkins after successful build test
    rcbjenkins committed Mar 7, 2014
    Configuration menu
    Copy the full SHA
    f883a7f View commit details
    Browse the repository at this point in the history

Commits on Mar 14, 2014

  1. Enable send_arp_for_ha_count in nova.conf

    - 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)
    claco committed Mar 14, 2014
    Configuration menu
    Copy the full SHA
    f099388 View commit details
    Browse the repository at this point in the history
  2. Merge pull request rcbops-cookbooks#399 from claco/v4.2.2rc

    Merged automatically by jenkins after successful build test
    rcbjenkins committed Mar 14, 2014
    Configuration menu
    Copy the full SHA
    d50fa46 View commit details
    Browse the repository at this point in the history

Commits on Apr 15, 2014

  1. Adding VM backing image file options

    Kaloyan Ganchev committed Apr 15, 2014
    Configuration menu
    Copy the full SHA
    0c56744 View commit details
    Browse the repository at this point in the history
  2. Whitespace correction

    Kaloyan Ganchev committed Apr 15, 2014
    Configuration menu
    Copy the full SHA
    4197ba9 View commit details
    Browse the repository at this point in the history