304d10ece8
This commit creates the directory structure of harbor repo. Harbor helm chart version v1.12.0 (appVersion 2.8.0) is used. Depends-On: https://review.opendev.org/c/starlingx/app-harbor/+/883476 Test Plan: PASSED: Build process is successful with creation of debian package. PASSED: Extract the content of stx-harbor-helm_1.0-1.stx.12_amd64.deb and check if the helm tar file is present. PASSED: AIO-SX app upload using 'system application-apply' Story: 2010721 Task: 48046 Change-Id: I38b2e2f79d7fe03267cf13c7295651d00a6e1649 Signed-off-by: Jagatguru Prasad Mishra <jagatguruprasad.mishra@windriver.com>
18 lines
496 B
ReStructuredText
18 lines
496 B
ReStructuredText
StarlingX App-Harbor Style Commandments
|
|
=======================================
|
|
|
|
- Step 1: Read the OpenStack style commandments
|
|
https://docs.openstack.org/hacking/latest/
|
|
- Step 2: Read on
|
|
|
|
App-Harbor 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.
|