Skip to content
Snippets Groups Projects
  1. Sep 17, 2016
    • Jeffrey Zhang's avatar
      Optimized the serial upgrade and reconfigure · e328ada3
      Jeffrey Zhang authored
      * add serial for reconfigure
      * set playbook serial by using variable
      * fix serial for barbican, influxdb and vmtp
      
      Closes-Bug: #1624607
      Change-Id: I66530c7736e1673a592eddbde75637825d12d9e2
      e328ada3
  2. Sep 16, 2016
    • caoyuan's avatar
      Use "type" to take place of "which" and update the output · d48cc50e
      caoyuan authored
      When run tools/init-runonce without some client installed,it's
      retrun not friendly and confuse people,such as user does not
      install python-openstackclient, it will return "openstack not
      installed".This patch update it.
      
      Use "type" command to avoid "which"
      
      TrivialFix
      
      Change-Id: I53789a767b3a2727bf2cb848c2881272e313e14c
      d48cc50e
  3. Sep 15, 2016
  4. Sep 12, 2016
    • Sean Mooney's avatar
      move ovs cleanup to tools/cleanup-host · f0aa137a
      Sean Mooney authored
      - One of the usecase supported by tools/cleanup-containers
        was the ablity to remove container with a regex so that
        you could redepoloy just that single componet.
      - By cleaning up ovs in cleanup-containers that is nolonger
        possible.
      - This change move the cleanup of ovs from,
        tools/cleanup-contianers to tools/cleanup-hosts
      
      TrivialFix
      
      Change-Id: If2001130f4a2400555ce4d9ac5ee506482e4c25e
      f0aa137a
    • Nguyen Hung Phuong's avatar
      Clean imports in code · 25369263
      Nguyen Hung Phuong authored
      In some part in the code we import objects. In the Openstack style
      guidelines they recommend to import only modules.
      
      http://docs.openstack.org/developer/hacking/#imports
      
      Change-Id: I4b55cae8c2672f82025a95112b14d441d66f9d6d
      25369263
  5. Sep 11, 2016
  6. 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
  7. Sep 07, 2016
  8. Sep 06, 2016
    • luyao's avatar
      TrivialFix: Delete virtual bridge artifacts when cleaning hosts · cf2ff03d
      luyao authored
      
      After cleaning hosts by using tools/cleanup_host, some of the ovs bridge
      devices such as ovs-system still exist. This will result in
      {{neutron_external_interface}} not working properly because it had been
      added to the ovs-system bridge. The solution is calling
      neutron-ovs-cleanup script in neutron_openvswitch_agent container before
      removing it.
      
      TrivialFix
      
      Change-Id: Ib3b096d842f2210b8bd223892a3492ef2fcf7c52
      Signed-off-by: default avatarluyao <lu.yao135@zte.com.cn>
      cf2ff03d
    • Christian Berendt's avatar
      Improve script to check used source versions · 4b69671a
      Christian Berendt authored
      * rename version_check.py to version-check.py
      * move requirement beautifulsoup4 from requirements to test-requirements
      * add new requirement PrettyTable to test-requirements
      * add debug logging messages (can be enabled with --debug parameter)
      * add support to load configured versions from a kolla-build.conf
        file (can be used with --config-file parameter)
      * use PrettyTable to print out a nice result table
      
      ---snip---
      +---------+-----------------+----------------+------------------...
      | Project | Current version | Latest version | Comparing changes...
      +---------+-----------------+----------------+------------------...
      | aodh    | 2.0.3           | 2.0.4          | https://github.co...
      | cinder  | 8.0.0           | 8.1.0          | https://github.co...
      | ironic  | 5.1.1           | 5.1.2          | https://github.co...
      | murano  | 2.0.0           | 2.0.1          | https://github.co...
      | nova    | 13.1.0          | 13.1.1         | https://github.co...
      +---------+-----------------+----------------+------------------...
      ---snap---
      
      TrivialFix
      
      Change-Id: I5b5d3db34396b2fc95714273612563ea14e78cf8
      4b69671a
  9. Sep 02, 2016
    • Paul Bourke's avatar
      Update destroy include images arg to LONGOPT · cd9774ba
      Paul Bourke authored
      Change the argument for including images as part of destroy from '-e
      destroy_include_images=yes' to a more consistent --include-images.
      
      TrivialFix
      
      Change-Id: I0a29c69121697cab751578093cc7ca58011eb853
      cd9774ba
  10. Sep 01, 2016
  11. Aug 31, 2016
  12. Aug 28, 2016
    • Paul Bourke's avatar
      Fix bandit gate jobs · fc30d583
      Paul Bourke authored
      * Inspected each error and fixed / added nosec where appropriate.
      * build-swift-ring.py which was throwing sec errors is no longer used so
        removed it.
      * Removed the dev/ directory from being checked.
      
      Closes-Bug: #1617713
      Change-Id: I25664cabca4137e5c9f499c1af3f5ce78b86fb56
      fc30d583
  13. 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
  14. Aug 18, 2016
  15. Aug 17, 2016
  16. Aug 15, 2016
    • Jeffrey Zhang's avatar
      Fix the Ubuntu Xenial build gate · 5878757d
      Jeffrey Zhang authored
      Ubuntu xenial use systemd service manager. Change the setup_Debian.sh
      script to handle this.
      
      Change-Id: I1f6487b73b1635e6dce0c68d3d7e1a158b427797
      Partial-Bug: #1612887
      5878757d
  17. Aug 10, 2016
  18. Aug 08, 2016
  19. Aug 03, 2016
  20. Jul 29, 2016
    • Jeffrey Zhang's avatar
      Use /etc file to overwrite the docker.service file · 08985a0d
      Jeffrey Zhang authored
      Docker engine is updated to 1.12. The docker.service in the rpm is
      change. Use the /etc/systemd/system/docker.service.d/kolla.conf file to
      overwrite the default parameters
      
      TrivialFix
      
      Change-Id: Ice56808f4a1ce1ee57bf5e48c779d033ea6c759c
      08985a0d
  21. Jul 12, 2016
  22. Jun 29, 2016
  23. Jun 15, 2016
    • Jeffrey Zhang's avatar
      Remove the pull action in the deploy_aio CI · 4cc256d9
      Jeffrey Zhang authored
      In the current CI, we have no regitry service. when running pull action,
      it will pull image form docker.io where has no such image too.
      
      The right direction is set up a local regitry service, then push and
      pull image from there.
      
      TrivialFix
      
      Change-Id: I3ebea5cdb539cb700487a2dbffa894fcce8f8723
      4cc256d9
  24. Jun 14, 2016
  25. Jun 08, 2016
  26. Jun 07, 2016
    • Dave Walker (Daviey)'s avatar
      setup_{RedHat,Debian}.sh, make more idempotent · 334ef7d5
      Dave Walker (Daviey) authored
      
      Previously, when either setup_{RedHat,Debian}.sh was ran
      multiple times a mess was created due to multiple loop
      devices being setup.
      
      This change now looks to see if '/docker' or '/swapfile'
      already exist, and not re-create them if they do.
      
      *However*, /var/lib/docker (/docker) is still wiped - but it
      means that the script can run and bring the system into a
      constant vanilla state.
      
      Change-Id: I169662fa04c2bf644672ca75c3ee579795943727
      Closes-Bug: #1586563
      Signed-off-by: default avatarDave Walker (Daviey) <email@daviey.com>
      334ef7d5
  27. May 31, 2016
  28. May 26, 2016
  29. 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
  30. May 21, 2016
  31. May 19, 2016
    • Ryan Hallisey's avatar
      Add generate-config option to kolla-ansible · 410866f2
      Ryan Hallisey authored
      In order for the ansible configuration to be consumable,
      we need to be able to generate it without deploying anything.
      
      Change-Id: I2bbdd74d62d00f509a4fa5e4100906ed658d3974
      Implements: blueprint generate-config
      410866f2
  32. May 17, 2016
  33. May 13, 2016
Loading