deploying RIC 68/8368/5
authorczichy <thoralf.czichy@nokia.com>
Mon, 23 May 2022 09:05:07 +0000 (12:05 +0300)
committerczichy <thoralf.czichy@nokia.com>
Mon, 23 May 2022 09:59:41 +0000 (12:59 +0300)
commitcd6dd98c1cbcdac0d7c1167ee38b02534f8e248f
treeb2d607d219b2bab131d4b219a19af1405e0d6190
parent4cb534811db707934f0a8ccca3dcd410ab97e820
deploying RIC

added a file based on source code from it/dep that
allow installing k8s, cni, docker and helm onto a plain
ubuntu installation

adding a file that installs ric-common templates
into a helm chartmuseum

adding the ric-common templates from it/dep

Issue-ID: RIC-815

Signed-off-by: czichy <thoralf.czichy@nokia.com>
Change-Id: Ib2f97bb4db31419564ff32d005dbb8d8cca8c691
Signed-off-by: czichy <thoralf.czichy@nokia.com>
47 files changed:
bin/install_common_templates_to_helm.sh [new file with mode: 0755]
bin/install_k8s_and_helm.sh [new file with mode: 0755]
docs/installation-rediscluster.rst
docs/installation-ric.rst
ric-common/Common-Template/helm/aux-common/Chart.yaml [new file with mode: 0644]
ric-common/Common-Template/helm/aux-common/templates/_createPassword.tpl [new file with mode: 0644]
ric-common/Common-Template/helm/aux-common/templates/_ingress.tpl [new file with mode: 0644]
ric-common/Common-Template/helm/aux-common/templates/_mariadb.tpl [new file with mode: 0644]
ric-common/Common-Template/helm/aux-common/templates/_name.tpl [new file with mode: 0644]
ric-common/Common-Template/helm/aux-common/templates/_namespace.tpl [new file with mode: 0644]
ric-common/Common-Template/helm/aux-common/templates/_repository.tpl [new file with mode: 0644]
ric-common/Common-Template/helm/aux-common/templates/_resources.tpl [new file with mode: 0644]
ric-common/Common-Template/helm/aux-common/templates/_secret.yaml [new file with mode: 0644]
ric-common/Common-Template/helm/aux-common/templates/_service.tpl [new file with mode: 0644]
ric-common/Common-Template/helm/aux-common/templates/_storageClass.tpl [new file with mode: 0644]
ric-common/Common-Template/helm/aux-common/values.yaml [new file with mode: 0644]
ric-common/Common-Template/helm/ric-common/Chart.yaml [new file with mode: 0644]
ric-common/Common-Template/helm/ric-common/templates/_a1mediator.tpl [new file with mode: 0644]
ric-common/Common-Template/helm/ric-common/templates/_alarmmanager.tpl [new file with mode: 0755]
ric-common/Common-Template/helm/ric-common/templates/_appmgr.tpl [new file with mode: 0644]
ric-common/Common-Template/helm/ric-common/templates/_chart.tpl [new file with mode: 0644]
ric-common/Common-Template/helm/ric-common/templates/_context_locator.tpl [new file with mode: 0644]
ric-common/Common-Template/helm/ric-common/templates/_dashboard.tpl [new file with mode: 0644]
ric-common/Common-Template/helm/ric-common/templates/_dbaas.tpl [new file with mode: 0644]
ric-common/Common-Template/helm/ric-common/templates/_docker.tpl [new file with mode: 0644]
ric-common/Common-Template/helm/ric-common/templates/_e2mgr.tpl [new file with mode: 0644]
ric-common/Common-Template/helm/ric-common/templates/_e2term.tpl [new file with mode: 0644]
ric-common/Common-Template/helm/ric-common/templates/_esreader.tpl [new file with mode: 0644]
ric-common/Common-Template/helm/ric-common/templates/_influxdb.tpl [new file with mode: 0644]
ric-common/Common-Template/helm/ric-common/templates/_ingress_controller.tpl [new file with mode: 0644]
ric-common/Common-Template/helm/ric-common/templates/_jaegeradapter.tpl [new file with mode: 0644]
ric-common/Common-Template/helm/ric-common/templates/_logstash.tpl [new file with mode: 0644]
ric-common/Common-Template/helm/ric-common/templates/_messagerouter.tpl [new file with mode: 0644]
ric-common/Common-Template/helm/ric-common/templates/_mrsub.tpl [new file with mode: 0644]
ric-common/Common-Template/helm/ric-common/templates/_namespace.tpl [new file with mode: 0644]
ric-common/Common-Template/helm/ric-common/templates/_o1mediator.tpl [new file with mode: 0644]
ric-common/Common-Template/helm/ric-common/templates/_rsm.tpl [new file with mode: 0644]
ric-common/Common-Template/helm/ric-common/templates/_rtmgr.tpl [new file with mode: 0644]
ric-common/Common-Template/helm/ric-common/templates/_submgr.tpl [new file with mode: 0644]
ric-common/Common-Template/helm/ric-common/templates/_tiller.tpl [new file with mode: 0644]
ric-common/Common-Template/helm/ric-common/templates/_ves.tpl [new file with mode: 0644]
ric-common/Common-Template/helm/ric-common/templates/_vespamgr.tpl [new file with mode: 0644]
ric-common/Common-Template/helm/ric-common/templates/_xapp_onboarder.tpl [new file with mode: 0644]
ric-common/Common-Template/helm/ric-common/values.yaml [new file with mode: 0644]
ric-common/Initcontainer/docker/Dockerfile [new file with mode: 0644]
ric-common/Initcontainer/docker/bin/ricplt-init.sh [new file with mode: 0755]
ric-common/Initcontainer/docker/container-tag.yaml [new file with mode: 0644]