Skip to content
Snippets Groups Projects
Commit 412c866a authored by Jan David Mol's avatar Jan David Mol
Browse files

fix

parent d9f7f6c6
No related branches found
No related tags found
1 merge request!1094Resolve L2SS-1636 "Mirror caltables"
Pipeline #117590 failed
Pipeline: tango

#117591

    ......@@ -63,7 +63,7 @@ job "device-servers" {
    image = "[[ $.registry.astron.url ]]/mc:latest"
    entrypoint = [""]
    command = "/bin/bash"
    args = ["-c", "mc alias set object-storage https://s3.service.consul:9000 [[.object_storage.user.name]] [[.object_storage.user.pass]] && mc mirror --preserve --watch object-storage/caltables/[[ .station | toUpper ]]/ /opt/caltables/ --monitoring-address 0.0.0.0:8082" ]
    args = ["-c", "mc alias set object-storage http://s3.service.consul:9000 [[.object_storage.user.name]] [[.object_storage.user.pass]] && mc mirror --preserve --watch object-storage/caltables/[[ .station | toUpper ]]/ /opt/caltables/ --monitoring-address 0.0.0.0:8082" ]
    }
    resources {
    ......@@ -85,7 +85,7 @@ job "device-servers" {
    image = "[[ $.registry.astron.url ]]/mc:latest"
    entrypoint = [""]
    command = "/bin/bash"
    args = ["-c", "mc alias set object-storage https://s3.service.consul:9000 [[.object_storage.user.name]] [[.object_storage.user.pass]] && mc mirror --preserve --watch object-storage/iers/ /opt/IERS/ --monitoring-address 0.0.0.0:8081" ]
    args = ["-c", "mc alias set object-storage http://s3.service.consul:9000 [[.object_storage.user.name]] [[.object_storage.user.pass]] && mc mirror --preserve --watch object-storage/iers/ /opt/IERS/ --monitoring-address 0.0.0.0:8081" ]
    }
    resources {
    ......
    0% Loading or .
    You are about to add 0 people to the discussion. Proceed with caution.
    Please register or to comment