Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Redirect link: How to create and install OTF environmentOTF Instance: 1-click Installation

Delivery Status

Warning
titleDO NOT EDIT

Only the Integration PTL should edit the delivery status table to track the release validation progress

...



OTFOAMNONRTRICRICPRICAPPO-DUO-CUTest ResultNotes
Deployment Artifacts

Docker Container







O1-vTH images are missing
Helm Charts








Deployment scripts








E2E Flows

deploy one-click-dbs

















deploy one-click-core








deploy otf-vths







Deploy one-click-dbs

Step 1: Git clone OTF repo

Code Block
git clone "https://gerrit.o-ran-sc.org/r/it/otf"
cd otf/one-click

Step 2: Update Helm dependency

Code Block
helm dep build ./one-click-dbs

Step 2: Install DBs without PV

Code Block
helm install one-click-dbs -n otf --set mongodb.persistence.enabled=false --set mysql.persistence.enabled=false ./one-click-dbs/