Add missed parts of providing versioning to stable/mitaka
Change-Id: Ife9de7da408f340c5a855be3281e4a8ca55837bc
This commit is contained in:
@@ -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)
|
||||
|
Reference in New Issue
Block a user