Commit 63649223 authored by Zhang Xiaoli's avatar Zhang Xiaoli
Browse files

工程公有云测试配置版本

parent 65ea8190
CLUSTER=csst
CLUSTER=csst-csu
all: reset build
run:
scalebox app create --env-file zjs.env
PGPORT=9090 scalebox app create --env-file csu.env
reset:
cd ${HOME}/docker-scalebox/clusters/$(CLUSTER) && make && cd -
......
name: msc-l1-mbi-phot.app.process
label: 多色成像+测光
comment: 主巡天多色成像一级流水线
cluster: csst
cluster: csst-csu
parameters:
initial_status: RUNNING
......@@ -9,7 +9,7 @@ jobs:
msc-l1-mbi:
label: 多色成像
base_image: cnic/csst-msc-l1-mbi
schedule_mode: HEAD
# schedule_mode: HEAD
variables:
# always_running: yes
# reserved_on_exit: yes
......@@ -27,21 +27,21 @@ jobs:
- CSST_DFS_APP_TOKEN=${CSST_DFS_APP_TOKEN}
- CRDS_SERVER_URL=${CRDS_SERVER_URL}
paths:
- ${CSST_AUX_DIR}:/pipeline/aux
- ${CSST_DFS_ROOT}:/dfsroot
- ${CSST_CRDS_ROOT}:/crdsroot
- ${CSST_AUX_DIR}:/pipeline/aux:ro
- ${CSST_DFS_ROOT}:/dfsroot:ro
- ${CSST_CRDS_ROOT}:/crdsroot:ro
# command: docker run -d --network=host %ENVS% %VOLUMES% %IMAGE%
sink_jobs:
- msc-l1-phot
# hosts:
# - h0:1
hosts:
- h0:1
# - c0:1
# - c1:1
# - c2:1
msc-l1-phot:
label: 测光
base_image: cnic/csst-msc-l1-phot
schedule_mode: HEAD
# schedule_mode: HEAD
variables:
# always_running: yes
# reserved_on_exit: yes
......@@ -59,15 +59,15 @@ jobs:
- CSST_DFS_APP_TOKEN=${CSST_DFS_APP_TOKEN}
- CRDS_SERVER_URL=${CRDS_SERVER_URL}
paths:
- ${CSST_AUX_DIR}:/pipeline/aux
- ${CSST_DFS_ROOT}:/dfsroot
- ${CSST_CRDS_ROOT}:/crdsroot
- ${CSST_AUX_DIR}:/pipeline/aux:ro
- ${CSST_DFS_ROOT}:/dfsroot:ro
- ${CSST_CRDS_ROOT}:/crdsroot:ro
# command: docker run -d --network=host %ENVS% %VOLUMES% %IMAGE%
# sink_jobs:
hosts:
# - h0:1
# - c0:1
# - c1:1
# - c2:1
# - h0:18
- c0:18
- c1:18
- c2:18
AUX_DIR=/goosefsx/x_c60_o19xp6c1_proxy/L1Pipeline/aux
CRDS_DIR=/goosefsx/x_c60_o19xp6c1_proxy/L1Pipeline/aux/products_ref20_3hdr
DFS_ROOT=/goosefsx/x_c60_o19xp6c1_proxy/dfs_root
# *.env: The env variables are used for running pipeline.
# TCC
# ENV_FILE=tcc.env
# DFS
CSST_DFS_API_MODE=cluster
CSST_DFS_GATEWAY=10.0.0.136:30880
CSST_DFS_APP_ID=test
CSST_DFS_APP_TOKEN=test
# CRDS
CRDS_SERVER_URL=http://10.0.0.136:29000
# VOLUMES ==================
CSST_DFS_ROOT=/goosefsx/x-c70-y4s971cs-proxy/dfs
CSST_CRDS_ROOT=/goosefsx/x-c70-y4s971cs-proxy/crdsdata/data
CSST_AUX_DIR=/goosefsx/x-c70-y4s971cs-proxy/pipeline/aux
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment