Commit Graph

115 Commits

Author SHA1 Message Date
Ghanshyam Mann 70b31513a4 Update git submodules
* Update kolla-cli from branch 'master'
  to c6e409f93db92fc4d6729f3bfdfdfcb1114399e7
  - Moving IRC network reference to OFTC
    
    Change-Id: I930fc8abe5c19d72af4679ade892074aa0049d6b
2021-07-20 05:51:38 +00:00
wu.chunyang d5c3d70da7 Update git submodules
* Update kolla-cli from branch 'master'
  - kolla-cli: deprecation - Removing project content
    
    step 2b from:
    https://docs.openstack.org/project-team-guide/repository.html#step-2b-remove-project-content
    
    Deprecation notice:
    http://lists.openstack.org/pipermail/openstack-discuss/2020-May/014983.html
    
    Change-Id: I744f5c17232928cec68c1b90b2f5d791faf7d9e7
    Depends-On: https://review.opendev.org/748259
2020-09-03 08:07:03 +00:00
Christian Berendt b02289aabd Update git submodules
* Update kolla-cli from branch 'master'
  - README: add deprecation note
    
    Change-Id: I83d919e5aa8de2765a5405d0d2fafbe0a012b05e
2020-05-26 15:39:21 +00:00
Zuul 675cf2fca5 Update git submodules
* Update kolla-cli from branch 'master'
  - Merge "Add Python3 victoria unit tests"
  - Add Python3 victoria unit tests
    
    This is an automatically generated patch to ensure unit testing
    is in place for all the of the tested runtimes for victoria.
    
    See also the PTI in governance [1].
    
    [1]: https://governance.openstack.org/tc/reference/project-testing-interface.html
    
    Change-Id: I18ed69e73c81eedfdbbb27280f9143ab4a20fcbc
2020-05-23 08:47:53 +00:00
Zuul 330066a7e4 Update git submodules
* Update kolla-cli from branch 'master'
  - Merge "Update master for stable/ussuri"
  - Update master for stable/ussuri
    
    Add file to the reno documentation build to show release notes for
    stable/ussuri.
    
    Use pbr instruction to increment the minor version number
    automatically so that master versions are higher than the versions on
    stable/ussuri.
    
    Change-Id: I6729486a9b0fa4e1214f2b4632b152bdba106295
    Sem-Ver: feature
2020-05-23 08:41:04 +00:00
Radosław Piliszek 68a72c0cdf Update git submodules
* Update kolla-cli from branch 'master'
  - Ussuri: deprecate Kolla CLI
    
    Per our last (2020-05-20) meeting [1].
    Kolla CLI did not see any significant development during the
    Ussuri cycle.
    
    [1] http://eavesdrop.openstack.org/meetings/kolla/2020/kolla.2020-05-20-15.01.txt
    
    Change-Id: Ifd1f8300d994bb9f48a9a0edca073de7419864ac
2020-05-23 06:44:48 +00:00
gugug 35218952c2 Update git submodules
* Update kolla-cli from branch 'master'
  - Fix pygments style
    
    New theme of docs (Victoria+) respects pygments_style.
    Since we starts using Victoria reqs while being on Ussuri,
    this patch ensures proper rendering both in Ussuri and Victoria.
    
    Change-Id: Ibd9a69ce0a546e8f58393fa767a044e931809ace
2020-05-20 00:37:11 +00:00
Radosław Piliszek 493089a96c Update git submodules
* Update kolla-cli from branch 'master'
  - Cleanup py27 support
    
    Removes all mentions of py27.
    
    Change-Id: I2a1767c3df332cccf13303ce734c40d04dfd6ec9
    Co-Authored-By: jacky06 <zhang.min@99cloud.net>
2020-05-18 05:44:33 +00:00
Zuul d4a76d9d67 Update git submodules
* Update kolla-cli from branch 'master'
  - Merge "Remove six"
  - Remove six
    
    We don't need this in a Python 3-only world
    
    Change-Id: I2f2cff3c291b5db53287a99b8044e162c2d8f47d
