Add missed parts of providing versioning to stable/mitaka
Change-Id: Ife9de7da408f340c5a855be3281e4a8ca55837bc
(cherry picked from commit a631cf57ff
)
This commit is contained in:
parent
2958e230c1
commit
437183a3c7
@ -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
|
||||
|
@ -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)
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user