d1d2cd3326
This commit introduces nginx as a separate armada app as part of support for cert-manager (to handle incoming cert challenges). In future, the scope of nginx-ingress-controller is expected to be broader. Spec for this feature is available here: https://opendev.org/starlingx/specs/src/branch/master/doc/source/specs/stx-4.0/approved/security-2007360-cert-manager.rst Story: 2007360 Task: 39221 Change-Id: I42e4dc47d2b65da807edf0ea8b7af93457e027b8 Signed-off-by: Sabeel Ansari <Sabeel.Ansari@windriver.com>
18 lines
596 B
ReStructuredText
18 lines
596 B
ReStructuredText
StarlingX Nginx-Ingress-Controller-Armada-App Style Commandments
|
|
================================================================
|
|
|
|
- Step 1: Read the OpenStack style commandments
|
|
https://docs.openstack.org/hacking/latest/
|
|
- Step 2: Read on
|
|
|
|
Nginx-Ingress-Controller-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.
|