This project is an implementation of the O-RAN O2 IMS API on top of OpenShift and ACM.
Note that at this point this is just experimental and at its very beginnings, so don't try to use it for anything close to a production environment.
Note: this README is only for development purposes.
This repo uses submodules to pull in konflux scripts from another repo. The hack/update_deps.sh
script, which is called from various Makefile targets,
includes a call to git submodules update
to ensure submodules are downloaded and up to date automatically in the designer workflow.
If you want to skip running the update command, if you're working on something related to submodules for example, set SKIP_SUBMODULES_SYNC
to yes
on the make
command-line, such as:
$ make SKIP_SUBMODULE_SYNC=yes ci-job
Update dependencies
hack/update_deps.sh
Skipping submodule sync
hack/install_test_deps.sh
...