Feature 8170: deploy OSM services with a helm chart 04/13204/28
authorgarciadeblas <gerardo.garciadeblas@telefonica.com>
Fri, 14 Apr 2023 07:57:17 +0000 (09:57 +0200)
committergarciadeblas <gerardo.garciadeblas@telefonica.com>
Fri, 26 May 2023 08:53:58 +0000 (10:53 +0200)
commit8080e4b32d3dc5e66ea85a503a4daa79df3098d0
tree35535fc12f097d7fe6d2d5a6b33f912e1c73a37d
parent5308be9dfe8efc5341b5d33f62621241e05cf4af
Feature 8170: deploy OSM services with a helm chart

Change-Id: Ice69a2c7adcfdae331fee7212337e47e82130516
Signed-off-by: garciadeblas <gerardo.garciadeblas@telefonica.com>
83 files changed:
Dockerfile
devops-stages/stage-test.sh
installers/docker/docker-compose-ngui.yaml [deleted file]
installers/docker/docker-compose.yaml [deleted file]
installers/docker/osm_pla/docker-compose.yaml [deleted file]
installers/docker/osm_pla/pla.yaml [deleted file]
installers/docker/osm_pods/ca_setup.yaml [deleted file]
installers/docker/osm_pods/grafana.yaml [deleted file]
installers/docker/osm_pods/kafka.yaml [deleted file]
installers/docker/osm_pods/keystone.yaml [deleted file]
installers/docker/osm_pods/lcm.yaml [deleted file]
installers/docker/osm_pods/mon.yaml [deleted file]
installers/docker/osm_pods/mysql.yaml [deleted file]
installers/docker/osm_pods/nbi.yaml [deleted file]
installers/docker/osm_pods/ng-mon.yaml [deleted file]
installers/docker/osm_pods/ng-prometheus.yaml [deleted file]
installers/docker/osm_pods/ng-ui.yaml [deleted file]
installers/docker/osm_pods/pol.yaml [deleted file]
installers/docker/osm_pods/prometheus.yaml [deleted file]
installers/docker/osm_pods/ro.yaml [deleted file]
installers/docker/osm_pods/webhook-translator.yaml [deleted file]
installers/docker/osm_pods/zookeeper.yaml [deleted file]
installers/full_install_osm.sh
installers/helm/osm/.helmignore [new file with mode: 0644]
installers/helm/osm/Chart.yaml [new file with mode: 0644]
installers/helm/osm/templates/NOTES.txt [new file with mode: 0644]
installers/helm/osm/templates/_helpers.tpl [new file with mode: 0644]
installers/helm/osm/templates/certauth_setup/ca-issuer.yaml [new file with mode: 0644]
installers/helm/osm/templates/certauth_setup/osm-ca-certificate.yaml [new file with mode: 0644]
installers/helm/osm/templates/certauth_setup/osm-selfsigned-issuer.yaml [new file with mode: 0644]
installers/helm/osm/templates/grafana/grafana-clusterrole.yaml [new file with mode: 0644]
installers/helm/osm/templates/grafana/grafana-clusterrolebinding.yaml [new file with mode: 0644]
installers/helm/osm/templates/grafana/grafana-configmap.yaml [new file with mode: 0644]
installers/helm/osm/templates/grafana/grafana-dashboard-provider-configmap.yaml [new file with mode: 0644]
installers/helm/osm/templates/grafana/grafana-datasource-configmap.yaml [new file with mode: 0644]
installers/helm/osm/templates/grafana/grafana-deployment.yaml [new file with mode: 0644]
installers/helm/osm/templates/grafana/grafana-secret.yaml [new file with mode: 0644]
installers/helm/osm/templates/grafana/grafana-service.yaml [new file with mode: 0644]
installers/helm/osm/templates/grafana/grafana-serviceaccount.yaml [new file with mode: 0644]
installers/helm/osm/templates/kafka/kafka-configmap.yaml [new file with mode: 0644]
installers/helm/osm/templates/kafka/kafka-service.yaml [new file with mode: 0644]
installers/helm/osm/templates/kafka/kafka-statefulset.yaml [new file with mode: 0644]
installers/helm/osm/templates/keystone/keystone-configmap.yaml [new file with mode: 0644]
installers/helm/osm/templates/keystone/keystone-deployment.yaml [new file with mode: 0644]
installers/helm/osm/templates/keystone/keystone-service.yaml [new file with mode: 0644]
installers/helm/osm/templates/lcm/lcm-configmap.yaml [new file with mode: 0644]
installers/helm/osm/templates/lcm/lcm-deployment.yaml [new file with mode: 0644]
installers/helm/osm/templates/mon/mon-configmap.yaml [new file with mode: 0644]
installers/helm/osm/templates/mon/mon-deployment.yaml [new file with mode: 0644]
installers/helm/osm/templates/mon/mon-service.yaml [new file with mode: 0644]
installers/helm/osm/templates/mysql/mysql-service.yaml [new file with mode: 0644]
installers/helm/osm/templates/mysql/mysql-statefulset.yaml [new file with mode: 0644]
installers/helm/osm/templates/nbi/nbi-configmap.yaml [new file with mode: 0644]
installers/helm/osm/templates/nbi/nbi-deployment.yaml [new file with mode: 0644]
installers/helm/osm/templates/nbi/nbi-service.yaml [new file with mode: 0644]
installers/helm/osm/templates/ng_ui/ngui-deployment.yaml [new file with mode: 0644]
installers/helm/osm/templates/ng_ui/ngui-service.yaml [new file with mode: 0644]
installers/helm/osm/templates/osm-secret.yaml [new file with mode: 0644]
installers/helm/osm/templates/pla/pla-configmap.yaml [new file with mode: 0644]
installers/helm/osm/templates/pla/pla-deployment.yaml [new file with mode: 0644]
installers/helm/osm/templates/pol/pol-configmap.yaml [new file with mode: 0644]
installers/helm/osm/templates/pol/pol-deployment.yaml [new file with mode: 0644]
installers/helm/osm/templates/prometheus/prometheus-alertingrules-configmap.yaml [new file with mode: 0644]
installers/helm/osm/templates/prometheus/prometheus-configmap.yaml [new file with mode: 0644]
installers/helm/osm/templates/prometheus/prometheus-prom-configmap.yaml [new file with mode: 0644]
installers/helm/osm/templates/prometheus/prometheus-recordingrules-configmap.yaml [new file with mode: 0644]
installers/helm/osm/templates/prometheus/prometheus-service.yaml [new file with mode: 0644]
installers/helm/osm/templates/prometheus/prometheus-statefulset.yaml [new file with mode: 0644]
installers/helm/osm/templates/ro/ro-configmap.yaml [new file with mode: 0644]
installers/helm/osm/templates/ro/ro-deployment.yaml [new file with mode: 0644]
installers/helm/osm/templates/ro/ro-service.yaml [new file with mode: 0644]
installers/helm/osm/templates/serviceaccount.yaml [new file with mode: 0644]
installers/helm/osm/templates/vca/vca-secret.yaml [new file with mode: 0644]
installers/helm/osm/templates/webhook_translator/webhook-translator-configmap.yaml [new file with mode: 0644]
installers/helm/osm/templates/webhook_translator/webhook-translator-deployment.yaml [new file with mode: 0644]
installers/helm/osm/templates/webhook_translator/webhook-translator-secret.yaml [new file with mode: 0644]
installers/helm/osm/templates/webhook_translator/webhook-translator-service.yaml [new file with mode: 0644]
installers/helm/osm/templates/zookeeper/zookeeper-service.yaml [new file with mode: 0644]
installers/helm/osm/templates/zookeeper/zookeeper-statefulset.yaml [new file with mode: 0644]
installers/helm/osm/values.yaml [new file with mode: 0644]
installers/helm/values/airflow-values.yaml
installers/install_ngsa.sh
installers/osm_health.sh