Add missed parts of providing versioning to stable/mitaka

Change-Id: Ife9de7da408f340c5a855be3281e4a8ca55837bc
(cherry picked from commit a631cf57ff)
This commit is contained in:
Dmytro Dovbii 2016-09-26 13:32:33 +03:00
parent 2958e230c1
commit 437183a3c7
6 changed files with 10 additions and 3 deletions

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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