Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: stackforge/puppet_openstack_builder
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: stackforge/puppet_openstack_builder
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: stable/icehouse
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 5 commits
  • 4 files changed
  • 3 contributors

Commits on Jul 18, 2014

  1. Fix iscsi_ip_address to work automatically for AIO

    In https://review.openstack.org/#/c/101589/ a change was made
    to allow compute nodes to connect to iscsi volumes that don't
    reside on the same physical host. However, the default value used
    is the IP address on eth1, which causes a minor headache for many
    people deploying AIO with a single NIC (usually eth0).  This patch
    adds a line to the install.sh script that sets a value in user.yaml
    that works for such cases.
    
    Change-Id: I6d968ec5fb9bea56159c48e754e94e53ab0b1bb8
    Closes-Bug: #1344074
    Mark T. Voelker committed Jul 18, 2014
    Configuration menu
    Copy the full SHA
    43d7b1b View commit details
    Browse the repository at this point in the history

Commits on Aug 7, 2014

  1. Add notifications class to provider class group

    Add neutron::server::notifications class to provider network class group
    so that Nova <-> Neutron notifications get configured.
    
    Change-Id: I5e39a84ca04558e8650199ad88938a51700c869e
    Partial-Bug: #1353671
    rickerc committed Aug 7, 2014
    Configuration menu
    Copy the full SHA
    bdcbc81 View commit details
    Browse the repository at this point in the history

Commits on Aug 19, 2014

  1. Add nova::scheduler::filter to nova_controller

    The current nova_controller classgroup doesn't include
    the nova::scheduler::filter class, which leaves end
    users without the ability to modify scheduler filters.
    This patch adds it.
    
    Change-Id: I689919048a22eac1fdcae918dde1509fbed5863f
    Closes-Bug: #1354458
    (cherry picked from commit b2fd7ba)
    Mark T. Voelker committed Aug 19, 2014
    Configuration menu
    Copy the full SHA
    88aaf8e View commit details
    Browse the repository at this point in the history
  2. Add neutron::config to network control classgroups

    Most class groups now include the <service>::config class.
    These generic classes make it possible to add arbitrary
    configuration for items that don'thave full class params
    either because such haven't been added yet or because they're
    seldom used.  However we don't currently include the neutron::config
    class in the classgroups related to network controllers.  This
    patch corrects the oversight.
    
    Change-Id: I82fef066cf7052220fcfc5f3f2a6f1fb8f47bfb3
    Closes-Bug: #1358533
    Mark T. Voelker committed Aug 19, 2014
    Configuration menu
    Copy the full SHA
    6953d04 View commit details
    Browse the repository at this point in the history

Commits on Sep 13, 2014

  1. Merge "Add nova::scheduler::filter to nova_controller" into stable/ic…

    …ehouse
    Jenkins authored and openstack-gerrit committed Sep 13, 2014
    Configuration menu
    Copy the full SHA
    86cc4cd View commit details
    Browse the repository at this point in the history
Loading