getClusterContext for CC
Project: http://git-wip-us.apache.org/repos/asf/incubator-stratos/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-stratos/commit/fc590891 Tree: http://git-wip-us.apache.org/repos/asf/incubator-stratos/tree/fc590891 Diff: http://git-wip-us.apache.org/repos/asf/incubator-stratos/diff/fc590891 Branch: refs/heads/master Commit: fc590891b64b14d2a6c12442b246f936807cb2e5 Parents: 19fea60 Author: Udara Liyanage <[email protected]> Authored: Wed Mar 26 02:13:28 2014 -0400 Committer: Udara Liyanage <[email protected]> Committed: Wed Mar 26 02:13:28 2014 -0400 ---------------------------------------------------------------------- .../impl/CloudControllerServiceImpl.java | 5 + .../interfaces/CloudControllerService.java | 13 +- .../main/resources/CloudControllerService.wsdl | 391 +++++++++++-------- 3 files changed, 241 insertions(+), 168 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-stratos/blob/fc590891/components/org.apache.stratos.cloud.controller/src/main/java/org/apache/stratos/cloud/controller/impl/CloudControllerServiceImpl.java ---------------------------------------------------------------------- diff --git a/components/org.apache.stratos.cloud.controller/src/main/java/org/apache/stratos/cloud/controller/impl/CloudControllerServiceImpl.java b/components/org.apache.stratos.cloud.controller/src/main/java/org/apache/stratos/cloud/controller/impl/CloudControllerServiceImpl.java index e7bbabd..a38894a 100644 --- a/components/org.apache.stratos.cloud.controller/src/main/java/org/apache/stratos/cloud/controller/impl/CloudControllerServiceImpl.java +++ b/components/org.apache.stratos.cloud.controller/src/main/java/org/apache/stratos/cloud/controller/impl/CloudControllerServiceImpl.java @@ -1064,5 +1064,10 @@ public class CloudControllerServiceImpl implements CloudControllerService { return true; } + public ClusterContext getClusterContext (String clusterId) { + + return dataHolder.getClusterContext(clusterId); + } + } http://git-wip-us.apache.org/repos/asf/incubator-stratos/blob/fc590891/components/org.apache.stratos.cloud.controller/src/main/java/org/apache/stratos/cloud/controller/interfaces/CloudControllerService.java ---------------------------------------------------------------------- diff --git a/components/org.apache.stratos.cloud.controller/src/main/java/org/apache/stratos/cloud/controller/interfaces/CloudControllerService.java b/components/org.apache.stratos.cloud.controller/src/main/java/org/apache/stratos/cloud/controller/interfaces/CloudControllerService.java index ebd2980..db01c2d 100644 --- a/components/org.apache.stratos.cloud.controller/src/main/java/org/apache/stratos/cloud/controller/interfaces/CloudControllerService.java +++ b/components/org.apache.stratos.cloud.controller/src/main/java/org/apache/stratos/cloud/controller/interfaces/CloudControllerService.java @@ -27,10 +27,7 @@ import org.apache.stratos.cloud.controller.exception.InvalidMemberException; import org.apache.stratos.cloud.controller.exception.InvalidPartitionException; import org.apache.stratos.cloud.controller.exception.UnregisteredCartridgeException; import org.apache.stratos.cloud.controller.exception.UnregisteredClusterException; -import org.apache.stratos.cloud.controller.pojo.CartridgeConfig; -import org.apache.stratos.cloud.controller.pojo.CartridgeInfo; -import org.apache.stratos.cloud.controller.pojo.MemberContext; -import org.apache.stratos.cloud.controller.pojo.Registrant; +import org.apache.stratos.cloud.controller.pojo.*; /** * This API provides a way to communicate with underline @@ -224,4 +221,12 @@ public interface CloudControllerService { */ public String[] getRegisteredCartridges(); + /** + * Returns the {@link org.apache.stratos.cloud.controller.pojo.ClusterContext} object associated with the given cluster id, or null if not found + * + * @param clusterId cluster id + * @return {@link org.apache.stratos.cloud.controller.pojo.ClusterContext} object associated with the given cluster id, or null + */ + public ClusterContext getClusterContext (String clusterId); + } http://git-wip-us.apache.org/repos/asf/incubator-stratos/blob/fc590891/service-stubs/org.apache.stratos.cloud.controller.service.stub/src/main/resources/CloudControllerService.wsdl ---------------------------------------------------------------------- diff --git a/service-stubs/org.apache.stratos.cloud.controller.service.stub/src/main/resources/CloudControllerService.wsdl b/service-stubs/org.apache.stratos.cloud.controller.service.stub/src/main/resources/CloudControllerService.wsdl index ba8a669..4d34cac 100644 --- a/service-stubs/org.apache.stratos.cloud.controller.service.stub/src/main/resources/CloudControllerService.wsdl +++ b/service-stubs/org.apache.stratos.cloud.controller.service.stub/src/main/resources/CloudControllerService.wsdl @@ -1,126 +1,127 @@ -<wsdl:definitions xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/" xmlns:ns1="http://org.apache.axis2/xsd" xmlns:ns="http://impl.controller.cloud.stratos.apache.org" xmlns:wsaw="http://www.w3.org/2006/05/addressing/wsdl" xmlns:ax25="http://pojo.controller.cloud.stratos.apache.org/xsd" xmlns:ax26="http://partition.deployment.controller.cloud.stratos.apache.org/xsd" xmlns:http="http://schemas.xmlsoap.org/wsdl/http/" xmlns:ax23="http://exception.controller.cloud.stratos.apache.org/xsd" xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/" xmlns:mime="http://schemas.xmlsoap.org/wsdl/mime/" xmlns:soap12="http://schemas.xmlsoap.org/wsdl/soap12/" targetNamespace="http://impl.controller.cloud.stratos.apache.org"> +<wsdl:definitions xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/" xmlns:ns1="http://org.apache.axis2/xsd" xmlns:ns="http://impl.controller.cloud.stratos.apache.org" xmlns:wsaw="http://www.w3.org/2006/05/addressing/wsdl" xmlns:ax25="http://partition.deployment.controller.cloud.stratos.apache.org/xsd" xmlns:http="http://schemas.xmlsoap.org/wsdl/http/" xmlns:ax26="http://pojo.controller.cloud.stratos.apache.org/xsd" xmlns:ax23="http://exception.controller.cloud.stratos.apache.org/xsd" xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/" xmlns:mime="http://schemas.xmlsoap.org/wsdl/mime/" xmlns:soap12="http://schemas.xmlsoap.org/wsdl/soap12/" targetNamespace="http://impl.controller.cloud.stratos.apache.org"> <wsdl:documentation>CloudControllerService</wsdl:documentation> <wsdl:types> <xs:schema attributeFormDefault="qualified" elementFormDefault="qualified" targetNamespace="http://exception.controller.cloud.stratos.apache.org/xsd"> - <xs:complexType name="InvalidCartridgeTypeException"> + <xs:complexType name="InvalidPartitionException"> <xs:sequence> <xs:element minOccurs="0" name="message" nillable="true" type="xs:string"></xs:element> </xs:sequence> </xs:complexType> - <xs:complexType name="UnregisteredCartridgeException"> + <xs:complexType name="InvalidCartridgeTypeException"> <xs:sequence> <xs:element minOccurs="0" name="message" nillable="true" type="xs:string"></xs:element> </xs:sequence> </xs:complexType> - <xs:complexType name="InvalidIaasProviderException"> + <xs:complexType name="UnregisteredClusterException"> <xs:sequence> <xs:element minOccurs="0" name="message" nillable="true" type="xs:string"></xs:element> </xs:sequence> </xs:complexType> - <xs:complexType name="InvalidCartridgeDefinitionException"> + <xs:complexType name="InvalidMemberException"> <xs:sequence> <xs:element minOccurs="0" name="message" nillable="true" type="xs:string"></xs:element> </xs:sequence> </xs:complexType> - <xs:complexType name="InvalidMemberException"> + <xs:complexType name="InvalidClusterException"> <xs:sequence> <xs:element minOccurs="0" name="message" nillable="true" type="xs:string"></xs:element> </xs:sequence> </xs:complexType> - <xs:complexType name="InvalidClusterException"> + <xs:complexType name="UnregisteredCartridgeException"> <xs:sequence> <xs:element minOccurs="0" name="message" nillable="true" type="xs:string"></xs:element> </xs:sequence> </xs:complexType> - <xs:complexType name="InvalidPartitionException"> + <xs:complexType name="InvalidIaasProviderException"> <xs:sequence> <xs:element minOccurs="0" name="message" nillable="true" type="xs:string"></xs:element> </xs:sequence> </xs:complexType> - <xs:complexType name="UnregisteredClusterException"> + <xs:complexType name="InvalidCartridgeDefinitionException"> <xs:sequence> <xs:element minOccurs="0" name="message" nillable="true" type="xs:string"></xs:element> </xs:sequence> </xs:complexType> </xs:schema> - <xs:schema xmlns:ax29="http://pojo.controller.cloud.stratos.apache.org/xsd" xmlns:ax210="http://partition.deployment.controller.cloud.stratos.apache.org/xsd" xmlns:ax24="http://exception.controller.cloud.stratos.apache.org/xsd" attributeFormDefault="qualified" elementFormDefault="qualified" targetNamespace="http://impl.controller.cloud.stratos.apache.org"> + <xs:schema xmlns:ax28="http://partition.deployment.controller.cloud.stratos.apache.org/xsd" xmlns:ax210="http://pojo.controller.cloud.stratos.apache.org/xsd" xmlns:ax24="http://exception.controller.cloud.stratos.apache.org/xsd" attributeFormDefault="qualified" elementFormDefault="qualified" targetNamespace="http://impl.controller.cloud.stratos.apache.org"> <xs:import namespace="http://exception.controller.cloud.stratos.apache.org/xsd"></xs:import> - <xs:import namespace="http://pojo.controller.cloud.stratos.apache.org/xsd"></xs:import> <xs:import namespace="http://partition.deployment.controller.cloud.stratos.apache.org/xsd"></xs:import> - <xs:element name="CloudControllerServiceInvalidCartridgeTypeException"> + <xs:import namespace="http://pojo.controller.cloud.stratos.apache.org/xsd"></xs:import> + <xs:element name="CloudControllerServiceInvalidPartitionException"> <xs:complexType> <xs:sequence> - <xs:element minOccurs="0" name="InvalidCartridgeTypeException" nillable="true" type="ax23:InvalidCartridgeTypeException"></xs:element> + <xs:element minOccurs="0" name="InvalidPartitionException" nillable="true" type="ax23:InvalidPartitionException"></xs:element> </xs:sequence> </xs:complexType> </xs:element> - <xs:element name="undeployCartridgeDefinition"> + <xs:element name="validatePartition"> <xs:complexType> <xs:sequence> - <xs:element minOccurs="0" name="cartridgeType" nillable="true" type="xs:string"></xs:element> + <xs:element minOccurs="0" name="partition" nillable="true" type="ax28:Partition"></xs:element> </xs:sequence> </xs:complexType> </xs:element> - <xs:element name="CloudControllerServiceIllegalArgumentException"> + <xs:element name="validatePartitionResponse"> <xs:complexType> <xs:sequence> - <xs:element minOccurs="0" name="IllegalArgumentException" nillable="true" type="xs:anyType"></xs:element> + <xs:element minOccurs="0" name="return" type="xs:boolean"></xs:element> </xs:sequence> </xs:complexType> </xs:element> - <xs:element name="CloudControllerServiceUnregisteredCartridgeException"> + <xs:element name="CloudControllerServiceInvalidCartridgeTypeException"> <xs:complexType> <xs:sequence> - <xs:element minOccurs="0" name="UnregisteredCartridgeException" nillable="true" type="ax23:UnregisteredCartridgeException"></xs:element> + <xs:element minOccurs="0" name="InvalidCartridgeTypeException" nillable="true" type="ax23:InvalidCartridgeTypeException"></xs:element> </xs:sequence> </xs:complexType> </xs:element> - <xs:element name="CloudControllerServiceInvalidIaasProviderException"> + <xs:element name="validateDeploymentPolicy"> <xs:complexType> <xs:sequence> - <xs:element minOccurs="0" name="InvalidIaasProviderException" nillable="true" type="ax23:InvalidIaasProviderException"></xs:element> + <xs:element minOccurs="0" name="cartridgeType" nillable="true" type="xs:string"></xs:element> + <xs:element maxOccurs="unbounded" minOccurs="0" name="partitions" nillable="true" type="ax28:Partition"></xs:element> </xs:sequence> </xs:complexType> </xs:element> - <xs:element name="CloudControllerServiceIllegalStateException"> + <xs:element name="validateDeploymentPolicyResponse"> <xs:complexType> <xs:sequence> - <xs:element minOccurs="0" name="IllegalStateException" nillable="true" type="xs:anyType"></xs:element> + <xs:element minOccurs="0" name="return" type="xs:boolean"></xs:element> </xs:sequence> </xs:complexType> </xs:element> - <xs:element name="startInstance"> + <xs:element name="CloudControllerServiceUnregisteredClusterException"> <xs:complexType> <xs:sequence> - <xs:element minOccurs="0" name="memberContext" nillable="true" type="ax29:MemberContext"></xs:element> + <xs:element minOccurs="0" name="UnregisteredClusterException" nillable="true" type="ax23:UnregisteredClusterException"></xs:element> </xs:sequence> </xs:complexType> </xs:element> - <xs:element name="startInstanceResponse"> + <xs:element name="unregisterService"> <xs:complexType> <xs:sequence> - <xs:element minOccurs="0" name="return" nillable="true" type="ax29:MemberContext"></xs:element> + <xs:element minOccurs="0" name="clusterId" nillable="true" type="xs:string"></xs:element> </xs:sequence> </xs:complexType> </xs:element> - <xs:element name="CloudControllerServiceInvalidCartridgeDefinitionException"> + <xs:element name="undeployCartridgeDefinition"> <xs:complexType> <xs:sequence> - <xs:element minOccurs="0" name="InvalidCartridgeDefinitionException" nillable="true" type="ax23:InvalidCartridgeDefinitionException"></xs:element> + <xs:element minOccurs="0" name="cartridgeType" nillable="true" type="xs:string"></xs:element> </xs:sequence> </xs:complexType> </xs:element> - <xs:element name="deployCartridgeDefinition"> + <xs:element name="CloudControllerServiceInvalidMemberException"> <xs:complexType> <xs:sequence> - <xs:element minOccurs="0" name="cartridgeConfig" nillable="true" type="ax29:CartridgeConfig"></xs:element> + <xs:element minOccurs="0" name="InvalidMemberException" nillable="true" type="ax23:InvalidMemberException"></xs:element> </xs:sequence> </xs:complexType> </xs:element> - <xs:element name="CloudControllerServiceInvalidMemberException"> + <xs:element name="CloudControllerServiceIllegalArgumentException"> <xs:complexType> <xs:sequence> - <xs:element minOccurs="0" name="InvalidMemberException" nillable="true" type="ax23:InvalidMemberException"></xs:element> + <xs:element minOccurs="0" name="IllegalArgumentException" nillable="true" type="xs:anyType"></xs:element> </xs:sequence> </xs:complexType> </xs:element> @@ -145,111 +146,123 @@ </xs:sequence> </xs:complexType> </xs:element> - <xs:element name="getRegisteredCartridges"> + <xs:element name="CloudControllerServiceUnregisteredCartridgeException"> <xs:complexType> - <xs:sequence></xs:sequence> + <xs:sequence> + <xs:element minOccurs="0" name="UnregisteredCartridgeException" nillable="true" type="ax23:UnregisteredCartridgeException"></xs:element> + </xs:sequence> </xs:complexType> </xs:element> - <xs:element name="getRegisteredCartridgesResponse"> + <xs:element name="CloudControllerServiceInvalidIaasProviderException"> <xs:complexType> <xs:sequence> - <xs:element maxOccurs="unbounded" minOccurs="0" name="return" nillable="true" type="xs:string"></xs:element> + <xs:element minOccurs="0" name="InvalidIaasProviderException" nillable="true" type="ax23:InvalidIaasProviderException"></xs:element> </xs:sequence> </xs:complexType> </xs:element> - <xs:element name="getCartridgeInfo"> + <xs:element name="CloudControllerServiceIllegalStateException"> <xs:complexType> <xs:sequence> - <xs:element minOccurs="0" name="cartridgeType" nillable="true" type="xs:string"></xs:element> + <xs:element minOccurs="0" name="IllegalStateException" nillable="true" type="xs:anyType"></xs:element> </xs:sequence> </xs:complexType> </xs:element> - <xs:element name="getCartridgeInfoResponse"> + <xs:element name="startInstance"> <xs:complexType> <xs:sequence> - <xs:element minOccurs="0" name="return" nillable="true" type="ax29:CartridgeInfo"></xs:element> + <xs:element minOccurs="0" name="memberContext" nillable="true" type="ax210:MemberContext"></xs:element> </xs:sequence> </xs:complexType> </xs:element> - <xs:element name="CloudControllerServiceInvalidPartitionException"> + <xs:element name="startInstanceResponse"> <xs:complexType> <xs:sequence> - <xs:element minOccurs="0" name="InvalidPartitionException" nillable="true" type="ax23:InvalidPartitionException"></xs:element> + <xs:element minOccurs="0" name="return" nillable="true" type="ax210:MemberContext"></xs:element> </xs:sequence> </xs:complexType> </xs:element> - <xs:element name="validateDeploymentPolicy"> + <xs:element name="registerService"> <xs:complexType> <xs:sequence> - <xs:element minOccurs="0" name="cartridgeType" nillable="true" type="xs:string"></xs:element> - <xs:element maxOccurs="unbounded" minOccurs="0" name="partitions" nillable="true" type="ax210:Partition"></xs:element> + <xs:element minOccurs="0" name="registrant" nillable="true" type="ax210:Registrant"></xs:element> </xs:sequence> </xs:complexType> </xs:element> - <xs:element name="validateDeploymentPolicyResponse"> + <xs:element name="registerServiceResponse"> <xs:complexType> <xs:sequence> <xs:element minOccurs="0" name="return" type="xs:boolean"></xs:element> </xs:sequence> </xs:complexType> </xs:element> - <xs:element name="validatePartition"> + <xs:element name="getRegisteredCartridges"> + <xs:complexType> + <xs:sequence></xs:sequence> + </xs:complexType> + </xs:element> + <xs:element name="getRegisteredCartridgesResponse"> <xs:complexType> <xs:sequence> - <xs:element minOccurs="0" name="partition" nillable="true" type="ax210:Partition"></xs:element> + <xs:element maxOccurs="unbounded" minOccurs="0" name="return" nillable="true" type="xs:string"></xs:element> </xs:sequence> </xs:complexType> </xs:element> - <xs:element name="validatePartitionResponse"> + <xs:element name="getClusterContext"> <xs:complexType> <xs:sequence> - <xs:element minOccurs="0" name="return" type="xs:boolean"></xs:element> + <xs:element minOccurs="0" name="clusterId" nillable="true" type="xs:string"></xs:element> </xs:sequence> </xs:complexType> </xs:element> - <xs:element name="CloudControllerServiceUnregisteredClusterException"> + <xs:element name="getClusterContextResponse"> <xs:complexType> <xs:sequence> - <xs:element minOccurs="0" name="UnregisteredClusterException" nillable="true" type="ax23:UnregisteredClusterException"></xs:element> + <xs:element minOccurs="0" name="return" nillable="true" type="ax210:ClusterContext"></xs:element> </xs:sequence> </xs:complexType> </xs:element> - <xs:element name="unregisterService"> + <xs:element name="getCartridgeInfo"> <xs:complexType> <xs:sequence> - <xs:element minOccurs="0" name="clusterId" nillable="true" type="xs:string"></xs:element> + <xs:element minOccurs="0" name="cartridgeType" nillable="true" type="xs:string"></xs:element> </xs:sequence> </xs:complexType> </xs:element> - <xs:element name="registerService"> + <xs:element name="getCartridgeInfoResponse"> <xs:complexType> <xs:sequence> - <xs:element minOccurs="0" name="registrant" nillable="true" type="ax29:Registrant"></xs:element> + <xs:element minOccurs="0" name="return" nillable="true" type="ax210:CartridgeInfo"></xs:element> </xs:sequence> </xs:complexType> </xs:element> - <xs:element name="registerServiceResponse"> + <xs:element name="CloudControllerServiceInvalidCartridgeDefinitionException"> <xs:complexType> <xs:sequence> - <xs:element minOccurs="0" name="return" type="xs:boolean"></xs:element> + <xs:element minOccurs="0" name="InvalidCartridgeDefinitionException" nillable="true" type="ax23:InvalidCartridgeDefinitionException"></xs:element> + </xs:sequence> + </xs:complexType> + </xs:element> + <xs:element name="deployCartridgeDefinition"> + <xs:complexType> + <xs:sequence> + <xs:element minOccurs="0" name="cartridgeConfig" nillable="true" type="ax210:CartridgeConfig"></xs:element> </xs:sequence> </xs:complexType> </xs:element> </xs:schema> - <xs:schema xmlns:ax27="http://pojo.controller.cloud.stratos.apache.org/xsd" attributeFormDefault="qualified" elementFormDefault="qualified" targetNamespace="http://partition.deployment.controller.cloud.stratos.apache.org/xsd"> - <xs:import namespace="http://pojo.controller.cloud.stratos.apache.org/xsd"></xs:import> - <xs:complexType name="Partition"> + <xs:schema xmlns:ax29="http://partition.deployment.controller.cloud.stratos.apache.org/xsd" attributeFormDefault="qualified" elementFormDefault="qualified" targetNamespace="http://pojo.controller.cloud.stratos.apache.org/xsd"> + <xs:import namespace="http://partition.deployment.controller.cloud.stratos.apache.org/xsd"></xs:import> + <xs:complexType name="Properties"> <xs:sequence> - <xs:element minOccurs="0" name="id" nillable="true" type="xs:string"></xs:element> - <xs:element minOccurs="0" name="partitionMax" type="xs:int"></xs:element> - <xs:element minOccurs="0" name="partitionMin" type="xs:int"></xs:element> - <xs:element minOccurs="0" name="properties" nillable="true" type="ax27:Properties"></xs:element> - <xs:element minOccurs="0" name="provider" nillable="true" type="xs:string"></xs:element> + <xs:element maxOccurs="unbounded" minOccurs="0" name="properties" nillable="true" type="ax26:Property"></xs:element> + </xs:sequence> + </xs:complexType> + <xs:complexType name="Property"> + <xs:sequence> + <xs:element minOccurs="0" name="name" nillable="true" type="xs:string"></xs:element> + <xs:element minOccurs="0" name="value" nillable="true" type="xs:string"></xs:element> </xs:sequence> </xs:complexType> - </xs:schema> - <xs:schema xmlns:ax28="http://partition.deployment.controller.cloud.stratos.apache.org/xsd" attributeFormDefault="qualified" elementFormDefault="qualified" targetNamespace="http://pojo.controller.cloud.stratos.apache.org/xsd"> - <xs:import namespace="http://partition.deployment.controller.cloud.stratos.apache.org/xsd"></xs:import> <xs:complexType name="MemberContext"> <xs:sequence> <xs:element minOccurs="0" name="allocatedIpAddress" nillable="true" type="xs:string"></xs:element> @@ -261,24 +274,38 @@ <xs:element minOccurs="0" name="memberId" nillable="true" type="xs:string"></xs:element> <xs:element minOccurs="0" name="networkPartitionId" nillable="true" type="xs:string"></xs:element> <xs:element minOccurs="0" name="nodeId" nillable="true" type="xs:string"></xs:element> - <xs:element minOccurs="0" name="partition" nillable="true" type="ax28:Partition"></xs:element> + <xs:element minOccurs="0" name="partition" nillable="true" type="ax29:Partition"></xs:element> <xs:element minOccurs="0" name="privateIpAddress" nillable="true" type="xs:string"></xs:element> <xs:element minOccurs="0" name="publicIpAddress" nillable="true" type="xs:string"></xs:element> </xs:sequence> </xs:complexType> - <xs:complexType name="Properties"> + <xs:complexType name="Registrant"> <xs:sequence> - <xs:element maxOccurs="unbounded" minOccurs="0" name="properties" nillable="true" type="ax25:Property"></xs:element> + <xs:element minOccurs="0" name="autoScalerPolicyName" nillable="true" type="xs:string"></xs:element> + <xs:element minOccurs="0" name="cartridgeType" nillable="true" type="xs:string"></xs:element> + <xs:element minOccurs="0" name="clusterId" nillable="true" type="xs:string"></xs:element> + <xs:element minOccurs="0" name="deploymentPolicyName" nillable="true" type="xs:string"></xs:element> + <xs:element minOccurs="0" name="hostName" nillable="true" type="xs:string"></xs:element> + <xs:element minOccurs="0" name="payload" nillable="true" type="xs:string"></xs:element> + <xs:element minOccurs="0" name="properties" nillable="true" type="ax26:Properties"></xs:element> + <xs:element minOccurs="0" name="tenantRange" nillable="true" type="xs:string"></xs:element> </xs:sequence> </xs:complexType> - <xs:complexType name="Property"> + <xs:complexType name="ClusterContext"> <xs:sequence> - <xs:element minOccurs="0" name="name" nillable="true" type="xs:string"></xs:element> - <xs:element minOccurs="0" name="value" nillable="true" type="xs:string"></xs:element> + <xs:element minOccurs="0" name="cartridgeType" nillable="true" type="xs:string"></xs:element> + <xs:element minOccurs="0" name="clusterId" nillable="true" type="xs:string"></xs:element> + <xs:element minOccurs="0" name="hostName" nillable="true" type="xs:string"></xs:element> + <xs:element minOccurs="0" name="lbCluster" type="xs:boolean"></xs:element> + <xs:element minOccurs="0" name="listOfVolumes" nillable="true" type="xs:anyType"></xs:element> + <xs:element minOccurs="0" name="payload" nillable="true" type="xs:string"></xs:element> + <xs:element minOccurs="0" name="timeoutInMillis" type="xs:long"></xs:element> + <xs:element minOccurs="0" name="volumeRequired" type="xs:boolean"></xs:element> </xs:sequence> </xs:complexType> - <xs:complexType name="CartridgeConfig"> + <xs:complexType name="CartridgeInfo"> <xs:sequence> + <xs:element maxOccurs="unbounded" minOccurs="0" name="appTypes" nillable="true" type="ax26:AppType"></xs:element> <xs:element minOccurs="0" name="baseDir" nillable="true" type="xs:string"></xs:element> <xs:element minOccurs="0" name="defaultAutoscalingPolicy" nillable="true" type="xs:string"></xs:element> <xs:element minOccurs="0" name="defaultDeploymentPolicy" nillable="true" type="xs:string"></xs:element> @@ -286,54 +313,32 @@ <xs:element minOccurs="0" name="description" nillable="true" type="xs:string"></xs:element> <xs:element minOccurs="0" name="displayName" nillable="true" type="xs:string"></xs:element> <xs:element minOccurs="0" name="hostName" nillable="true" type="xs:string"></xs:element> - <xs:element maxOccurs="unbounded" minOccurs="0" name="iaasConfigs" nillable="true" type="ax25:IaasConfig"></xs:element> - <xs:element minOccurs="0" name="lbConfig" nillable="true" type="ax25:LoadbalancerConfig"></xs:element> + <xs:element minOccurs="0" name="lbConfig" nillable="true" type="ax26:LoadbalancerConfig"></xs:element> <xs:element minOccurs="0" name="multiTenant" type="xs:boolean"></xs:element> - <xs:element minOccurs="0" name="persistence" nillable="true" type="ax25:Persistence"></xs:element> - <xs:element maxOccurs="unbounded" minOccurs="0" name="portMappings" nillable="true" type="ax25:PortMapping"></xs:element> - <xs:element minOccurs="0" name="properties" nillable="true" type="ax25:Properties"></xs:element> + <xs:element minOccurs="0" name="persistence" nillable="true" type="ax26:Persistence"></xs:element> + <xs:element maxOccurs="unbounded" minOccurs="0" name="portMappings" nillable="true" type="ax26:PortMapping"></xs:element> + <xs:element maxOccurs="unbounded" minOccurs="0" name="properties" nillable="true" type="ax26:Property"></xs:element> <xs:element minOccurs="0" name="provider" nillable="true" type="xs:string"></xs:element> <xs:element minOccurs="0" name="type" nillable="true" type="xs:string"></xs:element> <xs:element minOccurs="0" name="version" nillable="true" type="xs:string"></xs:element> </xs:sequence> </xs:complexType> - <xs:complexType name="IaasConfig"> + <xs:complexType name="AppType"> <xs:sequence> - <xs:element minOccurs="0" name="className" nillable="true" type="xs:string"></xs:element> - <xs:element minOccurs="0" name="credential" nillable="true" type="xs:string"></xs:element> - <xs:element minOccurs="0" name="identity" nillable="true" type="xs:string"></xs:element> - <xs:element minOccurs="0" name="imageId" nillable="true" type="xs:string"></xs:element> - <xs:element minOccurs="0" name="maxInstanceLimit" type="xs:int"></xs:element> + <xs:element minOccurs="0" name="appSpecificMapping" type="xs:boolean"></xs:element> <xs:element minOccurs="0" name="name" nillable="true" type="xs:string"></xs:element> - <xs:element minOccurs="0" name="networkInterfaces" nillable="true" type="ax25:NetworkInterfaces"></xs:element> - <xs:element minOccurs="0" name="payload" nillable="true" type="xs:base64Binary"></xs:element> - <xs:element minOccurs="0" name="properties" nillable="true" type="ax25:Properties"></xs:element> - <xs:element minOccurs="0" name="provider" nillable="true" type="xs:string"></xs:element> - <xs:element minOccurs="0" name="type" nillable="true" type="xs:string"></xs:element> - </xs:sequence> - </xs:complexType> - <xs:complexType name="NetworkInterfaces"> - <xs:sequence> - <xs:element maxOccurs="unbounded" minOccurs="0" name="networkInterfaces" nillable="true" type="ax25:NetworkInterface"></xs:element> - </xs:sequence> - </xs:complexType> - <xs:complexType name="NetworkInterface"> - <xs:sequence> - <xs:element minOccurs="0" name="fixedIp" nillable="true" type="xs:string"></xs:element> - <xs:element minOccurs="0" name="networkUuid" nillable="true" type="xs:string"></xs:element> - <xs:element minOccurs="0" name="portUuid" nillable="true" type="xs:string"></xs:element> </xs:sequence> </xs:complexType> <xs:complexType name="LoadbalancerConfig"> <xs:sequence> - <xs:element minOccurs="0" name="properties" nillable="true" type="ax25:Properties"></xs:element> + <xs:element minOccurs="0" name="properties" nillable="true" type="ax26:Properties"></xs:element> <xs:element minOccurs="0" name="type" nillable="true" type="xs:string"></xs:element> </xs:sequence> </xs:complexType> <xs:complexType name="Persistence"> <xs:sequence> <xs:element minOccurs="0" name="persistanceRequired" type="xs:boolean"></xs:element> - <xs:element maxOccurs="unbounded" minOccurs="0" name="volumes" nillable="true" type="ax25:Volume"></xs:element> + <xs:element maxOccurs="unbounded" minOccurs="0" name="volumes" nillable="true" type="ax26:Volume"></xs:element> </xs:sequence> </xs:complexType> <xs:complexType name="Volume"> @@ -353,9 +358,8 @@ <xs:element minOccurs="0" name="proxyPort" nillable="true" type="xs:string"></xs:element> </xs:sequence> </xs:complexType> - <xs:complexType name="CartridgeInfo"> + <xs:complexType name="CartridgeConfig"> <xs:sequence> - <xs:element maxOccurs="unbounded" minOccurs="0" name="appTypes" nillable="true" type="ax25:AppType"></xs:element> <xs:element minOccurs="0" name="baseDir" nillable="true" type="xs:string"></xs:element> <xs:element minOccurs="0" name="defaultAutoscalingPolicy" nillable="true" type="xs:string"></xs:element> <xs:element minOccurs="0" name="defaultDeploymentPolicy" nillable="true" type="xs:string"></xs:element> @@ -363,32 +367,54 @@ <xs:element minOccurs="0" name="description" nillable="true" type="xs:string"></xs:element> <xs:element minOccurs="0" name="displayName" nillable="true" type="xs:string"></xs:element> <xs:element minOccurs="0" name="hostName" nillable="true" type="xs:string"></xs:element> - <xs:element minOccurs="0" name="lbConfig" nillable="true" type="ax25:LoadbalancerConfig"></xs:element> + <xs:element maxOccurs="unbounded" minOccurs="0" name="iaasConfigs" nillable="true" type="ax26:IaasConfig"></xs:element> + <xs:element minOccurs="0" name="lbConfig" nillable="true" type="ax26:LoadbalancerConfig"></xs:element> <xs:element minOccurs="0" name="multiTenant" type="xs:boolean"></xs:element> - <xs:element minOccurs="0" name="persistence" nillable="true" type="ax25:Persistence"></xs:element> - <xs:element maxOccurs="unbounded" minOccurs="0" name="portMappings" nillable="true" type="ax25:PortMapping"></xs:element> - <xs:element maxOccurs="unbounded" minOccurs="0" name="properties" nillable="true" type="ax25:Property"></xs:element> + <xs:element minOccurs="0" name="persistence" nillable="true" type="ax26:Persistence"></xs:element> + <xs:element maxOccurs="unbounded" minOccurs="0" name="portMappings" nillable="true" type="ax26:PortMapping"></xs:element> + <xs:element minOccurs="0" name="properties" nillable="true" type="ax26:Properties"></xs:element> <xs:element minOccurs="0" name="provider" nillable="true" type="xs:string"></xs:element> <xs:element minOccurs="0" name="type" nillable="true" type="xs:string"></xs:element> <xs:element minOccurs="0" name="version" nillable="true" type="xs:string"></xs:element> </xs:sequence> </xs:complexType> - <xs:complexType name="AppType"> + <xs:complexType name="IaasConfig"> <xs:sequence> - <xs:element minOccurs="0" name="appSpecificMapping" type="xs:boolean"></xs:element> + <xs:element minOccurs="0" name="className" nillable="true" type="xs:string"></xs:element> + <xs:element minOccurs="0" name="credential" nillable="true" type="xs:string"></xs:element> + <xs:element minOccurs="0" name="identity" nillable="true" type="xs:string"></xs:element> + <xs:element minOccurs="0" name="imageId" nillable="true" type="xs:string"></xs:element> + <xs:element minOccurs="0" name="maxInstanceLimit" type="xs:int"></xs:element> <xs:element minOccurs="0" name="name" nillable="true" type="xs:string"></xs:element> + <xs:element minOccurs="0" name="networkInterfaces" nillable="true" type="ax26:NetworkInterfaces"></xs:element> + <xs:element minOccurs="0" name="payload" nillable="true" type="xs:base64Binary"></xs:element> + <xs:element minOccurs="0" name="properties" nillable="true" type="ax26:Properties"></xs:element> + <xs:element minOccurs="0" name="provider" nillable="true" type="xs:string"></xs:element> + <xs:element minOccurs="0" name="type" nillable="true" type="xs:string"></xs:element> </xs:sequence> </xs:complexType> - <xs:complexType name="Registrant"> + <xs:complexType name="NetworkInterfaces"> <xs:sequence> - <xs:element minOccurs="0" name="autoScalerPolicyName" nillable="true" type="xs:string"></xs:element> - <xs:element minOccurs="0" name="cartridgeType" nillable="true" type="xs:string"></xs:element> - <xs:element minOccurs="0" name="clusterId" nillable="true" type="xs:string"></xs:element> - <xs:element minOccurs="0" name="deploymentPolicyName" nillable="true" type="xs:string"></xs:element> - <xs:element minOccurs="0" name="hostName" nillable="true" type="xs:string"></xs:element> - <xs:element minOccurs="0" name="payload" nillable="true" type="xs:string"></xs:element> - <xs:element minOccurs="0" name="properties" nillable="true" type="ax25:Properties"></xs:element> - <xs:element minOccurs="0" name="tenantRange" nillable="true" type="xs:string"></xs:element> + <xs:element maxOccurs="unbounded" minOccurs="0" name="networkInterfaces" nillable="true" type="ax26:NetworkInterface"></xs:element> + </xs:sequence> + </xs:complexType> + <xs:complexType name="NetworkInterface"> + <xs:sequence> + <xs:element minOccurs="0" name="fixedIp" nillable="true" type="xs:string"></xs:element> + <xs:element minOccurs="0" name="networkUuid" nillable="true" type="xs:string"></xs:element> + <xs:element minOccurs="0" name="portUuid" nillable="true" type="xs:string"></xs:element> + </xs:sequence> + </xs:complexType> + </xs:schema> + <xs:schema xmlns:ax27="http://pojo.controller.cloud.stratos.apache.org/xsd" attributeFormDefault="qualified" elementFormDefault="qualified" targetNamespace="http://partition.deployment.controller.cloud.stratos.apache.org/xsd"> + <xs:import namespace="http://pojo.controller.cloud.stratos.apache.org/xsd"></xs:import> + <xs:complexType name="Partition"> + <xs:sequence> + <xs:element minOccurs="0" name="id" nillable="true" type="xs:string"></xs:element> + <xs:element minOccurs="0" name="partitionMax" type="xs:int"></xs:element> + <xs:element minOccurs="0" name="partitionMin" type="xs:int"></xs:element> + <xs:element minOccurs="0" name="properties" nillable="true" type="ax27:Properties"></xs:element> + <xs:element minOccurs="0" name="provider" nillable="true" type="xs:string"></xs:element> </xs:sequence> </xs:complexType> </xs:schema> @@ -474,6 +500,12 @@ <wsdl:message name="CloudControllerServiceIllegalStateException"> <wsdl:part name="parameters" element="ns:CloudControllerServiceIllegalStateException"></wsdl:part> </wsdl:message> + <wsdl:message name="getClusterContextRequest"> + <wsdl:part name="parameters" element="ns:getClusterContext"></wsdl:part> + </wsdl:message> + <wsdl:message name="getClusterContextResponse"> + <wsdl:part name="parameters" element="ns:getClusterContextResponse"></wsdl:part> + </wsdl:message> <wsdl:portType name="CloudControllerServicePortType"> <wsdl:operation name="validatePartition"> <wsdl:input message="ns:validatePartitionRequest" wsaw:Action="urn:validatePartition"></wsdl:input> @@ -534,6 +566,10 @@ <wsdl:fault message="ns:CloudControllerServiceInvalidIaasProviderException" name="CloudControllerServiceInvalidIaasProviderException" wsaw:Action="urn:startInstanceCloudControllerServiceInvalidIaasProviderException"></wsdl:fault> <wsdl:fault message="ns:CloudControllerServiceIllegalStateException" name="CloudControllerServiceIllegalStateException" wsaw:Action="urn:startInstanceCloudControllerServiceIllegalStateException"></wsdl:fault> </wsdl:operation> + <wsdl:operation name="getClusterContext"> + <wsdl:input message="ns:getClusterContextRequest" wsaw:Action="urn:getClusterContext"></wsdl:input> + <wsdl:output message="ns:getClusterContextResponse" wsaw:Action="urn:getClusterContextResponse"></wsdl:output> + </wsdl:operation> </wsdl:portType> <wsdl:binding name="CloudControllerServiceSoap11Binding" type="ns:CloudControllerServicePortType"> <soap:binding transport="http://schemas.xmlsoap.org/soap/http" style="document"></soap:binding> @@ -564,34 +600,34 @@ <soap:fault use="literal" name="CloudControllerServiceInvalidCartridgeTypeException"></soap:fault> </wsdl:fault> </wsdl:operation> - <wsdl:operation name="terminateInstance"> - <soap:operation soapAction="urn:terminateInstance" style="document"></soap:operation> + <wsdl:operation name="registerService"> + <soap:operation soapAction="urn:registerService" style="document"></soap:operation> <wsdl:input> <soap:body use="literal"></soap:body> </wsdl:input> + <wsdl:output> + <soap:body use="literal"></soap:body> + </wsdl:output> <wsdl:fault name="CloudControllerServiceIllegalArgumentException"> <soap:fault use="literal" name="CloudControllerServiceIllegalArgumentException"></soap:fault> </wsdl:fault> - <wsdl:fault name="CloudControllerServiceInvalidMemberException"> - <soap:fault use="literal" name="CloudControllerServiceInvalidMemberException"></soap:fault> - </wsdl:fault> - <wsdl:fault name="CloudControllerServiceInvalidCartridgeTypeException"> - <soap:fault use="literal" name="CloudControllerServiceInvalidCartridgeTypeException"></soap:fault> + <wsdl:fault name="CloudControllerServiceUnregisteredCartridgeException"> + <soap:fault use="literal" name="CloudControllerServiceUnregisteredCartridgeException"></soap:fault> </wsdl:fault> </wsdl:operation> - <wsdl:operation name="registerService"> - <soap:operation soapAction="urn:registerService" style="document"></soap:operation> + <wsdl:operation name="terminateInstance"> + <soap:operation soapAction="urn:terminateInstance" style="document"></soap:operation> <wsdl:input> <soap:body use="literal"></soap:body> </wsdl:input> - <wsdl:output> - <soap:body use="literal"></soap:body> - </wsdl:output> <wsdl:fault name="CloudControllerServiceIllegalArgumentException"> <soap:fault use="literal" name="CloudControllerServiceIllegalArgumentException"></soap:fault> </wsdl:fault> - <wsdl:fault name="CloudControllerServiceUnregisteredCartridgeException"> - <soap:fault use="literal" name="CloudControllerServiceUnregisteredCartridgeException"></soap:fault> + <wsdl:fault name="CloudControllerServiceInvalidMemberException"> + <soap:fault use="literal" name="CloudControllerServiceInvalidMemberException"></soap:fault> + </wsdl:fault> + <wsdl:fault name="CloudControllerServiceInvalidCartridgeTypeException"> + <soap:fault use="literal" name="CloudControllerServiceInvalidCartridgeTypeException"></soap:fault> </wsdl:fault> </wsdl:operation> <wsdl:operation name="deployCartridgeDefinition"> @@ -681,6 +717,15 @@ <soap:fault use="literal" name="CloudControllerServiceUnregisteredCartridgeException"></soap:fault> </wsdl:fault> </wsdl:operation> + <wsdl:operation name="getClusterContext"> + <soap:operation soapAction="urn:getClusterContext" style="document"></soap:operation> + <wsdl:input> + <soap:body use="literal"></soap:body> + </wsdl:input> + <wsdl:output> + <soap:body use="literal"></soap:body> + </wsdl:output> + </wsdl:operation> </wsdl:binding> <wsdl:binding name="CloudControllerServiceSoap12Binding" type="ns:CloudControllerServicePortType"> <soap12:binding transport="http://schemas.xmlsoap.org/soap/http" style="document"></soap12:binding> @@ -711,34 +756,34 @@ <soap12:fault use="literal" name="CloudControllerServiceInvalidCartridgeTypeException"></soap12:fault> </wsdl:fault> </wsdl:operation> - <wsdl:operation name="terminateInstance"> - <soap12:operation soapAction="urn:terminateInstance" style="document"></soap12:operation> + <wsdl:operation name="registerService"> + <soap12:operation soapAction="urn:registerService" style="document"></soap12:operation> <wsdl:input> <soap12:body use="literal"></soap12:body> </wsdl:input> + <wsdl:output> + <soap12:body use="literal"></soap12:body> + </wsdl:output> <wsdl:fault name="CloudControllerServiceIllegalArgumentException"> <soap12:fault use="literal" name="CloudControllerServiceIllegalArgumentException"></soap12:fault> </wsdl:fault> - <wsdl:fault name="CloudControllerServiceInvalidMemberException"> - <soap12:fault use="literal" name="CloudControllerServiceInvalidMemberException"></soap12:fault> - </wsdl:fault> - <wsdl:fault name="CloudControllerServiceInvalidCartridgeTypeException"> - <soap12:fault use="literal" name="CloudControllerServiceInvalidCartridgeTypeException"></soap12:fault> + <wsdl:fault name="CloudControllerServiceUnregisteredCartridgeException"> + <soap12:fault use="literal" name="CloudControllerServiceUnregisteredCartridgeException"></soap12:fault> </wsdl:fault> </wsdl:operation> - <wsdl:operation name="registerService"> - <soap12:operation soapAction="urn:registerService" style="document"></soap12:operation> + <wsdl:operation name="terminateInstance"> + <soap12:operation soapAction="urn:terminateInstance" style="document"></soap12:operation> <wsdl:input> <soap12:body use="literal"></soap12:body> </wsdl:input> - <wsdl:output> - <soap12:body use="literal"></soap12:body> - </wsdl:output> <wsdl:fault name="CloudControllerServiceIllegalArgumentException"> <soap12:fault use="literal" name="CloudControllerServiceIllegalArgumentException"></soap12:fault> </wsdl:fault> - <wsdl:fault name="CloudControllerServiceUnregisteredCartridgeException"> - <soap12:fault use="literal" name="CloudControllerServiceUnregisteredCartridgeException"></soap12:fault> + <wsdl:fault name="CloudControllerServiceInvalidMemberException"> + <soap12:fault use="literal" name="CloudControllerServiceInvalidMemberException"></soap12:fault> + </wsdl:fault> + <wsdl:fault name="CloudControllerServiceInvalidCartridgeTypeException"> + <soap12:fault use="literal" name="CloudControllerServiceInvalidCartridgeTypeException"></soap12:fault> </wsdl:fault> </wsdl:operation> <wsdl:operation name="deployCartridgeDefinition"> @@ -828,6 +873,15 @@ <soap12:fault use="literal" name="CloudControllerServiceUnregisteredCartridgeException"></soap12:fault> </wsdl:fault> </wsdl:operation> + <wsdl:operation name="getClusterContext"> + <soap12:operation soapAction="urn:getClusterContext" style="document"></soap12:operation> + <wsdl:input> + <soap12:body use="literal"></soap12:body> + </wsdl:input> + <wsdl:output> + <soap12:body use="literal"></soap12:body> + </wsdl:output> + </wsdl:operation> </wsdl:binding> <wsdl:binding name="CloudControllerServiceHttpBinding" type="ns:CloudControllerServicePortType"> <http:binding verb="POST"></http:binding> @@ -849,12 +903,6 @@ <mime:content type="text/xml" part="parameters"></mime:content> </wsdl:output> </wsdl:operation> - <wsdl:operation name="terminateInstance"> - <http:operation location="terminateInstance"></http:operation> - <wsdl:input> - <mime:content type="text/xml" part="parameters"></mime:content> - </wsdl:input> - </wsdl:operation> <wsdl:operation name="registerService"> <http:operation location="registerService"></http:operation> <wsdl:input> @@ -864,6 +912,12 @@ <mime:content type="text/xml" part="parameters"></mime:content> </wsdl:output> </wsdl:operation> + <wsdl:operation name="terminateInstance"> + <http:operation location="terminateInstance"></http:operation> + <wsdl:input> + <mime:content type="text/xml" part="parameters"></mime:content> + </wsdl:input> + </wsdl:operation> <wsdl:operation name="deployCartridgeDefinition"> <http:operation location="deployCartridgeDefinition"></http:operation> <wsdl:input> @@ -915,25 +969,34 @@ <mime:content type="text/xml" part="parameters"></mime:content> </wsdl:output> </wsdl:operation> + <wsdl:operation name="getClusterContext"> + <http:operation location="getClusterContext"></http:operation> + <wsdl:input> + <mime:content type="text/xml" part="parameters"></mime:content> + </wsdl:input> + <wsdl:output> + <mime:content type="text/xml" part="parameters"></mime:content> + </wsdl:output> + </wsdl:operation> </wsdl:binding> <wsdl:service name="CloudControllerService"> <wsdl:port name="CloudControllerServiceHttpSoap11Endpoint" binding="ns:CloudControllerServiceSoap11Binding"> - <soap:address location="http://172.16.2.207:9764/services/CloudControllerService.CloudControllerServiceHttpSoap11Endpoint/"></soap:address> + <soap:address location="http://172.17.42.1:9763/services/CloudControllerService.CloudControllerServiceHttpSoap11Endpoint/"></soap:address> </wsdl:port> <wsdl:port name="CloudControllerServiceHttpsSoap11Endpoint" binding="ns:CloudControllerServiceSoap11Binding"> - <soap:address location="https://172.16.2.207:9444/services/CloudControllerService.CloudControllerServiceHttpsSoap11Endpoint/"></soap:address> + <soap:address location="https://172.17.42.1:9443/services/CloudControllerService.CloudControllerServiceHttpsSoap11Endpoint/"></soap:address> </wsdl:port> <wsdl:port name="CloudControllerServiceHttpSoap12Endpoint" binding="ns:CloudControllerServiceSoap12Binding"> - <soap12:address location="http://172.16.2.207:9764/services/CloudControllerService.CloudControllerServiceHttpSoap12Endpoint/"></soap12:address> + <soap12:address location="http://172.17.42.1:9763/services/CloudControllerService.CloudControllerServiceHttpSoap12Endpoint/"></soap12:address> </wsdl:port> <wsdl:port name="CloudControllerServiceHttpsSoap12Endpoint" binding="ns:CloudControllerServiceSoap12Binding"> - <soap12:address location="https://172.16.2.207:9444/services/CloudControllerService.CloudControllerServiceHttpsSoap12Endpoint/"></soap12:address> + <soap12:address location="https://172.17.42.1:9443/services/CloudControllerService.CloudControllerServiceHttpsSoap12Endpoint/"></soap12:address> </wsdl:port> <wsdl:port name="CloudControllerServiceHttpEndpoint" binding="ns:CloudControllerServiceHttpBinding"> - <http:address location="http://172.16.2.207:9764/services/CloudControllerService.CloudControllerServiceHttpEndpoint/"></http:address> + <http:address location="http://172.17.42.1:9763/services/CloudControllerService.CloudControllerServiceHttpEndpoint/"></http:address> </wsdl:port> <wsdl:port name="CloudControllerServiceHttpsEndpoint" binding="ns:CloudControllerServiceHttpBinding"> - <http:address location="https://172.16.2.207:9444/services/CloudControllerService.CloudControllerServiceHttpsEndpoint/"></http:address> + <http:address location="https://172.17.42.1:9443/services/CloudControllerService.CloudControllerServiceHttpsEndpoint/"></http:address> </wsdl:port> </wsdl:service> </wsdl:definitions> \ No newline at end of file