2020-05-17 07:34:42 +00:00
Zuul 9d1727a504 Update git submodules
* Update kolla-cli from branch 'master'
  - Merge "Bump pbr to 2.0.0"
  - Bump pbr to 2.0.0
    
    Change-Id: I875d40b1dd9990483827e7f7c479a07cfa483624
2020-05-17 04:51:03 +00:00
jacky06 365f578ae5 Update git submodules
* Update kolla-cli from branch 'master'
  - Remove translation sections from setup.cfg
    
    These translation sections are not needed anymore, Babel can
    generate translation files without them.
    
    Change-Id: I6560c3ab26008862b49b63fe73147a9ef2861341
2020-05-15 16:59:57 +00:00
Ghanshyam Mann ab93542508 Update git submodules
* Update kolla-cli from branch 'master'
  - Fix hacking min version to 3.0.1
    
    flake8 new release 3.8.0 added new checks and gate pep8
    job start failing. hacking 3.0.1 fix the pinning of flake8 to
    avoid bringing in a new version with new checks.
    
    Though it is fixed in latest hacking but 2.0 and 3.0 has cap for
    flake8 as <4.0.0 which mean flake8 new version 3.9.0 can also
    break the pep8 job if new check are added.
    
    To avoid similar gate break in future, we need to bump the hacking min
    version.
    
    - http://lists.openstack.org/pipermail/openstack-discuss/2020-May/014828.html
    
    Change-Id: I375f1371ae3152b299f65dd36bda48f91e23dfc8
2020-05-13 15:11:42 +00:00
jacky06 0a4949029a Update git submodules
* Update kolla-cli from branch 'master'
  - Update hacking for Python3
    
    The repo is Python 3 now, so update hacking to version 3.0 which
    supports Python 3.
    
    Fix problems found by updated hacking version.
    
    Remove hacking and friends from lower-constraints, they are not needed
    during installation.
    
    Change-Id: Ic63e432161dcebb62e0b510af03e03f7bebb3fd7
2020-04-06 06:25:33 +00:00
Zuul d1b7d5f545 Update git submodules
* Update kolla-cli from branch 'master'
  - Merge "Use unittest.mock instead of third party mock"
  - Use unittest.mock instead of third party mock
    
    Now that we no longer support py27, we can use the standard library
    unittest.mock module instead of the third party mock lib.
    
    Change-Id: I6101cb044ee0fc2a7be95352569782eaf0b938aa
2020-04-06 05:48:37 +00:00
jacky06 8507bf57b6 Update git submodules
* Update kolla-cli from branch 'master'
  - Fix some pep8 failed
    
    1. expected 2 blank lines after class or function definition, found 1
    2. E117 over-indented
    
    Change-Id: I7ef1a0ffbf200850f350ae6df5fed3ded9b20f90
2020-04-06 03:23:37 +00:00
Ghanshyam Mann b2c0bd3bd6 Update git submodules
* Update kolla-cli from branch 'master'
  - [ussuri][goal] Drop python 2.7 support and testing
    
    OpenStack is dropping the py2.7 support in ussuri cycle.
    
    kolla-cli also drop py2 testing and support.
    
    Complete discussion & schedule can be found in
    - http://lists.openstack.org/pipermail/openstack-discuss/2019-October/010142.html
    - https://etherpad.openstack.org/p/drop-python2-support
    
    Ussuri Communtiy-wide goal:
    https://governance.openstack.org/tc/goals/selected/ussuri/drop-py27.html
    
    Change-Id: I44fe93012739ad190f8d0fe593e70863ab238158
2020-03-01 11:18:29 +00:00
Radosław Piliszek 7febf51f45 Update git submodules
* Update kolla-cli from branch 'master'
  - CI: Remove failing ceph-related test
    
    This test has no purpose now.
    Kolla Ansible removed Ceph deployment support in Ussuri so it
    failed CI.
    
    This also drops py27 gating because it broke in Ussuri.
    
    Change-Id: I09aac88e2552231b0c76c5bea112e692571151c4
