Skip to content
Snippets Groups Projects
  1. Jul 10, 2017
  2. Jul 07, 2017
  3. Jul 04, 2017
  4. 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
  5. Jun 08, 2017
    • Paul Bourke's avatar
      Add a Kolla 'devstack' mode · 5cb37564
      Paul Bourke authored
      Add a new variable 'kolla_devmode', which when enabled, clones and
      bindmounts service source code into the containers.
      
      This commit adds the relevant changes for Heat, more services can be
      added and built upon.
      
      Usage:
      * Set 'kolla_devmode: yes'
      
      * Code is cloned to /opt/stack/{{ project_name }} on target
        node(s)
      
      * Users can develop in these repos, and simply restart the container to
        pick up / test changes.
      
      Debugging can be done from the host via 'remote_pdb'[0].
      
      [0] https://pypi.python.org/pypi/remote-pdb
      
      Implements: blueprint mount-sources
      Change-Id: Ic0431b10d723bf84eeefc72039376fe0058dd902
      5cb37564
  6. 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
  7. Jun 04, 2017
  8. Jun 02, 2017
  9. May 25, 2017
  10. May 22, 2017
  11. May 19, 2017
  12. May 17, 2017
  13. May 12, 2017
  14. May 08, 2017
  15. May 01, 2017
  16. Apr 28, 2017
  17. Apr 24, 2017
    • Eduardo Gonzalez's avatar
      Add cli options to cleanup-images · f6f99db4
      Eduardo Gonzalez authored
      Allow remove all kolla images
      Allow remove specific kolla version images
      Allow remove dangling images
      Allow remove single images, all images matched
      
      Usage examples:
         * cleanup-images --all
           - Remove all kolla images
         * cleanup-images --image-version 4.0.0
           - Remove all images matching 4.0.0 kolla_version
         * cleanup-images --dangling
           - Remove all dangling images
         * cleanup-images --image nova
           - Remove all nova images
         * cleanup-images --image nova-scheduler
           - Only remove nova-scheduler image
      
      Implements: blueprint add-cleanup-images-cli-options
      Change-Id: I997272098879350e13e0ac00762ae3485e618355
      f6f99db4
  18. Apr 11, 2017
    • Bertrand Lallau's avatar
      Remove dead code from cleanup-host.sh script · 1077da72
      Bertrand Lallau authored
      sourcing validate-docker-execute.sh script is not needed anymore and
      should be removed.
      
      Change-Id: Ie40ddcd36e71337d94f49467bfb0f8aae50353f7
      1077da72
    • Paul Bourke's avatar
      Unmount Ceph OSD disks as part of destroy · e27165ed
      Paul Bourke authored
      This seems to have got lost during repo split. Adding it back in now.
      
      Change-Id: Ic0b0f5efb12eab58e7872b30611a39640dc44cc2
      Closes-Bug: #1629224
      (cherry picked from commit e1a2f99014a1aeb3697e8ec3c999cdc12380376b)
      e27165ed
    • 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
  19. Apr 03, 2017
  20. Mar 20, 2017
    • caoyuan's avatar
      Fix the remove mariadb volume failed · a565925b
      caoyuan authored
      - when run tools/cleanup-containers mariadb, the mariadb volume remove
      failed, because the "volumes_to_remove" can't catch the mariadb
      volume, this patch to fix it.
      
      - remove the unnecessary "()"
      
      more test infomation, see http://paste.openstack.org/show/603359/
      
      Closes-Bug: #1674207
      
      Change-Id: I82f5922fcc84d222f74d2551a2c697bf78136a2d
      a565925b
  21. Mar 14, 2017
  22. 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
  23. Mar 08, 2017
    • Jeffrey Zhang's avatar
      Disable running playbooks in serial by default · cad7fc35
      Jeffrey Zhang authored
      Run playbooks in serial are unnecessary and may cause some issue. This
      patch disables serial.
      
      This patch also removes the serial for MariaDB playbook. MariaDB handle
      this internally.
      
      Partial-Bug: #1668185
      Change-Id: I3b4216dd82607475e9bd9b44590b631be4abdbdd
      cad7fc35
  24. Mar 07, 2017
  25. Feb 28, 2017
  26. Feb 17, 2017
    • David Moreau-Simard's avatar
      Replace "ara generate" by "ara generate html" · 3889bbe6
      David Moreau-Simard authored
      The newest version of ARA, 0.11, deprecated "ara generate" in favor
      of "ara generate html". "ara generate" will be removed sometime in
      the future so let's adjust it right away.
      
      Change-Id: I31bff0a7e130c329da44b46506f5b12fa8d6deb8
      Closes-Bug: #1665746
      3889bbe6
  27. 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
      8b90fb6d
    • Mark Goddard's avatar
      Support kolla-ansible installed in a virtualenv · dbc5967f
      Mark Goddard authored
      Currently it is not possible to use kolla-ansible when it has been
      installed in a virtualenv. Virtualenv-based installation may be
      desirable when a suitable system package (e.g. RPM, .deb) is not
      available, as it allows the user to install kolla-ansible and its
      dependencies without affecting the system-wide packages.
      
      This change checks for the presence of the $VIRTUAL_ENV environment
      variable to determine whether we are running in an virtualenv. Since
      kolla-ansible is not a python script, this comes with the caveat that we
      must source the virtualenv activation script ($VIRTUAL_ENV/bin/activate)
      before executing kolla-ansible.
      
      Change-Id: I19efb96605bee3b16df3a0b78cd681e5f15499f6
      Closes-Bug: #1530319
      dbc5967f
    • Saverio Proto's avatar
      Fix BASEDIR because of new kolla-ansible project name · e2316dd5
      Saverio Proto authored
      In commit 177fbea7 the project
      was renamed to kolla-ansible, and this broke the BASEDIR
      in the kolla-ansible wrapper.
      
      Closes-bug: #1665262
      
      Change-Id: I89fe15e5723f39f453a8173f7ced3f623a8bccc5
      e2316dd5
  28. Feb 15, 2017
    • Jeffrey Zhang's avatar
      Rename kolla namespace to kolla_ansible · 177fbea7
      Jeffrey Zhang authored
      * Rename kolla namespace to kolla_ansible
      * remove oslo.config.opts entry points which is uesless
      * delete useless tools/version-check.py script
      
      Change-Id: I005dd7223ff23afbb2ce8cbfd0ebec0969102798
      177fbea7
  29. 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
  30. Feb 07, 2017
  31. Feb 02, 2017
  32. Jan 25, 2017
  33. Jan 24, 2017
    • Eduardo Gonzalez's avatar
      Fix security group creation · 8c189377
      Eduardo Gonzalez authored
      When using init-runonce script multiple default
      security groups are present and raise error:
      More than one security_group exists with the name 'default'.
      
      Add a check to create rules to admin's default sec group.
      
      Change-Id: Iaf93467d70ae41fdbcd2b37d6c5639a32d939394
      8c189377
    • 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
  34. Jan 20, 2017
    • Sean Mooney's avatar
      adds ovs-dpdkctl tool · c29244a3
      Sean Mooney authored
      - This change introduces a new tool for configuring
        host interfaces for use with ovs and dpdk.
      - The ovs-dpdkctl tool will be executed via systemd
        when a system first boots to bind interfaces to
        dpdk compaible drivers.
      - The ovs-dpdkctl tool will be injected into the
        ovsdb container to allow external configuration of
        ovs bridges and ports for use with dpdk.
      
      Change-Id: Ie8f32d097f0a6816c2ddd03ade926c00837da322
      c29244a3
  35. Jan 19, 2017
    • Jeffrey Zhang's avatar
      Fix gate failure · bda9654e
      Jeffrey Zhang authored
      * disable selinux
      * Pin docker-engine version
      
      Change-Id: I22c4bdafbeb4d2979ce29a71032cf6569e1f210b
      bda9654e
Loading