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/



Note
titlePeeringDB URL Change - March 2022

Previous versions of PeeringDB allowed authenticated requests to https://peeringdb.com/api/.

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



New Features

...

Theming

ProVision 8.0 includes a complete UI refresh with an eye towards flexibility and accessibility.  GUI themes can be set on a per-user level, including the much-requested "dark mode" to help alleviate eyestrain.  In addition, we now provide several methods of customizing the entire product, which will allow for additional company branding and fine control over what areas of the product are visible and what are not.

...