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.1.0
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 5 commits
  • 16 files changed
  • 3 contributors

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
    91f77b7 View commit details
    Browse the repository at this point in the history

Commits on May 6, 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)
    EmilienM committed May 6, 2015
    Configuration menu
    Copy the full SHA
    736587a View commit details
    Browse the repository at this point in the history
  2. logging: enable HTTP CORS for fluentd ES instance

    Elasticsearch package has been upgrade to 1.4.x in J.1.1.0 and J.1.2.0
    (1.0.3 in J.1.0.0) but kibana web interface is not compatible with
    elasticsearch 1.4.x or higher if you don't change the configuration on
    the service.
    
    Change-Id: I19c1a0b08aa63ca0fad6b1a2c390e13775efa443
    Closes-bug: #1451828
    (cherry picked from commit e22400f)
    EmilienM committed May 6, 2015
    Configuration menu
    Copy the full SHA
    d7bd36a 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
    5eec431 View commit details
    Browse the repository at this point in the history

Commits on Jun 27, 2015

  1. Gemfile: Pin puppet-lint-paramdoc 1.1.0

    New version of puppet-lint-paramdoc fails if defines parameters are not
    documented. In order not to block backport we stick to 1.1.0.
    
    Change-Id: I17aaeb3c65b0cb68ffe83cd40d823fe9f8833ce0
    (cherry picked from commit c8da335)
    Spredzy committed Jun 27, 2015
    Configuration menu
    Copy the full SHA
    eeecc72 View commit details
    Browse the repository at this point in the history
Loading