The git code library,gerrit and storyboard doc link are error,so
redirect them to the correct link.
Change-Id: I5e4007850a46f51738f2a88be5162f1bb41562c3
Partial-Bug: #1835207
As part of the providing remote CLI capabilities, we provide
docker images for both platform and application, each
containing clients preinstalled.
To make remote clients easier to use, we also provide a set
of configuration and wrapper scripts. These scripts take as
input an RC file downloaded from Horizon (platform or
application horizon) and generate a script with the proper
authentication variables and aliases.
For more details, a README file is also included.
These scripts also work on Windows, by using cygwin to
interpret the bash scripts
Note: these files are not supposed to be included in the
ISO or be built as part of the normal build. These files
are to be distributed separately as a tarball.
Change-Id: I00f6358b8b984150fc11e9087afba83063cb8bb3
Signed-off-by: Stefan Dinescu <stefan.dinescu@windriver.com>
Closes-Bug: 1834667
Closes-Bug: 1834668
Update conf.py for release notes to include the project
variable, set to the project name. This is so the string
above the left nav renders the project name.
Story: 2004900
Task: 29224
Change-Id: I4fdfd26afa9e2b654d0488d748364e54ca70edc5
Signed-off-by: Kristal Dale <kristal.dale@intel.com>
linters yamllint target was excluding a folder that did not exist
pep8 was not invoking flake8, and was not including hacking which
pulls in additional checks.
Story: 2004515
Task: 28966
Change-Id: I0268f685e4292d93c5ff6014b150b25bfe9cd583
Signed-off-by: Al Bailey <Al.Bailey@windriver.com>
keystoneauth is not patched in STX so no sdk is built
python-osc-lib is not patched in STX so no sdk is built
Story: 2004751
Task: 28944
Change-Id: Id215962fd0d0d79b3f34aa966da95874246ca0d2
Depends-On: Ifa905bea2e95ded72a327f8ff43667c8c5429363
Signed-off-by: Al Bailey <Al.Bailey@windriver.com>
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: I9383c8f33cf476b7c8dff184089e40aa591c6d6c
Closes-Bug: #1802032
Also set the theme to alabaster until starlingxdocs is ready
Change-Id: I64b705d8f7f5236c0a6cf9a5da347a10eb71fe16
Signed-off-by: Dean Troyer <dtroyer@gmail.com>
Baseline changes to comply with Release Notes Management
based in Reno [0]:
* Use build-openstack-releasenotes job for release notes
(We can't use the OpenStack releasenotes template as it includes
publish jobs, stx needs its own)
* Add newnote tox environment as convenience for creating new release
notes, re-using the releasenotes venv.
* Changed to SPDX-License-Identifier: Apache-2.0
[0] https://docs.openstack.org/reno/latest/
Story: 2003101
Task: 26713
Change-Id: Iaadde3d214d16a601d779612ede01d09babd8b43
Signed-off-by: Abraham Arce <abraham.arce.moreno@intel.com>
Voting jobs should be run in both check and gate queue, add them.
This ensures that merged changes always pass.
Change-Id: Ia9fa16474c98dcb7b63b81fa69fd8560aaa908a8
Fix bashate and yamllint to only run if files are provided
Fix whitespace errors and line errors in shell scripts
Relax line length requirement in yamllint
Enable voting on zuul jobs
Story: 2003359
Task: 24409
Change-Id: I6bfa31c9a0c1527c6517cfd95758feadd73c0ae6
Signed-off-by: Lachlan Plant <lachlan.plant@windriver.com>
Added missing aodhclient to remotecli SDK package. The missing
dependency caused the alarm list command to be missing from openstack
client.
Change-Id: I9a8794c1053e2773186b018174da05d34a63e392
Signed-off-by: David Sullivan <david.sullivan@windriver.com>
Story: 2002989
Task: 23003
Add FM client to the remote CLI client
Story: 2002828
Task: 22747
Depends-On: https://review.openstack.org/#/c/591452/
Change-Id: I1719904b218757d4d24adea9b1f470bb13a5e466
Signed-off-by: Tao Liu <tao.liu@windriver.com>
Missing this dependency could cause the event list command to be missing
from openstack client.
Story: 2002854
Task: 22803
Depends-On: https://review.openstack.org/587279
Change-Id: I5786902cd08085593ae82a86f275f40b93e259d6
Signed-off-by: Jack Ding <jack.ding@windriver.com>
This update provides the support for remote clients for Windows 7,
Windows 10 and MAC OS devices.
Story: 2002822
Task: 22739
Change-Id: Idb75a08981f0d01e4f444de2517e5d9ba67fcfd2
Signed-off-by: Jack Ding <jack.ding@windriver.com>
Edited readme to mention Python version and to ensure 2.7 is installed
before running the remote CLI install script.
Story: 2002853
Task: 22802
Change-Id: Ibe06e9a4fda7881aa0decb8490c1faa02ba00b6e
Signed-off-by: Jack Ding <jack.ding@windriver.com>
Problem:
The centos-pkg-dirs files should only reference packages with
compilation instructions hosted in the same git.
Solution:
Create centos-pkg-dirs files in other stx-* gits, and relocate
the relevant entries from the stx-utils centos-pkg-dirs into
the appropriate destination git.
Change-Id: I4e673554c63afa66994b3038ca86c90e8f1baa0d
Signed-off-by: Scott Little <scott.little@windriver.com>