Skip to content
Snippets Groups Projects
  1. Sep 16, 2019
    • Mark Goddard's avatar
      Add custom filters for checking services · af2e7fd7
      Mark Goddard authored
      These filters can be used to capture a lot of the logic that we
      currently have in 'when' statements, about which services are enabled
      for a particular host.
      
      In order to use these filters, it is necessary to install the
      kolla_ansible python module, and not just the dependencies listed in
      requirements.txt. The CI test and quickstart install from source
      documentation has been updated accordingly.
      
      Ansible is not currently in OpenStack global requirements, so for unit
      tests we avoid a direct dependency on Ansible and provide fakes where
      necessary.
      
      Change-Id: Ib91cac3c28e2b5a834c9746b1d2236a309529556
      af2e7fd7
  2. Feb 15, 2017
    • Jeffrey Zhang's avatar
      Rename kolla namespace to kolla_ansible · 177fbea7
      Jeffrey Zhang authored
      * Rename kolla namespace to kolla_ansible
      * remove oslo.config.opts entry points which is uesless
      * delete useless tools/version-check.py script
      
      Change-Id: I005dd7223ff23afbb2ce8cbfd0ebec0969102798
      177fbea7
  3. Feb 06, 2017
    • Paul Bourke's avatar
      Fix commands failing when installed from sdist · b7dbb0a9
      Paul Bourke authored
      pbr was failing to find a correct version when kolla-ansible was
      installed via 'pip install ...'
      
      Thanks to dhellmann for the fix.
      
      Change-Id: I5be5fc6709c729141a43d3c69384a5f7a9b2e8f8
      Closes-Bug: #1662195
      b7dbb0a9
  4. Jan 25, 2017
  5. Aug 24, 2015
    • Suhail Syed's avatar
      Make Kolla installable via PIP · d3872aa9
      Suhail Syed authored
      Install Ansible code, etc file examples, scripts, an open
      rc example, a tool to initialize the OpenStack deployment,
      and other various useful bits.
      
      Start the versioning at 0.1.0 as recommended by ttx.
      
      Change-Id: I35fa4042040957e7725c7fc3b146009e0135499a
      Partially-Implements: blueprint python-package
      d3872aa9
Loading