The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

App::Netdisco::Manual::ReleaseNotes - Release Notes

Introduction

This document will list only the most significant changes with each release of Netdisco. You are STRONGLY recommended to read this document each time you install and upgrade.

2.010000

General Changes

You can now simplify database configuration to just the following, instead of the more verbose plugins/DBIC setting which was there before:

 database:
   name: 'netdisco'
   host: 'localhost'
   user: 'someuser'
   pass: 'somepass'

Also, the REMOTE_USER and X-REMOTE_USER environment variables are now supported for delegating authentication to another web server. See the Deployment and Configuration documentation for further details.

2.008000

Heath Advice

This release contains the first version of our new poller, which handles device and node discovery. Please make sure to backup any existing Netdisco database before trying it out.

General Changes

You can remove any settings from ~/environments/deployment.yml which you didn't edit or add to the file yourself. All defaults are now properly embedded within the application. See the new deployment.yml sample which ships with this distribution for an example.

2.006000

Incompatible Changes

The default environment configuration file develpment.yml has been renamed to deployment.yml. This better reflects that users are not developers, and also fits with the default for PSGI compatible cloud deployment services.

Please rename or copy your environment file:

 mv ~/environments/development.yml ~/environments/deployment.yml

General Changes

The installation is now relocateable outside of a user's home directory by setting the NETDISCO_HOME environment variable. This defaults to your own home directory.