7 Commits

Author SHA1 Message Date
Leonardo Fagundes Luz Serrano
441d44eb2f Standardize app configs
Fixed versioning and adjusted some build files
to bring them as close to a standard as possible.

- Removed centos files
- Added version tracking via GITREVCOUNT
- Fixed mismatch in plugin name, set to python3-k8sapp-<app>
- Standardized plugin debian files (rules, *.install)
- Plugin wheels saved to /plugin instead of /plugin/<app>

Test Plan:
PASS - Build-pkgs -a
PASS - Build-image
PASS - Install, bootstrap, unlock
PASS - app tarball contains wheel file
PASS - wheel versioning updated properly

Story: 2010542
Task: 47192

Signed-off-by: Leonardo Fagundes Luz Serrano <Leonardo.FagundesLuzSerrano@windriver.com>
Change-Id: I73712a6b41639829cd56a02781bd8d80337a372a
vr/stx.8.0 __v.stx.test2
2023-01-20 15:41:02 +00:00
Al Bailey
056036a19b Update tox.ini to work with tox 4
This change will allow this repo to pass zuul now
that this has merged:
https://review.opendev.org/c/zuul/zuul-jobs/+/866943

Tox 4 deprecated whitelist_externals.
Replace whitelist_externals with allowlist_externals

Due to unit test failures related to installing the
components, the Zuul file for this repo is pinned to
be less than tox 4.

Partial-Bug: #2000399

Signed-off-by: Al Bailey <al.bailey@windriver.com>
Change-Id: I906ebaa601170bd12183f1c983c3d5087014e696
2022-12-26 22:24:03 +00:00
Leonardo Fagundes Luz Serrano
a392d114d7 appfwk: set flux reconciliation interval to 1m
Set reconciliation interval for all flux helm resources to 1m
to allow it to manage resources by itself in a reasonable time
interval.

Test Plan (tested as part of [1]):
PASS: bootstrap
PASS: unlocked enabled available
PASS: apps applied
PASS: inspect flux pod logs for errors
PASS: re-test known trigger for 1996747 and 1995748
PASS: re-test known trigger 1997368

[1] https://review.opendev.org/c/starlingx/config/+/866862

Partial-Bug: 1999032

Signed-off-by: Leonardo Fagundes Luz Serrano <Leonardo.FagundesLuzSerrano@windriver.com>
Change-Id: Id7568e901598ed0945ca8ba7c0024e0ab04bb5c2
2022-12-07 19:33:24 +00:00
Michel Thebeau
169972f1bd lock down tarball for o-ran-sc/pti-o2
The upstream 2.0.0 tag is unstable, which breaks the starlingx
downloader. In particular, the change
I3df016307deb83ef005cf201bf6fc6c91fa3a49e breaks the mirror.

Use a git commit instead of 2.0.0. Refactor the filename.

Test plan:
PASS: build
PASS: compare build artifacts before/after replacement of dl url

Closes-Bug: 1997934

Change-Id: I9098b75802cfb2d11213f4c22137384828ffe8c1
Signed-off-by: Michel Thebeau <michel.thebeau@windriver.com>
2022-11-30 11:14:39 -05:00
Jackie Huang
19fdd5701f meta_data.yaml: update the md5sum
The upstream changed the tag to include some security
fixes so the md5sum need to be updated.

Test Plan:

Pass: "downloader -s" without using the cengn mirror
Pass: build the package stx-oran-o2-helm
Pass: oran-o2 present in /usr/local/share/applications/helm/ after package installation
Pass: oran-o2 is applied on AIO-SX Debian

Closes-Bug: 1997934

Signed-off-by: Jackie Huang <jackie.huang@windriver.com>
Change-Id: I3df016307deb83ef005cf201bf6fc6c91fa3a49e
2022-11-25 22:21:54 +08:00
Jackie Huang
47b3fd6a32 Introduction of the ORAN O2 application
The ORAN O2 app provides O-RAN spec compliant O2 interfaces.

This commit packages the existing O2 helm charts into
a fluxCD application

Test Plan:

Pass: oran-o2 present in /usr/local/share/applications/helm/ after CentOS ISO installation
Pass: oran-o2 present in /usr/local/share/applications/helm/ after Debian ISO installation
Pass: oran-o2 is applied on AIO-SX CentOS
Pass: oran-o2 is applied on AIO-SX Debian
Pass: oran-o2 is applied on DC AIO-DX CentOS
Pass: oran-o2 is applied with overrides on AIO-SX CentOS
Pass: oran-o2 is applied with overrides on AIO-SX Debian
Pass: oran-o2 is applied with overrides on DC Central AIO-DX CentOS

Story: 2010278
Task: 46684

Signed-off-by: Jackie Huang <jackie.huang@windriver.com>
Change-Id: I290c12f8d0f5c02588920ef3cd3e23b1ad80b0d2
2022-11-12 16:49:24 +08:00
OpenDev Project Creator
49916455ef Added .gitreview 2022-09-23 18:48:22 +00:00