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. [Netdot - Bug #1695] (New) Apache early inclusion hack for
      Perl configuration ([email protected])
   2. [Netdot - Bug #1696] (New) Typo in lib/Netdot/UI.pm       in netdot
      1.0.2 ([email protected])
   3. [Netdot - Bug #1697] (New) Rancid -> 2.3.6 IOS XE flash
      differs ([email protected])
   4. [SCM] Netdot branch netdot-1.0 updated.
      netdot-1.0.2-1-g73619cb ([email protected])
   5. [Netdot - Bug #1696] (Resolved) Typo in   lib/Netdot/UI.pm in
      netdot 1.0.2 ([email protected])


----------------------------------------------------------------------

Message: 1
Date: Mon, 8 Oct 2012 15:17:44 -0700
From: [email protected]
Subject: [Netdot-devel] [Netdot - Bug #1695] (New) Apache early
        inclusion       hack for Perl configuration
To: [email protected], [email protected]
Message-ID: <[email protected]>
Content-Type: text/plain; charset=utf-8


Issue #1695 has been reported by Romain BOISSAT.

----------------------------------------
Bug #1695: Apache early inclusion hack for Perl configuration
https://osl.uoregon.edu/redmine/issues/1695

Author: Romain BOISSAT
Status: New
Priority: Normal
Assignee: 
Category: 
Target version: 
Resolution: 


Hi,

I had to link /$NETDOT_PREFIX/etc/netdot_apache2_local.conf to 
/etc/apache2/conf.d/00-netdot.conf in order to get it working since upgrade to 
1.0.2.

I believe the change that triggered this new behavior was :

--- netdot_apache2_local.conf   2012-10-09 00:15:53.000000000 +0200
+++ /opt/netdot/etc/netdot_apache2_local.conf   2012-10-08 22:24:58.000000000 
+0200
(...)
-<Perl>
-use lib qw( /opt/netdot/lib );
+# Add Netdot's libraries to @INC
+PerlSwitches -I/opt/netdot/lib

Nothing earth shattering, but it took a while to figure it out :)

Regards


-- 
You have received this notification because you have either subscribed to it, 
or are involved in it.
To change your notification preferences, please click here: 
http://osl.uoregon.edu/redmine/my/account


------------------------------

Message: 2
Date: Mon, 8 Oct 2012 15:21:49 -0700
From: [email protected]
Subject: [Netdot-devel] [Netdot - Bug #1696] (New) Typo in
        lib/Netdot/UI.pm        in netdot 1.0.2
To: [email protected], [email protected]
Message-ID: <[email protected]>
Content-Type: text/plain; charset=utf-8


Issue #1696 has been reported by Romain Boissat.

----------------------------------------
Bug #1696: Typo in lib/Netdot/UI.pm in netdot 1.0.2
https://osl.uoregon.edu/redmine/issues/1696

Author: Romain Boissat
Status: New
Priority: Normal
Assignee: 
Category: 
Target version: 
Resolution: 


Hi,

Just a minor typo in lib/Netdot/UI.pm line 2057 : $stp_inst->root_bridg*s*e 
instead of $stp_inst->root_bridge.

Thanks for all the hard work!

Regards.


-- 
You have received this notification because you have either subscribed to it, 
or are involved in it.
To change your notification preferences, please click here: 
http://osl.uoregon.edu/redmine/my/account


------------------------------

Message: 3
Date: Mon, 8 Oct 2012 15:54:14 -0700
From: [email protected]
Subject: [Netdot-devel] [Netdot - Bug #1697] (New) Rancid -> 2.3.6 IOS
        XE      flash differs
To: [email protected], [email protected]
Message-ID: <[email protected]>
Content-Type: text/plain; charset=utf-8


Issue #1697 has been reported by Swen ska.

----------------------------------------
Bug #1697: Rancid -> 2.3.6 IOS XE flash differs
https://osl.uoregon.edu/redmine/issues/1697

Author: Swen ska
Status: New
Priority: Low
Assignee: 
Category: DeviceManagement
Target version: 
Resolution: fixed


RANCID above 2.3.6 is able to deal with the change files on the flash file 
system on Cisco IOS XE. netDot use the file "lib/Netdot/Exporter/Rancid.pm" to 
use "cisco-xr" instead of "cisco" to deal with Cisco IOS XE, with is wrong and 
doesn't deal with the changing files on the flash filesystem. 

To fix the issue:

lib/Netdot/Exporter/Rancid.pm needs to be adjusted:

185,187c185
<       if ( $sysdescr =~ /IOS-XE/o ){
<           $mfg = 'cisco-xr';
<       }elsif ( $sysdescr =~ /NX-OS/o ){
---
>       if ( $sysdescr =~ /NX-OS/o ){

Cheers

Sven


-- 
You have received this notification because you have either subscribed to it, 
or are involved in it.
To change your notification preferences, please click here: 
http://osl.uoregon.edu/redmine/my/account


------------------------------

Message: 4
Date: Tue, 9 Oct 2012 09:12:23 -0700
From: [email protected]
Subject: [Netdot-devel] [SCM] Netdot branch netdot-1.0 updated.
        netdot-1.0.2-1-g73619cb
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  73619cbd0e51935b60568b01a47374d265de98f4 (commit)
      from  fade16b38ed091bec903ab74bf59a613490dd3c9 (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 73619cbd0e51935b60568b01a47374d265de98f4
Author: Carlos Vicente <[email protected]>
Date:   Tue Oct 9 12:11:34 2012 -0400

    Bug #1696: Typo in lib/Netdot/UI.pm

diff --git a/lib/Netdot/UI.pm b/lib/Netdot/UI.pm
index 615303c..4303206 100644
--- a/lib/Netdot/UI.pm
+++ b/lib/Netdot/UI.pm
@@ -2054,7 +2054,7 @@ sub build_device_stp_graph {
     my $start = Device->retrieve($id);
     my $stp_inst = STPInstance->search(device=>$id, number=>$number)->first;
     return $g unless defined($stp_inst);
-    my $start_root = $stp_inst->root_bridgse;
+    my $start_root = $stp_inst->root_bridge;
     return $g unless defined($start_root);
     
     my $devicemacs = Device->get_macs_from_all();

-----------------------------------------------------------------------

Summary of changes:
 lib/Netdot/UI.pm |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)


hooks/post-receive
-- 
Netdot


------------------------------

Message: 5
Date: Tue, 9 Oct 2012 09:13:07 -0700
From: [email protected]
Subject: [Netdot-devel] [Netdot - Bug #1696] (Resolved) Typo in
        lib/Netdot/UI.pm in netdot 1.0.2
To: [email protected], [email protected]
Message-ID: <[email protected]>
Content-Type: text/plain; charset=utf-8


Issue #1696 has been updated by Carlos Vicente.

Category set to UserInterface
Status changed from New to Resolved
Assignee set to Carlos Vicente
Target version set to 1.0.3
Resolution set to fixed


----------------------------------------
Bug #1696: Typo in lib/Netdot/UI.pm in netdot 1.0.2
https://osl.uoregon.edu/redmine/issues/1696#change-2993

Author: Romain Boissat
Status: Resolved
Priority: Normal
Assignee: Carlos Vicente
Category: UserInterface
Target version: 1.0.3
Resolution: fixed


Hi,

Just a minor typo in lib/Netdot/UI.pm line 2057 : $stp_inst->root_bridg*s*e 
instead of $stp_inst->root_bridge.

Thanks for all the hard work!

Regards.


-- 
You have received this notification because you have either subscribed to it, 
or are involved in it.
To change your notification preferences, please click here: 
http://osl.uoregon.edu/redmine/my/account


------------------------------

_______________________________________________
Netdot-devel mailing list
[email protected]
https://osl.uoregon.edu/mailman/listinfo/netdot-devel


End of Netdot-devel Digest, Vol 67, Issue 10
********************************************

Reply via email to