Page MenuHomeDevCentral

Migrate all Phabricator containers to Equatower
ClosedPublic

Authored by dereckson on Oct 15 2018, 01:05.
Tags
None
Referenced Files
Unknown Object (File)
Sun, Apr 14, 06:14
Unknown Object (File)
Sun, Apr 14, 06:14
Unknown Object (File)
Sun, Apr 14, 06:14
Unknown Object (File)
Sun, Apr 14, 06:14
Unknown Object (File)
Sun, Apr 14, 06:14
Unknown Object (File)
Sun, Apr 14, 06:14
Unknown Object (File)
Tue, Apr 9, 14:51
Unknown Object (File)
Sun, Apr 7, 16:44
Subscribers
None

Details

Summary

Ref T1420

Test Plan

Browse Phabricaot instances, check setup issues

Diff Detail

Repository
rOPS Nasqueron Operations
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

dereckson created this revision.
dereckson marked an inline comment as done.

#2054: Server sent charset unknown to the client. Please, report to the
developers.

roles/paas-docker/containers/phabricator.sls
62

Usage Exception: Config option 'security.alternate-file-domain' is invalid. The URI must start with 'http://' or 'https://'.

Protocol for PHABRICATOR_ALT_FILE_DOMAIN. Remove mailgun entry for River Sector as long as we don't have a confirmation it uses Mailgun.

Remove Wolfplex Phabricator for legacy Phabricator role

river-sector
$ bin/config get metamta.mail-adapter
{
  "config": [
    {
      "key": "metamta.mail-adapter",
      "source": "local",
      "value": null,
      "status": "unset",
      "errorInfo": null
    },
    {
      "key": "metamta.mail-adapter",
      "source": "database",
      "value": null,
      "status": "unset",
      "errorInfo": null
    }
  ]
}

Ok, but River Sector container will need extra configuration for mailer, as metamta.mail-adapter is unset in Phabricator configuration.

This revision is now accepted and ready to land.Oct 15 2018, 12:20
This revision was automatically updated to reflect the committed changes.