Repository: stratos Updated Branches: refs/heads/master af0a47b78 -> 9dee04a36
Fixing the service group deployment failure Project: http://git-wip-us.apache.org/repos/asf/stratos/repo Commit: http://git-wip-us.apache.org/repos/asf/stratos/commit/9dee04a3 Tree: http://git-wip-us.apache.org/repos/asf/stratos/tree/9dee04a3 Diff: http://git-wip-us.apache.org/repos/asf/stratos/diff/9dee04a3 Branch: refs/heads/master Commit: 9dee04a360602978e16174d237b60cd0e193a558 Parents: af0a47b Author: Lahiru Sandaruwan <[email protected]> Authored: Tue Nov 11 13:23:34 2014 +0530 Committer: Lahiru Sandaruwan <[email protected]> Committed: Tue Nov 11 13:23:34 2014 +0530 ---------------------------------------------------------------------- .../src/main/resources/AutoScalerService.wsdl | 375 ++++++++++--------- 1 file changed, 188 insertions(+), 187 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/stratos/blob/9dee04a3/service-stubs/org.apache.stratos.autoscaler.service.stub/src/main/resources/AutoScalerService.wsdl ---------------------------------------------------------------------- diff --git a/service-stubs/org.apache.stratos.autoscaler.service.stub/src/main/resources/AutoScalerService.wsdl b/service-stubs/org.apache.stratos.autoscaler.service.stub/src/main/resources/AutoScalerService.wsdl index 086740c..2da9834 100644 --- a/service-stubs/org.apache.stratos.autoscaler.service.stub/src/main/resources/AutoScalerService.wsdl +++ b/service-stubs/org.apache.stratos.autoscaler.service.stub/src/main/resources/AutoScalerService.wsdl @@ -1,15 +1,15 @@ -<wsdl:definitions xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/" xmlns:ns="http://api.autoscaler.stratos.apache.org" xmlns:ax27="http://partition.autoscaler.stratos.apache.org/xsd" xmlns:ax23="http://partition.deployment.stub.controller.cloud.stratos.apache.org/xsd" xmlns:ax24="http://pojo.stub.controller.cloud.stratos.apache.org/xsd" xmlns:ax216="http://common.stratos.apache.org/xsd" xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:ax219="http://model.policy.autoscaler.stratos.apache.org/xsd" xmlns:ns1="http://org.apache.axis2/xsd" xmlns:ax215="http://kubernetes.common.stratos.apache.org/xsd" xmlns:ax212="http://pojo.applications.autoscaler.stratos.apache.org/xsd" xmlns:ax210="http://exception.autoscaler.stratos.apache.org/xsd" xmlns:wsaw="http://www.w3.org/2006/05/addressing/wsdl" xmlns:ax224="http://pojo.autoscaler.stratos.apache.org/xsd" xmlns:http="http://schemas.xmlsoap.org/wsdl/http/" xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/" xmlns:mime="http://schemas.xmlsoap.org/ws dl/mime/" xmlns:soap12="http://schemas.xmlsoap.org/wsdl/soap12/" targetNamespace="http://api.autoscaler.stratos.apache.org"> +<wsdl:definitions xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/" xmlns:ax27="http://pojo.stub.controller.cloud.stratos.apache.org/xsd" xmlns:ns="http://api.autoscaler.stratos.apache.org" xmlns:ax25="http://model.policy.autoscaler.stratos.apache.org/xsd" xmlns:ax26="http://partition.deployment.stub.controller.cloud.stratos.apache.org/xsd" xmlns:ax23="http://pojo.autoscaler.stratos.apache.org/xsd" xmlns:ax217="http://pojo.applications.autoscaler.stratos.apache.org/xsd" xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:ax214="http://exception.autoscaler.stratos.apache.org/xsd" xmlns:ns1="http://org.apache.axis2/xsd" xmlns:ax220="http://kubernetes.common.stratos.apache.org/xsd" xmlns:ax221="http://common.stratos.apache.org/xsd" xmlns:ax210="http://partition.autoscaler.stratos.apache.org/xsd" xmlns:wsaw="http://www.w3.org/2006/05/addressing/wsdl" xmlns:http="http://schemas.xmlsoap.org/wsdl/http/" xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/" xmlns:mime="http://schemas.xmlsoap.org/wsd l/mime/" xmlns:soap12="http://schemas.xmlsoap.org/wsdl/soap12/" targetNamespace="http://api.autoscaler.stratos.apache.org"> <wsdl:documentation>AutoScalerService</wsdl:documentation> <wsdl:types> - <xs:schema xmlns:ax213="http://pojo.stub.controller.cloud.stratos.apache.org/xsd" attributeFormDefault="qualified" elementFormDefault="qualified" targetNamespace="http://pojo.applications.autoscaler.stratos.apache.org/xsd"> + <xs:schema xmlns:ax218="http://pojo.stub.controller.cloud.stratos.apache.org/xsd" attributeFormDefault="qualified" elementFormDefault="qualified" targetNamespace="http://pojo.applications.autoscaler.stratos.apache.org/xsd"> <xs:import namespace="http://pojo.stub.controller.cloud.stratos.apache.org/xsd"></xs:import> <xs:complexType name="ApplicationContext"> <xs:sequence> <xs:element minOccurs="0" name="alias" nillable="true" type="xs:string"></xs:element> <xs:element minOccurs="0" name="applicationId" nillable="true" type="xs:string"></xs:element> - <xs:element minOccurs="0" name="components" nillable="true" type="ax212:ComponentContext"></xs:element> - <xs:element minOccurs="0" name="properties" nillable="true" type="ax213:Properties"></xs:element> - <xs:element maxOccurs="unbounded" minOccurs="0" name="subscribableInfoContext" nillable="true" type="ax212:SubscribableInfoContext"></xs:element> + <xs:element minOccurs="0" name="components" nillable="true" type="ax217:ComponentContext"></xs:element> + <xs:element minOccurs="0" name="properties" nillable="true" type="ax27:Properties"></xs:element> + <xs:element maxOccurs="unbounded" minOccurs="0" name="subscribableInfoContext" nillable="true" type="ax217:SubscribableInfoContext"></xs:element> <xs:element minOccurs="0" name="teantAdminUsername" nillable="true" type="xs:string"></xs:element> <xs:element minOccurs="0" name="tenantDomain" nillable="true" type="xs:string"></xs:element> <xs:element minOccurs="0" name="tenantId" type="xs:int"></xs:element> @@ -17,9 +17,9 @@ </xs:complexType> <xs:complexType name="ComponentContext"> <xs:sequence> - <xs:element minOccurs="0" name="dependencyContext" nillable="true" type="ax212:DependencyContext"></xs:element> - <xs:element maxOccurs="unbounded" minOccurs="0" name="groupContexts" nillable="true" type="ax212:GroupContext"></xs:element> - <xs:element maxOccurs="unbounded" minOccurs="0" name="subscribableContexts" nillable="true" type="ax212:SubscribableContext"></xs:element> + <xs:element minOccurs="0" name="dependencyContext" nillable="true" type="ax217:DependencyContext"></xs:element> + <xs:element maxOccurs="unbounded" minOccurs="0" name="groupContexts" nillable="true" type="ax217:GroupContext"></xs:element> + <xs:element maxOccurs="unbounded" minOccurs="0" name="subscribableContexts" nillable="true" type="ax217:SubscribableContext"></xs:element> </xs:sequence> </xs:complexType> <xs:complexType name="DependencyContext"> @@ -33,9 +33,9 @@ <xs:element minOccurs="0" name="alias" nillable="true" type="xs:string"></xs:element> <xs:element minOccurs="0" name="autoscalingPolicy" nillable="true" type="xs:string"></xs:element> <xs:element minOccurs="0" name="deploymentPolicy" nillable="true" type="xs:string"></xs:element> - <xs:element maxOccurs="unbounded" minOccurs="0" name="groupContexts" nillable="true" type="ax212:GroupContext"></xs:element> + <xs:element maxOccurs="unbounded" minOccurs="0" name="groupContexts" nillable="true" type="ax217:GroupContext"></xs:element> <xs:element minOccurs="0" name="name" nillable="true" type="xs:string"></xs:element> - <xs:element maxOccurs="unbounded" minOccurs="0" name="subscribableContexts" nillable="true" type="ax212:SubscribableContext"></xs:element> + <xs:element maxOccurs="unbounded" minOccurs="0" name="subscribableContexts" nillable="true" type="ax217:SubscribableContext"></xs:element> </xs:sequence> </xs:complexType> <xs:complexType name="SubscribableContext"> @@ -51,7 +51,7 @@ <xs:element maxOccurs="unbounded" minOccurs="0" name="dependencyAliases" nillable="true" type="xs:string"></xs:element> <xs:element minOccurs="0" name="deploymentPolicy" nillable="true" type="xs:string"></xs:element> <xs:element minOccurs="0" name="privateRepo" type="xs:boolean"></xs:element> - <xs:element minOccurs="0" name="properties" nillable="true" type="ax213:Properties"></xs:element> + <xs:element minOccurs="0" name="properties" nillable="true" type="ax27:Properties"></xs:element> <xs:element minOccurs="0" name="repoPassword" nillable="true" type="xs:string"></xs:element> <xs:element minOccurs="0" name="repoUrl" nillable="true" type="xs:string"></xs:element> <xs:element minOccurs="0" name="repoUsername" nillable="true" type="xs:string"></xs:element> @@ -62,28 +62,29 @@ <xs:complexType name="ServiceGroup"> <xs:sequence> <xs:element maxOccurs="unbounded" minOccurs="0" name="cartridges" nillable="true" type="xs:string"></xs:element> - <xs:element minOccurs="0" name="dependencies" nillable="true" type="ax224:Dependencies"></xs:element> + <xs:element minOccurs="0" name="dependencies" nillable="true" type="ax23:Dependencies"></xs:element> <xs:element minOccurs="0" name="name" nillable="true" type="xs:string"></xs:element> <xs:element maxOccurs="unbounded" minOccurs="0" name="subGroups" nillable="true" type="xs:string"></xs:element> </xs:sequence> </xs:complexType> <xs:complexType name="Dependencies"> <xs:sequence> + <xs:element maxOccurs="unbounded" minOccurs="0" name="scalingOrders" nillable="true" type="xs:string"></xs:element> <xs:element maxOccurs="unbounded" minOccurs="0" name="startupOrders" nillable="true" type="xs:string"></xs:element> <xs:element minOccurs="0" name="terminationBehaviour" nillable="true" type="xs:string"></xs:element> </xs:sequence> </xs:complexType> </xs:schema> - <xs:schema xmlns:ax220="http://partition.deployment.stub.controller.cloud.stratos.apache.org/xsd" xmlns:ax221="http://partition.autoscaler.stratos.apache.org/xsd" attributeFormDefault="qualified" elementFormDefault="qualified" targetNamespace="http://model.policy.autoscaler.stratos.apache.org/xsd"> + <xs:schema xmlns:ax29="http://partition.deployment.stub.controller.cloud.stratos.apache.org/xsd" xmlns:ax212="http://partition.autoscaler.stratos.apache.org/xsd" attributeFormDefault="qualified" elementFormDefault="qualified" targetNamespace="http://model.policy.autoscaler.stratos.apache.org/xsd"> <xs:import namespace="http://partition.deployment.stub.controller.cloud.stratos.apache.org/xsd"></xs:import> <xs:import namespace="http://partition.autoscaler.stratos.apache.org/xsd"></xs:import> <xs:complexType name="DeploymentPolicy"> <xs:sequence> - <xs:element maxOccurs="unbounded" minOccurs="0" name="allPartitions" nillable="true" type="ax23:Partition"></xs:element> + <xs:element maxOccurs="unbounded" minOccurs="0" name="allPartitions" nillable="true" type="ax29:Partition"></xs:element> <xs:element minOccurs="0" name="description" nillable="true" type="xs:string"></xs:element> <xs:element minOccurs="0" name="id" nillable="true" type="xs:string"></xs:element> <xs:element minOccurs="0" name="isPublic" type="xs:boolean"></xs:element> - <xs:element maxOccurs="unbounded" minOccurs="0" name="partitionGroups" nillable="true" type="ax27:PartitionGroup"></xs:element> + <xs:element maxOccurs="unbounded" minOccurs="0" name="partitionGroups" nillable="true" type="ax212:PartitionGroup"></xs:element> <xs:element minOccurs="0" name="tenantId" type="xs:int"></xs:element> </xs:sequence> </xs:complexType> @@ -93,15 +94,15 @@ <xs:element minOccurs="0" name="displayName" nillable="true" type="xs:string"></xs:element> <xs:element minOccurs="0" name="id" nillable="true" type="xs:string"></xs:element> <xs:element minOccurs="0" name="isPublic" type="xs:boolean"></xs:element> - <xs:element minOccurs="0" name="loadThresholds" nillable="true" type="ax219:LoadThresholds"></xs:element> + <xs:element minOccurs="0" name="loadThresholds" nillable="true" type="ax25:LoadThresholds"></xs:element> <xs:element minOccurs="0" name="tenantId" type="xs:int"></xs:element> </xs:sequence> </xs:complexType> <xs:complexType name="LoadThresholds"> <xs:sequence> - <xs:element minOccurs="0" name="loadAverage" nillable="true" type="ax219:LoadAverageThresholds"></xs:element> - <xs:element minOccurs="0" name="memoryConsumption" nillable="true" type="ax219:MemoryConsumptionThresholds"></xs:element> - <xs:element minOccurs="0" name="requestsInFlight" nillable="true" type="ax219:RequestsInFlightThresholds"></xs:element> + <xs:element minOccurs="0" name="loadAverage" nillable="true" type="ax25:LoadAverageThresholds"></xs:element> + <xs:element minOccurs="0" name="memoryConsumption" nillable="true" type="ax25:MemoryConsumptionThresholds"></xs:element> + <xs:element minOccurs="0" name="requestsInFlight" nillable="true" type="ax25:RequestsInFlightThresholds"></xs:element> </xs:sequence> </xs:complexType> <xs:complexType name="LoadAverageThresholds"> @@ -123,17 +124,17 @@ </xs:sequence> </xs:complexType> </xs:schema> - <xs:schema xmlns:ax28="http://partition.deployment.stub.controller.cloud.stratos.apache.org/xsd" attributeFormDefault="qualified" elementFormDefault="qualified" targetNamespace="http://partition.autoscaler.stratos.apache.org/xsd"> + <xs:schema xmlns:ax211="http://partition.deployment.stub.controller.cloud.stratos.apache.org/xsd" attributeFormDefault="qualified" elementFormDefault="qualified" targetNamespace="http://partition.autoscaler.stratos.apache.org/xsd"> <xs:import namespace="http://partition.deployment.stub.controller.cloud.stratos.apache.org/xsd"></xs:import> <xs:complexType name="PartitionGroup"> <xs:sequence> <xs:element minOccurs="0" name="id" nillable="true" type="xs:string"></xs:element> <xs:element minOccurs="0" name="partitionAlgo" nillable="true" type="xs:string"></xs:element> - <xs:element maxOccurs="unbounded" minOccurs="0" name="partitions" nillable="true" type="ax28:Partition"></xs:element> + <xs:element maxOccurs="unbounded" minOccurs="0" name="partitions" nillable="true" type="ax26:Partition"></xs:element> </xs:sequence> </xs:complexType> </xs:schema> - <xs:schema xmlns:ax25="http://pojo.stub.controller.cloud.stratos.apache.org/xsd" attributeFormDefault="qualified" elementFormDefault="qualified" targetNamespace="http://partition.deployment.stub.controller.cloud.stratos.apache.org/xsd"> + <xs:schema xmlns:ax28="http://pojo.stub.controller.cloud.stratos.apache.org/xsd" attributeFormDefault="qualified" elementFormDefault="qualified" targetNamespace="http://partition.deployment.stub.controller.cloud.stratos.apache.org/xsd"> <xs:import namespace="http://pojo.stub.controller.cloud.stratos.apache.org/xsd"></xs:import> <xs:complexType name="Partition"> <xs:sequence> @@ -147,7 +148,7 @@ <xs:element minOccurs="0" name="partitionMaxSpecified" type="xs:boolean"></xs:element> <xs:element minOccurs="0" name="partitionMin" type="xs:int"></xs:element> <xs:element minOccurs="0" name="partitionMinSpecified" type="xs:boolean"></xs:element> - <xs:element minOccurs="0" name="properties" nillable="true" type="ax25:Properties"></xs:element> + <xs:element minOccurs="0" name="properties" nillable="true" type="ax27:Properties"></xs:element> <xs:element minOccurs="0" name="propertiesSpecified" type="xs:boolean"></xs:element> <xs:element minOccurs="0" name="provider" nillable="true" type="xs:string"></xs:element> <xs:element minOccurs="0" name="providerSpecified" type="xs:boolean"></xs:element> @@ -157,7 +158,7 @@ <xs:schema attributeFormDefault="qualified" elementFormDefault="qualified" targetNamespace="http://common.stratos.apache.org/xsd"> <xs:complexType name="Properties"> <xs:sequence> - <xs:element maxOccurs="unbounded" minOccurs="0" name="properties" nillable="true" type="ax216:Property"></xs:element> + <xs:element maxOccurs="unbounded" minOccurs="0" name="properties" nillable="true" type="ax221:Property"></xs:element> </xs:sequence> </xs:complexType> <xs:complexType name="Property"> @@ -167,54 +168,111 @@ </xs:sequence> </xs:complexType> </xs:schema> - <xs:schema xmlns:ax29="http://partition.autoscaler.stratos.apache.org/xsd" xmlns:ax214="http://pojo.applications.autoscaler.stratos.apache.org/xsd" xmlns:ax222="http://model.policy.autoscaler.stratos.apache.org/xsd" xmlns:ax223="http://pojo.stub.controller.cloud.stratos.apache.org/xsd" xmlns:ax211="http://exception.autoscaler.stratos.apache.org/xsd" xmlns:ax26="http://partition.deployment.stub.controller.cloud.stratos.apache.org/xsd" xmlns:ax225="http://pojo.autoscaler.stratos.apache.org/xsd" xmlns:ax218="http://kubernetes.common.stratos.apache.org/xsd" attributeFormDefault="qualified" elementFormDefault="qualified" targetNamespace="http://api.autoscaler.stratos.apache.org"> - <xs:import namespace="http://partition.deployment.stub.controller.cloud.stratos.apache.org/xsd"></xs:import> - <xs:import namespace="http://partition.autoscaler.stratos.apache.org/xsd"></xs:import> + <xs:schema xmlns:ax222="http://common.stratos.apache.org/xsd" attributeFormDefault="qualified" elementFormDefault="qualified" targetNamespace="http://kubernetes.common.stratos.apache.org/xsd"> + <xs:import namespace="http://common.stratos.apache.org/xsd"></xs:import> + <xs:complexType name="KubernetesHost"> + <xs:sequence> + <xs:element minOccurs="0" name="hostId" nillable="true" type="xs:string"></xs:element> + <xs:element minOccurs="0" name="hostIpAddress" 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="properties" nillable="true" type="ax221:Properties"></xs:element> + </xs:sequence> + </xs:complexType> + <xs:complexType name="KubernetesMaster"> + <xs:complexContent> + <xs:extension base="ax220:KubernetesHost"> + <xs:sequence> + <xs:element minOccurs="0" name="endpoint" nillable="true" type="xs:string"></xs:element> + </xs:sequence> + </xs:extension> + </xs:complexContent> + </xs:complexType> + <xs:complexType name="KubernetesGroup"> + <xs:sequence> + <xs:element minOccurs="0" name="description" nillable="true" type="xs:string"></xs:element> + <xs:element minOccurs="0" name="groupId" nillable="true" type="xs:string"></xs:element> + <xs:element maxOccurs="unbounded" minOccurs="0" name="kubernetesHosts" nillable="true" type="ax220:KubernetesHost"></xs:element> + <xs:element minOccurs="0" name="kubernetesMaster" nillable="true" type="ax220:KubernetesMaster"></xs:element> + <xs:element minOccurs="0" name="portRange" nillable="true" type="ax220:PortRange"></xs:element> + <xs:element minOccurs="0" name="properties" nillable="true" type="ax221:Properties"></xs:element> + </xs:sequence> + </xs:complexType> + <xs:complexType name="PortRange"> + <xs:sequence> + <xs:element minOccurs="0" name="lower" type="xs:int"></xs:element> + <xs:element minOccurs="0" name="upper" type="xs:int"></xs:element> + </xs:sequence> + </xs:complexType> + </xs:schema> + <xs:schema xmlns:ax215="http://exception.autoscaler.stratos.apache.org/xsd" xmlns:ax216="http://partition.deployment.stub.controller.cloud.stratos.apache.org/xsd" xmlns:ax219="http://pojo.applications.autoscaler.stratos.apache.org/xsd" xmlns:ax213="http://model.policy.autoscaler.stratos.apache.org/xsd" xmlns:ax223="http://kubernetes.common.stratos.apache.org/xsd" xmlns:ax224="http://partition.autoscaler.stratos.apache.org/xsd" xmlns:ax225="http://pojo.stub.controller.cloud.stratos.apache.org/xsd" xmlns:ax24="http://pojo.autoscaler.stratos.apache.org/xsd" attributeFormDefault="qualified" elementFormDefault="qualified" targetNamespace="http://api.autoscaler.stratos.apache.org"> + <xs:import namespace="http://pojo.autoscaler.stratos.apache.org/xsd"></xs:import> + <xs:import namespace="http://model.policy.autoscaler.stratos.apache.org/xsd"></xs:import> <xs:import namespace="http://exception.autoscaler.stratos.apache.org/xsd"></xs:import> + <xs:import namespace="http://partition.deployment.stub.controller.cloud.stratos.apache.org/xsd"></xs:import> <xs:import namespace="http://pojo.applications.autoscaler.stratos.apache.org/xsd"></xs:import> <xs:import namespace="http://kubernetes.common.stratos.apache.org/xsd"></xs:import> - <xs:import namespace="http://model.policy.autoscaler.stratos.apache.org/xsd"></xs:import> + <xs:import namespace="http://partition.autoscaler.stratos.apache.org/xsd"></xs:import> <xs:import namespace="http://pojo.stub.controller.cloud.stratos.apache.org/xsd"></xs:import> - <xs:import namespace="http://pojo.autoscaler.stratos.apache.org/xsd"></xs:import> - <xs:element name="getPartition"> + <xs:element name="getServiceGroup"> <xs:complexType> <xs:sequence> - <xs:element minOccurs="0" name="partitionId" nillable="true" type="xs:string"></xs:element> + <xs:element minOccurs="0" name="name" nillable="true" type="xs:string"></xs:element> </xs:sequence> </xs:complexType> </xs:element> - <xs:element name="getPartitionResponse"> + <xs:element name="getServiceGroupResponse"> <xs:complexType> <xs:sequence> - <xs:element minOccurs="0" name="return" nillable="true" type="ax26:Partition"></xs:element> + <xs:element minOccurs="0" name="return" nillable="true" type="ax23:ServiceGroup"></xs:element> </xs:sequence> </xs:complexType> </xs:element> - <xs:element name="getPartitionGroups"> + <xs:element name="getDeploymentPolicy"> <xs:complexType> <xs:sequence> <xs:element minOccurs="0" name="deploymentPolicyId" nillable="true" type="xs:string"></xs:element> </xs:sequence> </xs:complexType> </xs:element> - <xs:element name="getPartitionGroupsResponse"> + <xs:element name="getDeploymentPolicyResponse"> + <xs:complexType> + <xs:sequence> + <xs:element minOccurs="0" name="return" nillable="true" type="ax25:DeploymentPolicy"></xs:element> + </xs:sequence> + </xs:complexType> + </xs:element> + <xs:element name="AutoScalerServiceInvalidPartitionException"> + <xs:complexType> + <xs:sequence> + <xs:element minOccurs="0" name="InvalidPartitionException" nillable="true" type="ax214:InvalidPartitionException"></xs:element> + </xs:sequence> + </xs:complexType> + </xs:element> + <xs:element name="addPartition"> <xs:complexType> <xs:sequence> - <xs:element maxOccurs="unbounded" minOccurs="0" name="return" nillable="true" type="ax29:PartitionGroup"></xs:element> + <xs:element minOccurs="0" name="partition" nillable="true" type="ax26:Partition"></xs:element> + </xs:sequence> + </xs:complexType> + </xs:element> + <xs:element name="addPartitionResponse"> + <xs:complexType> + <xs:sequence> + <xs:element minOccurs="0" name="return" type="xs:boolean"></xs:element> </xs:sequence> </xs:complexType> </xs:element> <xs:element name="AutoScalerServiceApplicationDefinitionException"> <xs:complexType> <xs:sequence> - <xs:element minOccurs="0" name="ApplicationDefinitionException" nillable="true" type="ax210:ApplicationDefinitionException"></xs:element> + <xs:element minOccurs="0" name="ApplicationDefinitionException" nillable="true" type="ax214:ApplicationDefinitionException"></xs:element> </xs:sequence> </xs:complexType> </xs:element> <xs:element name="deployApplicationDefinition"> <xs:complexType> <xs:sequence> - <xs:element minOccurs="0" name="applicationContext" nillable="true" type="ax214:ApplicationContext"></xs:element> + <xs:element minOccurs="0" name="applicationContext" nillable="true" type="ax217:ApplicationContext"></xs:element> </xs:sequence> </xs:complexType> </xs:element> @@ -230,21 +288,21 @@ <xs:element name="AutoScalerServiceInvalidKubernetesMasterException"> <xs:complexType> <xs:sequence> - <xs:element minOccurs="0" name="InvalidKubernetesMasterException" nillable="true" type="ax210:InvalidKubernetesMasterException"></xs:element> + <xs:element minOccurs="0" name="InvalidKubernetesMasterException" nillable="true" type="ax214:InvalidKubernetesMasterException"></xs:element> </xs:sequence> </xs:complexType> </xs:element> <xs:element name="AutoScalerServiceNonExistingKubernetesMasterException"> <xs:complexType> <xs:sequence> - <xs:element minOccurs="0" name="NonExistingKubernetesMasterException" nillable="true" type="ax210:NonExistingKubernetesMasterException"></xs:element> + <xs:element minOccurs="0" name="NonExistingKubernetesMasterException" nillable="true" type="ax214:NonExistingKubernetesMasterException"></xs:element> </xs:sequence> </xs:complexType> </xs:element> <xs:element name="updateKubernetesMaster"> <xs:complexType> <xs:sequence> - <xs:element minOccurs="0" name="kubernetesMaster" nillable="true" type="ax218:KubernetesMaster"></xs:element> + <xs:element minOccurs="0" name="kubernetesMaster" nillable="true" type="ax220:KubernetesMaster"></xs:element> </xs:sequence> </xs:complexType> </xs:element> @@ -258,21 +316,21 @@ <xs:element name="AutoScalerServiceInvalidKubernetesHostException"> <xs:complexType> <xs:sequence> - <xs:element minOccurs="0" name="InvalidKubernetesHostException" nillable="true" type="ax210:InvalidKubernetesHostException"></xs:element> + <xs:element minOccurs="0" name="InvalidKubernetesHostException" nillable="true" type="ax214:InvalidKubernetesHostException"></xs:element> </xs:sequence> </xs:complexType> </xs:element> <xs:element name="AutoScalerServiceNonExistingKubernetesHostException"> <xs:complexType> <xs:sequence> - <xs:element minOccurs="0" name="NonExistingKubernetesHostException" nillable="true" type="ax210:NonExistingKubernetesHostException"></xs:element> + <xs:element minOccurs="0" name="NonExistingKubernetesHostException" nillable="true" type="ax214:NonExistingKubernetesHostException"></xs:element> </xs:sequence> </xs:complexType> </xs:element> <xs:element name="updateKubernetesHost"> <xs:complexType> <xs:sequence> - <xs:element minOccurs="0" name="kubernetesHost" nillable="true" type="ax218:KubernetesHost"></xs:element> + <xs:element minOccurs="0" name="kubernetesHost" nillable="true" type="ax220:KubernetesHost"></xs:element> </xs:sequence> </xs:complexType> </xs:element> @@ -286,7 +344,7 @@ <xs:element name="AutoScalerServiceNonExistingKubernetesGroupException"> <xs:complexType> <xs:sequence> - <xs:element minOccurs="0" name="NonExistingKubernetesGroupException" nillable="true" type="ax210:NonExistingKubernetesGroupException"></xs:element> + <xs:element minOccurs="0" name="NonExistingKubernetesGroupException" nillable="true" type="ax214:NonExistingKubernetesGroupException"></xs:element> </xs:sequence> </xs:complexType> </xs:element> @@ -300,21 +358,21 @@ <xs:element name="getKubernetesGroupResponse"> <xs:complexType> <xs:sequence> - <xs:element minOccurs="0" name="return" nillable="true" type="ax218:KubernetesGroup"></xs:element> + <xs:element minOccurs="0" name="return" nillable="true" type="ax220:KubernetesGroup"></xs:element> </xs:sequence> </xs:complexType> </xs:element> <xs:element name="AutoScalerServiceInvalidPolicyException"> <xs:complexType> <xs:sequence> - <xs:element minOccurs="0" name="InvalidPolicyException" nillable="true" type="ax210:InvalidPolicyException"></xs:element> + <xs:element minOccurs="0" name="InvalidPolicyException" nillable="true" type="ax214:InvalidPolicyException"></xs:element> </xs:sequence> </xs:complexType> </xs:element> <xs:element name="updateDeploymentPolicy"> <xs:complexType> <xs:sequence> - <xs:element minOccurs="0" name="deploymentPolicy" nillable="true" type="ax219:DeploymentPolicy"></xs:element> + <xs:element minOccurs="0" name="deploymentPolicy" nillable="true" type="ax25:DeploymentPolicy"></xs:element> </xs:sequence> </xs:complexType> </xs:element> @@ -325,6 +383,34 @@ </xs:sequence> </xs:complexType> </xs:element> + <xs:element name="getPartition"> + <xs:complexType> + <xs:sequence> + <xs:element minOccurs="0" name="partitionId" nillable="true" type="xs:string"></xs:element> + </xs:sequence> + </xs:complexType> + </xs:element> + <xs:element name="getPartitionResponse"> + <xs:complexType> + <xs:sequence> + <xs:element minOccurs="0" name="return" nillable="true" type="ax26:Partition"></xs:element> + </xs:sequence> + </xs:complexType> + </xs:element> + <xs:element name="getPartitionGroups"> + <xs:complexType> + <xs:sequence> + <xs:element minOccurs="0" name="deploymentPolicyId" nillable="true" type="xs:string"></xs:element> + </xs:sequence> + </xs:complexType> + </xs:element> + <xs:element name="getPartitionGroupsResponse"> + <xs:complexType> + <xs:sequence> + <xs:element maxOccurs="unbounded" minOccurs="0" name="return" nillable="true" type="ax210:PartitionGroup"></xs:element> + </xs:sequence> + </xs:complexType> + </xs:element> <xs:element name="getPartitionsOfGroup"> <xs:complexType> <xs:sequence> @@ -374,7 +460,7 @@ <xs:element name="getAllDeploymentPoliciesResponse"> <xs:complexType> <xs:sequence> - <xs:element maxOccurs="unbounded" minOccurs="0" name="return" nillable="true" type="ax219:DeploymentPolicy"></xs:element> + <xs:element maxOccurs="unbounded" minOccurs="0" name="return" nillable="true" type="ax25:DeploymentPolicy"></xs:element> </xs:sequence> </xs:complexType> </xs:element> @@ -386,7 +472,7 @@ <xs:element name="getAllAutoScalingPolicyResponse"> <xs:complexType> <xs:sequence> - <xs:element maxOccurs="unbounded" minOccurs="0" name="return" nillable="true" type="ax219:AutoscalePolicy"></xs:element> + <xs:element maxOccurs="unbounded" minOccurs="0" name="return" nillable="true" type="ax25:AutoscalePolicy"></xs:element> </xs:sequence> </xs:complexType> </xs:element> @@ -400,35 +486,14 @@ <xs:element name="getValidDeploymentPoliciesforCartridgeResponse"> <xs:complexType> <xs:sequence> - <xs:element maxOccurs="unbounded" minOccurs="0" name="return" nillable="true" type="ax219:DeploymentPolicy"></xs:element> - </xs:sequence> - </xs:complexType> - </xs:element> - <xs:element name="AutoScalerServiceInvalidPartitionException"> - <xs:complexType> - <xs:sequence> - <xs:element minOccurs="0" name="InvalidPartitionException" nillable="true" type="ax210:InvalidPartitionException"></xs:element> - </xs:sequence> - </xs:complexType> - </xs:element> - <xs:element name="addPartition"> - <xs:complexType> - <xs:sequence> - <xs:element minOccurs="0" name="partition" nillable="true" type="ax26:Partition"></xs:element> - </xs:sequence> - </xs:complexType> - </xs:element> - <xs:element name="addPartitionResponse"> - <xs:complexType> - <xs:sequence> - <xs:element minOccurs="0" name="return" type="xs:boolean"></xs:element> + <xs:element maxOccurs="unbounded" minOccurs="0" name="return" nillable="true" type="ax25:DeploymentPolicy"></xs:element> </xs:sequence> </xs:complexType> </xs:element> <xs:element name="addDeploymentPolicy"> <xs:complexType> <xs:sequence> - <xs:element minOccurs="0" name="deploymentPolicy" nillable="true" type="ax219:DeploymentPolicy"></xs:element> + <xs:element minOccurs="0" name="deploymentPolicy" nillable="true" type="ax25:DeploymentPolicy"></xs:element> </xs:sequence> </xs:complexType> </xs:element> @@ -442,7 +507,7 @@ <xs:element name="addAutoScalingPolicy"> <xs:complexType> <xs:sequence> - <xs:element minOccurs="0" name="autoscalePolicy" nillable="true" type="ax219:AutoscalePolicy"></xs:element> + <xs:element minOccurs="0" name="autoscalePolicy" nillable="true" type="ax25:AutoscalePolicy"></xs:element> </xs:sequence> </xs:complexType> </xs:element> @@ -456,7 +521,7 @@ <xs:element name="updateAutoScalingPolicy"> <xs:complexType> <xs:sequence> - <xs:element minOccurs="0" name="autoscalePolicy" nillable="true" type="ax219:AutoscalePolicy"></xs:element> + <xs:element minOccurs="0" name="autoscalePolicy" nillable="true" type="ax25:AutoscalePolicy"></xs:element> </xs:sequence> </xs:complexType> </xs:element> @@ -477,7 +542,7 @@ <xs:element name="getAutoscalingPolicyResponse"> <xs:complexType> <xs:sequence> - <xs:element minOccurs="0" name="return" nillable="true" type="ax219:AutoscalePolicy"></xs:element> + <xs:element minOccurs="0" name="return" nillable="true" type="ax25:AutoscalePolicy"></xs:element> </xs:sequence> </xs:complexType> </xs:element> @@ -489,7 +554,7 @@ <xs:element name="getAllKubernetesGroupsResponse"> <xs:complexType> <xs:sequence> - <xs:element maxOccurs="unbounded" minOccurs="0" name="return" nillable="true" type="ax218:KubernetesGroup"></xs:element> + <xs:element maxOccurs="unbounded" minOccurs="0" name="return" nillable="true" type="ax220:KubernetesGroup"></xs:element> </xs:sequence> </xs:complexType> </xs:element> @@ -503,7 +568,7 @@ <xs:element name="getMasterForKubernetesGroupResponse"> <xs:complexType> <xs:sequence> - <xs:element minOccurs="0" name="return" nillable="true" type="ax218:KubernetesMaster"></xs:element> + <xs:element minOccurs="0" name="return" nillable="true" type="ax220:KubernetesMaster"></xs:element> </xs:sequence> </xs:complexType> </xs:element> @@ -517,21 +582,21 @@ <xs:element name="getHostsForKubernetesGroupResponse"> <xs:complexType> <xs:sequence> - <xs:element maxOccurs="unbounded" minOccurs="0" name="return" nillable="true" type="ax218:KubernetesHost"></xs:element> + <xs:element maxOccurs="unbounded" minOccurs="0" name="return" nillable="true" type="ax220:KubernetesHost"></xs:element> </xs:sequence> </xs:complexType> </xs:element> <xs:element name="AutoScalerServiceInvalidKubernetesGroupException"> <xs:complexType> <xs:sequence> - <xs:element minOccurs="0" name="InvalidKubernetesGroupException" nillable="true" type="ax210:InvalidKubernetesGroupException"></xs:element> + <xs:element minOccurs="0" name="InvalidKubernetesGroupException" nillable="true" type="ax214:InvalidKubernetesGroupException"></xs:element> </xs:sequence> </xs:complexType> </xs:element> <xs:element name="addKubernetesGroup"> <xs:complexType> <xs:sequence> - <xs:element minOccurs="0" name="kubernetesGroup" nillable="true" type="ax218:KubernetesGroup"></xs:element> + <xs:element minOccurs="0" name="kubernetesGroup" nillable="true" type="ax220:KubernetesGroup"></xs:element> </xs:sequence> </xs:complexType> </xs:element> @@ -546,7 +611,7 @@ <xs:complexType> <xs:sequence> <xs:element minOccurs="0" name="groupId" nillable="true" type="xs:string"></xs:element> - <xs:element minOccurs="0" name="kubernetesHost" nillable="true" type="ax218:KubernetesHost"></xs:element> + <xs:element minOccurs="0" name="kubernetesHost" nillable="true" type="ax220:KubernetesHost"></xs:element> </xs:sequence> </xs:complexType> </xs:element> @@ -588,7 +653,7 @@ <xs:element name="AutoScalerServiceNonExistingLBException"> <xs:complexType> <xs:sequence> - <xs:element minOccurs="0" name="NonExistingLBException" nillable="true" type="ax210:NonExistingLBException"></xs:element> + <xs:element minOccurs="0" name="NonExistingLBException" nillable="true" type="ax214:NonExistingLBException"></xs:element> </xs:sequence> </xs:complexType> </xs:element> @@ -676,7 +741,7 @@ <xs:element name="AutoScalerServiceInvalidArgumentException"> <xs:complexType> <xs:sequence> - <xs:element minOccurs="0" name="InvalidArgumentException" nillable="true" type="ax210:InvalidArgumentException"></xs:element> + <xs:element minOccurs="0" name="InvalidArgumentException" nillable="true" type="ax214:InvalidArgumentException"></xs:element> </xs:sequence> </xs:complexType> </xs:element> @@ -684,21 +749,21 @@ <xs:complexType> <xs:sequence> <xs:element minOccurs="0" name="clusterId" nillable="true" type="xs:string"></xs:element> - <xs:element minOccurs="0" name="properties" nillable="true" type="ax24:Properties"></xs:element> + <xs:element minOccurs="0" name="properties" nillable="true" type="ax27:Properties"></xs:element> </xs:sequence> </xs:complexType> </xs:element> <xs:element name="AutoScalerServiceInvalidServiceGroupException"> <xs:complexType> <xs:sequence> - <xs:element minOccurs="0" name="InvalidServiceGroupException" nillable="true" type="ax210:InvalidServiceGroupException"></xs:element> + <xs:element minOccurs="0" name="InvalidServiceGroupException" nillable="true" type="ax214:InvalidServiceGroupException"></xs:element> </xs:sequence> </xs:complexType> </xs:element> <xs:element name="deployServiceGroup"> <xs:complexType> <xs:sequence> - <xs:element minOccurs="0" name="servicegroup" nillable="true" type="ax224:ServiceGroup"></xs:element> + <xs:element minOccurs="0" name="servicegroup" nillable="true" type="ax23:ServiceGroup"></xs:element> </xs:sequence> </xs:complexType> </xs:element> @@ -719,7 +784,7 @@ <xs:element name="AutoScalerServiceAutoScalerException"> <xs:complexType> <xs:sequence> - <xs:element minOccurs="0" name="AutoScalerException" nillable="true" type="ax210:AutoScalerException"></xs:element> + <xs:element minOccurs="0" name="AutoScalerException" nillable="true" type="ax214:AutoScalerException"></xs:element> </xs:sequence> </xs:complexType> </xs:element> @@ -730,75 +795,11 @@ </xs:sequence> </xs:complexType> </xs:element> - <xs:element name="getDeploymentPolicy"> - <xs:complexType> - <xs:sequence> - <xs:element minOccurs="0" name="deploymentPolicyId" nillable="true" type="xs:string"></xs:element> - </xs:sequence> - </xs:complexType> - </xs:element> - <xs:element name="getDeploymentPolicyResponse"> - <xs:complexType> - <xs:sequence> - <xs:element minOccurs="0" name="return" nillable="true" type="ax219:DeploymentPolicy"></xs:element> - </xs:sequence> - </xs:complexType> - </xs:element> - <xs:element name="getServiceGroup"> - <xs:complexType> - <xs:sequence> - <xs:element minOccurs="0" name="name" nillable="true" type="xs:string"></xs:element> - </xs:sequence> - </xs:complexType> - </xs:element> - <xs:element name="getServiceGroupResponse"> - <xs:complexType> - <xs:sequence> - <xs:element minOccurs="0" name="return" nillable="true" type="ax224:ServiceGroup"></xs:element> - </xs:sequence> - </xs:complexType> - </xs:element> - </xs:schema> - <xs:schema xmlns:ax217="http://common.stratos.apache.org/xsd" attributeFormDefault="qualified" elementFormDefault="qualified" targetNamespace="http://kubernetes.common.stratos.apache.org/xsd"> - <xs:import namespace="http://common.stratos.apache.org/xsd"></xs:import> - <xs:complexType name="KubernetesHost"> - <xs:sequence> - <xs:element minOccurs="0" name="hostId" nillable="true" type="xs:string"></xs:element> - <xs:element minOccurs="0" name="hostIpAddress" 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="properties" nillable="true" type="ax217:Properties"></xs:element> - </xs:sequence> - </xs:complexType> - <xs:complexType name="KubernetesMaster"> - <xs:complexContent> - <xs:extension base="ax215:KubernetesHost"> - <xs:sequence> - <xs:element minOccurs="0" name="endpoint" nillable="true" type="xs:string"></xs:element> - </xs:sequence> - </xs:extension> - </xs:complexContent> - </xs:complexType> - <xs:complexType name="KubernetesGroup"> - <xs:sequence> - <xs:element minOccurs="0" name="description" nillable="true" type="xs:string"></xs:element> - <xs:element minOccurs="0" name="groupId" nillable="true" type="xs:string"></xs:element> - <xs:element maxOccurs="unbounded" minOccurs="0" name="kubernetesHosts" nillable="true" type="ax215:KubernetesHost"></xs:element> - <xs:element minOccurs="0" name="kubernetesMaster" nillable="true" type="ax215:KubernetesMaster"></xs:element> - <xs:element minOccurs="0" name="portRange" nillable="true" type="ax215:PortRange"></xs:element> - <xs:element minOccurs="0" name="properties" nillable="true" type="ax217:Properties"></xs:element> - </xs:sequence> - </xs:complexType> - <xs:complexType name="PortRange"> - <xs:sequence> - <xs:element minOccurs="0" name="lower" type="xs:int"></xs:element> - <xs:element minOccurs="0" name="upper" type="xs:int"></xs:element> - </xs:sequence> - </xs:complexType> </xs:schema> <xs:schema attributeFormDefault="qualified" elementFormDefault="qualified" targetNamespace="http://pojo.stub.controller.cloud.stratos.apache.org/xsd"> <xs:complexType name="Properties"> <xs:sequence> - <xs:element maxOccurs="unbounded" minOccurs="0" name="properties" nillable="true" type="ax24:Property"></xs:element> + <xs:element maxOccurs="unbounded" minOccurs="0" name="properties" nillable="true" type="ax27:Property"></xs:element> <xs:element minOccurs="0" name="propertiesSpecified" type="xs:boolean"></xs:element> </xs:sequence> </xs:complexType> @@ -812,6 +813,11 @@ </xs:complexType> </xs:schema> <xs:schema attributeFormDefault="qualified" elementFormDefault="qualified" targetNamespace="http://exception.autoscaler.stratos.apache.org/xsd"> + <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="ApplicationDefinitionException"> <xs:sequence> <xs:element minOccurs="0" name="message" nillable="true" type="xs:string"></xs:element> @@ -847,11 +853,6 @@ <xs:element minOccurs="0" name="message" nillable="true" type="xs:string"></xs:element> </xs:sequence> </xs:complexType> - <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="InvalidKubernetesGroupException"> <xs:sequence> <xs:element minOccurs="0" name="message" nillable="true" type="xs:string"></xs:element> @@ -1043,18 +1044,18 @@ <wsdl:message name="AutoScalerServiceNonExistingKubernetesHostException"> <wsdl:part name="parameters" element="ns:AutoScalerServiceNonExistingKubernetesHostException"></wsdl:part> </wsdl:message> - <wsdl:message name="getKubernetesGroupRequest"> - <wsdl:part name="parameters" element="ns:getKubernetesGroup"></wsdl:part> - </wsdl:message> - <wsdl:message name="getKubernetesGroupResponse"> - <wsdl:part name="parameters" element="ns:getKubernetesGroupResponse"></wsdl:part> - </wsdl:message> <wsdl:message name="getPartitionRequest"> <wsdl:part name="parameters" element="ns:getPartition"></wsdl:part> </wsdl:message> <wsdl:message name="getPartitionResponse"> <wsdl:part name="parameters" element="ns:getPartitionResponse"></wsdl:part> </wsdl:message> + <wsdl:message name="getKubernetesGroupRequest"> + <wsdl:part name="parameters" element="ns:getKubernetesGroup"></wsdl:part> + </wsdl:message> + <wsdl:message name="getKubernetesGroupResponse"> + <wsdl:part name="parameters" element="ns:getKubernetesGroupResponse"></wsdl:part> + </wsdl:message> <wsdl:message name="addPartitionRequest"> <wsdl:part name="parameters" element="ns:addPartition"></wsdl:part> </wsdl:message> @@ -1237,15 +1238,15 @@ <wsdl:output message="ns:removeKubernetesHostResponse" wsaw:Action="urn:removeKubernetesHostResponse"></wsdl:output> <wsdl:fault message="ns:AutoScalerServiceNonExistingKubernetesHostException" name="AutoScalerServiceNonExistingKubernetesHostException" wsaw:Action="urn:removeKubernetesHostAutoScalerServiceNonExistingKubernetesHostException"></wsdl:fault> </wsdl:operation> + <wsdl:operation name="getPartition"> + <wsdl:input message="ns:getPartitionRequest" wsaw:Action="urn:getPartition"></wsdl:input> + <wsdl:output message="ns:getPartitionResponse" wsaw:Action="urn:getPartitionResponse"></wsdl:output> + </wsdl:operation> <wsdl:operation name="getKubernetesGroup"> <wsdl:input message="ns:getKubernetesGroupRequest" wsaw:Action="urn:getKubernetesGroup"></wsdl:input> <wsdl:output message="ns:getKubernetesGroupResponse" wsaw:Action="urn:getKubernetesGroupResponse"></wsdl:output> <wsdl:fault message="ns:AutoScalerServiceNonExistingKubernetesGroupException" name="AutoScalerServiceNonExistingKubernetesGroupException" wsaw:Action="urn:getKubernetesGroupAutoScalerServiceNonExistingKubernetesGroupException"></wsdl:fault> </wsdl:operation> - <wsdl:operation name="getPartition"> - <wsdl:input message="ns:getPartitionRequest" wsaw:Action="urn:getPartition"></wsdl:input> - <wsdl:output message="ns:getPartitionResponse" wsaw:Action="urn:getPartitionResponse"></wsdl:output> - </wsdl:operation> <wsdl:operation name="addPartition"> <wsdl:input message="ns:addPartitionRequest" wsaw:Action="urn:addPartition"></wsdl:input> <wsdl:output message="ns:addPartitionResponse" wsaw:Action="urn:addPartitionResponse"></wsdl:output> @@ -1549,26 +1550,26 @@ <soap:fault use="literal" name="AutoScalerServiceNonExistingKubernetesHostException"></soap:fault> </wsdl:fault> </wsdl:operation> - <wsdl:operation name="getPartition"> - <soap:operation soapAction="urn:getPartition" style="document"></soap:operation> + <wsdl:operation name="getKubernetesGroup"> + <soap:operation soapAction="urn:getKubernetesGroup" 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="AutoScalerServiceNonExistingKubernetesGroupException"> + <soap:fault use="literal" name="AutoScalerServiceNonExistingKubernetesGroupException"></soap:fault> + </wsdl:fault> </wsdl:operation> - <wsdl:operation name="getKubernetesGroup"> - <soap:operation soapAction="urn:getKubernetesGroup" style="document"></soap:operation> + <wsdl:operation name="getPartition"> + <soap:operation soapAction="urn:getPartition" 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="AutoScalerServiceNonExistingKubernetesGroupException"> - <soap:fault use="literal" name="AutoScalerServiceNonExistingKubernetesGroupException"></soap:fault> - </wsdl:fault> </wsdl:operation> <wsdl:operation name="addPartition"> <soap:operation soapAction="urn:addPartition" style="document"></soap:operation> @@ -1945,26 +1946,26 @@ <soap12:fault use="literal" name="AutoScalerServiceNonExistingKubernetesHostException"></soap12:fault> </wsdl:fault> </wsdl:operation> - <wsdl:operation name="getPartition"> - <soap12:operation soapAction="urn:getPartition" style="document"></soap12:operation> + <wsdl:operation name="getKubernetesGroup"> + <soap12:operation soapAction="urn:getKubernetesGroup" 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="AutoScalerServiceNonExistingKubernetesGroupException"> + <soap12:fault use="literal" name="AutoScalerServiceNonExistingKubernetesGroupException"></soap12:fault> + </wsdl:fault> </wsdl:operation> - <wsdl:operation name="getKubernetesGroup"> - <soap12:operation soapAction="urn:getKubernetesGroup" style="document"></soap12:operation> + <wsdl:operation name="getPartition"> + <soap12:operation soapAction="urn:getPartition" 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="AutoScalerServiceNonExistingKubernetesGroupException"> - <soap12:fault use="literal" name="AutoScalerServiceNonExistingKubernetesGroupException"></soap12:fault> - </wsdl:fault> </wsdl:operation> <wsdl:operation name="addPartition"> <soap12:operation soapAction="urn:addPartition" style="document"></soap12:operation> @@ -2302,8 +2303,8 @@ <mime:content type="text/xml" part="parameters"></mime:content> </wsdl:output> </wsdl:operation> - <wsdl:operation name="getPartition"> - <http:operation location="getPartition"></http:operation> + <wsdl:operation name="getKubernetesGroup"> + <http:operation location="getKubernetesGroup"></http:operation> <wsdl:input> <mime:content type="text/xml" part="parameters"></mime:content> </wsdl:input> @@ -2311,8 +2312,8 @@ <mime:content type="text/xml" part="parameters"></mime:content> </wsdl:output> </wsdl:operation> - <wsdl:operation name="getKubernetesGroup"> - <http:operation location="getKubernetesGroup"></http:operation> + <wsdl:operation name="getPartition"> + <http:operation location="getPartition"></http:operation> <wsdl:input> <mime:content type="text/xml" part="parameters"></mime:content> </wsdl:input> @@ -2440,4 +2441,4 @@ <http:address location="https://172.17.8.1:9443/services/AutoScalerService.AutoScalerServiceHttpsEndpoint/"></http:address> </wsdl:port> </wsdl:service> -</wsdl:definitions> \ No newline at end of file +</wsdl:definitions>
