Revert "Add missed parts of providing versioning to stable/mitaka"

This reverts commit 437183a3c7.

Change-Id: I47926599432708df4186f724f1ce582444b6add4
This commit is contained in:
Sergey Kraynev 2016-09-27 14:57:59 +00:00
parent 437183a3c7
commit aa0b74f906
6 changed files with 3 additions and 10 deletions

View File

@ -11,7 +11,6 @@
# under the License. # under the License.
Format: 1.3 Format: 1.3
Version: 1.0.0
Type: Library Type: Library
FullName: com.mirantis.docker.Interfaces FullName: com.mirantis.docker.Interfaces
Name: Docker Interface Library Name: Docker Interface Library

View File

@ -15,7 +15,6 @@ Templates:
masterNode: masterNode:
?: ?:
type: com.mirantis.docker.kubernetes.KubernetesMasterNode type: com.mirantis.docker.kubernetes.KubernetesMasterNode
classVersion: 1.0.0
instance: instance:
?: ?:
type: io.murano.resources.LinuxMuranoInstance type: io.murano.resources.LinuxMuranoInstance
@ -29,7 +28,6 @@ Templates:
minionNode: minionNode:
?: ?:
type: com.mirantis.docker.kubernetes.KubernetesMinionNode type: com.mirantis.docker.kubernetes.KubernetesMinionNode
classVersion: 1.0.0
instance: instance:
?: ?:
type: io.murano.resources.LinuxMuranoInstance type: io.murano.resources.LinuxMuranoInstance
@ -45,7 +43,6 @@ Templates:
gatewayNode: gatewayNode:
?: ?:
type: com.mirantis.docker.kubernetes.KubernetesGatewayNode type: com.mirantis.docker.kubernetes.KubernetesGatewayNode
classVersion: 1.0.0
instance: instance:
?: ?:
type: io.murano.resources.LinuxMuranoInstance type: io.murano.resources.LinuxMuranoInstance
@ -59,7 +56,6 @@ Templates:
Application: Application:
?: ?:
type: com.mirantis.docker.kubernetes.KubernetesCluster type: com.mirantis.docker.kubernetes.KubernetesCluster
classVersion: 1.0.0
name: $.appConfiguration.name name: $.appConfiguration.name
masterNode: $masterNode masterNode: $masterNode
minionNodes: repeat($minionNode, $.appConfiguration.maxMinionCount) minionNodes: repeat($minionNode, $.appConfiguration.maxMinionCount)

View File

@ -26,4 +26,4 @@ Classes:
com.mirantis.docker.kubernetes.KubernetesGatewayNode: KubernetesGatewayNode.yaml com.mirantis.docker.kubernetes.KubernetesGatewayNode: KubernetesGatewayNode.yaml
com.mirantis.docker.kubernetes.KubernetesNode: KubernetesNode.yaml com.mirantis.docker.kubernetes.KubernetesNode: KubernetesNode.yaml
Require: Require:
com.mirantis.docker.Interfaces: 1.0.0 com.mirantis.docker.Interfaces:

View File

@ -11,7 +11,6 @@
# under the License. # under the License.
Format: 1.3 Format: 1.3
Version: 1.0.0
Type: Library Type: Library
FullName: com.mirantis.docker.kubernetes.static.KubernetesEntities FullName: com.mirantis.docker.kubernetes.static.KubernetesEntities
Name: Kubernetes static entities Name: Kubernetes static entities

View File

@ -15,7 +15,6 @@ Version: 2
Application: Application:
?: ?:
type: com.mirantis.docker.kubernetes.KubernetesPod type: com.mirantis.docker.kubernetes.KubernetesPod
classVersion: 1.0.0
name: $.appConfiguration.name name: $.appConfiguration.name
labels: $.appConfiguration.labels labels: $.appConfiguration.labels
kubernetesCluster: $.appConfiguration.kubernetesCluster kubernetesCluster: $.appConfiguration.kubernetesCluster

View File

@ -22,5 +22,5 @@ Tags: [docker, kubernetes, pod]
Classes: Classes:
com.mirantis.docker.kubernetes.KubernetesPod: KubernetesPod.yaml com.mirantis.docker.kubernetes.KubernetesPod: KubernetesPod.yaml
Require: Require:
com.mirantis.docker.Interfaces: 1.0.0 com.mirantis.docker.Interfaces:
com.mirantis.docker.kubernetes.KubernetesCluster: 1.0.0 com.mirantis.docker.kubernetes.KubernetesCluster: