b36b751f38
This commit introduces the application Istio which is to be manually uploaded. The istio-helm and kiali-helm repackages the helm charts from the upstream Istio and Kiali. The stx-istio-helm packages these charts into the fluxCD app. Test Plan: Pass: Centos: istio application uploaded manually Pass: Debian build successful Story: 2009912 Task: 44929 Change-Id: Ie0badb9a8d8de7fe63a82bc04c676bee90b2fb3d Signed-off-by: Teresa Ho <teresa.ho@windriver.com>
537 B
537 B
StarlingX App-Istio Style Commandments
- Step 1: Read the OpenStack style commandments https://docs.openstack.org/hacking/latest/
- Step 2: Read on
App-Istio Specific Commandments
None so far
Running tests
The approach to running tests is to simply run the command
tox
. This will create virtual environments, populate them
with dependencies and run all of the tests that OpenStack CI systems
run.