Opened 9 years ago

Last modified 8 years ago

#52 new enhancement

Add space to store device configuration data

Reported by: Kris Deugau Owned by:
Priority: minor Milestone: 3.0
Version: Keywords:
Cc:

Description

Devices with management IPs are likely to need backing up in case they implode and need replacing. Provide a set of storage fields to plonk down brand, model, access type, access from (some devices may be on different management networks), access user, access password, "root" password (VTY and enable passwords, from Cisco devices), and an alternate connection port

Change History (7)

comment:1 by Kris Deugau, 9 years ago

(In [779]) /trunk

Begin adding configuration backup fields with the tabledef and link to
the allocations/poolips tables. See #52.

Also note an index for composite key that may not be useful

comment:2 by Kris Deugau, 9 years ago

(In [782]) /trunk

Add device-backup fields to pool IP assignment. See #52.

  • allocateBlock() in IPDB.pm
  • new assignment page

Refine CSS hiding space-gobbling fields so it can be used multiple places

comment:3 by Kris Deugau, 9 years ago

(In [783]) /trunk

Missed allocation confirmation page in r782. See #52.

comment:4 by Kris Deugau, 9 years ago

(In [784]) /trunk

Update getBlockData() to retrieve backup data if present. See #52.

comment:5 by Kris Deugau, 9 years ago

(In [786]) /trunk

Update edit page to show backup fields. See #52.

comment:6 by Kris Deugau, 9 years ago

(In [788]) /trunk

Update IP assignment update and IP delete for backup data. See #52.

comment:7 by Kris Deugau, 8 years ago

(In [813]) /trunk

Wrap validation of backup fields in an ACL check. See #52.

Note: See TracTickets for help on using tickets.