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 netdot-1.0 updated.
      netdot-1.0.4-89-gb56ec67 ([email protected])
   2. [Netdot - Feature #1774] (New) Add strategy config        for
      SUBNET_AUTO_RESERVE => SUBNET_AUTO_RESERVE_STRATEGY
      ([email protected])


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

Message: 1
Date: Fri, 9 Aug 2013 07:45:07 -0700
From: [email protected]
Subject: [Netdot-devel] [SCM] Netdot branch netdot-1.0 updated.
        netdot-1.0.4-89-gb56ec67
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  b56ec672bd51b52286fb6054da62d4dc77591af0 (commit)
      from  dc5eddb8b26bcf66aa7032014908133adc23e033 (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 b56ec672bd51b52286fb6054da62d4dc77591af0
Author: Carlos Vicente <[email protected]>
Date:   Fri Aug 9 10:44:57 2013 -0400

    Do not delete IP block if associated Entity is deleted

diff --git a/etc/netdot.meta b/etc/netdot.meta
index b289187..d05a74c 100644
--- a/etc/netdot.meta
+++ b/etc/netdot.meta
@@ -5011,7 +5011,7 @@ $meta = {
         description => 'Entity that owns this block',
         length => '',
         linksto => {
-          cascade => 'Delete',
+          cascade => 'Nullify',
           method => 'owned_blocks',
           table => 'Entity'
         },
@@ -5067,7 +5067,7 @@ $meta = {
         description => 'Entity that uses this block',
         length => '',
         linksto => {
-          cascade => 'Delete',
+          cascade => 'Nullify',
           method => 'used_blocks',
           table => 'Entity'
         },

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

Summary of changes:
 etc/netdot.meta |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)


hooks/post-receive
-- 
Netdot


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

Message: 2
Date: Fri, 9 Aug 2013 08:58:07 -0700
From: [email protected]
Subject: [Netdot-devel] [Netdot - Feature #1774] (New) Add strategy
        config  for SUBNET_AUTO_RESERVE => SUBNET_AUTO_RESERVE_STRATEGY
To: [email protected], [email protected]
Message-ID: <[email protected]>
Content-Type: text/plain; charset=utf-8


Issue #1774 has been reported by Wim Vandersmissen.

----------------------------------------
Feature #1774: Add strategy config for SUBNET_AUTO_RESERVE => 
SUBNET_AUTO_RESERVE_STRATEGY
https://osl.uoregon.edu/redmine/issues/1774

Author: Wim Vandersmissen
Status: New
Priority: Normal
Assignee: 
Category: 
Target version: 
Resolution: 


Add a config option SUBNET_AUTO_RESERVE_STRATEGY
This allows to set the strategy for reservations in the subnet.
Eg, our routers are on the last addresses of the subnet, but we give out 
addresses starting in the beginning of the range.

So we now set in Site.conf:

IP_ALLOCATION_STRATEGY => 'first',
SUBNET_AUTO_RESERVE_STRATEGY => 'last',

simple patch in attach


-- 
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 77, Issue 5
*******************************************

Reply via email to