Send Netdot-devel mailing list submissions to
[email protected]
To subscribe or unsubscribe via the World Wide Web, visit
https://osl.uoregon.edu/mailman/listinfo/netdot-devel
or, via email, send a message with subject or body 'help' to
[email protected]
You can reach the person managing the list at
[email protected]
When replying, please edit your Subject line so it is more specific
than "Re: Contents of Netdot-devel digest..."
Today's Topics:
1. [SCM] Netdot branch master updated. netdot-1.0.4-122-gc778e6f
([email protected])
2. [SCM] Netdot branch netdot-1.0 updated.
netdot-1.0.4-122-gc778e6f ([email protected])
----------------------------------------------------------------------
Message: 1
Date: Fri, 8 Nov 2013 12:26:45 -0800
From: [email protected]
Subject: [Netdot-devel] [SCM] Netdot branch master updated.
netdot-1.0.4-122-gc778e6f
To: [email protected]
Message-ID: <[email protected]>
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "Netdot".
The branch, master has been updated
via c778e6f482efdb89945356f8de048a4062507267 (commit)
from cd9c0a7d9d73c30c790ab3c3ff03e95ba3b15afd (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
commit c778e6f482efdb89945356f8de048a4062507267
Author: Carlos Vicente <[email protected]>
Date: Wed Nov 6 12:51:43 2013 -0500
Set default value for NOT NULL bool fields that works on both mysql and Pg
diff --git a/etc/netdot.meta b/etc/netdot.meta
index 1f9679c..9d9fea8 100644
--- a/etc/netdot.meta
+++ b/etc/netdot.meta
@@ -747,7 +747,7 @@ $meta = {
type => 'integer'
},
monitored => {
- default => '',
+ default => \"FALSE",
description => 'Flag that specifies if this peering should be
monitored',
length => '',
nullable => 0,
@@ -1424,7 +1424,7 @@ $meta = {
type => 'varchar'
},
asbestos_tiles => {
- default => '',
+ default => \"FALSE",
description => '',
length => '',
nullable => 0,
@@ -1440,7 +1440,7 @@ $meta = {
type => 'varchar'
},
converted_patch_panels => {
- default => '',
+ default => \"FALSE",
description => '',
length => '',
nullable => 0,
@@ -1452,11 +1452,11 @@ $meta = {
description => '',
length => '64',
nullable => 1,
- tag => 'Dimensions (")',
+ tag => 'Dimensions',
type => 'varchar'
},
ground_buss => {
- default => '',
+ default => \"FALSE",
description => '',
length => '',
nullable => 0,
@@ -2026,7 +2026,7 @@ $meta = {
type => 'varchar'
},
auto_dns => {
- default => '',
+ default => \"FALSE",
description => 'Whether a DNS name should be auto generated for each
IP address in this device',
length => '',
nullable => 0,
@@ -2055,7 +2055,7 @@ $meta = {
type => 'bigint'
},
canautoupdate => {
- default => '',
+ default => \"FALSE",
description => 'If SNMP updates are automated, this value determines
whether this Device should be included',
length => '',
nullable => 0,
@@ -2063,7 +2063,7 @@ $meta = {
type => 'bool'
},
collect_arp => {
- default => '',
+ default => \"FALSE",
description => 'Whether Netdot should collect ARP cache data from this
Device. Notice that this is mostly intended for Routers, though not
necessarily',
length => '',
nullable => 0,
@@ -2071,7 +2071,7 @@ $meta = {
type => 'bool'
},
collect_fwt => {
- default => '',
+ default => \"FALSE",
description => 'Whether Netdot should collect bridge Forwarding Table
(FWT) data from this Device',
length => '',
nullable => 0,
@@ -2079,7 +2079,7 @@ $meta = {
type => 'bool'
},
collect_stp => {
- default => '',
+ default => \"FALSE",
description => 'Enable or Disable querying device for Spanning Tree
information',
length => '',
nullable => 0,
@@ -2095,7 +2095,7 @@ $meta = {
type => 'varchar'
},
customer_managed => {
- default => '',
+ default => \"FALSE",
description => 'Does the operation of this Device fall into the
responsibility of the customer (or "user" Entity)?',
length => '',
nullable => 0,
@@ -2151,7 +2151,7 @@ $meta = {
type => 'text'
},
ipforwarding => {
- default => '',
+ default => \"FALSE",
description => 'Whether this device has IP forwarding enabled
(IP-MIB::ipForwarding.0)',
length => '',
nullable => 0,
@@ -2191,7 +2191,7 @@ $meta = {
type => 'timestamp'
},
monitor_config => {
- default => '',
+ default => \"FALSE",
description => 'Indicates whether this Device should be included in
configuration management tools (i.e. RANCID)',
length => '',
nullable => 0,
@@ -2207,7 +2207,7 @@ $meta = {
type => 'varchar'
},
monitored => {
- default => '',
+ default => \"FALSE",
description => 'Determines if this Device should be included in the
configurations for monitoring software',
length => '',
nullable => 0,
@@ -2376,7 +2376,7 @@ $meta = {
type => 'varchar'
},
snmp_bulk => {
- default => '',
+ default => \"FALSE",
description => 'Enable or Disable SNMP BULK operations for this
device',
length => '',
nullable => 0,
@@ -2384,7 +2384,7 @@ $meta = {
type => 'bool'
},
snmp_managed => {
- default => '',
+ default => \"FALSE",
description => 'Enable or Disable SNMP operations on this device',
length => '',
nullable => 0,
@@ -2392,7 +2392,7 @@ $meta = {
type => 'bool'
},
snmp_polling => {
- default => '',
+ default => \"FALSE",
description => 'Enable or Disable SNMP polling from management tools
which get their configurations from Netdot',
length => '',
nullable => 0,
@@ -2461,7 +2461,7 @@ $meta = {
type => 'integer'
},
snmp_down => {
- default => '',
+ default => \"FALSE",
description => 'Whether Netdot has tried more than
MAX_SNMP_CONNECTION_ATTEMPTS times to update this device via SNMP',
length => '',
nullable => 0,
@@ -2469,7 +2469,7 @@ $meta = {
type => 'bool'
},
stp_enabled => {
- default => '',
+ default => \"FALSE",
description => 'Whether some version of the Spanning Tree Protocol is
enabled on this switch',
length => '',
nullable => 0,
@@ -2818,7 +2818,7 @@ $meta = {
type => 'varchar'
},
fru => {
- default => '',
+ default => \"FALSE",
description => 'Whether or not this physical entity is considered a
"Field Replaceable Unit" by the vendor.',
length => '',
nullable => 0,
@@ -3151,7 +3151,7 @@ $meta = {
type => 'bigint'
},
active => {
- default => '',
+ default => \"FALSE",
description => 'Should this scope be included in the DHCP files
generated by Netdot?',
length => '',
nullable => 0,
@@ -3167,7 +3167,7 @@ $meta = {
type => 'varchar'
},
enable_failover => {
- default => '',
+ default => \"FALSE",
description => 'Enable Failover for this Subnet scope or by default
for all Subnet scopes within this Global scope.',
length => '',
nullable => 0,
@@ -4241,7 +4241,7 @@ $meta = {
type => 'bigint'
},
testpassed => {
- default => '',
+ default => \"FALSE",
description => 'Cable test result (pass/fail)',
length => '',
nullable => 0,
@@ -4324,7 +4324,7 @@ $meta = {
type => 'varchar'
},
auto_dns => {
- default => '',
+ default => \"FALSE",
description => 'Whether a DNS name should be auto generated for each
IP address in this interface',
length => '',
nullable => 0,
@@ -4332,7 +4332,7 @@ $meta = {
type => 'bool'
},
bpdu_filter_enabled => {
- default => '',
+ default => \"FALSE",
description => 'Whether BPDU filter is enabled on this port',
length => '',
nullable => 0,
@@ -4340,7 +4340,7 @@ $meta = {
type => 'bool'
},
bpdu_guard_enabled => {
- default => '',
+ default => \"FALSE",
description => 'Whether BPDU Guard is enabled on this port',
length => '',
nullable => 0,
@@ -4467,7 +4467,7 @@ $meta = {
type => 'bigint'
},
ignore_ip => {
- default => '',
+ default => \"FALSE",
description => 'Ignore IP address information. Netdot will not insert
IP addresses or subnets based on information fro this interface.',
length => '',
nullable => 0,
@@ -4504,7 +4504,7 @@ $meta = {
type => 'varchar'
},
loop_guard_enabled => {
- default => '',
+ default => \"FALSE",
description => 'Whether Loop guard is enabled on this port',
length => '',
nullable => 0,
@@ -4512,7 +4512,7 @@ $meta = {
type => 'bool'
},
monitored => {
- default => '',
+ default => \"FALSE",
description => 'Determine whether this Interface should be included in
the configuration of an external monitoring software',
length => '',
nullable => 0,
@@ -4554,7 +4554,7 @@ $meta = {
type => 'bigint'
},
neighbor_fixed => {
- default => 0,
+ default => \"FALSE",
description => 'Determines whether this link can be modified by
automatic topology discovery mechanisms.',
length => '',
nullable => 0,
@@ -4594,7 +4594,7 @@ $meta = {
type => 'varchar'
},
overwrite_descr => {
- default => '',
+ default => \"FALSE",
description => 'Determines whether the description for this Interface
should be overwritten via SNMP updates',
length => '',
nullable => 0,
@@ -4623,7 +4623,7 @@ $meta = {
type => 'varchar'
},
root_guard_enabled => {
- default => '',
+ default => \"FALSE",
description => 'Whether Root guard is enabled on this port',
length => '',
nullable => 0,
@@ -4631,7 +4631,7 @@ $meta = {
type => 'bool'
},
snmp_managed => {
- default => '',
+ default => \"FALSE",
description => 'Determines whether this Interface should be included
in the collection of SNMP statistics',
length => '',
nullable => 0,
@@ -4867,7 +4867,7 @@ $meta = {
type => 'bigint'
},
monitored => {
- default => '',
+ default => \"FALSE",
description => '',
length => '',
nullable => 0,
@@ -5008,7 +5008,7 @@ $meta = {
type => 'timestamp'
},
monitored => {
- default => '',
+ default => \"FALSE",
description => 'Whether this IP address should be monitored or not',
length => '',
nullable => 0,
@@ -5106,7 +5106,7 @@ $meta = {
type => 'bigint'
},
use_network_broadcast => {
- default => '',
+ default => \"FALSE",
description => 'Whether the network and broadcast addresses in this
IPv4 block should be marked as reserved or not',
length => '',
nullable => 0,
@@ -5767,7 +5767,7 @@ $meta = {
type => 'timestamp'
},
static => {
- default => '',
+ default => \"FALSE",
description => 'If this value is set, the address is considered
permanent and should not be removed, even if it has not been seen in the
network for a given amount of time',
length => '',
nullable => 0,
@@ -6119,7 +6119,7 @@ $meta = {
table_db_name => 'rr',
columns => {
active => {
- default => '',
+ default => \"FALSE",
description => 'Should this record be included in the Zone files
generated by Netdot?',
length => '',
nullable => 0,
@@ -6127,7 +6127,7 @@ $meta = {
type => 'bool'
},
auto_update => {
- default => '',
+ default => \"FALSE",
description => 'Determines whether this record can be updated by an
automated process. For example, if a Device Interface changes its name and the
change is picked up by an SNMP update',
length => '',
nullable => 0,
@@ -8459,7 +8459,7 @@ $meta = {
table_db_name => 'zone',
columns => {
active => {
- default => '',
+ default => \"FALSE",
description => 'Whether a DNS zone file should be generated for this
Zone',
length => '',
nullable => 0,
@@ -8631,7 +8631,7 @@ $meta = {
type => 'bigint'
},
pending => {
- default => '',
+ default => \"FALSE",
description => 'This flag specifies whether the change is pending or
it has been committed.',
length => '',
nullable => 0,
-----------------------------------------------------------------------
Summary of changes:
etc/netdot.meta | 82 +++++++++++++++++++++++++++---------------------------
1 files changed, 41 insertions(+), 41 deletions(-)
hooks/post-receive
--
Netdot
------------------------------
Message: 2
Date: Fri, 8 Nov 2013 12:27:14 -0800
From: [email protected]
Subject: [Netdot-devel] [SCM] Netdot branch netdot-1.0 updated.
netdot-1.0.4-122-gc778e6f
To: [email protected]
Message-ID: <[email protected]>
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "Netdot".
The branch, netdot-1.0 has been updated
via c778e6f482efdb89945356f8de048a4062507267 (commit)
from cd9c0a7d9d73c30c790ab3c3ff03e95ba3b15afd (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
-----------------------------------------------------------------------
Summary of changes:
etc/netdot.meta | 82 +++++++++++++++++++++++++++---------------------------
1 files changed, 41 insertions(+), 41 deletions(-)
hooks/post-receive
--
Netdot
------------------------------
_______________________________________________
Netdot-devel mailing list
[email protected]
https://osl.uoregon.edu/mailman/listinfo/netdot-devel
End of Netdot-devel Digest, Vol 80, Issue 7
*******************************************