Skip to content
Snippets Groups Projects
  1. Oct 26, 2017
    • Jeffrey Zhang's avatar
      Optimize zuul v3 jobs · cdd12511
      Jeffrey Zhang authored
      - move check container failure from post.yml to run.yml
      - add binary related jobs
      - use static kolla-ansible src dir, which is helpful for kolla project
        to use.
      - generate correct /etc/hosts by using private ip address and hostname
      - fix the wrong api interface in global.yml file
      
      Change-Id: Idfdee6dfe18f0fa2d4f984df59b57553122ce298
      cdd12511
  2. Oct 18, 2017
  3. Sep 12, 2017
    • Eduardo Gonzalez's avatar
      Retrieve fluentd logs in gates · fee1538c
      Eduardo Gonzalez authored
      Fluentd send logs to stdout,
      this changes creates a file with fluentd logs
      output to easy discover missing patterns during fluentd
      changes.
      
      Change-Id: I131f95089eac60ccb4c48cf5071c3b44c5ea42ca
      fee1538c
  4. Aug 29, 2017
  5. Aug 16, 2017
  6. Jul 28, 2017
  7. Jul 24, 2017
    • Eduardo Gonzalez's avatar
      Fix logging collection in gates · 52f73f40
      Eduardo Gonzalez authored
      Log retrieval was out of sync since repo split
      and from multinode gates.
      
      Many useful information retrieved before like
      ps, df, docker info, etc is not in kolla-ansible
      gates.
      
      Also, his change fix logs visualization to have
      colored view, allowing to easily identify errors.
      
      Change-Id: I948233e26ceb6efc58b962bcb4b710b3f006232b
      52f73f40
  8. Jul 14, 2017
    • Bertrand Lallau's avatar
      Remove warning during kolla_docker execution · 2d424ffb
      Bertrand Lallau authored
      Ansible check if modules parameters are named like
      %password% and allow to hidden log param in this case.
      This requires adding "no_log" parameters.
      This patch just add "no_log" param in order to avoid
      this warning.
      
      Change-Id: I9c1df1093e0fd101090292d6e8bf3527f99aeb17
      Closes-Bug: #1702244
      2d424ffb
  9. Jul 10, 2017
  10. Jun 19, 2017
    • Michal (inc0) Jastrzebski's avatar
      Enable multi-scenario gates · 339b27c7
      Michal (inc0) Jastrzebski authored
      First non-trivial scenario we'll be testing in gates will be cinder +
      ceph. This patchset is supposed to create framework to easily add new
      testing scenarios.
      
      Change-Id: I6790eaf5cf3297af04a64e4169a39b6e2cd1890f
      339b27c7
  11. Jun 15, 2017
  12. Jun 08, 2017
    • lingyongxu's avatar
      Remove unnecessary setUp function in testcase · 18449a22
      lingyongxu authored
      In testcase, setUp will be called automatically. This patch used to
      remove setUp functions that do nothing. Besides, it will keep code clean.
      
      Change-Id: I60e368dc066af30ce2e53bf7e4cc7bba69387cd8
      18449a22
  13. 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
  14. Apr 13, 2017
    • Duong Ha-Quang's avatar
      Add graceful_timeout argument to kolla_docker · d9293595
      Duong Ha-Quang authored
      Currently, when stoping/restarting container, Kolla uses default timeout value
      between SIGTERM and SIGKILL provided by docker which is 10 sec. But some
      services require more than it to finish graceful shutdown progress.
      
      This patchset adds graceful_timeout to kolla_docker to override the default
      one.
      
      Partial Implements: bp signaling-to-container
      
      Change-Id: Ica0b48a53c650cc23dfa1955027d2cf936a5932f
      d9293595
  15. Apr 06, 2017
    • Mohammed Naser's avatar
      Remove un-used Keystone test path · 77bed6f5
      Mohammed Naser authored
      This patch removes very old and unused Keystone test path, we do
      this indirectly by our simple sanity tests (and hopefully) by using
      Tempest.
      
      Change-Id: I55916d08942df97990515c76914b799d1f327565
      Unverified
      77bed6f5
    • Mohammed Naser's avatar
      Switch kolla_docker to rely on SHA256 for image changes · 27d675ea
      Mohammed Naser authored
      At the moment, the process to determine if an image has
      changed or not relies on the Docker API which depending
      on the Docker release server can return different results.
      
      This patch addresses this issue by grabbing the SHA256
      of the image before pulling (defaulting to None if it does
      not exist) and then comparing it after the pull is complete
      which should always be successful at determining if the
      image did change or not.
      
      The test for unknown status images is removed because this
      is not a possible scenario as we do not rely on status
      anymore except for failures (which are still tested).
      
      Change-Id: Ia60a7f34420b02f50597dddb96a4c36ff3996612
      Closes-Bug: #1668059
      Unverified
      27d675ea
  16. 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
  17. Feb 03, 2017
    • Jeffrey Zhang's avatar
      Fix the pid_mode and ipc_mode value check for kolla_docker module · a3acd2c4
      Jeffrey Zhang authored
      bypass_checks is disabled by Ib2e19794bbe804470a880253d5870254041358c8 .
      But we use pid_mode: "{{ service.pid_mode | default('') }}" pattern in
      the yaml file. whereas pid_mode only support "host" value, this patch
      add '' as a choice of these two parameters.
      
      Change-Id: Ib83ed5e437ca868f0e42ce740ad1125d2fa48ff4
      a3acd2c4
  18. Feb 02, 2017
  19. Jan 23, 2017
  20. Jan 19, 2017
  21. Jan 04, 2017
  22. Jan 02, 2017
  23. Nov 30, 2016
    • Jeffrey Zhang's avatar
      clean up kolla related files · 92ff63f3
      Jeffrey Zhang authored
      * rename package name from kolla to kolla-ansible
      * remove docker for data_files
      * remove kolla docker
      * remove kolla-build console_scripts
      
      Change-Id: I53abbf79dffb54eb785a39ba04d375bc4e4f27b0
      92ff63f3
  24. Nov 25, 2016
  25. Nov 23, 2016
  26. Nov 09, 2016
    • zhubingbing's avatar
      add panko dockerfile · fabb22d5
      zhubingbing authored
      Change-Id: Ibf74db39348dfb6f56f4fca0aff142a75ef53d38
      Partially-Implements: blueprint add-panko
      fabb22d5
    • maniram477's avatar
      Corrects typo "requried" in kolla_docker.py · 6275f709
      maniram477 authored
      The parameter "required=True" is mistyped as "requried=True"
      in ansible/library/kolla_docker.py and tests/test_kolla_docker.py
      
      Closes bug: 1640423
      
      Change-Id: I64c333275b9eb3eff5b1c0fa5d550f478e68020d
      6275f709
  27. Nov 06, 2016
    • caowei's avatar
      Add freezer container · 51663a7c
      caowei authored
      Change-Id: I9f95bac3f74827f0918f174fc0113736b92cbc0c
      Partially-implements: bp freezer-container
      51663a7c
  28. Nov 04, 2016
  29. Oct 19, 2016
    • liyingjun's avatar
      Support Searchlight Docker container · 1fe45136
      liyingjun authored
      This patch adds Searchlight Dockerfile to build container from source.
      
      Change-Id: Ia28f54ddd9793699153e254b6379f3b6334482b0
      Partial-implements: bp support-searchlight-deployment
      1fe45136
  30. Sep 26, 2016
    • Sajauddin Mohammad's avatar
      Changed docker_restart_policy to unless-stopped · 3f134d0f
      Sajauddin Mohammad authored
      Current implementation has docker_restart_policy "always" and
      docker_restart_policy_retry:"10" which should be mutually exclusive.
      "unless-stopped" will restart the containers on any exit state
      but not start on daemon startup if container was put to stopped state before.
      Closes-Bug: #1621187
      
      Change-Id: I4d881cd123a55625121b7a9047385e9b54e2e129
      3f134d0f
  31. Sep 15, 2016
  32. Sep 14, 2016
    • Hui Kang's avatar
      Add kuryr-libnetwork Dockerfile · 4fabd37e
      Hui Kang authored
      
      Kuryr repo has been split to kuryr and kuryr-libnetwork
      
      Change-Id: I6d05adf1de89611e2cb0f8469ed42ca1401ace56
      Co-authored-by: default avatarMohammad Banikazemi <mb@us.ibm.com>
      Partially-implements: bp kuryr-docker-plugin
      4fabd37e
    • prithiv's avatar
      Add Networking-SFC role · 8a01ed32
      prithiv authored
      
      Networking-SFC is a neutron big-tent project support Service Function
      Chaining in Neutron.
      
      * Rename the image from neutron-networking-sfc-agent to
        neutron-sfc-agent.
      * Add networking-sfc role in playbooks.
      
      Co-Authored-by: default avatarJeffrey Zhang <zhang.lei.fly@gmail.com>
      Change-Id: I1f99650eed85f59929d4ab6b2226603c54f29577
      Implements: blueprint enable-networking-sfc-support
      8a01ed32
  33. Sep 12, 2016
  34. Sep 10, 2016
  35. Sep 06, 2016
  36. Sep 01, 2016
Loading