fec4b5dae0
This introduces cert-manager as a system-managed application for certificate management on StarlingX. Cert-manager specification can be found here: https://opendev.org/starlingx/specs/src/branch/master/doc/source/specs/stx-4.0/approved/security-2007360-cert-manager.rst Story: 2007360 Task: 39222 Change-Id: I9761cd97ca758dc57a9fd0edbbfdc987584f7121 Signed-off-by: Sabeel Ansari <Sabeel.Ansari@windriver.com>
548 B
548 B
StarlingX Cert-Manager-Armada-App Style Commandments
- Step 1: Read the OpenStack style commandments https://docs.openstack.org/hacking/latest/
- Step 2: Read on
Cert-Manager-Armada-App 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.