Skip to content
Snippets Groups Projects
  1. Feb 16, 2017
    • Abel Lopez's avatar
      Change python interpreter · 8b90fb6d
      Abel Lopez authored
      There is inconsistent use of either `/usr/bin/python` or
      `/usr/bin/env python`. This makes for unexpected results when a
      user might be using a virtualenv.
      
      Change-Id: Ibb030f920a8869f9113ade70b66a921cc815060d
      Unverified
      8b90fb6d
  2. Feb 08, 2017
  3. Jan 04, 2017
  4. Oct 20, 2016
  5. Sep 26, 2016
  6. Sep 12, 2016
  7. Aug 31, 2016
    • Sean Mooney's avatar
      generate bifrost yaml configs · d7dfae75
      Sean Mooney authored
      - This change indroduces a merge_yaml action_plugin
      - This change generates bifrost yaml configs.
      
      Change-Id: I9814e6a5d55cbd46c4b60c06ed70ed54a575bd2f
      Implements: blueprint bifrost-support
      d7dfae75
  8. Aug 29, 2016
    • Lu lei's avatar
      Use six.StringIO · 46e8196f
      Lu lei authored
      In links: http://pythonhosted.org/six/, we know 'cStringIO' is
      a module of python 2.x, but in python3.x module 'io' has the
      same function as 'cStringIO' in python2.x. So here we use
      six.stringIO instead.
      
      TrivialFix.
      
      Change-Id: I8022b92b186e239cd76a36dab7766301bf96d2c4
      46e8196f
  9. May 30, 2016
    • Jeffrey Zhang's avatar
      Fix the incompatibility for ansible 2.1.0 · 3545e6d5
      Jeffrey Zhang authored
      Ansible 2.1.0 has lots of change and the plugin is not compatible
      between 2.0.0 and 2.1.0. This change fix the gap.
      
      * fix the signature change for _make_tmp_path in ansible 2.1.0
      * fix the common_options in the kolla_docker.py
      
      Change-Id: I05f5f05581c8bd625cd868fa0db549d0c60a7043
      Closes-Bug: #1586018
      3545e6d5
  10. May 24, 2016
    • Jeffrey Zhang's avatar
      Bump the ansible to 2 · 491822c5
      Jeffrey Zhang authored
      DocImpact
      
      Change-Id: I3cdfbf84919de80f535c030bd146787ecda40dec
      partial-Implements: blueprint ansible2
      491822c5
  11. 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
    • SamYaple's avatar
      Simplify config creation · ed82afa8
      SamYaple authored
      Convert config creation from a playbook to an action_plugin. This
      reduces the complexity and confusion while retaining the same augment
      structure and flexibility.
      
      This allows us to remove the 0-byte files as requirements. They will
      still be used if they are present (this means we require additional
      documentation around them).
      
      DocImpact
      Closes-Bug: #1528430
      Change-Id: I2c789f6be9f195c7771ca093a6d59499564b4740
      ed82afa8
Loading