Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
C
cc-node
Manage
Activity
Members
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Model registry
Analyze
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Mirror
cc-node
Commits
28472677
Commit
28472677
authored
12 years ago
by
Anael Beutot
Browse files
Options
Downloads
Patches
Plain Diff
Added plugin persistence path to config
parent
bec3b2c1
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
cloudcontrol/node/config.py
+3
-0
3 additions, 0 deletions
cloudcontrol/node/config.py
etc/cc-node.conf
+1
-0
1 addition, 0 deletions
etc/cc-node.conf
with
4 additions
and
0 deletions
cloudcontrol/node/config.py
+
3
−
0
View file @
28472677
...
...
@@ -46,6 +46,9 @@ class NodeConfigParser(object):
# path settings
self
.
jobs_store_path
=
config
.
get
(
'
jobs_store_path
'
,
'
/var/lib/cc-node/jobs
'
)
# plugins persistance
self
.
plugins_store_path
=
config
.
get
(
'
plugins_store_path
'
,
'
/var/lib/cc-node/plugins
'
)
def
configure_logging
(
level
):
...
...
This diff is collapsed.
Click to expand it.
etc/cc-node.conf
+
1
−
0
View file @
28472677
...
...
@@ -8,3 +8,4 @@ password=_CC_SERVER_PASSWD_
# debug = off
# jobs_store_path=/var/lib/cc-node/jobs/
# plugins_store_path=/var/lib/cc-node/plugins # it's a file
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment