Skip to content
Snippets Groups Projects
  1. Feb 02, 2016
    • SamYaple's avatar
      Rename kolla_ansible to kolla_toolbox · 80b7266e
      SamYaple authored
      This change is needed for clarity. We have a kolla-ansible script.
      We have a kolla-mesos repo. We plan to have a kolla-ansible repo.
      Already we have had far too much confusion about whether we are
      talking about the container or the project. Naming this kolla-toolbox
      eliminates all of that confusion and its probably a bit more accurate
      of a name too.
      
      Closes-Bug: #1541053
      Change-Id: I8fd1f49d5a22b36ede5b10f46b9fe02ddda9007e
      80b7266e
  2. Jan 28, 2016
    • Qiu Yu's avatar
      Enable find_disks module to match by filesystem label · 428b4843
      Qiu Yu authored
      Currently the only consumer of ansible find_disks module is Ceph. And
      Ceph OSD deployment in kolla uses GPT partition label to detect and
      identify disks for Ceph OSD use. This is not always true for all the
      deployment.
      
      The change here extended the find_disks module by:
      - adding `name` argument to find disk by either partition name or
        filesystem label matching
      - `partition_name` argument now becomes an alias to `name`
      - adding `match_mode` argument to allow prefix matching. It is used for
        swift disk detection.
      - return `fs_label` key / value in result for disk mounting purpose
      
      Change-Id: I9c93400c1826f5148acf09e9fbe555e358dfdfcc
      Partially-Implements: blueprint swift-physical-disk
      428b4843
  3. Dec 22, 2015
    • SamYaple's avatar
      pep8 the ansible modules · 4199634e
      SamYaple authored
      By ignoring the appropriate tests that pep8 does we can properly run
      *most* of the pep8 tests on all of our modules allowing for a more
      consistent coding style.
      
      Closes-Bug: #1528431
      Change-Id: I33f27a250d06d4f044267aa3ad189e092789b8df
      4199634e
  4. Nov 20, 2015
  5. Oct 11, 2015
    • Sam Yaple's avatar
      Ignore the 'Disk Flags:' line in parted · c6bf42d0
      Sam Yaple authored
      This is a difference between different versions of parted and since we
      since we are screen scraping this is a clean solution.
      
      backport: liberty
      Change-Id: I4c441bb16cfba7f405d2a41233d0129e61715c62
      Closes-Bug: #1504920
      c6bf42d0
  6. Sep 24, 2015
    • Sam Yaple's avatar
      Ceph Ansible support · c86e66c9
      Sam Yaple authored
      Add the initial playbooks for making ceph and ansible play nice
      together.
      
      This does not include all of the openstack changes to make things like
      nova, glance, and cinder work. This will simply build the ceph cluster
      and thats it. The next patchset will do the OpenStack integration.
      
      DocImpact
      Change-Id: Ie1697dde5f92e833652933a80f0004f31b641330
      Partially-Implements: blueprint ceph-container
      c86e66c9
Loading