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)
Wed, Mar 27, 11:14
Unknown Object (File)
Wed, Mar 27, 06:57
Unknown Object (File)
Fri, Mar 22, 18:30
Unknown Object (File)
Wed, Mar 20, 14:31
Unknown Object (File)
Mon, Mar 18, 19:06
Unknown Object (File)
Sat, Mar 16, 02:46
Unknown Object (File)
Sat, Mar 16, 02:46
Unknown Object (File)
Sat, Mar 16, 02:46
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 2993
Build 3241: 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.