View Issue Details
| ID | Project | Category | View Status | Date Submitted | Last Update |
|---|---|---|---|---|---|
| 0000312 | My infrastructure | General | public | 2025-08-30 13:06 | 2025-11-13 18:37 |
| Reporter | dvl | Assigned To | dvl | ||
| Priority | normal | Severity | minor | Reproducibility | have not tried |
| Status | resolved | Resolution | fixed | ||
| Summary | 0000312: Should /usr/local/etc/freshports/config.pm contain listening creds? | ||||
| Description | It may be that FreshPorts::Config::user_listening & FreshPorts::Config::password_listening are required only by the fp-listen daemon which runs only on webserver nodes, not ingress nodes. This was noticed on r720-02-ingress01 | ||||
| Tags | No tags attached. | ||||
|
|
This uncommitted change awaits testing:
[12:50 ansible root /usr/local/etc/ansible] # svn di roles/freshports-configuration-ingress/templates/config.pm.j2
Index: roles/freshports-configuration-ingress/templates/config.pm.j2
===================================================================
--- roles/freshports-configuration-ingress/templates/config.pm.j2 (revision 2940)
+++ roles/freshports-configuration-ingress/templates/config.pm.j2 (working copy)
@@ -38,10 +38,6 @@
$FreshPorts::Config::user = '{{ fp_pg_user_commits }}';
$FreshPorts::Config::password = '{{ fp_pg_user_commits_password }}';
-# For the fp-listen daemon
-$FreshPorts::Config::user_listening = '{{ fp_pg_user_listening }}';
-$FreshPorts::Config::password_listening = '{{ fp_pg_user_listening_password }}';
-
# For readonly connections
$FreshPorts::Config::user_readonly = '{{ fp_pg_user_readonly }}';
$FreshPorts::Config::password_readonly = '{{ fp_pg_user_readonly_password }}';
|
|
|
change deployed to dvl-ingress01 for testing. |
|
|
All green on Nagios. |
|
|
Now deployed to all hosts except aws-1-ingress01 |
|
|
Done on all hosts. So far, so good. |
| Date Modified | Username | Field | Change |
|---|---|---|---|
| 2025-08-30 13:06 | dvl | New Issue | |
| 2025-08-30 13:06 | dvl | Description Updated | |
| 2025-11-12 12:42 | dvl | Assigned To | => dvl |
| 2025-11-12 12:42 | dvl | Status | new => assigned |
| 2025-11-12 12:57 | dvl | Note Added: 0000488 | |
| 2025-11-12 12:57 | dvl | Note Added: 0000489 | |
| 2025-11-12 12:59 | dvl | Note Added: 0000490 | |
| 2025-11-12 13:01 | dvl | Note Added: 0000491 | |
| 2025-11-13 18:37 | dvl | Status | assigned => resolved |
| 2025-11-13 18:37 | dvl | Resolution | open => fixed |
| 2025-11-13 18:37 | dvl | Note Added: 0000493 |