Skip to content
Snippets Groups Projects
  1. Jun 05, 2017
    • Michal (inc0) Jastrzebski's avatar
      Enable multinode gate · f5354f55
      Michal (inc0) Jastrzebski authored
      This patches changes deploy_gate quite a bit so in reality all
      deployments will now assume multinode (even if it's single node). After
      that we will refactor it even further to enable easy addition of new
      scenerios.
      
      Change-Id: I1faada46e6a7aa026128b2f01d77eabb04759439
      f5354f55
  2. May 25, 2017
    • shaofeng_cheng's avatar
      Fix etc/hosts format with baremetal role · 7d23bd37
      shaofeng_cheng authored
      While is not an issue, just an style format,
      etc/hosts generated by baremetal role have
      some tabs where it shouldn't.
      
      Change-Id: I90d82ea78b3dac7e8ec3f8cc546b67cc61c41536
      Closes-Bug: #1692913
      7d23bd37
  3. May 12, 2017
  4. Mar 30, 2017
    • zhuzeyu's avatar
      Modify the permission of directory · b73f0668
      zhuzeyu authored
      Considering the safety, 644 is enough
      other user is not necessary to having write permission.
      adding 'su' in where needs writing permissions is a good practice
      this operation is safer.
      
      Change-Id: I45d0c6e5ef7338f93db21cf4ef58b4a4fd831210
      b73f0668
  5. 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
  6. Mar 02, 2017
  7. Jan 31, 2017
  8. Jan 30, 2017
    • Eduardo Gonzalez's avatar
      Remove hardcode /etc/kolla path · e50d5cbf
      Eduardo Gonzalez authored
      Leaved vagrant and documentation harcoded
      /etc/kolla paths due the nature of the files.
      
      Change-Id: Id316980d3d4e8f3de98672d7ed258e0652ed7213
      Closes-Bug: #1659771
      e50d5cbf
  9. Jan 21, 2017
  10. Dec 23, 2016
  11. Dec 08, 2016
  12. Dec 07, 2016
    • zhuzeyu's avatar
      Optimize the code · 49c0ca3a
      zhuzeyu authored
      make bool filter more consistence between all roles.
      
      TrivialFix
      
      Change-Id: Icd51749039b1448e09a4713da093b16f965f9ed8
      49c0ca3a
  13. Nov 17, 2016
    • Yongfeng Du's avatar
      Fix /etc/kolla permission · 62e7f95c
      Yongfeng Du authored
      Add preceding 0 to the permission, otherwise it will be regard as decimal.
      
      TrivialFix
      
      Change-Id: I762b38a71143df9f378f74e534643534f2bc68b8
      62e7f95c
  14. Nov 06, 2016
  15. Nov 04, 2016
  16. 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
  17. Oct 27, 2016
  18. Oct 26, 2016
  19. Oct 24, 2016
  20. Oct 06, 2016
  21. Sep 20, 2016
  22. Sep 15, 2016
  23. Sep 12, 2016
  24. Sep 05, 2016
  25. Aug 31, 2016
    • Sean Mooney's avatar
      replace baremetal_nic with api_interface · 7f108480
      Sean Mooney authored
      - The baremetal_nic variable was used as part of
        kolla host playbook when generating the /etc/hosts file.
        Populating the /etc/hosts is done to ensure that rabbitmq
        can reach the other nodes in the rabbitmq cluster by hostname.
      - Before this change the baremetal_nic variable was used to
        determin which interface to read when mapping the hostname to
        an ip address.
      - This change removes baremetal_nic and uses api_interface
        instead as the hostname used by rabbitmq should always map to the
        api_interface ip.
      
      TrivialFix
      Closes-Bug: #1618381
      
      Change-Id: I65fe3aad58ac34b001a1f4a38641addc9fa5a1d4
      7f108480
    • Duong Ha-Quang's avatar
      Add ansible raw task note, add apt-get update · 143f1c2d
      Duong Ha-Quang authored
      Add note about raw install
      Add apt-get update before install python
      
      TrivialFix
      Closes-Bug: #1618297
      
      Change-Id: I08372dcfe71dff8c0a50a421788309b642e2a521
      143f1c2d
  26. Aug 30, 2016
  27. Aug 10, 2016
Loading