2020-03-01 11:11:41 +00:00
zhulingjie 3758abee48 Update git submodules
* Update kolla-cli from branch 'master'
  - Update sphinx for doc/requirements.txt
    
    Change-Id: I583f4465dabef6da5f512f8f9749104a32ad6132
2020-01-14 14:55:18 +00:00
OpenStack Release Bot dc6ee9fbf9 Update git submodules
* Update kolla-cli from branch 'master'
  - Update master for stable/train
    
    Add file to the reno documentation build to show release notes for
    stable/train.
    
    Use pbr instruction to increment the minor version number
    automatically so that master versions are higher than the versions on
    stable/train.
    
    Change-Id: Ifeef4c911d53a7ce216548bf5baea1719a068e80
    Sem-Ver: feature
2019-12-17 11:18:58 +00:00
caoyuan 0ef775eea5 Update git submodules
* Update kolla-cli from branch 'master'
  - Add Generating Documentation
    
    1. Add Generating Documentation
    
    Change-Id: I23127fe6c0fc31c7da64abaa763d55536ab87cec
2019-11-15 11:28:27 +00:00
Zuul 83b952ba04 Update git submodules
* Update kolla-cli from branch 'master'
  - Merge "Switch to official Ussuri jobs"
  - Switch to official Ussuri jobs
    
    Change-Id: Icf3024cf135d3d5bebdaaea3a5cb2f644a895b78
2019-11-13 16:28:48 +00:00
huangliujie fb2aadcabb Update git submodules
* Update kolla-cli from branch 'master'
  - Blacklist sphinx 2.1.0 (autodoc bug)
    
    See https://github.com/sphinx-doc/sphinx/issues/6440 for upstream details
    
    Change-Id: I55bdac059dd474280dc35855a269c67fec58b022
2019-10-17 13:01:39 +00:00
jacky06 3a356b1dd4 Update git submodules
* Update kolla-cli from branch 'master'
  - Typo fixed: Update Upgrade to Check
    
    Change-Id: I8a214309eb04e8f25ddf6111d6fb31917e022b34
2019-10-17 03:03:03 +00:00
jacky06 90fdbfe3e2 Update git submodules
* Update kolla-cli from branch 'master'
  - Add --hosts support for check action
    
    Change-Id: Ic1148c59ce5305468acf48580addee1a9ff3be7a
    Co-Authored-By: caoyuan <cao.yuan@99cloud.net>
2019-10-14 05:35:21 +00:00
caoyuan 6dd616aac6 Update git submodules
* Update kolla-cli from branch 'master'
  - tox: Move the whitelist_externals to testenv section
    
    1. move the whitelist_externals to testenv
    
    Change-Id: I12bd4f8a9b633cfb252fccebcee8214d309c1a56
2019-10-14 03:43:25 +00:00
caoyuan 86d0d72c1c Update git submodules
* Update kolla-cli from branch 'master'
  - tox: Keeping going with docs
    
    Sphinx 1.8 introduced [1] the '--keep-going' argument which, as its name
    suggests, keeps the build running when it encounters non-fatal errors.
    This is exceptionally useful in avoiding a continuous edit-build loop
    when undertaking large doc reworks where multiple errors may be
    introduced.
    
    [1] sphinx-doc/sphinx@e3483e9
    
    Change-Id: I6c3fcf7519c71058ed1814ac852473b12b17a2e9
2019-10-13 17:33:30 +00:00
gugug 86fc2269c7 Update git submodules
* Update kolla-cli from branch 'master'
  - Revert "Switch to official Ussuri jobs"
    
    This reverts commit 387bb8ddc58d5723d76be21156391084e7ab2808.
    
    Change-Id: I967a8442c64d85e5f2544aa0e77bb645022dcdf5
2019-10-11 16:46:41 +00:00
caoyuan 6e08da86f9 Update git submodules
* Update kolla-cli from branch 'master'
  - Switch to official Ussuri jobs
    
    Change-Id: I3402ae9dd2889d17c40d7d86f261a4bfde05e9c0
