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

Allow deployment on dts-lab

parent c21e68ee
No related branches found
No related tags found
1 merge request!1097Allow deployment on dts-lab
Pipeline #117063 failed
Pipeline: tango

#117064

    ...@@ -60,6 +60,7 @@ run_shellcheck: ...@@ -60,6 +60,7 @@ run_shellcheck:
    variables: variables:
    LOFAR1_STATIONS: cs002 cs003 cs004 cs005 cs006 cs007 cs011 cs013 cs017 cs021 cs024 cs026 cs028 cs030 cs031 cs101 cs103 cs201 cs301 cs302 cs401 cs501 rs106 rs205 rs208 rs210 rs305 rs306 rs310 rs406 rs407 rs409 rs503 rs508 rs509 LOFAR1_STATIONS: cs002 cs003 cs004 cs005 cs006 cs007 cs011 cs013 cs017 cs021 cs024 cs026 cs028 cs030 cs031 cs101 cs103 cs201 cs301 cs302 cs401 cs501 rs106 rs205 rs208 rs210 rs305 rs306 rs310 rs406 rs407 rs409 rs503 rs508 rs509
    LOFAR2_STATIONS: cs001 cs032 rs307 LOFAR2_STATIONS: cs001 cs032 rs307
    DEV_STATIONS: dts-lab
    COMPONENTS: mesh-gateway monitoring logging tango object-storage object-replication sdptr device-server dsconfig ec-sim jupyter snmp-exporter landing-page rpc-server COMPONENTS: mesh-gateway monitoring logging tango object-storage object-replication sdptr device-server dsconfig ec-sim jupyter snmp-exporter landing-page rpc-server
    # Generate the station-specific TangoDB configuration based on LOFAR1 information. # Generate the station-specific TangoDB configuration based on LOFAR1 information.
    ...@@ -135,7 +136,7 @@ render_CDB: ...@@ -135,7 +136,7 @@ render_CDB:
    cd CDB/ cd CDB/
    for STATION in ${LOFAR2_STATIONS}; do for STATION in ${LOFAR2_STATIONS} ${DEV_STATIONS}; do
    if [ "${STATION}" == "dts-lab" ]; then if [ "${STATION}" == "dts-lab" ]; then
    # dts-lab test station # dts-lab test station
    FILES="base/common.json base/l0.json base/l1.json base/h0.json base/lba.json base/hba-remote.json stations/dts-lab.json" FILES="base/common.json base/l0.json base/l1.json base/h0.json base/lba.json base/hba-remote.json stations/dts-lab.json"
    ...@@ -172,7 +173,7 @@ render_levant: ...@@ -172,7 +173,7 @@ render_levant:
    - | - |
    mkdir jobs mkdir jobs
    for STATION in ${LOFAR2_STATIONS}; do for STATION in ${LOFAR2_STATIONS} ${DEV_STATIONS}; do
    if [ "${STATION}" == "dts-lab" ]; then if [ "${STATION}" == "dts-lab" ]; then
    # dts-lab test station # dts-lab test station
    REGION="global" REGION="global"
    ...@@ -540,6 +541,7 @@ deploy_nomad: ...@@ -540,6 +541,7 @@ deploy_nomad:
    - cs001 - cs001
    - cs032 - cs032
    - rs307 - rs307
    - dts-lab
    image: image:
    name: hashicorp/nomad name: hashicorp/nomad
    entrypoint: [ "" ] entrypoint: [ "" ]
    ......
    0% Loading or .
    You are about to add 0 people to the discussion. Proceed with caution.
    Please register or to comment