You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cloudstack.apache.org by ts...@apache.org on 2013/04/21 19:03:39 UTC

[28/49] git commit: updated refs/heads/marvin_refactor to 0b5fe9a

Give some more details on what is expected of an IpDeployer.

Project: http://git-wip-us.apache.org/repos/asf/cloudstack/repo
Commit: http://git-wip-us.apache.org/repos/asf/cloudstack/commit/4a3a9dfb
Tree: http://git-wip-us.apache.org/repos/asf/cloudstack/tree/4a3a9dfb
Diff: http://git-wip-us.apache.org/repos/asf/cloudstack/diff/4a3a9dfb

Branch: refs/heads/marvin_refactor
Commit: 4a3a9dfbc2832766594c6ede449d202dc2ed8c66
Parents: a28a199
Author: Hugo Trippaers <tr...@gmail.com>
Authored: Fri Apr 19 16:37:22 2013 +0200
Committer: Hugo Trippaers <tr...@gmail.com>
Committed: Fri Apr 19 16:37:22 2013 +0200

----------------------------------------------------------------------
 api/src/com/cloud/network/element/IpDeployer.java |    6 +++++-
 1 files changed, 5 insertions(+), 1 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cloudstack/blob/4a3a9dfb/api/src/com/cloud/network/element/IpDeployer.java
----------------------------------------------------------------------
diff --git a/api/src/com/cloud/network/element/IpDeployer.java b/api/src/com/cloud/network/element/IpDeployer.java
index c92d3e3..d356c3b 100644
--- a/api/src/com/cloud/network/element/IpDeployer.java
+++ b/api/src/com/cloud/network/element/IpDeployer.java
@@ -28,7 +28,11 @@ import com.cloud.utils.component.Adapter;
 
 public interface IpDeployer extends Adapter{
     /**
-     * Apply ip addresses to this network
+     * Modify ip addresses on this network
+     * Depending on the State of the ip addresses the element should take
+     * appropriate action. 
+     * If state is Releasing the ip address should be de-allocated
+     * If state is Allocating or Allocated the ip address should be provisioned
      * @param network
      * @param ipAddress
      * @return