Versions Compared

Key

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

...

There is a script that packs and installs the components by using the helm command.  The installation uses an values override file, which can be used to customize the  installation.  There is also an example of an override file. This example can be run like this:

...

Code Block
languagebash
titleDeploy Nonrtric
sudo dep/bin/deploy-nonrtric dep/  nonrtric/RECIPE_EXAMPLE/example_recipe.yaml

The example example_recipe.yaml contains reasonable values and installs a subset of the commands.  The example contains documentation of how the parameters can be set. Most should not be updated,  but for instance the parameters on which components to include should likely be updated.

...

There is a script that uninstalls installs the NonRT RIC components. It is simply run like this:

...

Code Block
languagebash
titleUndeploy Nonrtric
sudo dep/bin/undeploy-nonrtric

Introduction to Helm Chart

...