新增:hpc 65环境部署

This commit is contained in:
2026-03-16 18:03:04 +08:00
parent 642f5e7b0b
commit 0c0918477f

View File

@@ -112,27 +112,25 @@ file:
hpc:
url: http://172.27.3.135/JSONAPI/JSONAPI.ashx
# 这个是spdm mock执行cmd命令
# remoteCmdUrl: http://127.0.0.1:9097/doProcess
# remoteCmdUrl: http://127.0.0.1:9097/doProcess
# remote hpc借助工具http远程调用local:该服务和hpc部署在同一机器
excuteWay: remote
remoteCmdUrl: http://192.168.65.55:9097/doProcess
remoteCreateDirUrl: http://192.168.65.55:9097/createDir
remoteScanDirUrl: http://192.168.65.55:9097/scanDir
remoteDownLoadFileUrl: http://192.168.65.55:9097/hpcDownload
# remoteDownLoadFileUrl: http://127.0.0.1:9097/hpcDownload
remoteUploadFileUrl: http://192.168.65.55:9097/uploadHpcFile
callHpcUpload: http://192.168.65.55:9097/addJobQueue
delHpcJobsUrl: http://192.168.65.55:9098/delHpcJobs
remoteCmdUrl: http://192.168.190.164:8097/doProcess
remoteCreateDirUrl: http://192.168.190.164:8098/createDir
remoteScanDirUrl: http://192.168.190.164:8098/scanDir
remoteDownLoadFileUrl: http://192.168.190.164:8098/hpcDownload
remoteUploadFileUrl: http://192.168.190.164:8098/uploadHpcFile
callHpcUpload: http://192.168.190.164:8098/addJobQueue
delHpcJobsUrl: http://192.168.190.164:8098/delHpcJobs
# 上传头节点文件相关的配置
fileToHpc:
http:
scheme: http # 协议http/https
host: 192.168.190.164 # 目标主机
port: 9098 # 目标端口
port: 8098 # 目标端口
path: /upFileToHpcBatch # 接口路径
mergePath: /upFileToHpcMerge # 合并的接口路径
#logging:
# config: ./config/logback.xml
# pbs 作业提交相关配置