Skip to content
Snippets Groups Projects
  1. Oct 05, 2017
    • Eduardo Gonzalez's avatar
      Fix deployment with public TLS enabled · 56374206
      Eduardo Gonzalez authored
      When deploying with tls enabled in public
      endpoints, ansible modules fails due SSL certificates
      are self-signed.
      
      This change adds a new variable to allow customization
      on which endpoints ansible should connect.
      Defaults to admin because admin auth parameters defaults
      to admin endpoint.
      
      Change-Id: Ic3ed58cf9c9579cae08a11bbfe6fce983b5a9cbc
      Closes-Bug: #1720995
      56374206
  2. Apr 06, 2017
    • Paul Bourke's avatar
      Update keystone sanity check to use built in shade · 8006ecda
      Paul Bourke authored
      The current module 'kolla_sanity' was written as a shim before full
      shade support was added to Ansible. This should now no longer be needed,
      we can implement the checks using Ansible provided modules.
      
      Begin by updating the Keystone check to use 'os_auth' to fetch a token,
      I think this is a good basic smoke test to verify Keystone is working.
      
      Change-Id: I16049d9201fd8138c781ef2e1e0c1827ea817259
      Partially-implements: blueprint sanity-check-container
      8006ecda
  3. May 02, 2016
  4. 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
  5. Dec 02, 2015
    • Michal Jastrzebski's avatar
      Sanity check for glance · aab1bd36
      Michal Jastrzebski authored
      This runs first sanity check for glance. After glance is deployed
      it checks images.list(). Also consist few fixes for previous patches
      
      Change-Id: I03d05d246302d8411b2e94c94ca7fe046c00d735
      Partially-Implements: blueprint sanity-check-container
      aab1bd36
    • Michal Jastrzebski's avatar
      Sanity check for keystone · f632cfe8
      Michal Jastrzebski authored
      This runs first sanity check for keystone. After keystone is deployed
      it checks tenants.list()
      
      Change-Id: Ie919ffe6124eb70428309404a434d9b0eb0b9f70
      Partially-Implements: blueprint sanity-check-container
      f632cfe8
Loading