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

Update get_ceph_expected_pools for Pike and Luminous #32

Closed
wants to merge 12 commits into from

Commits on Oct 27, 2017

  1. Update get_ceph_expected_pools for Pike and Luminous

    Ryan Beisner committed Oct 27, 2017
    Configuration menu
    Copy the full SHA
    a025e34 View commit details
    Browse the repository at this point in the history

Commits on Oct 31, 2017

  1. Update c.storage.linux.ceph to support Py3 properly _+ pep8 (juju#34)

    A few changes to just bring charm-helpers ceph utils into Py3 land
    as well as Py2.
    
    Plus, recent PEP8 is more stringent, so just updates to make PEP8
    happy.
    
    Part of the migrating OpenStack charms to Python3 work.
    ajkavanagh authored and javacruft committed Oct 31, 2017
    Configuration menu
    Copy the full SHA
    98cf9dc View commit details
    Browse the repository at this point in the history

Commits on Nov 1, 2017

  1. open/close_port supports ICMP protocol; network_get supports Juju 2.0…

    ….2 (juju#33)
    
    * open/close_port supports ICMP protocol; drive-by fix for network_get so it runs with Juju 2.0.2
    
    * Remove naked except from _port_op method
    wallyworld committed Nov 1, 2017
    Configuration menu
    Copy the full SHA
    2adde38 View commit details
    Browse the repository at this point in the history

Commits on Nov 5, 2017

  1. py3: Encode template before writing to file (juju#37)

    Ensure that under Python 3, the rended template content is encoded
    before writing to the target file.
    javacruft authored and Liam Young committed Nov 5, 2017
    Configuration menu
    Copy the full SHA
    fb1955c View commit details
    Browse the repository at this point in the history
  2. py3: wrap iteritems calls with six.iteritems (juju#38)

    Ensure compatibility with Python 3 by using six.iteritems.
    javacruft authored and Liam Young committed Nov 5, 2017
    Configuration menu
    Copy the full SHA
    bd50eb8 View commit details
    Browse the repository at this point in the history
  3. py3: Ensure haproxy backends are sorted (juju#39)

    Python 3 makes no guarantee about iteration order in dicts;
    ensure that an OrderedDict is used instead to ensure that the
    ordering of haproxy backend units is consistent between hook
    executions, avoiding restarts of haproxy due to changes in
    the ordering of units.
    javacruft authored and ryan-beisner committed Nov 5, 2017
    Configuration menu
    Copy the full SHA
    8065afc View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    d67e67a View commit details
    Browse the repository at this point in the history
  5. Fix lint on binary operator line break

    Ryan Beisner committed Nov 5, 2017
    Configuration menu
    Copy the full SHA
    ba5cf64 View commit details
    Browse the repository at this point in the history
  6. Update get_ceph_expected_pools for Pike and Luminous

    Ryan Beisner committed Nov 5, 2017
    Configuration menu
    Copy the full SHA
    5078228 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    e0bbbce View commit details
    Browse the repository at this point in the history
  8. Fix lint on binary operator line break

    Ryan Beisner committed Nov 5, 2017
    Configuration menu
    Copy the full SHA
    acce328 View commit details
    Browse the repository at this point in the history
  9. Merge branch 'pike-amulet-ceph2' of https://github.com/ryan-beisner/c…

    …harm-helpers into pike-amulet-ceph2
    Ryan Beisner committed Nov 5, 2017
    Configuration menu
    Copy the full SHA
    29e3981 View commit details
    Browse the repository at this point in the history