Skip to content
Snippets Groups Projects
  1. Jun 02, 2017
    • Dai Dang Van's avatar
      Mixing binary and source images for A* and B* projects · a02e597e
      Dai Dang Van authored
      In case Kolla's users want to deploy with both of
      binary and source image, we should have a variable
      install type that define install type for each project.
      
      We also add specific image tag for each Openstack project.
      
      This commit is implemented for Aodh, Barbican and Bifrost projects.
      
      Change-Id: I926c9631c860b527941c40addc68896dd27bd1cc
      Implements: blueprint mixing-binary-and-source-image
      a02e597e
  2. May 23, 2017
  3. May 04, 2017
    • Jeffrey Zhang's avatar
      Add timeout parameter for precheck tasks · b1f01561
      Jeffrey Zhang authored
      wait_for module waits 300 seconds for the port started or stopped.  This
      is meaningless and useless in precheck. This patch change timeout to 1
      seconds.
      
      Change-Id: I9b251ec4ba17ce446655917e8ef5e152ef947298
      Closes-Bug: #1688152
      b1f01561
  4. Mar 09, 2017
    • Paul Bourke's avatar
      Enable sanity checks from kolla-ansible · 5418ada1
      Paul Bourke authored
      Add a new subcommand 'check' to kolla-ansible, used to run the
      smoke/sanity checks.
      
      Add stub files to all services that don't currently have checks.
      
      Change-Id: I9f661c5fc51fd5b9b266f23f6c524884613dee48
      Partially-implements: blueprint sanity-check-container
      5418ada1
  5. Feb 04, 2017
  6. Feb 03, 2017
  7. Jan 26, 2017
  8. Jan 12, 2017
  9. Jan 07, 2017
  10. Dec 18, 2016
  11. Dec 02, 2016
  12. Dec 01, 2016
    • zhubingbing's avatar
      Fix aodh role · 00ce432d
      zhubingbing authored
      item change to aodh
      
      Closes-Bug: #1646522
      
      Change-Id: Iac688cb9de230964f5efdc94f0fe774d9c0a9062
      00ce432d
  13. Nov 30, 2016
  14. Nov 29, 2016
    • Duong Ha-Quang's avatar
      Fix placement of policy.json · b5d1e4b4
      Duong Ha-Quang authored
      Currently, policy.json is put in
      "{{ node_config_directory }}/{{ service_name }}"
      in target nodes.
      
      Relocation policy.json to "{{ node_config_directory }}/{{ item }}"
      with item is corresponding service compoment config directory.
      
      Currently, the policy.json is copied to all services, but it
      should be reviewed and left only in neccesary service
      (at many cases, only API service needs that).
      
      Redundant files will be removed in follow up patchset.
      
      Change-Id: I0e997dccf4ec438c9c0436db71ec2fd06650f50d
      Closes-Bug: #1639686
      b5d1e4b4
  15. Nov 03, 2016
    • Jeffrey Zhang's avatar
      Move precheck into its own role · fa458019
      Jeffrey Zhang authored
      * Merge prechecks.yml and site.yml playbook
      * Create empty precheck.yml into all roles.
      
      Change-Id: I8a138558a26c0a2a66c5fd48ed37be657c99c1dd
      Implements: blueprint condition-pre-check
      fa458019
  16. Oct 28, 2016
    • Eduardo Gonzalez's avatar
      Custom policy files · ef1fd6b8
      Eduardo Gonzalez authored
      Allow operators to use their custom policy files.
      Avoid maintain policy files in kolla repos, only copying
      the files when an operator add their custom config.
      
      Implements: blueprint custom-policies
      Change-Id: Icf3c961b87cbc7a1f1dd2ffbfffcf271d151d862
      ef1fd6b8
  17. Oct 19, 2016
  18. Oct 13, 2016
    • Jeffrey Zhang's avatar
      Mount host localtime for containers · 16a1f9f0
      Jeffrey Zhang authored
      Add /etc/localtime:/etc/localtime:ro to volume for aodh, barbican, etcd,
      gnocchi, kuryr and sahara.
      All the containers are added in Netwon cycle, so no need to backport
      
      Closes-Bug: #1633049
      Change-Id: I9cdba54cf730af44fb1a9ff6f2c936d23dadbe9a
      16a1f9f0
  19. Oct 10, 2016
  20. Sep 27, 2016
    • Jeffrey Zhang's avatar
      Remove do_reconfigure.yml file for all roles · fa856556
      Jeffrey Zhang authored
      do_reconfigure.yml is introduced to use serial directive. But we use
      it in wrong. Now serial has moved to playbook file. So it is time to
      remove the do_reconfigure.yml file
      
      Closes-Bug: #1628152
      Change-Id: I8d42d27e6bc302a0e575b0353956eaef9b2ca9fd
      fa856556
    • zhubingbing's avatar
      change perm and user wsgi file permission · 6b321051
      zhubingbing authored
      change perm 0640 to 0600
      change gnocchi user to root, because wsgi config should use root user
      
      TrivialFix
      
      Change-Id: I474788d4d402aaf085534ea15b554d9c69fb1e56
      6b321051
  21. Sep 23, 2016
  22. Sep 16, 2016
  23. Sep 13, 2016
    • Mick Thompson's avatar
      Added serial option to site.yml. · 4c1482b9
      Mick Thompson authored
      Useful for upgrade etc., which is preferablly done serially.
      
      Example usage: tools/kolla-ansible deploy OR tools/kolla-ansible upgrade
      
      Closes-Bug: #1576708
      
      DocImpact
      
      Change-Id: I34b2e16f8ce53e472a4682a4738c4ac0f5abf00c
      4c1482b9
  24. Sep 06, 2016
  25. Aug 31, 2016
    • zhubingbing's avatar
      Add aodh role · 7ce05f97
      zhubingbing authored
      Partially-Implements: blueprint ansible-aodh
      
      Change-Id: I9e20f4bf5e7d8f37f243ae15746e2b7bb49eb20c
      7ce05f97
Loading