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-cloud
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-cloud
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: J.1.0.0
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 7 commits
  • 18 files changed
  • 4 contributors

Commits on Apr 16, 2015

  1. Do not recreate Galera cluster

    Currently if the Galera master node is rebooted after installation process
    a new Galera cluster is build because of the --wsrep-new-cluster present
    in the systemd.service file. This commit aims to update this behavior
    accordingly.
    
    Closes-bug: #1439197
    Change-Id: I3e4c339ea073bd18177bd0625d694ddd0151b14c
    (cherry picked from commit 735a760)
    Spredzy authored and cedlecomte committed Apr 16, 2015
    Configuration menu
    Copy the full SHA
    f5cc087 View commit details
    Browse the repository at this point in the history

Commits on Apr 17, 2015

  1. Changing who is affected by the sysctl tunning

    Only the swift-nodes need to be tuned according to
    https://bugs.launchpad.net/swift/+bug/1075606. And enlarge the local
    port range on the controller can overlap with the listening services.
    
    Changing the local range port
    
    We must don't overlap the local range port and the listening ports.
    Listening port on swift nodes are around 6800. With a bad ordering or a
    restart we can face a already used port problem.
    
    Co-Authored-By: Emilien Macchi <emilien@redhat.com>
    Change-Id: I5e875403946a22ec8c5848af259d3afa84db4e35
    (cherry picked from commit 9267538)
    cedlecomte and EmilienM committed Apr 17, 2015
    Configuration menu
    Copy the full SHA
    5e9a299 View commit details
    Browse the repository at this point in the history

Commits on Apr 20, 2015

  1. Merge "Do not recreate Galera cluster" into J.1.0.0

    Jenkins authored and openstack-gerrit committed Apr 20, 2015
    Configuration menu
    Copy the full SHA
    55b0d4d View commit details
    Browse the repository at this point in the history

Commits on Apr 22, 2015

  1. mysql: Enable deployer to set Limits

    This commits aims to enable a deployer to override unit default
    parameters, including limits (LimitNOFILE, etc...), TimeoutSec
    and more.
    
    Closes-Bug: 1410863
    Change-Id: If712d35fa2ac6a530e6da923b610e33eae11208b
    (cherry picked from commit c3220b9)
    Spredzy authored and cedlecomte committed Apr 22, 2015
    Configuration menu
    Copy the full SHA
    5f6fa04 View commit details
    Browse the repository at this point in the history

Commits on May 25, 2015

  1. Fix ceph keyring permissions

    When ceph osd are not on same nodes than cinder a keyring permissions
    problem appear. With this ordering the problem doesn't appear anymore
    and all node get the right permissions for the ceph keyring file.
    
    Change-Id: Ib8c5394f56f06192911669d84c172e74d388fafa
    (cherry picked from commit a29ff73)
    cedlecomte committed May 25, 2015
    Configuration menu
    Copy the full SHA
    e8c90dd View commit details
    Browse the repository at this point in the history

Commits on May 27, 2015

  1. Fix errors in puppet-syntax-future

    puppet-syntax-future job is failing because of a syntax error in the
    manifests.
    This patch aims to fix it.
    
    Change-Id: Ib471e862bb7a9f735c5c6f045f4c627723dd6c3a
    (cherry picked from commit 5e07f51)
    (cherry picked from commit 736587a)
    EmilienM authored and cedlecomte committed May 27, 2015
    Configuration menu
    Copy the full SHA
    dad82f5 View commit details
    Browse the repository at this point in the history
  2. Merge "Fix ceph keyring permissions" into J.1.0.0

    Jenkins authored and openstack-gerrit committed May 27, 2015
    Configuration menu
    Copy the full SHA
    e2654c4 View commit details
    Browse the repository at this point in the history
Loading