Skip to content
Snippets Groups Projects
  1. Feb 27, 2019
  2. Feb 14, 2019
    • Michal Nasiadka's avatar
      Fix py35/py36 and k-a-ubuntu-source gate jobs · 189af13b
      Michal Nasiadka authored
      - py35/py36 jobs are failing
      python 3.6 pycache also includes links - so those also
      need to be removed by tox testenv
      
      - kolla-ansible-ubuntu-source job is failing
      Without basedir set in galera.cnf - mysql_install_db looks for resolveip
      in /usr/sbin, instead of /usr/bin, thus complains about cannot resolving
      neither $HOSTNAME, nor localhost.
      
      Change-Id: I40514c0a7c43ae01c7680aac81123942be1cdef9
      189af13b
  3. Nov 07, 2018
  4. Nov 06, 2018
  5. Nov 02, 2018
    • Nguyen Hai Truong's avatar
      Update min tox version to 2.0 · ac661554
      Nguyen Hai Truong authored
      The commands used by constraints need at least tox 2.0.
      Update to reflect reality, which should help with local running of
      constraints targets.
      
      Change-Id: I426cebf26d4c386355fb0052ed12bda39d67fc49
      ac661554
  6. Oct 22, 2018
    • Doug Szumski's avatar
      Ignore doc build path · 72c9d2cb
      Doug Szumski authored
      If you build the docs with `tox -edocs` and then run `tox -epep8`,
      it will always fail because it checks the build output from the
      docs. This change ignores the build folder.
      
      Trivial-Fix
      Change-Id: Ie7c53b517b7cfff1d317cad014371c94c6212eac
      72c9d2cb
  7. Oct 09, 2018
    • Nguyen Van Trung's avatar
      Don't quote {posargs} in tox.ini · 218cbc22
      Nguyen Van Trung authored
      Quotes around {posargs} cause the entire string to be combined into one
      arg that gets passed to stestr. This prevents passing multiple args
      (e.g. '--concurrency=16 some-regex')
      
      Change-Id: Id7eb248942aff41902dc1e8875530cba49fdf1ee
      218cbc22
  8. Aug 17, 2018
  9. Jul 24, 2018
  10. Jun 24, 2018
  11. Jun 12, 2018
    • qingszhao's avatar
      fix tox python3 overrides · 9bc12e66
      qingszhao authored
      We want to default to running all tox environments under python 3, so
      set the basepython value in each environment.
      
      We do not want to specify a minor version number, because we do not
      want to have to update the file every time we upgrade python.
      
      We do not want to set the override once in testenv, because that
      breaks the more specific versions used in default environments like
      py35 and py36.
      
      Change-Id: Ie0eca8c8627ab67c7c4aeccdc8607e36a259f13c
      9bc12e66
  12. May 21, 2018
  13. Mar 26, 2018
    • Eduardo Gonzalez's avatar
      Verify YAML syntax in gates · ea1a1dee
      Eduardo Gonzalez authored
      This patchset implements yamllint test to all *.yml
      files.
      
      Also fixes syntax errors to make jobs to pass.
      
      Change-Id: I3186adf9835b4d0cada272d156b17d1bc9c2b799
      ea1a1dee
  14. Mar 22, 2018
  15. Jul 13, 2017
    • Eduardo Gonzalez's avatar
      Remove doc build errors · 66b91d8b
      Eduardo Gonzalez authored
      Gates only build deploy-guide docs, not every doc.
      This change clean doc errors, only Line to long.
      
      Also, removes doc/build folder in tox doc environment.
      doc/build is folder where previus executions are stored
      causing next execution to fail due rendered versions does
      not follow doc style checks.
      
      Change-Id: I623a7ee245729a06509f3a7039d5d5ed3813d977
      66b91d8b
  16. Jul 10, 2017
    • Eduardo Gonzalez's avatar
      Fix bandit tests directory · eeb932c7
      Eduardo Gonzalez authored
      - Bandit tests are executed in kolla directory,
        in kolla ansible this directory is kolla_ansible.
      
      - Error is silently ignored:
        Files skipped (1):
        	kolla (No such file or directory)
      
      - Also, in ansible/ there is python code in more places
        than only ansible/library, remove library to pass test
        over the whole ansible directory
      
      - Debug tests fails due cannot import tests.
        ImportError: Start directory is not importable: './kolla-ansible/tests'
      
      Change-Id: I0716034c382209b385105bb3a6e0bb7334076e45
      eeb932c7
  17. Feb 08, 2017
    • Cao Xuan Hoang's avatar
      Remove support for py34 · 9738f00e
      Cao Xuan Hoang authored
      The gating on python 3.4 is restricted to <= Mitaka. This is due to
      the change from Ubuntu Trusty to Xenial, where only python3.5 is
      available. There is no need to continue to keep these settings.
      
      Change-Id: I7762918aa4d78028d1ceb2cc727c3c7dedd05a00
      9738f00e
  18. Jan 27, 2017
  19. Jan 16, 2017
  20. Jan 04, 2017
  21. Dec 21, 2016
    • Tony Breeds's avatar
      Add Constraints support · 84a493c6
      Tony Breeds authored
      To be co-installable with other OpenStack projects and have consistent
      testing it's a good idea (tm) to use constraints when creating tox
      environments.
      
      Change-Id: I83d684d90309ad6109e7f6c21a9c2cad4a5371e2
      84a493c6
  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 21, 2016
    • 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
  24. Nov 18, 2016
  25. 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
  26. Oct 19, 2016
  27. Sep 21, 2016
  28. Sep 20, 2016
  29. 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
  30. Aug 04, 2016
    • Christian Berendt's avatar
      Add doc8 test and improve rst syntax · c3d8262e
      Christian Berendt authored
      This will test all rst files inside the doc directory for style issues with
      doc8 (an opinionated style checker for rst styles of documentation).
      
      This will fix all syntax issues identified by doc8 and will improve
      the syntax.
      
      Change-Id: Id1b9563e07e77e306aef5a0767c98c27f87c5c0e
      c3d8262e
  31. Jul 14, 2016
    • Yatin Kumbhare's avatar
      Add Python 3.5 classifier and venv · bcebc7cb
      Yatin Kumbhare authored
      Now that there is a passing gate job, we can claim support for
      Python 3.5 in the classifier. This patch also adds the convenience
      py35 venv.
      
      Change-Id: Ia7b1fb88ac108e1e8fd6ed963967e731ae3ca5a4
      Closes-Bug: #1603006
      bcebc7cb
  32. May 26, 2016
  33. Apr 02, 2016
    • Jeffrey Zhang's avatar
      Add Ubuntu binary build and deploy gate · 7ab705cd
      Jeffrey Zhang authored
      The Ubuntu Mitaka repo is release, and we have add it.
      So it is time to add the Ubuntu binary gate.
      
      Closes-Bug: #1560386
      Change-Id: I29d01147595c4ebebfa00798d01d5fd7398123a6
      7ab705cd
  34. Mar 27, 2016
    • Steven Dake's avatar
      Fix gate to use world writeable docker socket · a7893467
      Steven Dake authored
      A recent change related to sudo securepath broke how sudo -E
      works.  Now the PATH is reset by sudo as set by tox.  As a result
      we can no longer rely on sudo -E anywhere in our gating system
      relating to path inheritence from the parent shell.
      
      This patch uses a shell operation in the setup_nodes.yml code
      to chmod the docker socket to 666 so docker containers can build
      properly.  Now docker operations don't return a permission denied
      and we no longer require the sudo -E operation in any of our tox
      scripts.  This isn't a security vulnerability because our gate
      scripts are only meant to be run in OpenStack infrastructure.
      To make this more clear I recommend moving these shell scripts to
      tests/gate.
      
      Change-Id: I5b3d6e280e3c12a25defedb14b5589ba642043fa
      Closes-Bug: #1562383
      a7893467
  35. Mar 23, 2016
  36. Mar 08, 2016
  37. Mar 03, 2016
  38. Mar 01, 2016
Loading