StarlingX client libraries
Go to file
Rafael Jordão Jardim 911e00986f Add volume map to keep the repositories.yml
This solution is to keep the data from the helm
config. The helm repo commands are managed locally
and that is the reason that the command helm repo
add works, the file doesn't exist but this command
creates that, but when it runs helm repo list the
file repositories.yml doesn't exist anymore because
the container execution didn't keep that.

Attention: In the solution it is mapping the default
path /root/.config/helm/ and /root/.cache/helm/
inside the container, if for some reason the it is
changed passing a flag --repository-config or
--repository-cache this new path must be changed in
the client_wrapper.sh file, otherwise it will come
back to the same behavior.

There is no reason to change this default path, it is
inside the container of the remote cli, but we have
to keep it in mind, for some possible future issues.

Closes-bug: 1925802
Signed-off-by: Rafael Jordão Jardim <RafaelJordao.Jardim@windriver.com>
Change-Id: I3180513b76c75221b6143a6da4d45a600e477662
(cherry picked from commit 8a7f010ce3)
2021-04-29 14:08:40 +00:00
doc Switch to newer openstackdocstheme and reno versions 2020-06-04 14:05:42 +02:00
releasenotes Switch to newer openstackdocstheme and reno versions 2020-06-04 14:05:42 +02:00
remote_cli Add volume map to keep the repositories.yml 2021-04-29 14:08:40 +00:00
.gitignore [Doc] Release Notes Management 2018-09-25 11:08:20 -05:00
.gitreview Update .gitreview for r/stx.5.0 2021-04-16 01:49:55 -04:00
.zuul.yaml Tox and Zuul job for the python code scan in starlingx/clients 2020-06-29 08:24:30 +00:00
CONTRIBUTORS.wrs StarlingX open source release updates 2018-05-31 07:35:46 -07:00
LICENSE StarlingX open source release updates 2018-05-31 07:35:46 -07:00
README.rst StarlingX open source release updates 2018-05-31 07:35:46 -07:00
centos_build_layer.cfg Build layering, add layer build config file 2019-10-15 19:44:30 +08:00
centos_pkg_dirs Remove SDK Modules from StarlingX 2019-03-21 13:13:48 -04:00
test-requirements.txt Update .gitreview for r/stx.5.0 2021-04-16 01:49:55 -04:00
tox.ini Update .gitreview for r/stx.5.0 2021-04-16 01:49:55 -04:00

README.rst

stx-clients

StarlingX Clients