FIX: Correct default image name in nanobot values.yaml
nanobot's values.yaml was pointing to a private repo and incorrect
tag for its default image. This change fixes that, along with
choosing a more appropriate repo secret name.
signed-off-by: dave kormann <dk3239@att.com>
Change-Id: I72b0d9f9d4e08224817e4ea71aa9df9a3f2967f8
1 file changed
tree: 4f11534bbe8ade6f81825a9e2ed6310d580d2f74
- docs/
- ric_robot_suite/
- simulators/
- test_scripts/
- .gitreview
- .readthedocs.yaml
- LICENSES.txt
- README.md
- tox.ini
README.md
RIC end-to-end (E2E) deployment and testing:
- Clone the it_dep and it_test folders on your VM
- Install kubernetes using the script in it_dep_kubernetes/setup-1node-k8s.sh
- Install the RIC using the script in it_dep_ricplt/ric_install.sh
- Copy robot_install.sh from it_test_ric_robot_suite_helm_ into it_dep_ricplt/
- cd into it_dep_ricplt and run robot_install.sh. It will create a softlink to the it_test_ric_robot_suite helm director and do the helm install of rig-robot from it_dep_ricplt
- The command “kubectl -n ricplatform get pods” will show the additional pod for ric-robot.
- cd into it_test_ric_robot_suite_helm_ric-robot and run ./ete.sh health to verify that the RIC is ready and deployed.