2019-10-11 16:07:49 +00:00
Zuul 1de742615d Update git submodules
* Update kolla-cli from branch 'master'
  - Merge "Add genconfig unit test"
  - Add genconfig unit test
    
    Change-Id: I2238a3c9f905aae18b80a9b190506e7b41578fcb
    Co-Authored-By: caoyuan <cao.yuan@99cloud.net>
2019-09-14 17:46:54 +00:00
caoyuan 1104965faf Update git submodules
* Update kolla-cli from branch 'master'
  - Revert "Add test action unit test"
    
    This reverts commit 46b368a848f3370466a4e58f05d7ea986fec5de9.
    
    Change-Id: I5ce4ba6236d58ec33e0b729177bf08148ec5335f
2019-09-14 17:46:54 +00:00
jacky06 1a425ca7bc Update git submodules
* Update kolla-cli from branch 'master'
  - Add test action unit test
    
    Change-Id: Ie75354f8684228d1b0cf9589db524435e0ad334c
2019-09-14 17:07:07 +00:00
caoyuan d309d6645d Update git submodules
* Update kolla-cli from branch 'master'
  - Add stop unit test with services and hosts
    
    Change-Id: If8d47539c65d237941f6e64cf7770d7101ab960b
2019-09-12 03:12:59 +00:00
Zuul 54d19d0b9f Update git submodules
* Update kolla-cli from branch 'master'
  - Merge "Revert "Add defualt property list""
  - Revert "Add defualt property list"
    
    This reverts commit 68eb78edcb98e421b3cb06e227399b153b14afb2.
    
    Change-Id: I846f975ffe62a0033537367e74c20260e457fb32
2019-09-12 01:45:40 +00:00
Zuul c83f64fda1 Update git submodules
* Update kolla-cli from branch 'master'
  - Merge "Add upgrade unit test"
  - Add upgrade unit test
    
    Change-Id: Ia1666c160a59c9910dc9b6eabd4b8a7210910ec0
    Co-Authored-By: caoyuan <cao.yuan@99cloud.net>
2019-09-11 17:59:16 +00:00
Zuul 59d1b19b30 Update git submodules
* Update kolla-cli from branch 'master'
  - Merge "Add pull unit test for zuul"
  - Add pull unit test for zuul
    
    Change-Id: Ia7fc7bc992d59036f5ba077c799be859dc1b20f1
2019-09-11 16:11:24 +00:00
Zuul 7223442d74 Update git submodules
* Update kolla-cli from branch 'master'
  - Merge "Add defualt property list"
  - Add defualt property list
    
    Change-Id: I7e5ae6e8a851813b2892bd4b9a2a33ff3539ce7f
2019-09-11 15:44:54 +00:00
Zuul 466279e2c5 Update git submodules
* Update kolla-cli from branch 'master'
  - Merge "Fix Typos: fix the help information for prechecks action"
  - Fix Typos: fix the help information for prechecks action
    
    Change-Id: I1cbf546187b967fd220fe7a17e7e72d456ac7041
2019-09-11 12:37:31 +00:00
jacky06 d74b775d60 Update git submodules
* Update kolla-cli from branch 'master'
  - Add --services support for stop action
    
    Change-Id: I3e7270d605f6cdbebc39b3dcc5497e0dc046fb48
2019-09-11 12:34:36 +00:00
jacky06 c963a33c0d Update git submodules
* Update kolla-cli from branch 'master'
  - Generate PDF documentation
    
    This patch adds a new tox job/command for building the pdf
    version of documentation.
    
    tox -epdf-docs
    
    In addition to adjusting the infra requirement for PDF build
    support, the following changes are made to build a PDF doc
    
    - Download link of config_options, sample config and policy
      files are disabled for PDF doc as relative links do not
      make sense.
    - Pre-create the doc/build/pdf/_static directory as a
      workaround because sphinx_feature_classification.support_matrix extension
      is operating under the assumption that the _static directory already exist
      and trying to copy support-matrix.css into it. We need to remove
      this workaround once the problem in the support_matrix extension is fixed.
    - Use the toctree_only=True workaround to avoid TOC duplicate links.
    
    Change-Id: I8190e0a4f169e1a3268f5e724c30a1c809739dd6
