starting multiple nodes with frappy cli
This commit is contained in:
12
nicosman.py
12
nicosman.py
@ -100,13 +100,13 @@ class NicosManager(ServiceManager):
|
||||
nicos_conf = join(base, 'nicos.conf')
|
||||
content = {
|
||||
'nicos': {
|
||||
'setup_subdirs': '%s, common, frappy' % ins,
|
||||
'logging_path': '%s/%s' % (env['NICOS_LOG'], ins),
|
||||
'pid_path': '%s/%s' % (env['NICOS_LOG'], ins),
|
||||
'setup_subdirs': '["%s", "common", "frappy_sinq"]' % ins,
|
||||
'logging_path': '"%s/%s"' % (env['NICOS_LOG'], ins),
|
||||
'pid_path': '"%s/%s"' % (env['NICOS_LOG'], ins),
|
||||
},
|
||||
'environment': {
|
||||
key: env[key] for key in env if key in ENV_KEYS
|
||||
}
|
||||
# 'environment': {
|
||||
# key: f'"{env[key]}"' for key in env if key in ENV_KEYS
|
||||
#}
|
||||
}
|
||||
try:
|
||||
cp = ConfigParser()
|
||||
|
Reference in New Issue
Block a user