Merge ~ack/maas:1864201-supervisord-unix-socket-2.7 into maas:2.7

Proposed by Alberto Donato
Status: Merged
Approved by: Alberto Donato
Approved revision: 18a97cd285705808205f5c0862c9f13464203787
Merge reported by: MAAS Lander
Merged at revision: not available
Proposed branch: ~ack/maas:1864201-supervisord-unix-socket-2.7
Merge into: maas:2.7
Diff against target: 48 lines (+8/-9)
1 file modified
snap/local/tree/usr/share/maas/supervisord.conf.template (+8/-9)
Reviewer Review Type Date Requested Status
Alberto Donato (community) Approve
MAAS Lander unittests Pending
Review via email: mp+379638@code.launchpad.net

Commit message

LP:1864201 - make supervisord listen on unix socket

To post a comment you must log in.
Revision history for this message
Alberto Donato (ack) :
review: Approve
Revision history for this message
MAAS Lander (maas-lander) wrote :

LANDING
-b 1864201-supervisord-unix-socket-2.7 lp:~ack/maas/+git/maas into -b 2.7 lp:~maas-committers/maas

STATUS: FAILED BUILD
LOG: http://maas-ci-jenkins.internal:8080/job/maas/job/branch-tester/7154/consoleText

There was an error fetching revisions from git servers. Please try again in a few minutes. If the problem persists, contact Launchpad support.

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
diff --git a/snap/local/tree/usr/share/maas/supervisord.conf.template b/snap/local/tree/usr/share/maas/supervisord.conf.template
index b6f88a2..d911830 100644
--- a/snap/local/tree/usr/share/maas/supervisord.conf.template
+++ b/snap/local/tree/usr/share/maas/supervisord.conf.template
@@ -1,7 +1,7 @@
1[inet_http_server]1[unix_http_server]
2port=127.0.0.1:90012file=%(ENV_SNAP_DATA)s/supervisord/sock
3username=maas3chown=root
4password=maas4chmod=600
55
6[rpcinterface:supervisor]6[rpcinterface:supervisor]
7supervisor.rpcinterface_factory=supervisor.rpcinterface:make_main_rpcinterface7supervisor.rpcinterface_factory=supervisor.rpcinterface:make_main_rpcinterface
@@ -10,11 +10,10 @@ supervisor.rpcinterface_factory=supervisor.rpcinterface:make_main_rpcinterface
10directory=%(here)s10directory=%(here)s
11logfile=%(here)s/supervisord.log11logfile=%(here)s/supervisord.log
12pidfile=%(here)s/supervisord.pid12pidfile=%(here)s/supervisord.pid
13user=root
1314
14[supervisorctl]15[supervisorctl]
15serverurl=http://localhost:900116serverurl=unix://%(ENV_SNAP_DATA)s/supervisord/sock
16username=maas
17password=maas
1817
1918
20{{if postgresql}}19{{if postgresql}}
@@ -36,7 +35,7 @@ stopasgroup=true
36killasgroup=true35killasgroup=true
37redirect_stderr=true36redirect_stderr=true
38stdout_logfile=%(ENV_SNAP_COMMON)s/log/regiond.log37stdout_logfile=%(ENV_SNAP_COMMON)s/log/regiond.log
39serverurl=http://localhost:900138serverurl=unix://%(ENV_SNAP_DATA)s/supervisord/sock
40{{endif}}39{{endif}}
4140
4241
@@ -48,7 +47,7 @@ stopasgroup=true
48killasgroup=true47killasgroup=true
49redirect_stderr=true48redirect_stderr=true
50stdout_logfile=%(ENV_SNAP_COMMON)s/log/rackd.log49stdout_logfile=%(ENV_SNAP_COMMON)s/log/rackd.log
51serverurl=http://localhost:900150serverurl=unix://%(ENV_SNAP_DATA)s/supervisord/sock
5251
53[program:dhcpd]52[program:dhcpd]
54process_name=dhcpd53process_name=dhcpd

Subscribers

People subscribed via source and target branches