2019-09-11 02:46:57 +00:00
Zuul a1a7ee6c39 Update git submodules
* Update kolla-cli from branch 'master'
  - Merge "Add unit test with host and service for reconfigure action"
  - Add unit test with host and service for reconfigure action
    
    1. it should be add in I86ebb5e8a24927e43105fbfa72a405d31ab68e86,
    but missing, this PS to supplement.
    
    Change-Id: I5f2da6533c45d68d659f4706af791ecccf02c82b
2019-09-06 10:12:00 +00:00
Zuul 928753a294 Update git submodules
* Update kolla-cli from branch 'master'
  - Merge "Add --hosts variable support for upgrade action"
  - Add --hosts variable support for upgrade action
    
    Change-Id: Id9ade0c19be97c8fa4d7480ae3e27b6e09c7d5c1
2019-09-06 10:10:11 +00:00
ljhuang c36eb7b30b Update git submodules
* Update kolla-cli from branch 'master'
  - Fix typos: update upgrade to generate
    
    Change-Id: I79a491d78a7dc0cd1e4f4ab5fc8c170f45057c4a
2019-09-06 10:10:10 +00:00
Zuul 428e4d8eab Update git submodules
* Update kolla-cli from branch 'master'
  - Merge "Add kolla args check for control plane action"
  - Add kolla args check for control plane action
    
    Change-Id: Iaf798d3bb37832888b6b269f18299b1da24d4610
2019-09-05 16:25:00 +00:00
zhulingjie d727b5d269 Update git submodules
* Update kolla-cli from branch 'master'
  - add reconfigure unit test
    
    Change-Id: I86ebb5e8a24927e43105fbfa72a405d31ab68e86
2019-09-05 16:24:59 +00:00
wu.chunyang 061b3956e8 Update git submodules
* Update kolla-cli from branch 'master'
  - Add group list command
    
    group list is a commonly used command, add this command here.
    
    Change-Id: I024633b9ffcf20b5f9f30d4c6e8a3ac92d6d58b6
2019-08-14 01:20:40 +00:00
Zuul 13b1ca218f Update git submodules
* Update kolla-cli from branch 'master'
  - Merge "Do not always copy files"
  - Do not always copy files
    
    when initialize kolla-cli, it will cover existing configuration
    
    Change-Id: I312a451e4537218d8eb7d1ed752f13c363bf2030
2019-08-13 07:11:40 +00:00
Zuul 0fa2efcb3e Update git submodules
* Update kolla-cli from branch 'master'
  - Merge "Move stop acton to kolla model from host"
  - Move stop acton to kolla model from host
    
    Change-Id: Id8cb840651e4455064699a2a53943d364d9a7e82
2019-08-11 10:49:00 +00:00
zhulingjie 86ff2a64be Update git submodules
* Update kolla-cli from branch 'master'
  - Add --hosts and --services support for reconfigure action
    
    Change-Id: Ib84a45116b0975b8866499ff30cd1499c309e6af
2019-08-11 10:47:13 +00:00
Zuul 68816a5efc Update git submodules
* Update kolla-cli from branch 'master'
  - Merge "Use kolla-cli owner url as the home page"
  - Use kolla-cli owner url as the home page
    
    now, kolla-cli's home page is reachable, it completed in
    https://review.opendev.org/#/c/673871/
    
    Change-Id: Ie08058f82d59811eedfbf97192e2c0e4f766faf1
2019-08-09 14:36:23 +00:00
Zuul 77136b1d4f Update git submodules
* Update kolla-cli from branch 'master'
  - Merge "Use inventory object to validate the hosts and services"
  - Use inventory object to validate the hosts and services
    
    inventory complete the hosts and services check, we should use it
    rather than complete it again[1]
    
    [1]: https://review.opendev.org/#/c/673537/
    
    Change-Id: Iad1e78be8cba0e378a623d17ad408b3e43a48daf
2019-08-09 14:30:25 +00:00