Revert "Add missed parts of providing versioning to stable/mitaka"
This reverts commit 437183a3c7
.
Change-Id: I47926599432708df4186f724f1ce582444b6add4
This commit is contained in:
parent
437183a3c7
commit
aa0b74f906
@ -11,7 +11,6 @@
|
||||
# under the License.
|
||||
|
||||
Format: 1.3
|
||||
Version: 1.0.0
|
||||
Type: Library
|
||||
FullName: com.mirantis.docker.Interfaces
|
||||
Name: Docker Interface Library
|
||||
|
@ -15,7 +15,6 @@ Templates:
|
||||
masterNode:
|
||||
?:
|
||||
type: com.mirantis.docker.kubernetes.KubernetesMasterNode
|
||||
classVersion: 1.0.0
|
||||
instance:
|
||||
?:
|
||||
type: io.murano.resources.LinuxMuranoInstance
|
||||
@ -29,7 +28,6 @@ Templates:
|
||||
minionNode:
|
||||
?:
|
||||
type: com.mirantis.docker.kubernetes.KubernetesMinionNode
|
||||
classVersion: 1.0.0
|
||||
instance:
|
||||
?:
|
||||
type: io.murano.resources.LinuxMuranoInstance
|
||||
@ -45,7 +43,6 @@ Templates:
|
||||
gatewayNode:
|
||||
?:
|
||||
type: com.mirantis.docker.kubernetes.KubernetesGatewayNode
|
||||
classVersion: 1.0.0
|
||||
instance:
|
||||
?:
|
||||
type: io.murano.resources.LinuxMuranoInstance
|
||||
@ -59,7 +56,6 @@ 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: 1.0.0
|
||||
com.mirantis.docker.Interfaces:
|
||||
|
@ -11,7 +11,6 @@
|
||||
# under the License.
|
||||
|
||||
Format: 1.3
|
||||
Version: 1.0.0
|
||||
Type: Library
|
||||
FullName: com.mirantis.docker.kubernetes.static.KubernetesEntities
|
||||
Name: Kubernetes static entities
|
||||
|
@ -15,7 +15,6 @@ 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: 1.0.0
|
||||
com.mirantis.docker.kubernetes.KubernetesCluster: 1.0.0
|
||||
com.mirantis.docker.Interfaces:
|
||||
com.mirantis.docker.kubernetes.KubernetesCluster:
|
||||
|
Loading…
Reference in New Issue
Block a user