it/dep.git
24 min agoMerge "Chore: Bump actions/checkout from 5.0.0 to 6.0.1" master
John Keeney [Wed, 10 Dec 2025 17:38:31 +0000 (17:38 +0000)]
Merge "Chore: Bump actions/checkout from 5.0.0 to 6.0.1"

25 min agoMerge "Chore: Bump step-security/harden-runner from 2.13.2 to 2.13.3"
John Keeney [Wed, 10 Dec 2025 17:38:13 +0000 (17:38 +0000)]
Merge "Chore: Bump step-security/harden-runner from 2.13.2 to 2.13.3"

45 hours agoChore: Bump step-security/harden-runner from 2.13.2 to 2.13.3 39/15339/1
dependabot[bot] [Mon, 8 Dec 2025 20:20:16 +0000 (20:20 +0000)]
Chore: Bump step-security/harden-runner from 2.13.2 to 2.13.3

Bumps step-security/harden-runner from 2.13.2 to 2.13.3.
## Release notes

Sourced from step-security/harden-runner's releases.

v2.13.3
What's Changed

Fixed an issue where process events were not uploaded in certain edge cases.

Full Changelog: https://github.com/step-security/harden-runner/compare/v2.13.2...v2.13.3

## Commits

df199fb Merge pull request #620 from step-security/rc-29
03d096a update agent
4090107 fix: update agent
See full diff in compare view

![Dependabot compatibility score](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)

Issue-ID: CIMAN-33
Signed-off-by: dependabot[bot] <support@github.com>
Signed-off-by: oran.gh2gerrit <releng+oran-gh2gerrit@linuxfoundation.org>
Change-Id: I47ae9a8fde850c6570ebed565b3508dd05419a65
GitHub-PR: https://github.com/o-ran-sc/it-dep/pull/24
GitHub-Hash: 0b246d0fcaea1d10

45 hours agoChore: Bump actions/checkout from 5.0.0 to 6.0.1 38/15338/1
dependabot[bot] [Mon, 8 Dec 2025 20:20:09 +0000 (20:20 +0000)]
Chore: Bump actions/checkout from 5.0.0 to 6.0.1

Bumps actions/checkout from 5.0.0 to 6.0.1.
## Release notes

Sourced from actions/checkout's releases.

v6.0.1
What's Changed

Update all references from v5 and v4 to v6 by @​ericsciple in actions/checkout#2314
Add worktree support for persist-credentials includeIf by @​ericsciple in actions/checkout#2327
Clarify v6 README by @​ericsciple in actions/checkout#2328

Full Changelog: https://github.com/actions/checkout/compare/v6...v6.0.1
v6.0.0
What's Changed

Update README to include Node.js 24 support details and requirements by @​salmanmkc in actions/checkout#2248
Persist creds to a separate file by @​ericsciple in actions/checkout#2286
v6-beta by @​ericsciple in actions/checkout#2298
update readme/changelog for v6 by @​ericsciple in actions/checkout#2311

Full Changelog: https://github.com/actions/checkout/compare/v5.0.0...v6.0.0
v6-beta
What's Changed
Updated persist-credentials to store the credentials under $RUNNER_TEMP instead of directly in the local git config.
This requires a minimum Actions Runner version of v2.329.0 to access the persisted credentials for Docker container action scenarios.
v5.0.1
What's Changed

Port v6 cleanup to v5 by @​ericsciple in actions/checkout#2301

Full Changelog: https://github.com/actions/checkout/compare/v5...v5.0.1

## Changelog

Sourced from actions/checkout's changelog.

Changelog
v6.0.0

Persist creds to a separate file by @​ericsciple in actions/checkout#2286
Update README to include Node.js 24 support details and requirements by @​salmanmkc in actions/checkout#2248

v5.0.1

Port v6 cleanup to v5 by @​ericsciple in actions/checkout#2301

v5.0.0

Update actions checkout to use node 24 by @​salmanmkc in actions/checkout#2226

v4.3.1

Port v6 cleanup to v4 by @​ericsciple in actions/checkout#2305

v4.3.0

docs: update README.md by @​motss in actions/checkout#1971
Add internal repos for checking out multiple repositories by @​mouismail in actions/checkout#1977
Documentation update - add recommended permissions to Readme by @​benwells in actions/checkout#2043

Adjust positioning of user email note and permissions heading by @​joshmgross in actions/checkout#2044
Update README.md by @​nebuk89 in actions/checkout#2194
Update CODEOWNERS for actions by @​TingluoHuang in actions/checkout#2224
Update package dependencies by @​salmanmkc in actions/checkout#2236

v4.2.2

url-helper.ts now leverages well-known environment variables by @​jww3 in actions/checkout#1941
Expand unit test coverage for isGhes by @​jww3 in actions/checkout#1946

v4.2.1

