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 23, 2017
    • Eduardo Gonzalez's avatar
      Fix ci gate failure · fa06dcd3
      Eduardo Gonzalez authored
      
      This patch includes three unrelated fixes.
      
      Make qemu use nova user in centos
      Libvirt 3.2.0 (latest version in centos) seems to
      have changed behavior of dynamic_ownership.
      
      Pin ansible to <2.4 to make ara work in gates
      ARA does not work yet with ansible 2.4, this change
      pins to lower version to make gates work.
      Revert once ara works with 2.4
      
      Disable selinux for oraclelinux and centos.
      
      Co-Authored-By: default avatarwanghongxu <wang19930902@gmail.com>
      Co-Authored-By: default avatarJeffrey Zhang <jeffrey.zhang@99cloud.net>
      Change-Id: Iac8bec19437192cd198d58f71c6ed0a65a76f820
      Closes-bug: #1718541
      fa06dcd3
  4. Aug 29, 2017
  5. Aug 28, 2017
  6. Jul 23, 2017
  7. Jul 12, 2017
  8. Jul 10, 2017
  9. 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
  10. 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
  11. May 01, 2017
  12. Apr 28, 2017
  13. Apr 11, 2017
    • youri jeong's avatar
      fix typo · f8322dff
      youri jeong authored
      fix typo for specs/kubernetes-deployment.rst, tools/ovs-dpdkctl.sh, tools/setup_gate.sh
      
      'managment' -> 'management'
      'seperated' -> 'separated'
      'occuring' -> 'occurring'
      'discribed' -> 'described'
      'recomended' -> 'recommended'
      'thier' -> 'their'
      
      Change-Id: Ie59c600698c965cebd9a541b951d704eda9301cb
      f8322dff
  14. Feb 12, 2017
    • Jeffrey Zhang's avatar
      Install ansible without upper constraints · 38813f8c
      Jeffrey Zhang authored
      Ansible use jinja2 < 2.9, but requirements/upper-constraints.txt
      requires jinja2===2.9.5. Installing ansible shouldn't use upper
      constraints provides by OpenStack.
      
      Change-Id: Ib37e8d06373a61959b41b8737085d5f001650e42
      38813f8c
  15. Jan 24, 2017
    • zhubingbing's avatar
      Add fluentd role · d3d4a933
      zhubingbing authored
      
      * add fluentd role
      * remove heka configure
      
      Co-Authored-By: default avataryangzb09 <yangzb09@qq.com>
      
      Partially-Implements: blueprint add-fluentd-role
      
      Change-Id: Ica804a99f5bb8b157f406299c5982b7b6283b3e3
      d3d4a933
  16. Jan 18, 2017
  17. Dec 21, 2016
  18. Dec 01, 2016
    • Jeffrey Zhang's avatar
      Install ansible with OpenStack requirements constrains · 27ee3973
      Jeffrey Zhang authored
      OpenStack requirements constrains is well tested. Use it in case of
      installing upstream broken package.
      
      This also fixes latest requests 2.12.2 break docker-py, which makes
      kolla gate red.
      
      Change-Id: I3e4ec4af2a6e1280313733e8f31f2eea7669dbc1
      27ee3973
  19. Nov 21, 2016
    • Jeffrey Zhang's avatar
      Use tox to build gate images · c4cecc2b
      Jeffrey Zhang authored
      Change-Id: I6f9190eccb2e1a1c5bd450ba63833f35f5d09aac
      c4cecc2b
    • Jeffrey Zhang's avatar
      fix ci gate · db5954e0
      Jeffrey Zhang authored
      * Build kolla image by using kolla project's code
      * bump openstack_release to 4.0.0
      * Remove tox deploy related env, it is useless now.
      
      Depends-On: I132ee005bce993cbadf411697817c2e95548dc81
      Change-Id: Id899eb39d476b95130fbeb43adf4fd49ef32be32
      db5954e0
  20. Oct 23, 2016
    • David Moreau-Simard's avatar
      Unpin ARA, update callback location · fd60d2ba
      David Moreau-Simard authored
      ARA 0.9.2 was released which deprecates the previous callback location
      in favor of a new one. The deprecated location still works but let's
      move to the new one right away.
      
      Change-Id: I8a10d5855ab6f813e52cc6efce5bcfe91d9c3f92
      fd60d2ba
  21. Oct 20, 2016
    • David Moreau-Simard's avatar
      Pin ARA to 0.9.1 temporarily · 75cc748b
      David Moreau-Simard authored
      The next release of ARA (0.10.0) contains a change to the callback
      plugin location that /should/ be backwards compatible but let's
      control the update to the newer version to be safe and avoid
      breaking the gate needlessly.
      
      Change-Id: I32176166e8ebcbfdf0baa8bd7ec30e5ec6d795a5
      75cc748b
  22. Oct 19, 2016
    • Paul Bourke's avatar
      Use xenial repos for Ubuntu in the gate · b1e53834
      Paul Bourke authored
      The gate jobs are using Xenial as the base OS so it seems we should be
      using the same non-infra repos as our base image.
      
      TrivialFix
      
      Change-Id: I6e5d27364054c474c16120a3195cae819861c8a1
      b1e53834
  23. Oct 17, 2016
    • Christian Berendt's avatar
      Use correct Kibana version on the gates · 4e073cca
      Christian Berendt authored
      We bumped the Kibana version from 4.4 to 4.6 with
      Ia18cb89e0951359226add5cbd96d3a91c7fcfd8a. This version should be
      used on the gates as well.
      
      Change-Id: I21ccac9a12e4b604d3cf336c6263f2e4cd925524
      Closes-bug: #1634049
      4e073cca
  24. Sep 29, 2016
    • Christian Berendt's avatar
      Improve playbook to setup gate nodes · ce11216a
      Christian Berendt authored
      * use become instead of sudo
      * use file instead of shell to change file modes
      * rename setup_nodes.yml to playbook-setup-nodes.yml
      
      Change-Id: I69eda1f034b97d13be76efc91458b6d762c76baf
      ce11216a
  25. Sep 11, 2016
  26. Sep 09, 2016
    • Michal (inc0) Jastrzebski's avatar
      Change ceph version to Jewel · 0a50cb88
      Michal (inc0) Jastrzebski authored
      This patch changes version of ceph from hammer to jewel. Also removed
      versionlock as it seems we don't use it in ubuntu, and actually might be
      risky if we miss security patch on ceph.
      
      Change-Id: Ib8f88c2f914a4b635e59a509fa0194605eb73165
      Implements: blueprint upgrade-ceph-to-jewel
      0a50cb88
  27. Sep 01, 2016
  28. Aug 20, 2016
    • Jeffrey Zhang's avatar
      Fix Ubuntu source gate deployment · 2e0c5ecb
      Jeffrey Zhang authored
      In CI environment, MySQL-python wheel package has a wrong _mysql.so
      file, which is not compatible with Ubuntu.
      
      Disable wheel index in the CI for pip.
      
      Closes-Bug: #1615231
      Change-Id: I127ebb017e09a5bf245e0fdad9bf052203e68e55
      2e0c5ecb
  29. Jul 12, 2016
  30. May 24, 2016
    • Jeffrey Zhang's avatar
      Bump the ansible to 2 · 491822c5
      Jeffrey Zhang authored
      DocImpact
      
      Change-Id: I3cdfbf84919de80f535c030bd146787ecda40dec
      partial-Implements: blueprint ansible2
      491822c5
  31. May 21, 2016
    • Jeffrey Zhang's avatar
      Fix the rabbitmq crash on CentOS binary and source deploy · c98e9c44
      Jeffrey Zhang authored
      this is a wordround fix for the rabbitmq failed when deploy on CentOS in
      the CI gate. the ideal fix should set the hostname in setup_gate.sh
      script. But it do not work as expect with unknown reason
      
      Partial-Bug: #1581301
      Change-Id: Ia692794aadf11d3ebe75e4e2bf6b42d9a5f3996f
      c98e9c44
  32. May 17, 2016
  33. Apr 24, 2016
  34. Apr 20, 2016
    • Steven Dake's avatar
      Workaround broken nodepool to unblock gate · f442319b
      Steven Dake authored
      Sed and check the length of the IP addresses in the private list.
      If none found, copy the public to the private.
      
      Change-Id: I05e4798aa301e022de7d5097d503d8213f2b66a8
      Closes-Bug: #1571275
      f442319b
  35. Apr 14, 2016
  36. Mar 26, 2016
Loading