SuccessChanges

Summary

  1. Update helm and kubernetes version in installer to 3.15.1 and 1.30.1 (details)
  2. Update helm and kubectl versions in LCM and tests Dockerfile (details)
  3. Remove helm2 client from LCM Dockerfile (details)
  4. Add namespace option for mongodb, ngsa and cluster monitoring (details)
  5. Remove unused options from installer (details)
  6. Refactor code in full_install_osm.sh to group code in functions (details)
  7. New options in installer to install only docker, k8scluster or (details)
  8. Install Kubernetes metrics server as part of install_kubeadm_cluster.sh (details)
  9. Revert "Feature 11010: Use of upstream helm charts for Prometheus and (details)
  10. Revert "Revert "Feature 11010: Use of upstream helm charts for (details)
Commit 4c3b3fb0584eecbab527c8833fee5bf047039517 by garciadeblas
Update helm and kubernetes version in installer to 3.15.1 and 1.30.1
respectively
Change-Id: Ia5fba60b94a9fe6758debd956b35ba2df78f7d9b Signed-off-by:
garciadeblas <gerardo.garciadeblas@telefonica.com>
The file was modifiedinstallers/install_helm_client.sh
The file was modifiedinstallers/install_kubeadm_cluster.sh
Commit 437867e3efe164972a013db5fd40b76f0e3454c1 by garciadeblas
Update helm and kubectl versions in LCM and tests Dockerfile
Change-Id: I7bd59923485d040ee5ee6d0bd81495f37243f526 Signed-off-by:
garciadeblas <gerardo.garciadeblas@telefonica.com>
The file was modifieddocker/LCM/Dockerfile
The file was modifieddocker/tests/Dockerfile
Commit 09bc8096f82146667d8c4078771691adc6df81fb by garciadeblas
Remove helm2 client from LCM Dockerfile
Change-Id: I5765825625bda3357723082d3f3eeb91fce19208 Signed-off-by:
garciadeblas <gerardo.garciadeblas@telefonica.com>
The file was modifieddocker/LCM/Dockerfile
Commit b9a84e4d91b8e21a1e81e735f69d78c2dedf5f0d by garciadeblas
Add namespace option for mongodb, ngsa and cluster monitoring
installation
Change-Id: Iabbf70fd036adf8c4a2846e845e17e3dae22a6f0 Signed-off-by:
garciadeblas <gerardo.garciadeblas@telefonica.com>
The file was modifiedinstallers/install_mongodb.sh
The file was modifiedinstallers/k8s/install_osm_k8s_monitoring.sh
The file was modifiedinstallers/install_ngsa.sh
The file was modifiedinstallers/full_install_osm.sh
Commit a2b02c755356c5655dae6d0ea4a1298ea132a5d8 by garciadeblas
Remove unused options from installer
This change removes options -b <REFSPEC>, -m <MODULE>, --source,
--develop, --pullimages, --nodockerbuild from full_install_osm.sh and
install_osm.sh
It also remove unused unctions such as generate_docker_images and
cmp_overwrite.
Change-Id: I0c307a765671c4af8516afa97808b70baadb964f Signed-off-by:
garciadeblas <gerardo.garciadeblas@telefonica.com>
The file was modifiedinstallers/install_osm.sh
The file was modifiedinstallers/full_install_osm.sh
Commit 9bae86f02d596295c9a552b65f177d13a1de4013 by garciadeblas
Refactor code in full_install_osm.sh to group code in functions
Change-Id: I5a9aadba811af4f2d2b2f331faf6dd8dbf6d2b43 Signed-off-by:
garciadeblas <gerardo.garciadeblas@telefonica.com>
The file was modifiedinstallers/full_install_osm.sh
Commit ef3f37c5e0d5995055f8484bc282dcb3a8d1817e by garciadeblas
New options in installer to install only docker, k8scluster or
deploy-osm
Change-Id: Ib9d791005ca3271480117f7383416fe279139359 Signed-off-by:
garciadeblas <gerardo.garciadeblas@telefonica.com>
The file was modifiedinstallers/install_osm.sh
The file was modifiedinstallers/full_install_osm.sh
Commit 44cb851caff361e3b7ff360ce2b80d0ff5d57faf by garciadeblas
Install Kubernetes metrics server as part of install_kubeadm_cluster.sh
Change-Id: I10cf820eb59d57285e001a6870c525b1a1ea6053 Signed-off-by:
garciadeblas <gerardo.garciadeblas@telefonica.com>
The file was modifiedinstallers/install_kubeadm_cluster.sh
Commit f09cc4831db2b732c80fafbe4da86bd9bf009e1a by garciadeblas
Revert "Feature 11010: Use of upstream helm charts for Prometheus and
Grafana in OSM installation."
This reverts commit abf6770c2ec33d6ae0b1fb93be1093081abb5a9f.
Change-Id: Ic179fe5475d7a75286bcc10f7694a9e9ef19817b Signed-off-by:
Rahul Zamre <rzamre@indracompany.com>
The file was addedinstallers/helm/osm/templates/grafana/grafana-secret.yaml
The file was modifiedinstallers/helm/osm/templates/NOTES.txt
The file was modifiedinstallers/helm/osm/templates/mon/mon-deployment.yaml
The file was modifiedinstallers/helm/osm/templates/_helpers.tpl
The file was addedinstallers/helm/osm/templates/prometheus/prometheus-prom-configmap.yaml
The file was addedinstallers/helm/osm/templates/prometheus/prometheus-statefulset.yaml
The file was addedinstallers/helm/osm/templates/grafana/grafana-datasource-configmap.yaml
The file was addedinstallers/helm/osm/templates/grafana/grafana-configmap.yaml
The file was addedinstallers/helm/osm/templates/grafana/grafana-service.yaml
The file was modifiedinstallers/helm/osm/values.yaml
The file was addedinstallers/helm/osm/templates/prometheus/prometheus-alertingrules-configmap.yaml
The file was addedinstallers/helm/osm/templates/grafana/grafana-serviceaccount.yaml
The file was addedinstallers/helm/osm/templates/prometheus/prometheus-recordingrules-configmap.yaml
The file was addedinstallers/helm/osm/templates/grafana/grafana-clusterrole.yaml
The file was modifiedjenkins/ci-pipelines/ci_stage_3.groovy
The file was addedinstallers/helm/osm/templates/prometheus/prometheus-configmap.yaml
The file was modifiedinstallers/helm/osm/Chart.yaml
The file was addedinstallers/helm/osm/templates/grafana/grafana-clusterrolebinding.yaml
The file was addedinstallers/helm/osm/templates/grafana/grafana-deployment.yaml
The file was addedinstallers/helm/osm/templates/grafana/grafana-dashboard-provider-configmap.yaml
The file was addedinstallers/helm/osm/templates/prometheus/prometheus-service.yaml
Commit 027f8ee24f2293c0ae049ecccf31be000da72e85 by almagia
Revert "Revert "Feature 11010: Use of upstream helm charts for
Prometheus and Grafana in OSM installation.""
This reverts commit f09cc4831db2b732c80fafbe4da86bd9bf009e1a.
As requested by TSC on 3 June 2024
Change-Id: Id55362eaff17fed68dbc791a3b137b720bdc67ba
The file was removedinstallers/helm/osm/templates/grafana/grafana-dashboard-provider-configmap.yaml
The file was removedinstallers/helm/osm/templates/grafana/grafana-serviceaccount.yaml
The file was removedinstallers/helm/osm/templates/grafana/grafana-datasource-configmap.yaml
The file was removedinstallers/helm/osm/templates/grafana/grafana-service.yaml
The file was removedinstallers/helm/osm/templates/grafana/grafana-clusterrole.yaml
The file was removedinstallers/helm/osm/templates/prometheus/prometheus-recordingrules-configmap.yaml
The file was removedinstallers/helm/osm/templates/grafana/grafana-deployment.yaml
The file was modifiedinstallers/helm/osm/templates/NOTES.txt
The file was modifiedinstallers/helm/osm/templates/mon/mon-deployment.yaml
The file was modifiedinstallers/helm/osm/values.yaml
The file was removedinstallers/helm/osm/templates/prometheus/prometheus-service.yaml
The file was modifiedinstallers/helm/osm/Chart.yaml
The file was removedinstallers/helm/osm/templates/prometheus/prometheus-alertingrules-configmap.yaml
The file was removedinstallers/helm/osm/templates/prometheus/prometheus-prom-configmap.yaml
The file was modifiedinstallers/helm/osm/templates/_helpers.tpl
The file was removedinstallers/helm/osm/templates/prometheus/prometheus-statefulset.yaml
The file was removedinstallers/helm/osm/templates/grafana/grafana-configmap.yaml
The file was removedinstallers/helm/osm/templates/grafana/grafana-secret.yaml
The file was modifiedjenkins/ci-pipelines/ci_stage_3.groovy
The file was removedinstallers/helm/osm/templates/grafana/grafana-clusterrolebinding.yaml
The file was removedinstallers/helm/osm/templates/prometheus/prometheus-configmap.yaml