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)
Tue, Nov 12, 19:56
Unknown Object (File)
Sun, Nov 10, 09:46
Unknown Object (File)
Wed, Nov 6, 06:27
Unknown Object (File)
Wed, Nov 6, 05:32
Unknown Object (File)
Sat, Nov 2, 22:34
Unknown Object (File)
Thu, Oct 31, 17:33
Unknown Object (File)
Wed, Oct 30, 11:16
Unknown Object (File)
Fri, Oct 25, 16:57
Subscribers
None

Details

Summary

Ref T1420

Test Plan

Browse Phabricaot instances, check setup issues

Diff Detail

Repository
rOPS Nasqueron Operations
Lint
Lint Passed
Unit
No Test Coverage
Branch
migrate-all-phabrictor (branched from master)
Build Status
Buildable 2988
Build 3236: arc lint + arc unit

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.