canonical / sdcore-bundles

Charm bundles used to deploy the SD-Core operators.
Apache License 2.0
0 stars 0 forks source link
5g charm charmed-5g juju onf

SD-Core bundles for K8s

CharmHub Badge CharmHub Badge CharmHub Badge

This project contains charm bundles for SD-Core.

Bundle generation

To render a bundle and output it in the bundle directory (e.g., SDCORE_USER_PLANE):

python3 -m venv env
source env/bin/activate
pip3 install -r render_bundle/requirements.txt
python3 render_bundle/render_bundle.py --bundle_variant SDCORE_USER_PLANE --output_file bundle/bundle.yaml