Skip to content
Snippets Groups Projects
Commit 3b47e3b2 authored by Corné Lukken's avatar Corné Lukken
Browse files

L2SS-1705: Deploy grafana, mimir and loki to central server from gitlab

parent 5e5dab30
No related branches found
No related tags found
1 merge request!3Resolve GWG-37 "Mimir setup"
Pipeline #72071 passed
......@@ -56,22 +56,29 @@ tag-latest_prometheus:
#deploy_dop94:
# stage: deploy
# image:
# name: hashicorp/levant
# entrypoint: [ "" ]
# needs: [ build_grafana, build_prometheus ]
# dependencies: []
# environment:
# name: dop94.astron.nl
# url: http://dop94.astron.nl:3001
# script:
# - |
# levant deploy \
# -address="http://10.87.2.94:4646" \
# -var image_tag="${IMAGE_TAG}" \
# grafana-central.nomad
deploy:
stage: deploy
image:
name: hashicorp/levant
entrypoint: [ "" ]
needs: [ build_grafana, build_prometheus ]
when: manual
rules:
- if: ($CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH) || $CI_COMMIT_TAG
dependencies: []
parallel:
matrix:
- SERVER:
- monitoring
environment:
name: ${SERVER}.control.lofar
url: http://${SERVER}.control.lofar:4646
script:
- |
levant deploy \
-address="http://${SERVER}.control.lofar:4646" \
-var image_tag="${IMAGE_TAG}" \
grafana-central.nomad
# has no CI/CD yet
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment