Updated Branches: refs/heads/master a28a19962 -> 4a3a9dfbc
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/master Commit: 4a3a9dfbc2832766594c6ede449d202dc2ed8c66 Parents: a28a199 Author: Hugo Trippaers <[email protected]> Authored: Fri Apr 19 16:37:22 2013 +0200 Committer: Hugo Trippaers <[email protected]> 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
