Skip to content
Snippets Groups Projects

L2SS-1758: Copy grafana image so TAG= can be used

Merged L2SS-1758: Copy grafana image so TAG= can be used
All threads resolved!
Merged Corné Lukken requested to merge L2SS-1758 into master
All threads resolved!
4 files
+ 12
6
Compare changes
  • Side-by-side
  • Inline
Files
4
+ 3
0
@@ -120,6 +120,9 @@ resource "nomad_cluster" "station" {
@@ -120,6 +120,9 @@ resource "nomad_cluster" "station" {
copy_image {
copy_image {
name = "git.astron.nl:5000/lofar2.0/tango/lofar-device-base:${variable.image_tag}"
name = "git.astron.nl:5000/lofar2.0/tango/lofar-device-base:${variable.image_tag}"
}
}
 
copy_image {
 
name = "git.astron.nl:5000/lofar2.0/tango/grafana:${variable.image_tag}"
 
}
}
}
resource "exec" "enable_oversubscription" {
resource "exec" "enable_oversubscription" {
Loading