Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
D
deploy
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Odysseus
deploy
Commits
af147f98
Commit
af147f98
authored
Feb 22, 2024
by
luxq
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
update config
parent
87bacc43
Changes
3
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
20 additions
and
0 deletions
+20
-0
config.toml
conf/nodemanager/config.toml
+1
-0
standardtask.json
conf/nodemanager/standardtask.json
+18
-0
config.toml
conf/schedule/config.toml
+1
-0
No files found.
conf/nodemanager/config.toml
View file @
af147f98
...
@@ -4,6 +4,7 @@ port=10001
...
@@ -4,6 +4,7 @@ port=10001
metrics_port
=
28010
metrics_port
=
28010
private_key
=
"E671C143A110C239B563F702E9F4017CA6B2B2912F675EED9AA4FED684EB30CC"
private_key
=
"E671C143A110C239B563F702E9F4017CA6B2B2912F675EED9AA4FED684EB30CC"
enable_pay
=
true
enable_pay
=
true
standard_task_file
=
"standardtask.json"
[redis]
[redis]
addr
=
"43.198.252.255:6379"
addr
=
"43.198.252.255:6379"
...
...
conf/nodemanager/standardtask.json
0 → 100644
View file @
af147f98
[
{
"task_kind"
:
3
,
"task_type"
:
999
,
"task_cmd"
:
"{\"image_name\"
:
\
"demianhjw/ethaddr:latest\",\"docker_cmd\"
:{
\
"container_port\"
:
\
"5001\"},\"api_url\"
:
\
"http://127.0.0.1:%d/aigic
\"
}"
,
"task_fee"
:
"0"
,
"task_workload"
:
100
,
"standlib"
:
"ethaddr"
},
{
"task_kind"
:
3
,
"task_type"
:
998
,
"task_cmd"
:
"{\"image_name\"
:
\
"demianhjw/aigic:0129\",\"docker_cmd\"
:{
\
"container_port\"
:
\
"5001\"},\"api_url\"
:
\
"http://127.0.0.1:%d/aigic
\"
}"
,
"task_fee"
:
"0"
,
"task_workload"
:
100
,
"standlib"
:
"smallcar"
}
]
\ No newline at end of file
conf/schedule/config.toml
View file @
af147f98
endpoint
=
":10002"
endpoint
=
":10002"
metrics_port
=
28012
metrics_port
=
28012
routines
=
1
routines
=
1
max_nm_update_ex
=
40
[redis]
[redis]
addr
=
"172.31.12.187:6379"
addr
=
"172.31.12.187:6379"
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment