Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Warning

Software Requirements: 

ProVision 8.0.0 includes updated software dependencies.

Please ensure that local installations can meet the following dependencies prior to upgrading to ProVision 8.0.0.

Base Software Needed (v 8.0.0 +) :


Required

Link

Operating SystemUbuntu 20 or Centos 7
Apache Apache 2.4http://httpd.apache.org/
PHPPHP 8.0 / 8.1http://php.net/downloads.php
MySQLMySQL 8.xhttp://www.mysql.com/downloads/



Change -
Note
title

PeeringDB URL

Update (March 2022

PeeringDB Update

)

As of March 2022, PEERINGDB_URL must be set to https://www.peeringdb.com/api/ for authenticated requests to succeed.

Existing local customers who already have their peeringdb account details saved in Provision should update PEERINGDB_URL in globals.php to:   

Code Block
define('PEERINGDB_URL', 'https://www.peeringdb.com/api/');

Customers that do not already have their peeringdb account details saved will not currently be able to add their account through the UI, because it will fail the "valid account test" which uses the hardcoded string value.

Until a patch is available, affected users may directly save the account information using the save_account API call:

Code Block
https://cloud.6connect.com/APIv2/spec.php?family=peering#/default/save_account


...