Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
O
Operations Central Management
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Wiki
Requirements
Jira
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package registry
Container registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
LOFAR2.0
Operations Central Management
Commits
3b47e3b2
Commit
3b47e3b2
authored
1 year ago
by
Corné Lukken
Browse files
Options
Downloads
Patches
Plain Diff
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
!3
Resolve GWG-37 "Mimir setup"
Pipeline
#72071
passed
1 year ago
Stage: build
Stage: tag-latest
Changes
1
Pipelines
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
.gitlab-ci.yml
+23
-16
23 additions, 16 deletions
.gitlab-ci.yml
with
23 additions
and
16 deletions
.gitlab-ci.yml
+
23
−
16
View file @
3b47e3b2
...
...
@@ -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
Hannes Feldt
@feldt
·
Feb 14, 2024
Maintainer
The server is named
monitor
The server is named `monitor`
Please
register
or
sign in
to reply
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
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment