Add missed parts of providing versioning to stable/mitaka
Change-Id: Ife9de7da408f340c5a855be3281e4a8ca55837bc
This commit is contained in:
parent
d83b8b48c6
commit
a631cf57ff
@ -11,6 +11,7 @@
|
|||||||
# 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
|
||||||
|
@ -15,6 +15,7 @@ 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
|
||||||
@ -28,6 +29,7 @@ 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
|
||||||
@ -43,6 +45,7 @@ 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
|
||||||
@ -56,6 +59,7 @@ 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)
|
||||||
|
@ -28,4 +28,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:
|
com.mirantis.docker.Interfaces: 1.0.0
|
||||||
|
@ -11,6 +11,7 @@
|
|||||||
# 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
|
||||||
|
@ -15,6 +15,7 @@ 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
|
||||||
|
@ -24,5 +24,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:
|
com.mirantis.docker.Interfaces: 1.0.0
|
||||||
com.mirantis.docker.kubernetes.KubernetesCluster:
|
com.mirantis.docker.kubernetes.KubernetesCluster: 1.0.0
|
||||||
|
Loading…
Reference in New Issue
Block a user