Skip to content
Snippets Groups Projects
  1. Feb 28, 2017
  2. 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
  3. 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
    • 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
  4. 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
  5. 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
  6. Feb 07, 2017
  7. Feb 02, 2017
  8. Jan 25, 2017
  9. 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
  10. 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
  11. Jan 19, 2017
    • Jeffrey Zhang's avatar
      Fix gate failure · bda9654e
      Jeffrey Zhang authored
      * disable selinux
      * Pin docker-engine version
      
      Change-Id: I22c4bdafbeb4d2979ce29a71032cf6569e1f210b
      bda9654e
  12. Jan 18, 2017
  13. Jan 17, 2017
    • Eduardo Gonzalez's avatar
      Fix cleanup-containers script · 0581d3b3
      Eduardo Gonzalez authored
      kolla-ansible destroy properly fails if qemu processes
      are running in compute nodes.
      Manually executing ./cleanup-container won't because
      $COMPUTE variable is not defined anywhere.
      
      Change-Id: I304c59ec682a93035e631490bbba7b355b1fcae2
      Closes-Bug: #1656864
      0581d3b3
    • Paul Bourke's avatar
      Add basic docs for neutron-vpnaas · ef4069a1
      Paul Bourke authored
      Change-Id: I2b456b1626875d863f896ad7fc6c0024f5ed110f
      ef4069a1
  14. Jan 12, 2017
  15. Jan 06, 2017
  16. Jan 04, 2017
  17. Dec 30, 2016
    • Eduardo Gonzalez's avatar
      Fix ovs-cleanup issue at cleanup scripts · da83802b
      Eduardo Gonzalez authored
      Move ovs-cleanup step to cleanup-containers,
      otherwise bridges will not be removed because neutron_openvswitch_agent
      container does not exists after running cleanup-containers.
      
      Add logic to cleanup ovs bridges only when openvswitch_db
      is removed and openvswitch-agent is running,
      so when removing other container from a parameter at script
      invocation ovs-cleanup will not be executed.
      
      Change-Id: Ie5fea40426df0e9e465fc173aba185f61098f676
      Closes-Bug: #1640178
      da83802b
  18. Dec 21, 2016
  19. Dec 20, 2016
    • Sam Yaple's avatar
      Switch Ubuntu to overlay2 docker driver · fc2bb3f3
      Sam Yaple authored
      With 4.4 kernel we can use the improved overlay2 driver instead of
      btrfs for significantly better performance when creating layers.
      
      Change-Id: I0b84a2b34fdb71c07798d94b546d3105a2742321
      Related-Id: I3b0dfd6db5298dfb34ec160eed910ca76feeb423
      fc2bb3f3
  20. Dec 05, 2016
    • Jeffrey Zhang's avatar
      Read EXTRA_OPTS from env in kolla-ansible script · 444dbb48
      Jeffrey Zhang authored
      Read EXTRA_OPTS from env make it possible that using arbitrary
      ansible-playbook parameters in kolla-ansible script. like
      
          EXTRA_OPTS='--limit control' kolla-ansible deploy
      
      Change-Id: I10e0dafb6138d91facdb66a2f487cdeca4689c28
      444dbb48
  21. Dec 01, 2016
  22. 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
  23. Nov 28, 2016
    • Vladislav Belogrudov's avatar
      Add tool to merge passwords during release upgrade · 14f9246f
      Vladislav Belogrudov authored
      Typical usage:
         cp /etc/kolla/passwords.yml /etc/kolla/passwords.yml.old
         kolla-genpwd
         kolla-mergepwd --old /etc/kolla/passwords.yml.old \
                        --new /etc/kolla/passwords.yml     \
                        --final /etc/kolla/passwords.yml
      
      Change-Id: Ibbc598909e28e096145841aec929d0cfcf8f7cab
      Implements: blueprint kolla-merge-passwords
      14f9246f
  24. Nov 23, 2016
    • Borne Mace's avatar
      Ignore dom0 qemu processes during destroy · eb138539
      Borne Mace authored
      Updates cleanup-containers to disclude lines related to
      dom0 qemu processes.
      
      Change-Id: I0b71ed29b9a2f239ebfdaa66b7cbe41eeaf2773c
      Partially-Implements: blueprint xen-hypervisor-support
      eb138539
    • Borne Mace's avatar
      Added support for a stop playbook in kolla · 2cfc069e
      Borne Mace authored
      Behavior of stop playbook is very similar to the destroy
      playbook.  This is meant when you may just want to bring down
      the service for some sort of maintenance but not destroy all
      the associated data. Also added support for the new playbook
      into the kolla-ansible command.
      
      Change-Id: Icf0ca91de71dc8ead3a024de3e5b9e49116560d1
      Implements: blueprint ansible-stop-host-playbook
      2cfc069e
  25. Nov 22, 2016
  26. 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
  27. Nov 09, 2016
  28. Nov 04, 2016
    • Jeffrey Zhang's avatar
      Add file validator for *.json.j2 file · 2392d7e3
      Jeffrey Zhang authored
      All json file in Kolla are json.j2 file, it shold be render as jinja
      template, then validate by using json.
      
      Change-Id: Ibabbe435116fd255d68347e00407156db76fedfe
      Closes-Bug: #1634447
      2392d7e3
  29. 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
  30. Oct 29, 2016
  31. Oct 24, 2016
  32. 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
Loading