Check out other refs/* by commit if provided, fall back to ref by @​orhantoy in actions/checkout#1924

v4.2.0

Add Ref and Commit outputs by @​lucacome in actions/checkout#1180
Dependency updates by @​dependabot- actions/checkout#1777, actions/checkout#1872

v4.1.7

Bump the minor-npm-dependencies group across 1 directory with 4 updates by @​dependabot in actions/checkout#1739
Bump actions/checkout from 3 to 4 by @​dependabot in actions/checkout#1697
Check out other refs/* by commit by @​orhantoy in actions/checkout#1774
Pin actions/checkout's own workflows to a known, good, stable version. by @​jww3 in actions/checkout#1776

v4.1.6

Check platform to set archive extension appropriately by @​cory-miller in actions/checkout#1732

v4.1.5

Update NPM dependencies by @​cory-miller in actions/checkout#1703
Bump github/codeql-action from 2 to 3 by @​dependabot in actions/checkout#1694
Bump actions/setup-node from 1 to 4 by @​dependabot in actions/checkout#1696
Bump actions/upload-artifact from 2 to 4 by @​dependabot in actions/checkout#1695

... (truncated)

## Commits

8e8c483 Clarify v6 README (#2328)
033fa0d Add worktree support for persist-credentials includeIf (#2327)
c2d88d3 Update all references from v5 and v4 to v6 (#2314)
1af3b93 update readme/changelog for v6 (#2311)
71cf226 v6-beta (#2298)
069c695 Persist creds to a separate file (#2286)
ff7abcd Update README to include Node.js 24 support details and requirements (#2248)
See full diff in compare view

![Dependabot compatibility score](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)

Issue-ID: CIMAN-33
Signed-off-by: dependabot[bot] <support@github.com>
Signed-off-by: oran.gh2gerrit <releng+oran-gh2gerrit@linuxfoundation.org>
Change-Id: Ia4bac075a7a226ab56f034a9146dd2c6aa0388c7
GitHub-PR: https://github.com/o-ran-sc/it-dep/pull/22
GitHub-Hash: 0818aece280962df

45 hours agoChore: Bump lfreleng-actions/github2gerrit-action from 0.1.22 to 1.0.2 37/15337/1
dependabot[bot] [Mon, 8 Dec 2025 20:20:03 +0000 (20:20 +0000)]
Chore: Bump lfreleng-actions/github2gerrit-action from 0.1.22 to 1.0.2

Bumps lfreleng-actions/github2gerrit-action from 0.1.22 to 1.0.2.
## Release notes

Sourced from lfreleng-actions/github2gerrit-action's releases.

v1.0.2
Bug Fixes

Fix: Environment setup/updates to fix build-on-demand @​ModeSevenIndustrialSolutions (#56)

Maintenance

Chore: Bump actions/checkout from 5.0.1 to 6.0.0 @dependabot[bot] (#48)
Chore: Bump astral-sh/setup-uv from 7.1.3 to 7.1.4 @dependabot[bot] (#49)
Chore: Bump lfreleng-actions/python-build-action from 0.1.21 to 0.1.22 @dependabot[bot] (#50)
Chore: Bump lfreleng-actions/python-test-action from 0.1.12 to 1.0.0 @dependabot[bot] (#53)
Chore: Bump actions/setup-python from 6.0.0 to 6.1.0 @dependabot[bot] (#54)
Chore: Bump anchore/scan-action from 7.2.0 to 7.2.1 @dependabot[bot] (#55)
Chore: Bump lfreleng-actions/draft-release-promote-action @dependabot[bot] (#52)

Code Quality

CI: Checkout now (optionally) handled in PyP publishing step @​ModeSevenIndustrialSolutions (#57)

Links

Submit bugs/feature requests

v1.0.1
Maintenance

Chore: Bump lfit/releng-reusable-workflows/.github/workflows/reuse-verify-github-actions.yaml @dependabot[bot] (#47)

Links

Submit bugs/feature requests

v1.0.0
Breaking Change

Feat!: Enhance pull request close/reconciliation handling @​ModeSevenIndustrialSolutions (#41)

New Features

Feat!: Enhance pull request close/reconciliation handling @​ModeSevenIndustrialSolutions (#41)

Maintenance

Chore: pre-commit autoupdate @pre-commit-ci[bot] (#42)
Chore: Bump lfreleng-actions/python-build-action from 0.1.20 to 0.1.21 @dependabot[bot] (#44)
Chore: Bump anchore/scan-action from 7.1.0 to 7.2.0 @dependabot[bot] (#45)
Chore: Bump astral-sh/setup-uv from 7.1.2 to 7.1.3 @dependabot[bot] (#43)
Chore: Bump actions/checkout from 5.0.0 to 5.0.1 @dependabot[bot] (#46)

Links

Submit bugs/feature requests

... (truncated)

## Changelog

Sourced from lfreleng-actions/github2gerrit-action's changelog.

Release Notes - v0.2.0
Overview
Version 0.2.0 introduces important behavioral changes and improvements to the
GitHub2Gerrit action. This release focuses on making the default behavior more
aligned with common use cases and improving the handling of push events.
Breaking Changes
⚠️ PRESERVE_GITHUB_PRS Default Changed from false to true
Impact: HIGH - This is a breaking change that affects default workflow behavior
Previous Behavior (v0.1.x):

Default: PRESERVE_GITHUB_PRS=&quot;false&quot;
GitHub pull requests closed automatically when the action pushed them to Gerrit
Users had to explicitly set PRESERVE_GITHUB_PRS=&quot;true&quot; to keep PRs open

New Behavior (v0.2.0):

Default: PRESERVE_GITHUB_PRS=&quot;true&quot;
GitHub pull requests now remain open by default when the action pushes them to Gerrit
Users must explicitly set PRESERVE_GITHUB_PRS=&quot;false&quot; to close PRs after submission

Rationale:
We changed the default for these reasons:

Common Use Case: Most projects using this action want to maintain GitHub
PRs as a reference point even after they submit changes to Gerrit
Safer Default: Preserving PRs is a non-destructive operation, making it a safer default behavior
Alignment with Documentation: The README already recommended

PRESERVE_GITHUB_PRS=true as the typical configuration
Two-Way Workflow: The new CLOSE_MERGED_PRS feature (default: true)
closes PRs automatically when maintainers merge Gerrit changes, offering a
complete bidirectional workflow

Migration Guide:
If your workflow relied on the previous default behavior of closing PRs after submission:
# Add this to your workflow to maintain v0.1.x behavior
- uses: lfit/github2gerrit-action@v0.2.0
 with:
&lt;/tr&gt;&lt;/table&gt;

... (truncated)

## Commits

cf7b647 Merge pull request #57 from modeseven-lfreleng-actions/update-workflows
b4f9921 CI: Checkout now (optionally) handled in PyP publishing step
1881fa4 Merge pull request #56 from modeseven-lfreleng-actions/update-action
5c200b9 Fix: Environment setup/updates to fix build-on-demand
036af59 Merge pull request #52 from lfreleng-actions/dependabot/github_actions/lfrele
04d5a82 Merge pull request #55 from lfreleng-actions/dependabot/github_actions/anchor
0441d78 Merge pull request #54 from lfreleng-actions/dependabot/github_actions/action
891c70b Merge pull request #53 from lfreleng-actions/dependabot/github_actions/lfrele
723d4b2 Chore: Bump anchore/scan-action from 7.2.0 to 7.2.1
7d41489 Chore: Bump actions/setup-python from 6.0.0 to 6.1.0
Additional commits viewable in compare view

![Dependabot compatibility score](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)

Issue-ID: CIMAN-33
Signed-off-by: dependabot[bot] <support@github.com>
Signed-off-by: oran.gh2gerrit <releng+oran-gh2gerrit@linuxfoundation.org>
Change-Id: I2384731dfe96f465959e465e886f91e8bca54a9e
GitHub-PR: https://github.com/o-ran-sc/it-dep/pull/23
GitHub-Hash: f5d40cce752ede97

6 days agoCI: Make Gerrit jobs bypassable with workflow_dispatch 34/15334/1
Matthew Watkins [Thu, 4 Dec 2025 17:10:23 +0000 (17:10 +0000)]
CI: Make Gerrit jobs bypassable with workflow_dispatch

Issue-ID: CIMAN-33
Change-Id: I7f59f9f8829c015fb789a44dcb0b8a6627f7da78
Signed-off-by: Matthew Watkins <mwatkins@linuxfoundation.org>
6 days agoCI: Add gerrit-merge-release-itdep.yaml release workflow 33/15333/5
Matthew Watkins [Thu, 4 Dec 2025 13:54:22 +0000 (13:54 +0000)]
CI: Add gerrit-merge-release-itdep.yaml release workflow

Issue-ID: CIMAN-33
Change-Id: I6263d5303df7d4c3342a738ffb7f41e1bbd8c18d
Signed-off-by: Matthew Watkins <mwatkins@linuxfoundation.org>
2 weeks agoChore: Bump lfreleng-actions/chartmuseum-action from 0.1.4 to 0.1.5 10/15310/1
dependabot[bot] [Mon, 24 Nov 2025 20:38:02 +0000 (20:38 +0000)]
Chore: Bump lfreleng-actions/chartmuseum-action from 0.1.4 to 0.1.5

Bumps lfreleng-actions/chartmuseum-action from 0.1.4 to 0.1.5.
## Release notes

Sourced from lfreleng-actions/chartmuseum-action's releases.

v0.1.5
Maintenance

Chore: pre-commit autoupdate @pre-commit-ci[bot] (#49)
Chore: pre-commit autoupdate @pre-commit-ci[bot] (#50)
Chore: Bump actions/checkout from 5.0.0 to 5.0.1 @dependabot[bot] (#52)
Chore: Bump lfreleng-actions/http-api-tool-docker from 1.0.1 to 1.0.2 @dependabot[bot] (#51)

Links

Submit bugs/feature requests

## Commits

fd69b10 Merge pull request #51 from lfreleng-actions/dependabot/github_actions/lfrele
e5f2567 Merge pull request #52 from lfreleng-actions/dependabot/github_actions/action
a0f8bdd Merge pull request #50 from lfreleng-actions/pre-commit-ci-update-config
c9b8720 Chore: Bump actions/checkout from 5.0.0 to 5.0.1
c7c8bf0 Chore: Bump lfreleng-actions/http-api-tool-docker from 1.0.1 to 1.0.2
e497ae4 Chore: pre-commit autoupdate
1b0fe67 Merge pull request #49 from lfreleng-actions/pre-commit-ci-update-config
3689697 Chore: pre-commit autoupdate
See full diff in compare view

![Dependabot compatibility score](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)

Issue-ID: CIMAN-33
Signed-off-by: dependabot[bot] <support@github.com>
Signed-off-by: oran.gh2gerrit <releng+oran-gh2gerrit@linuxfoundation.org>
Change-Id: Idbbe8da0e82236a454a8b7f9b965df10a9a6acb3
GitHub-PR: https://github.com/o-ran-sc/it-dep/pull/19
GitHub-Hash: d754a0ca87b916e9

3 weeks agoUse helm v3 for the build/merge jobs 95/15295/1
aravind.est [Tue, 18 Nov 2025 17:38:07 +0000 (17:38 +0000)]
Use helm v3 for the build/merge jobs

helm cm-push support for helm v4 is not available yet.
Github workflows updated to use the helm version 3.19.2
Warning added in setup helm script to show that helm v4 may get some issues with cm-push

Issue-ID: NONRTRIC-1097
Change-Id: I399653f336089c46ac545fa6fd4a3a1c95900457
Signed-off-by: aravind.est <aravindhan.a@est.tech>
3 weeks agoReplace snap installations with direct binary downloads 94/15294/2
aravind.est [Tue, 18 Nov 2025 12:07:26 +0000 (12:07 +0000)]
Replace snap installations with direct binary downloads

Change-Id: I2553a5a300056f1851de5eba6c85114a11727303
Signed-off-by: aravind.est <aravindhan.a@est.tech>
3 weeks agoRename aux.env to auxiliary.env for Windows compatibility 88/15288/1
aravind.est [Mon, 17 Nov 2025 17:27:36 +0000 (17:27 +0000)]
Rename aux.env to auxiliary.env for Windows compatibility

- Renamed tools/k8s/heat/env/aux.env to auxiliary.env
- Updated README.md reference
- Fixes Windows clone issue with reserved filename 'aux'

Change-Id: I81060ba71fc3c5a077c28ef2015a31d974dc055e
Signed-off-by: aravind.est <aravindhan.a@est.tech>
3 weeks agoRename the symlink AUX to RICAUX 87/15287/4
aravind.est [Mon, 17 Nov 2025 16:00:38 +0000 (16:00 +0000)]
Rename the symlink AUX to RICAUX

AUX is a reserved keyword in windows platform.
This prevents the repository from cloning in windows environment.

Issue-ID: NONRTRIC-1096
Change-Id: I1ba379e7562df4efa7c9a436ecbf5a16634c0eac
Signed-off-by: aravind.est <aravindhan.a@est.tech>
4 weeks agoChore: Bump lfreleng-actions/nexus-publish-action from 0.1.1 to 0.1.3 95/15195/1
dependabot[bot] [Thu, 6 Nov 2025 12:02:27 +0000 (12:02 +0000)]
Chore: Bump lfreleng-actions/nexus-publish-action from 0.1.1 to 0.1.3

[//]: # (dependabot-start)
⚠️ **Dependabot is rebasing this PR** ⚠️

Rebasing might not happen immediately, so don't worry if this takes some time.

Note: if you make any changes to this PR yourself, they will take precedence over the rebase.
Change-Id: Ie2c46935aa4f05f5f957a21ab8bb745eb8e502fc

---

[//]: # (dependabot-end)

Bumps lfreleng-actions/nexus-publish-action from 0.1.1 to 0.1.3.
## Release notes

Sourced from lfreleng-actions/nexus-publish-action's releases.

v0.1.3
Maintenance

Chore: Bump actions/download-artifact from 4.3.0 to 5.0.0 @dependabot[bot] (#12)
Chore: pre-commit autoupdate @pre-commit-ci[bot] (#13)
Chore: Bump lfreleng-actions/tag-push-verify-action from 0.1.0 to 0.1.1 @dependabot[bot] (#16)
Chore: Bump actions/checkout from 4.2.2 to 5.0.0 @dependabot[bot] (#15)
Chore: Bump amannn/action-semantic-pull-request from 5.5.3 to 6.0.1 @dependabot[bot] (#14)
Chore: pre-commit autoupdate @pre-commit-ci[bot] (#18)
Chore: pre-commit autoupdate @pre-commit-ci[bot] (#21)
Chore: Bump amannn/action-semantic-pull-request from 6.0.1 to 6.1.1 @dependabot[bot] (#20)
Chore: pre-commit autoupdate @pre-commit-ci[bot] (#22)
Chore: Bump azure/setup-helm from 4.3.0 to 4.3.1 @dependabot[bot] (#19)
Chore: pre-commit autoupdate @pre-commit-ci[bot] (#23)
Chore: Bump step-security/harden-runner from 2.13.0 to 2.13.1 @dependabot[bot] (#24)
Chore: pre-commit autoupdate @pre-commit-ci[bot] (#25)
Chore: Bump lfit/releng-reusable-workflows from 0.2.18 to 0.2.19 @dependabot[bot] (#27)
Chore: pre-commit autoupdate @pre-commit-ci[bot] (#28)
Chore: pre-commit autoupdate @pre-commit-ci[bot] (#29)
Chore: Bump lfit/releng-reusable-workflows from 0.2.19 to 0.2.21 @dependabot[bot] (#30)
Chore: pre-commit autoupdate @pre-commit-ci[bot] (#31)
Chore: Bump lfit/releng-reusable-workflows from 0.2.21 to 0.2.22 @dependabot[bot] (#32)
Chore: pre-commit autoupdate @pre-commit-ci[bot] (#33)
Chore: Bump actions/upload-artifact from 4.6.2 to 5.0.0 @dependabot[bot] (#37)
Chore: pre-commit autoupdate @pre-commit-ci[bot] (#35)
Chore: Bump lfit/releng-reusable-workflows from 0.2.22 to 0.2.24 @dependabot[bot] (#36)
Chore: Bump actions/download-artifact from 5.0.0 to 6.0.0 @dependabot[bot] (#38)

Code Quality

CI: Update tag-push.yaml workflow @​ModeSevenIndustrialSolutions (#17)
Test: Update helm repository, detect failures @​ModeSevenIndustrialSolutions (#26)

Links

Submit bugs/feature requests

v0.1.2
Bug Fixes

Fix: Refactor logging and address potential credential leakage @​ModeSevenIndustrialSolutions (#10)

Maintenance

Chore: pre-commit autoupdate @pre-commit-ci[bot] (#8)
Chore: pre-commit autoupdate @pre-commit-ci[bot] (#9)
Chore: Bump step-security/harden-runner from 2.12.2 to 2.13.0 @dependabot[bot] (#7)
Chore: pre-commit autoupdate @pre-commit-ci[bot] (#11)

Code Quality

... (truncated)

## Commits

b53a463 Merge pull request #38 from lfreleng-actions/dependabot/github_actions/action
c87c6f8 Merge pull request #36 from lfreleng-actions/dependabot/github_actions/lfit/r
76fad23 Merge pull request #35 from lfreleng-actions/pre-commit-ci-update-config
82d6e36 Merge pull request #37 from lfreleng-actions/dependabot/github_actions/action
09b1251 Chore: pre-commit autoupdate
026940a Chore: Bump actions/download-artifact from 5.0.0 to 6.0.0
a300fe2 Chore: Bump actions/upload-artifact from 4.6.2 to 5.0.0
c529fd4 Chore: Bump lfit/releng-reusable-workflows from 0.2.22 to 0.2.24
58b9c17 Merge pull request #33 from lfreleng-actions/pre-commit-ci-update-config
9215ef4 Merge pull request #32 from lfreleng-actions/dependabot/github_actions/lfit/r
Additional commits viewable in compare view

![Dependabot compatibility score](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)

Issue-ID: CIMAN-33
Signed-off-by: dependabot[bot] <support@github.com>
Signed-off-by: oran.gh2gerrit <releng+oran-gh2gerrit@linuxfoundation.org>
Change-Id: I2e5356e091f77667e075aeee03c42e5aa7cbab14
GitHub-PR: https://github.com/o-ran-sc/it-dep/pull/14
GitHub-Hash: f67a059401e2016b

4 weeks agoMerge "CI: Explicitly provide GitHub2Gerrit with O-RAN-SC inputs"
John Keeney [Thu, 6 Nov 2025 10:35:19 +0000 (10:35 +0000)]
Merge "CI: Explicitly provide GitHub2Gerrit with O-RAN-SC inputs"

4 weeks agoCI: Explicitly provide GitHub2Gerrit with O-RAN-SC inputs 94/15194/1
Matthew Watkins [Thu, 6 Nov 2025 10:07:08 +0000 (10:07 +0000)]
CI: Explicitly provide GitHub2Gerrit with O-RAN-SC inputs

this is necessary for O-RAN-SC, since the account naming didn't
follow the same pattern as the other projects as the project name
was streipped of its hyphens.

Issue-ID: CIMAN-33
Change-Id: I0bc384d83eb835bd52b11ad3aeb0dcb8120c862a
Signed-off-by: Matthew Watkins <mwatkins@linuxfoundation.org>
4 weeks agoCI: Update merge job with voting changes 93/15193/1
Matthew Watkins [Thu, 6 Nov 2025 09:09:52 +0000 (09:09 +0000)]
CI: Update merge job with voting changes

Issue-ID: CIMAN-33
Change-Id: I3c7fd8b081d30720043170a8172aa2d97ebcbf1b
Signed-off-by: Matthew Watkins <mwatkins@linuxfoundation.org>
5 weeks agoMerge "Change repository of bitnami images to bitnamilegacy"
John Keeney [Wed, 5 Nov 2025 17:47:40 +0000 (17:47 +0000)]
Merge "Change repository of bitnami images to bitnamilegacy"

5 weeks agoCI: Update workflows/actions to latest tagged releases 92/15192/1
Matthew Watkins [Wed, 5 Nov 2025 17:04:59 +0000 (17:04 +0000)]
CI: Update workflows/actions to latest tagged releases

Several actions have been migrated between Github ORGs:

lfit -> lfreleng-actions

Also:
- Tagged a new release of http-api-tool-docker that uses uvx
- Tagged a new release of chartmuseum-action with the above

This should resolve the earlier docker build problems.

Change-Id: I821628f212a7e21d886e87490ad86ca6694e712f
Signed-off-by: Matthew Watkins <mwatkins@linuxfoundation.org>
5 weeks agoChange repository of bitnami images to bitnamilegacy 78/15178/1
aravind.est [Fri, 31 Oct 2025 11:46:16 +0000 (11:46 +0000)]
Change repository of bitnami images to bitnamilegacy

bitnami images in nexus repository seems to have expired. Hence moving to bitnamilegacy repository.

Issue-ID: NONRTRIC-1082
Change-Id: I6bae0125f3f50c82d15b477be27da05f62839efc
Signed-off-by: aravind.est <aravindhan.a@est.tech>
6 weeks agoInstallation mode support for Simulators 72/15172/1
aravind.est [Thu, 23 Oct 2025 11:02:00 +0000 (12:02 +0100)]
Installation mode support for Simulators

Simulators installation script modified to support the mode (dev/snapshot/release)

Issue-ID: NONRTRIC-1082
Change-Id: Id0c02811bc956fad85b9766cf620235d656881b3
Signed-off-by: aravind.est <aravindhan.a@est.tech>
6 weeks agoAdd simulator charts as part of verify and merge jobs 71/15171/1
aravind.est [Thu, 23 Oct 2025 10:27:45 +0000 (11:27 +0100)]
Add simulator charts as part of verify and merge jobs

Simulator charts included in the verification and merge workflows.

Issue-ID: NONRTRIC-1082
Change-Id: Ib0ddcb198c968d86694b2a68732e622259063f87
Signed-off-by: aravind.est <aravindhan.a@est.tech>
7 weeks agoUse nexus repository for openebs hook images 64/15164/1
aravind.est [Mon, 20 Oct 2025 14:06:55 +0000 (15:06 +0100)]
Use nexus repository for openebs hook images

This changes the openebs usage of docker.io repository for the hooks.

Issue-ID: NONRTRIC-1082
Change-Id: I2ff414174bc0e0723651bea72019c6424fb86e0d
Signed-off-by: aravind.est <aravindhan.a@est.tech>
7 weeks agoUse external IP for the servicemanager configuration if available 58/15158/2
aravind.est [Thu, 16 Oct 2025 17:05:33 +0000 (18:05 +0100)]
Use external IP for the servicemanager configuration if available

Servicemanager pre-configuration script modified to use the externalIP address if available. This is useful for the cloud environments where the externalIP address is accessible. As a fallback it uses the internalIP as well which works for the local environments. Also using the InternalIP was the existing behaviour.

Issue-ID: NONRTRIC-1082
Change-Id: I3ad58f41e8ac5eaaaa12a02ab54470bdc62a81d8
Signed-off-by: aravind.est <aravindhan.a@est.tech>
8 weeks agoUpdate chartmuseum configuration details in README 35/15135/2
aravind.est [Thu, 9 Oct 2025 15:12:34 +0000 (16:12 +0100)]
Update chartmuseum configuration details in README

Flavour specific configurations updated.

Issue-ID: NONRTRIC-1082
Change-Id: I06fafbaca52002e125d83341547d19821f53cc28
Signed-off-by: aravind.est <aravindhan.a@est.tech>
2 months agoRemove the charts files 24/15124/1
aravind.est [Tue, 7 Oct 2025 10:29:53 +0000 (11:29 +0100)]
Remove the charts files

Charts are pushed to the snapshot repository now. Hence the charts removed from the repository.

Issue-ID: NONRTRIC-1076
Change-Id: I54fc3348a7625be2fc71f1059bc73d0395eeeb50
Signed-off-by: aravind.est <aravindhan.a@est.tech>
2 months agoManual pull instructions added 13/15113/6
aravind.est [Fri, 3 Oct 2025 16:53:23 +0000 (17:53 +0100)]
Manual pull instructions added

Instructions to pull the required images added

Issue-ID: NONRTRIC-1076
Change-Id: I6a9c08655e5eccfb097e4699e9ced1459abee9c0
Signed-off-by: aravind.est <aravindhan.a@est.tech>
2 months agoOptimize SMO installation time 04/15104/6
aravind.est [Thu, 2 Oct 2025 13:05:48 +0000 (14:05 +0100)]
Optimize SMO installation time

Couple of waits removed as the further scripts have the initcontainers/wait in place.
Helm repo add moved to one place so does the helm repo update.

Issue-ID: NONRTRIC-1076
Change-Id: I0739a328e06c2a36789bb1d3f0443dcf4de1e564
Signed-off-by: aravind.est <aravindhan.a@est.tech>
2 months agoMerge "Update helm version"
bimo fransiscus asisi [Fri, 3 Oct 2025 01:47:32 +0000 (01:47 +0000)]
Merge "Update helm version"

2 months agoUse OSC Nexus proxy repository for docker hub images 00/15100/3
aravind.est [Tue, 30 Sep 2025 16:28:05 +0000 (17:28 +0100)]
Use OSC Nexus proxy repository for docker hub images

Nexus proxy repository has been used to fetch the images that are available in docker hub.
Charts refactored to have a common template to use for OSC release/snapshot/staging repository.
Required images has been replicated to the nexus proxy and used in the respective charts.

Issue-ID: NONRTRIC-1076
Change-Id: I255b3eef9090600d216f9ca26f8ad48f7bc5b503
Signed-off-by: aravind.est <aravindhan.a@est.tech>
2 months agoUse OSC Helm charts for release/snapshot installation 56/14956/6
aravind.est [Fri, 19 Sep 2025 14:09:50 +0000 (15:09 +0100)]
Use OSC Helm charts for release/snapshot installation

it/dep helm charts are published to OSC Helm repositories.
SNAPSHOT repository is available with the charts and used.
Once the release charts are available. This needs to be modified to support that.

Issue-ID: NONRTRIC-1076
Change-Id: I16d06461bab1b862790bad3b775ded89d16bf755
Signed-off-by: aravind.est <aravindhan.a@est.tech>
2 months agoCI: Add .github/dependabot.yml configuration 06/15006/1
ModeSevenIndustrialSolutions [Thu, 25 Sep 2025 10:47:43 +0000 (11:47 +0100)]
CI: Add .github/dependabot.yml configuration

Add dependabot configuration for automatic GitHub Actions updates
with weekly schedule and 'Chore' commit prefix.

Issue-ID: CIMAN-33
Change-Id: I8a3e073ca0d857440f935e726fffc2ab6598de50
Signed-off-by: ModeSevenIndustrialSolutions <mwatkins@linuxfoundation.org>
2 months agoUpdate helm version 27/14927/6
Bimo Fransiscus Asisi [Thu, 18 Sep 2025 02:10:58 +0000 (10:10 +0800)]
Update helm version

This commit does the following:
1. Bump kubernetes and helm versions
2. Handle debian versioning and remove it from KUBERVERSION

Issue-Id: INT-199
Change-Id: If9b63897edd61f0b29051b7980fc5cc42811200c
Signed-off-by: Bimo Fransiscus Asisi <d11002806@gapps.ntust.edu.tw>
2 months agoFixed DMI plugin issue with workaround 57/14957/1
saul.gill [Fri, 19 Sep 2025 14:41:51 +0000 (15:41 +0100)]
Fixed DMI plugin issue with workaround

Issue-ID: NONRTRIC-1084
Change-Id: I01b29cf05b5e3f6fce53253231215aa03a2f2474
Signed-off-by: saul.gill <saul.gill@est.tech>
2 months agoRevert "Append the repository path in Helm URL" 22/14922/1
aravind.est [Tue, 16 Sep 2025 14:20:58 +0000 (15:20 +0100)]
Revert "Append the repository path in Helm URL"

This reverts commit 158067d19e18870a360c2e44d9d382b360784adb.

Change-Id: I5b5e851e961678c43a48f3fed5a8b3a9a2fbfc73
Signed-off-by: aravind.est <aravindhan.a@est.tech>
2 months agoUpdate smo-lite installation instructions 18/14918/1
aravind.est [Tue, 16 Sep 2025 08:50:54 +0000 (09:50 +0100)]
Update smo-lite installation instructions

Instructions update to work with latest changes of kubernetes installation.

Issue-ID: NONRTRIC-1076
Change-Id: I34c97bb26dfef7b6641e89448488f989bf697359
Signed-off-by: aravind.est <aravindhan.a@est.tech>
2 months agoAppend the repository path in Helm URL 15/14915/1
aravind.est [Mon, 15 Sep 2025 15:47:56 +0000 (16:47 +0100)]
Append the repository path in Helm URL

Repository path updated to chech the helm package upload

Issue-ID: NONRTRIC-1076
Change-Id: Ie2155e770687522b730e74a467c240c4724096e3
Signed-off-by: aravind.est <aravindhan.a@est.tech>
2 months agoMerge "Integrate k8s setup with SMO dependencies post-k8s installation"
bimo fransiscus asisi [Mon, 15 Sep 2025 12:28:13 +0000 (12:28 +0000)]
Merge "Integrate k8s setup with SMO dependencies post-k8s installation"

2 months agoIntegrate k8s setup with SMO dependencies post-k8s installation 10/14910/3
Bimo Fransiscus Asisi [Sun, 14 Sep 2025 10:54:51 +0000 (18:54 +0800)]
Integrate k8s setup with SMO dependencies post-k8s installation

Issue-Id: INT-198
Change-Id: I3a26c3b583561b264a035a292b4c99001323cd1b
Signed-off-by: Bimo Fransiscus Asisi <d11002806@gapps.ntust.edu.tw>
2 months agoEnable A1PMS for rAppmanager installation 09/14909/1
aravind.est [Fri, 12 Sep 2025 11:30:55 +0000 (12:30 +0100)]
Enable A1PMS for rAppmanager installation

A1PMS installation enabled for rAppmanager flavour

Issue-ID: NONRTRIC-1082
Change-Id: I84dcbc68ed4bfb5722c34fe38af62d6c45b97fa1
Signed-off-by: aravind.est <aravindhan.a@est.tech>
3 months agoDecrease log level for dme participant 99/14899/1
aravind.est [Wed, 10 Sep 2025 10:55:21 +0000 (11:55 +0100)]
Decrease log level for dme participant

DME participant resttemplate log level changed to DEBUG

Issue-ID: INT-193
Change-Id: I7d5654a6c67d6e8a31d3962f263a66d0cab7c448
Signed-off-by: aravind.est <aravindhan.a@est.tech>
3 months agoMerge "increase max_concurrent_downloads to reduce queue waiting time"
bimo fransiscus asisi [Tue, 9 Sep 2025 01:37:34 +0000 (01:37 +0000)]
Merge "increase max_concurrent_downloads to reduce queue waiting time"

3 months agoUpdate ICS release image 92/14892/1
aravind.est [Mon, 8 Sep 2025 15:46:51 +0000 (16:46 +0100)]
Update ICS release image

ICS release image updated
ICS volume permission adjusted
ICS log level adjusted

Issue-ID: INT-193
Change-Id: I2b3ded2ae6701f95b70a91c21a3d081a1fb9f382
Signed-off-by: aravind.est <aravindhan.a@est.tech>
3 months agoincrease max_concurrent_downloads to reduce queue waiting time 85/14885/1
Bimo Fransiscus Asisi [Mon, 8 Sep 2025 11:59:24 +0000 (19:59 +0800)]
increase max_concurrent_downloads to reduce queue waiting time

Issue-Id: INT-196
Change-Id: I9344be0aa43ced1a4dbb6ea243a4e5ff6415428c
Signed-off-by: Bimo Fransiscus Asisi <d11002806@gapps.ntust.edu.tw>
3 months agoRemove pv creation using files 79/14879/2
aravind.est [Fri, 5 Sep 2025 18:46:14 +0000 (19:46 +0100)]
Remove pv creation using files

PV creation is handling using the storageclass smo-storage.
This change removes file based PV creation and utilize the storageclass properties.

Issue-ID: NONRTRIC-1082
Change-Id: Ied290e8b19a85450f64463d970aeff49e42fcb2a
Signed-off-by: aravind.est <aravindhan.a@est.tech>
3 months agoadd breaklines for new each line 70/14870/1
Bimo Fransiscus Asisi [Thu, 4 Sep 2025 08:59:25 +0000 (16:59 +0800)]
add breaklines for new each line

Issue-id: INT-192
Change-Id: I91f98a10e9811035549adf30391bcc1705f1e7ac
Signed-off-by: Bimo Fransiscus Asisi <d11002806@gapps.ntust.edu.tw>
3 months agoRemove notify step from merge workflow 50/14850/1
aravind.est [Wed, 27 Aug 2025 16:19:15 +0000 (17:19 +0100)]
Remove notify step from merge workflow

Notify step from merge removed.
CI Build tags added in README

Issue-ID: NONRTRIC-1086
Change-Id: Ifbd16714033907e5a60a9121a0bfde6c2d877288
Signed-off-by: aravind.est <aravindhan.a@est.tech>
3 months agoFix nexus password secret name 48/14848/1
aravind.est [Tue, 26 Aug 2025 16:28:40 +0000 (17:28 +0100)]
Fix nexus password secret name

Name of the nexus secret changed to align with repository.

Issue-ID: NONRTRIC-1086
Change-Id: I8d4e92da5a41ad6b8a18918395965a201f2ddee8
Signed-off-by: aravind.est <aravindhan.a@est.tech>
3 months agoAdd merge github workflow 47/14847/1
aravind.est [Tue, 26 Aug 2025 11:10:31 +0000 (12:10 +0100)]
Add merge github workflow

Merge Github workflow added.
This expects the NEXUS3_SERVER and NEXUS3_PASSWORD to be set at the repo level.

Issue-ID: NONRTRIC-1086
Change-Id: I471130f1efef1c64238d52067c3a514932218223
Signed-off-by: aravind.est <aravindhan.a@est.tech>
3 months agoAdd individual control flag for RANPM common components 25/14825/5
aravind.est [Tue, 19 Aug 2025 19:28:59 +0000 (20:28 +0100)]
Add individual control flag for RANPM common components

RANPM components are provided with individual flags.
SMO Patch operations are provided with flags to control with the overrride files.
Installation flavours updated to support the required patching/RANPM common components.

Issue-ID: NONRTRIC-1082
Change-Id: Ifd4e0f67326f157652ba4d23d488566274aad5ee
Signed-off-by: aravind.est <aravindhan.a@est.tech>
3 months agoAdd mariadb probe startup time parameters 12/14812/4
aravind.est [Wed, 13 Aug 2025 08:51:44 +0000 (09:51 +0100)]
Add mariadb probe startup time parameters

Mariadb template has been modified to accept the probe parameters.
This commit adds the startup time to the default template.
This upgrades the onap_oom version to the latest master.

Issue-ID: INT-170
Change-Id: I2965cc08eb970b24731a4fffae2e9233b87c7f70
Signed-off-by: aravind.est <aravindhan.a@est.tech>
3 months agorAppmanager : init script added to Wait for servicemanager 20/14820/4
aravind.est [Mon, 18 Aug 2025 14:16:12 +0000 (15:16 +0100)]
rAppmanager : init script added to Wait for servicemanager

Init script added to wait for service manager

Issue-ID: NONRTRIC-1082
Change-Id: I2fac889b3ffa45a3b8583cbe65ec97c127ef8a55
Signed-off-by: aravind.est <aravindhan.a@est.tech>
3 months agoMerge "Added kubernetes version of pynts simulator"
John Keeney [Mon, 25 Aug 2025 14:03:57 +0000 (14:03 +0000)]
Merge "Added kubernetes version of pynts simulator"

3 months agoAdded kubernetes version of pynts simulator 99/14799/6
saul.gill [Fri, 27 Jun 2025 12:00:24 +0000 (13:00 +0100)]
Added kubernetes version of pynts simulator

Added flavour for ranpm, pynts, es-rapp use-case
Exposed config of dfc, xml2json and pmlog to new flavour
Added pynts simulator chart and added to new flavour
Added patch for kubernetes ppnt file permission issues
Added patch for CPS/DMI kafka user issues
Added CPS chart corrections
Added TEIV o-ran-smo-teiv-ran module sql changes

Issue-ID: NONRTRIC-1084
Change-Id: Iaccde739bb7952d9cd639bb04eae1b6007c8832e
Signed-off-by: saul.gill <saul.gill@est.tech>
3 months agoRename github workflow 44/14844/1
aravind.est [Mon, 25 Aug 2025 10:27:53 +0000 (11:27 +0100)]
Rename github workflow

Github verify workflow renamed to gerrit-* pattern

Issue-ID: NONRTRIC-1086
Change-Id: I4c697a91ff7de530660476c53714e6159c9a15c3
Signed-off-by: aravind.est <aravindhan.a@est.tech>
3 months agoMerge "Initial Github workflow for CI"
John Keeney [Mon, 25 Aug 2025 09:37:19 +0000 (09:37 +0000)]
Merge "Initial Github workflow for CI"

3 months agoMerge "add openebs as default local storageclass"
John Keeney [Mon, 18 Aug 2025 09:45:25 +0000 (09:45 +0000)]
Merge "add openebs as default local storageclass"

3 months agoMerge "add chartmuseum + cm-push plugin installation script"
John Keeney [Mon, 18 Aug 2025 09:44:39 +0000 (09:44 +0000)]
Merge "add chartmuseum + cm-push plugin installation script"

3 months agoMerge "modify directory kubectl with output for gha integration"
John Keeney [Mon, 18 Aug 2025 09:43:48 +0000 (09:43 +0000)]
Merge "modify directory kubectl with output for gha integration"

3 months agoMerge "Remove Standalone NONRTRIC charts"
John Keeney [Mon, 18 Aug 2025 09:42:59 +0000 (09:42 +0000)]
Merge "Remove Standalone NONRTRIC charts"

3 months agoMerge "Feat: Add GitHub2Gerrit and Dependabot workflows"
John Keeney [Mon, 18 Aug 2025 09:40:34 +0000 (09:40 +0000)]
Merge "Feat: Add GitHub2Gerrit and Dependabot workflows"

3 months agoInitial Github workflow for CI 17/14817/1
aravind.est [Thu, 14 Aug 2025 15:02:00 +0000 (16:02 +0100)]
Initial Github workflow for CI

Github workflow added to run the CI jobs.

Issue-ID: NONRTRIC-1082
Change-Id: I1cc4b9958528e06899d55c6796d5d15c90be3844
Signed-off-by: aravind.est <aravindhan.a@est.tech>
4 months agoRemove Standalone NONRTRIC charts 00/14800/1
aravind.est [Thu, 7 Aug 2025 13:51:40 +0000 (14:51 +0100)]
Remove Standalone NONRTRIC charts

Standalone NONRTRIC installation flavour introduced as part of smo-install
Remove all other version of NONRTRIC charts

Issue-ID: NONRTRIC-1082
Change-Id: I240bf2a0dc9b402fdcac03690f6ea64f18e13c16
Signed-off-by: aravind.est <aravindhan.a@est.tech>
4 months agomodify directory kubectl with output for gha integration 87/14787/6
Bimo Fransiscus Asisi [Tue, 5 Aug 2025 05:22:06 +0000 (13:22 +0800)]
modify directory kubectl with output for gha integration

issue-id: INT-185
Change-Id: If3d57526165d8b5f8afbae7ff464232b0602308a
Signed-off-by: Bimo Fransiscus Asisi <d11002806@gapps.ntust.edu.tw>
4 months agoadd openebs as default local storageclass 96/14796/2
Bimo Fransiscus Asisi [Thu, 7 Aug 2025 08:54:16 +0000 (16:54 +0800)]
add openebs as default local storageclass

issue-id: INT-192
Change-Id: Ie5cb8fd0a640905a1f0eac24e0138c3fcf46188b
Signed-off-by: Bimo Fransiscus Asisi <d11002806@gapps.ntust.edu.tw>
4 months agoadd chartmuseum + cm-push plugin installation script 88/14788/6
Bimo Fransiscus Asisi [Tue, 5 Aug 2025 12:27:44 +0000 (20:27 +0800)]
add chartmuseum + cm-push plugin installation script

issue-id: INT-186
Change-Id: I00334ec546df75025867e6391bf82e1a40716a57
Signed-off-by: Bimo Fransiscus Asisi <d11002806@gapps.ntust.edu.tw>
4 months agoMove service manager preload scripts to smo-install directory 95/14795/1
aravind.est [Wed, 6 Aug 2025 14:46:36 +0000 (15:46 +0100)]
Move service manager preload scripts to smo-install directory

SMO Installation uses service manager preload scripts from nonrtric directory.
As the NONRTRIC directory is being deprecated, the service manager preload scripts are moved to the smo-install directory.
This commit updates the paths in the deploy and undeploy scripts accordingly and modifies the post-configuration script to use

Issue-ID: NONRTRIC-1082
Change-Id: Ib80eb27b252ad9a8432a40ebacd579fd187e5384
Signed-off-by: aravind.est <aravindhan.a@est.tech>
4 months agoFeat: Add GitHub2Gerrit and Dependabot workflows 92/14792/2
Matthew Watkins [Tue, 5 Aug 2025 20:20:24 +0000 (21:20 +0100)]
Feat: Add GitHub2Gerrit and Dependabot workflows

Required for: IT-27939

Change-Id: Ica42fb9fa59fed46d9c65a51d556d37ce77085cd
Signed-off-by: Matthew Watkins <mwatkins@linuxfoundation.org>
4 months agoRemove RANPM submodule 91/14791/3
aravind.est [Tue, 5 Aug 2025 17:06:17 +0000 (18:06 +0100)]
Remove RANPM submodule

RANPM components installation provided by the new flavour in the SMO installation.
This commit removes the RANPM submodule from the it/dep repository.

Issue-ID: NONRTRIC-1082
Change-Id: I120251bbd45ca2a65cb4ee7f29c96442e7fc57eb
Signed-off-by: aravind.est <aravindhan.a@est.tech>
4 months agoAdd RANPM installation flavour 89/14789/1
aravind.est [Tue, 5 Aug 2025 13:37:24 +0000 (14:37 +0100)]
Add RANPM installation flavour

Installation flavour added for RANPM.

Issue-ID: NONRTRIC-1082
Change-Id: Ifed532d7a39a432cdc356cbafcae9cd7be428af1
Signed-off-by: aravind.est <aravindhan.a@est.tech>
4 months agoFix default installation mode when the flavour mentioned as "default" 75/14775/1
aravind.est [Fri, 1 Aug 2025 14:49:30 +0000 (15:49 +0100)]
Fix default installation mode when the flavour mentioned as "default"

When there is no flavour supplied, the script should default to "default" mode.
If the flavour set to "default", it should print a message indicating that the default flavour is being used and should not ask for the *-flavour-config files.

Issue-ID: INT-170
Change-Id: I678c8b38e247d5ce65e3ed20caf8c42080b166c9
Signed-off-by: aravind.est <aravindhan.a@est.tech>
4 months agoMerge "Add Installation flavour configuration files"
John Keeney [Thu, 31 Jul 2025 13:32:39 +0000 (13:32 +0000)]
Merge "Add Installation flavour configuration files"

4 months agoNONRTRIC Kong PV creation handling removed 74/14774/1
aravind.est [Thu, 31 Jul 2025 12:33:28 +0000 (13:33 +0100)]
NONRTRIC Kong PV creation handling removed

The logic to enable/disable PV creation based on the default storage class has been removed.
PV is created by default using the smo-storage storage class. Hence there is no need to check for the default storage class.

Issue-ID: INT-170
Change-Id: I03baf34e17ac8ae489d18d464c452ad9f99e1003
Signed-off-by: aravind.est <aravindhan.a@est.tech>
4 months agoAdd Installation flavour configuration files 47/14747/3
aravind.est [Mon, 28 Jul 2025 17:18:14 +0000 (18:18 +0100)]
Add Installation flavour configuration files

rAppmanager and standalone-nonrtric flavour configuration files have been added to the helm-override directory.
Each flavour configuration should have onap-flavour-config.yaml and oran-flavour-config.yaml files.
onap-override.yaml and oran-override.yaml from default flavour is considered as a base configuration file for the respective flavour.
The onap-flavour-config.yaml and oran-flavour-config.yaml files are used to override the base configuration files.
During the installation, the appropriate flavour configuration files will be applied on top of the base configuration files.

Issue-ID: NONRTRIC-1082
Change-Id: I9ad3427ce2185cac5c185e3c81d701b8504cfde6
Signed-off-by: aravind.est <aravindhan.a@est.tech>
4 months agoDefault k8s ppnt whitelist added in onap-override.yaml 46/14746/4
aravind.est [Mon, 28 Jul 2025 13:43:43 +0000 (14:43 +0100)]
Default k8s ppnt whitelist added in onap-override.yaml

ONAP Policy K8s ppnt needs the helm repositories to be whitelisted. This needs to be done for all the new helm repositories to be used with ONAP Policy K8s ppnt.
This commits adds the default helm repositories for ONAP Policy K8s ppnt in the onap-override.yaml file.
Any valid helm repository can be added to this override before installation.

Issue-ID: INT-170
Change-Id: I25ace887c2b7010e7f9124cd7c1f29e0d6d7d53a
Signed-off-by: aravind.est <aravindhan.a@est.tech>
4 months agoMerge "Add instructions for E2E installation and configuration"
John Keeney [Wed, 30 Jul 2025 09:48:44 +0000 (09:48 +0000)]
Merge "Add instructions for E2E installation and configuration"

4 months agoAdd instructions for E2E installation and configuration 30/14430/2
aravind.est [Sun, 18 May 2025 21:40:35 +0000 (22:40 +0100)]
Add instructions for E2E installation and configuration

This document provides instruction for E2E installation. This includes
Nephio, OAI Components, SMO, OAI O1 Adapter

Issue-ID: NONRTRIC-1020
Change-Id: I939f8d86ef0e7f0d939566994898bf5f9a49dd2f
Signed-off-by: aravind.est <aravindhan.a@est.tech>
4 months agoStorage class used in the kong and topology-exposure-inventory deployments. 43/14743/1
aravind.est [Fri, 25 Jul 2025 10:55:50 +0000 (11:55 +0100)]
Storage class used in the kong and topology-exposure-inventory deployments.

smo-storage storage used in kong and topology-exposure-inventory deployments.

Issue-ID: INT-170
Change-Id: I11c3ffc6022a4fcab3c6dfcf1603f8481cde5368
Signed-off-by: aravind.est <aravindhan.a@est.tech>
4 months agoInstalltion pre-requisites updated 30/14730/1
aravind.est [Tue, 22 Jul 2025 07:41:16 +0000 (08:41 +0100)]
Installtion pre-requisites updated

Installation pre-requisites added.
Installation time showed at the end.

Issue-ID: INT-170
Change-Id: If696e9c778d4383f4ac90590b4b97ab49713cec9
Signed-off-by: aravind.est <aravindhan.a@est.tech>
4 months agoRemove static nodeports from ranpm 27/14727/1
aravind.est [Fri, 18 Jul 2025 10:07:46 +0000 (11:07 +0100)]
Remove static nodeports from ranpm

These nodeports sometimes conflicts with the other ports allocated.
This change removes the static nodeport and uses dynamic nodeports for ranpm

Issue-ID: INT-170
Change-Id: I57ed2e03d5061f696b6bb921a9eb949f6054a294
Signed-off-by: aravind.est <aravindhan.a@est.tech>
4 months agoUplift ranpm 3pp components 24/14724/1
aravind.est [Wed, 16 Jul 2025 16:47:24 +0000 (17:47 +0100)]
Uplift ranpm 3pp components

Ranpm 3pp components version uplifted

Issue-ID: INT-170
Change-Id: Ida37bc9aaa8257e32b1a93bc79f940c5092aff63
Signed-off-by: aravind.est <aravindhan.a@est.tech>
5 months agoL release: Update latest images 93/14693/2
aravind.est [Fri, 4 Jul 2025 11:26:38 +0000 (12:26 +0100)]
L release: Update latest images

Update latest images for l release

Issue-ID: NONRTRIC-1072
Change-Id: I5e09c476c39406a888e77a4f628f2f3f640846e6
Signed-off-by: aravind.est <aravindhan.a@est.tech>
5 months agoCleanup the openebs installation and sc 22/14622/1
aravind.est [Mon, 30 Jun 2025 16:42:13 +0000 (17:42 +0100)]
Cleanup the openebs installation and sc

Openebs and Storage class cleanup added.

Issue-ID: INT-170
Change-Id: I08f9441d261f10ad638fcefb9e9c0dd75031fdf9
Signed-off-by: aravind.est <aravindhan.a@est.tech>
5 months agoMove yq and jq installation to pre-configuration stage and Increase timeout for kong 21/14621/2
aravind.est [Mon, 30 Jun 2025 14:29:14 +0000 (15:29 +0100)]
Move yq and jq installation to pre-configuration stage and Increase timeout for kong

Jq and Yq installation moved to common pre-configuration file.
NONRTRIC Kong deployment waiting timeout increased

Issue-ID: INT-170
Change-Id: Ic622bcf8b15db99a7322d27ee1210f0433dc0eea
Signed-off-by: aravind.est <aravindhan.a@est.tech>
5 months agoMerge "Add openebs for dynamic volume provisioning"
John Keeney [Mon, 30 Jun 2025 12:02:55 +0000 (12:02 +0000)]
Merge "Add openebs for dynamic volume provisioning"

5 months agoMerge "Fix kong postgres installation issue"
John Keeney [Mon, 30 Jun 2025 12:01:45 +0000 (12:01 +0000)]
Merge "Fix kong postgres installation issue"

5 months agoMerge "Update additional instructions on Mariadb installation failures"
John Keeney [Mon, 30 Jun 2025 12:00:57 +0000 (12:00 +0000)]
Merge "Update additional instructions on Mariadb installation failures"

5 months agoMerge "Helm upgrade --install used and yq installed using binary rather than snap."
John Keeney [Mon, 30 Jun 2025 12:00:03 +0000 (12:00 +0000)]
Merge "Helm upgrade --install used and yq installed using binary rather than snap."

5 months agoAdd openebs for dynamic volume provisioning 63/14563/2
aravind.est [Fri, 13 Jun 2025 16:16:05 +0000 (17:16 +0100)]
Add openebs for dynamic volume provisioning

Default volume provisioners doesn't provide proper permission for the volumes.
Hence there is an permission based issues in some containers.
Openebs provisioner able to handle the permissions properly during the volume provisioning.

Issue-ID: INT-170
Change-Id: Ifa1d284a8c39bc6fb3e73c30cccffdc30555928b
Signed-off-by: aravind.est <aravindhan.a@est.tech>
5 months agoFix kong postgres installation issue 85/14585/2
aravind.est [Fri, 20 Jun 2025 09:56:15 +0000 (10:56 +0100)]
Fix kong postgres installation issue

Kong postgres installation fails because of the usage of bitnami-shell image. It is deprecated and removed now.
Newer version of the image is used now.

Issue-ID: INT-170
Change-Id: Ie1c4b330064eb40bfa7b033d25ee8619486ff694
Signed-off-by: aravind.est <aravindhan.a@est.tech>
5 months agoMerge "script to install k8s" l-release
bimo fransiscus asisi [Sat, 14 Jun 2025 13:45:47 +0000 (13:45 +0000)]
Merge "script to install k8s"

5 months agoHelm upgrade --install used and yq installed using binary rather than snap. 42/14442/6
ymarselino [Mon, 9 Jun 2025 15:13:52 +0000 (23:13 +0800)]
Helm upgrade --install used and yq installed using binary rather than snap.

UPDATES:
- Replace `helm install` to `helm upgrade --install` (proceed when ns
  exist)
- Install `yq` by download the binary instead of snap (no snap in
  container)
- Jenkins pipeline env.REPO

Change-Id: I346617ee9f593d16a9afcd5bbce397005899ee30
Signed-off-by: ymarselino <m11202819@gapps.ntust.edu.tw>
5 months agoscript to install k8s 24/14424/4
Bimo Fransiscus Asisi [Fri, 16 May 2025 12:27:14 +0000 (20:27 +0800)]
script to install k8s

Change-Id: I802c6896bec8f18c91487b4fbc221b074970944b
Signed-off-by: Bimo Fransiscus Asisi <d11002806@gapps.ntust.edu.tw>
6 months agoUpdate additional instructions on Mariadb installation failures 49/14549/1
aravind.est [Tue, 10 Jun 2025 13:36:49 +0000 (14:36 +0100)]
Update additional instructions on Mariadb installation failures

ONAP Mariadb may not come up at first installation due to the time taken for pulling the images.
It has been identified that, if the images has been present in the cluster, Mariadb container comes up properly.

Issue-ID: INT-170
Change-Id: Ie0ff5ecb86c844413a435ca7af02d87a74c3a008
Signed-off-by: aravind.est <aravindhan.a@est.tech>
6 months agoONAP OOM chart version upgraded 29/14529/1
aravind.est [Thu, 5 Jun 2025 13:29:48 +0000 (14:29 +0100)]
ONAP OOM chart version upgraded

ONAP OOM version upgraded to latest master.
Warning added related to previous volume data.
ACM credentials updated in rappmanager and dmeparticipant.

Issue-ID: NONRTRIC-1020
Change-Id: I11829f462db62c164de3a1bc4254a60799d8ba89
Signed-off-by: aravind.est <aravindhan.a@est.tech>
6 months agoFix minor onap installation issues 16/14516/1
aravind.est [Fri, 30 May 2025 17:16:25 +0000 (18:16 +0100)]
Fix minor onap installation issues

ONAP release instllation helm snapshots updated to latest.

Issue-ID: NONRTRIC-1020
Change-Id: Id350949496ec3450eca88abfcb68c394c9ceac66
Signed-off-by: aravind.est <aravindhan.a@est.tech>
6 months agoHandle kong pv based on default storage class 10/14510/1
aravind.est [Thu, 29 May 2025 16:33:13 +0000 (17:33 +0100)]
Handle kong pv based on default storage class

Kong PV enable flag should be configured based on the default storage class in the k8s cluster.
This handles the flag based on the result during the installation time.

Issue-ID: NONRTRIC-1020
Change-Id: I993f75bf3c6f43a47eff65bc2175baf51726df34
Signed-off-by: aravind.est <aravindhan.a@est.tech>
6 months agoAdd warning about the random mariadb container startup issue 07/14507/1
aravind.est [Wed, 28 May 2025 13:26:01 +0000 (14:26 +0100)]
Add warning about the random mariadb container startup issue

Mariadb container randomly fails to start and keeps on restarting when the resource in the machine is low.
It also happens when there are too many images are waiting to be pulled.

Issue-ID: NONRTRIC-1020
Change-Id: I1d518270d160092f6d539425163a19e2ce10ca8d
Signed-off-by: aravind.est <aravindhan.a@est.tech>
6 months agoUpdate service manager image version 05/14505/1
aravind.est [Tue, 27 May 2025 14:25:56 +0000 (15:25 +0100)]
Update service manager image version

Service manager image version updated to release image.

SDNC network name generation disabled

Issue-ID: NONRTRIC-1020
Change-Id: Ie4a3ef5f8bcf99bf41e6a51858ee742802e6af32
Signed-off-by: aravind.est <aravindhan.a@est.tech>
6 months agoUpgrade strimzi kafka version to 0.45.0 04/14504/1
aravind.est [Mon, 26 May 2025 14:18:48 +0000 (15:18 +0100)]
Upgrade strimzi kafka version to 0.45.0

OOM charts has been upgraded to 0.45.0.
This will use the version 0.45.0 for dev and release versions

Change-Id: I6c638d7dcca01401c5011e8f384e270b28e0396f
Signed-off-by: aravind.est <aravindhan.a@est.tech>
6 months agoAdd missed rules in ves patch clusterrole 01/14501/1
aravind.est [Fri, 23 May 2025 17:28:06 +0000 (18:28 +0100)]
Add missed rules in ves patch clusterrole

Missed rules added to clusterrole

Issue-ID: NONRTRIC-1020
Change-Id: I92ba8b6f117f0d8e4467b0dd90e19d33ee1f5698
Signed-off-by: aravind.est <aravindhan.a@est.tech>