Skip to content

Commit

Permalink
Merge "Revert "Run nodemgr process as contrail user (1/3)"" into R3.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Zuul authored and opencontrail-ci-admin committed Apr 23, 2018
2 parents df19a43 + e12094e commit 459a746
Show file tree
Hide file tree
Showing 9 changed files with 6 additions and 9 deletions.
2 changes: 1 addition & 1 deletion src/analytics/supervisord_analytics.conf
Expand Up @@ -9,7 +9,7 @@
[unix_http_server]
file=/var/run/supervisord_analytics.sock ; (the path to the socket file)
chmod=0700 ; socket file mode (default 0700)
chown=contrail:contrail ; socket file uid:gid owner
;chown=nobody:nogroup ; socket file uid:gid owner
;username=user ; (default is no username (open server))
;password=123 ; (default is no password (open server))

Expand Down
2 changes: 1 addition & 1 deletion src/config/api-server/supervisord_config.conf
Expand Up @@ -9,7 +9,7 @@
[unix_http_server]
file=/var/run/supervisord_config.sock ; (the path to the socket file)
chmod=0700 ; socket file mode (default 0700)
chown=contrail:contrail ; socket file uid:gid owner
;chown=nobody:nogroup ; socket file uid:gid owner
;username=user ; (default is no username (open server))
;password=123 ; (default is no password (open server))

Expand Down
2 changes: 1 addition & 1 deletion src/control-node/supervisord_control.conf
Expand Up @@ -9,7 +9,7 @@
[unix_http_server]
file=/var/run/supervisord_control.sock ; (the path to the socket file)
chmod=0700 ; socket file mode (default 0700)
chown=contrail:contrail ; socket file uid:gid owner
;chown=nobody:nogroup ; socket file uid:gid owner
;username=user ; (default is no username (open server))
;password=123 ; (default is no password (open server))

Expand Down
Expand Up @@ -21,7 +21,6 @@ buffer_size=10000 ; event buffer queue size (default 10)
;stopwaitsecs=10 ; max num secs to wait b4 SIGKILL (default 10)
;stopasgroup=false ; send stop signal to the UNIX process group (default false)
;killasgroup=false ; SIGKILL the UNIX process group (def false)
user=contrail ; setuid to this UNIX account to run the program
;redirect_stderr=true ; redirect proc stderr to stdout (default false)
stdout_logfile=/var/log/contrail/contrail-analytics-nodemgr-stdout.log ; stdout log path, NONE for none; default AUTO
;stdout_logfile_maxbytes=1MB ; max # logfile bytes b4 rotation (default 50MB)
Expand Down
1 change: 0 additions & 1 deletion src/nodemgr/config_nodemgr/contrail-config-nodemgr.ini
Expand Up @@ -24,7 +24,6 @@ buffer_size=10000 ; event buffer queue size (default 10)
;stopwaitsecs=10 ; max num secs to wait b4 SIGKILL (default 10)
;stopasgroup=false ; send stop signal to the UNIX process group (default false)
;killasgroup=false ; SIGKILL the UNIX process group (def false)
user=contrail ; setuid to this UNIX account to run the program
;redirect_stderr=true ; redirect proc stderr to stdout (default false)
stdout_logfile=/var/log/contrail/contrail-config-nodemgr-stdout.log ; stdout log path, NONE for none; default AUTO
;stdout_logfile_maxbytes=1MB ; max # logfile bytes b4 rotation (default 50MB)
Expand Down
1 change: 0 additions & 1 deletion src/nodemgr/control_nodemgr/contrail-control-nodemgr.ini
Expand Up @@ -24,7 +24,6 @@ buffer_size=10000 ; event buffer queue size (default 10)
;stopwaitsecs=10 ; max num secs to wait b4 SIGKILL (default 10)
;stopasgroup=false ; send stop signal to the UNIX process group (default false)
;killasgroup=false ; SIGKILL the UNIX process group (def false)
user=contrail ; setuid to this UNIX account to run the program
;redirect_stderr=true ; redirect proc stderr to stdout (default false)
stdout_logfile=/var/log/contrail/contrail-control-nodemgr-stdout.log ; stdout log path, NONE for none; default AUTO
;stdout_logfile_maxbytes=1MB ; max # logfile bytes b4 rotation (default 50MB)
Expand Down
2 changes: 1 addition & 1 deletion src/nodemgr/database_nodemgr/contrail-database-nodemgr.ini
Expand Up @@ -23,7 +23,7 @@ buffer_size=10000 ; event buffer queue size (default 10)
;stopwaitsecs=10 ; max num secs to wait b4 SIGKILL (default 10)
;stopasgroup=false ; send stop signal to the UNIX process group (default false)
;killasgroup=false ; SIGKILL the UNIX process group (def false)
user=contrail ; setuid to this UNIX account to run the program
;user=chrism ; setuid to this UNIX account to run the program
;redirect_stderr=true ; redirect proc stderr to stdout (default false)
stdout_logfile=/var/log/contrail/contrail-database-nodemgr-stdout.log ; stdout log path, NONE for none; default AUTO
;stdout_logfile_maxbytes=1MB ; max # logfile bytes b4 rotation (default 50MB)
Expand Down
2 changes: 1 addition & 1 deletion src/nodemgr/vrouter_nodemgr/contrail-vrouter-nodemgr.ini
Expand Up @@ -24,7 +24,7 @@ buffer_size=10000 ; event buffer queue size (default 10)
;stopwaitsecs=10 ; max num secs to wait b4 SIGKILL (default 10)
;stopasgroup=false ; send stop signal to the UNIX process group (default false)
;killasgroup=false ; SIGKILL the UNIX process group (def false)
user=contrail ; setuid to this UNIX account to run the program
;user=chrism ; setuid to this UNIX account to run the program
;redirect_stderr=true ; redirect proc stderr to stdout (default false)
stdout_logfile=/var/log/contrail/contrail-vrouter-nodemgr-stdout.log ; stdout log path, NONE for none; default AUTO
;stdout_logfile_maxbytes=1MB ; max # logfile bytes b4 rotation (default 50MB)
Expand Down
2 changes: 1 addition & 1 deletion src/vnsw/agent/supervisord_vrouter.conf
Expand Up @@ -9,7 +9,7 @@
[unix_http_server]
file=/var/run/supervisord_vrouter.sock ; (the path to the socket file)
chmod=0700 ; socket file mode (default 0700)
chown=contrail:contrail ; socket file uid:gid owner
;chown=nobody:nogroup ; socket file uid:gid owner
;username=user ; (default is no username (open server))
;password=123 ; (default is no password (open server))

Expand Down

0 comments on commit 459a746

Please sign in to comment.