Update namespaces for k8s applications
Replace io.murano.apps with com.mirantis bp fix-fqn-usage Change-Id: I5bb6129a51beadffe124cd0fb289f41e05cd52c3
This commit is contained in:
parent
8298db5d79
commit
f57eb2fa4c
@ -11,7 +11,7 @@
|
|||||||
# under the License.
|
# under the License.
|
||||||
|
|
||||||
Namespaces:
|
Namespaces:
|
||||||
=: io.murano.apps.docker
|
=: com.mirantis.docker
|
||||||
std: io.murano
|
std: io.murano
|
||||||
|
|
||||||
Name: ApplicationPort
|
Name: ApplicationPort
|
||||||
|
@ -11,7 +11,7 @@
|
|||||||
# under the License.
|
# under the License.
|
||||||
|
|
||||||
Namespaces:
|
Namespaces:
|
||||||
=: io.murano.apps.docker
|
=: com.mirantis.docker
|
||||||
std: io.murano
|
std: io.murano
|
||||||
|
|
||||||
Name: DockerApplication
|
Name: DockerApplication
|
||||||
|
@ -11,7 +11,7 @@
|
|||||||
# under the License.
|
# under the License.
|
||||||
|
|
||||||
Namespaces:
|
Namespaces:
|
||||||
=: io.murano.apps.docker
|
=: com.mirantis.docker
|
||||||
|
|
||||||
Name: DockerContainer
|
Name: DockerContainer
|
||||||
|
|
||||||
|
@ -11,7 +11,7 @@
|
|||||||
# under the License.
|
# under the License.
|
||||||
|
|
||||||
Namespaces:
|
Namespaces:
|
||||||
=: io.murano.apps.docker
|
=: com.mirantis.docker
|
||||||
std: io.murano
|
std: io.murano
|
||||||
|
|
||||||
Name: DockerContainerHost
|
Name: DockerContainerHost
|
||||||
|
@ -11,7 +11,7 @@
|
|||||||
# under the License.
|
# under the License.
|
||||||
|
|
||||||
Namespaces:
|
Namespaces:
|
||||||
=: io.murano.apps.docker
|
=: com.mirantis.docker
|
||||||
|
|
||||||
Name: DockerHelpers
|
Name: DockerHelpers
|
||||||
|
|
||||||
|
@ -11,7 +11,7 @@
|
|||||||
# under the License.
|
# under the License.
|
||||||
|
|
||||||
Namespaces:
|
Namespaces:
|
||||||
=: io.murano.apps.docker
|
=: com.mirantis.docker
|
||||||
|
|
||||||
Name: DockerHostVolume
|
Name: DockerHostVolume
|
||||||
|
|
||||||
|
@ -11,7 +11,7 @@
|
|||||||
# under the License.
|
# under the License.
|
||||||
|
|
||||||
Namespaces:
|
Namespaces:
|
||||||
=: io.murano.apps.docker
|
=: com.mirantis.docker
|
||||||
|
|
||||||
Name: DockerTempVolume
|
Name: DockerTempVolume
|
||||||
|
|
||||||
|
@ -11,7 +11,7 @@
|
|||||||
# under the License.
|
# under the License.
|
||||||
|
|
||||||
Namespaces:
|
Namespaces:
|
||||||
=: io.murano.apps.docker
|
=: com.mirantis.docker
|
||||||
|
|
||||||
Name: DockerVolume
|
Name: DockerVolume
|
||||||
|
|
||||||
|
@ -12,7 +12,7 @@
|
|||||||
|
|
||||||
Format: 1.3
|
Format: 1.3
|
||||||
Type: Library
|
Type: Library
|
||||||
FullName: io.murano.apps.docker.Interfaces
|
FullName: com.mirantis.docker.Interfaces
|
||||||
Name: Docker Interface Library
|
Name: Docker Interface Library
|
||||||
Description: |
|
Description: |
|
||||||
The library provides all necessary interface for Docker
|
The library provides all necessary interface for Docker
|
||||||
@ -21,11 +21,11 @@ Author: 'Mirantis, Inc'
|
|||||||
Tags: [Docker, Kubernetes]
|
Tags: [Docker, Kubernetes]
|
||||||
|
|
||||||
Classes:
|
Classes:
|
||||||
io.murano.apps.docker.DockerApplication: DockerApplication.yaml
|
com.mirantis.docker.DockerApplication: DockerApplication.yaml
|
||||||
io.murano.apps.docker.DockerContainer: DockerContainer.yaml
|
com.mirantis.docker.DockerContainer: DockerContainer.yaml
|
||||||
io.murano.apps.docker.DockerContainerHost: DockerContainerHost.yaml
|
com.mirantis.docker.DockerContainerHost: DockerContainerHost.yaml
|
||||||
io.murano.apps.docker.DockerHelpers: DockerHelpers.yaml
|
com.mirantis.docker.DockerHelpers: DockerHelpers.yaml
|
||||||
io.murano.apps.docker.DockerHostVolume: DockerHostVolume.yaml
|
com.mirantis.docker.DockerHostVolume: DockerHostVolume.yaml
|
||||||
io.murano.apps.docker.DockerTempVolume: DockerTempVolume.yaml
|
com.mirantis.docker.DockerTempVolume: DockerTempVolume.yaml
|
||||||
io.murano.apps.docker.DockerVolume: DockerVolume.yaml
|
com.mirantis.docker.DockerVolume: DockerVolume.yaml
|
||||||
io.murano.apps.docker.ApplicationPort: ApplicationPort.yaml
|
com.mirantis.docker.ApplicationPort: ApplicationPort.yaml
|
||||||
|
@ -11,11 +11,11 @@
|
|||||||
# under the License.
|
# under the License.
|
||||||
|
|
||||||
Namespaces:
|
Namespaces:
|
||||||
=: io.murano.apps.docker.kubernetes
|
=: com.mirantis.docker.kubernetes
|
||||||
std: io.murano
|
std: io.murano
|
||||||
res: io.murano.resources
|
res: io.murano.resources
|
||||||
sys: io.murano.system
|
sys: io.murano.system
|
||||||
docker: io.murano.apps.docker
|
docker: com.mirantis.docker
|
||||||
|
|
||||||
|
|
||||||
Name: KubernetesCluster
|
Name: KubernetesCluster
|
||||||
|
@ -11,7 +11,7 @@
|
|||||||
# under the License.
|
# under the License.
|
||||||
|
|
||||||
Namespaces:
|
Namespaces:
|
||||||
=: io.murano.apps.docker.kubernetes
|
=: com.mirantis.docker.kubernetes
|
||||||
std: io.murano
|
std: io.murano
|
||||||
res: io.murano.resources
|
res: io.murano.resources
|
||||||
sys: io.murano.system
|
sys: io.murano.system
|
||||||
|
@ -11,7 +11,7 @@
|
|||||||
# under the License.
|
# under the License.
|
||||||
|
|
||||||
Namespaces:
|
Namespaces:
|
||||||
=: io.murano.apps.docker.kubernetes
|
=: com.mirantis.docker.kubernetes
|
||||||
std: io.murano
|
std: io.murano
|
||||||
res: io.murano.resources
|
res: io.murano.resources
|
||||||
sys: io.murano.system
|
sys: io.murano.system
|
||||||
|
@ -11,7 +11,7 @@
|
|||||||
# under the License.
|
# under the License.
|
||||||
|
|
||||||
Namespaces:
|
Namespaces:
|
||||||
=: io.murano.apps.docker.kubernetes
|
=: com.mirantis.docker.kubernetes
|
||||||
std: io.murano
|
std: io.murano
|
||||||
res: io.murano.resources
|
res: io.murano.resources
|
||||||
sys: io.murano.system
|
sys: io.murano.system
|
||||||
|
@ -11,7 +11,7 @@
|
|||||||
# under the License.
|
# under the License.
|
||||||
|
|
||||||
Namespaces:
|
Namespaces:
|
||||||
=: io.murano.apps.docker.kubernetes
|
=: com.mirantis.docker.kubernetes
|
||||||
std: io.murano
|
std: io.murano
|
||||||
res: io.murano.resources
|
res: io.murano.resources
|
||||||
sys: io.murano.system
|
sys: io.murano.system
|
||||||
|
@ -14,7 +14,7 @@ Version: 2
|
|||||||
Templates:
|
Templates:
|
||||||
masterNode:
|
masterNode:
|
||||||
?:
|
?:
|
||||||
type: io.murano.apps.docker.kubernetes.KubernetesMasterNode
|
type: com.mirantis.docker.kubernetes.KubernetesMasterNode
|
||||||
instance:
|
instance:
|
||||||
?:
|
?:
|
||||||
type: io.murano.resources.LinuxMuranoInstance
|
type: io.murano.resources.LinuxMuranoInstance
|
||||||
@ -27,7 +27,7 @@ Templates:
|
|||||||
|
|
||||||
minionNode:
|
minionNode:
|
||||||
?:
|
?:
|
||||||
type: io.murano.apps.docker.kubernetes.KubernetesMinionNode
|
type: com.mirantis.docker.kubernetes.KubernetesMinionNode
|
||||||
instance:
|
instance:
|
||||||
?:
|
?:
|
||||||
type: io.murano.resources.LinuxMuranoInstance
|
type: io.murano.resources.LinuxMuranoInstance
|
||||||
@ -42,7 +42,7 @@ Templates:
|
|||||||
|
|
||||||
gatewayNode:
|
gatewayNode:
|
||||||
?:
|
?:
|
||||||
type: io.murano.apps.docker.kubernetes.KubernetesGatewayNode
|
type: com.mirantis.docker.kubernetes.KubernetesGatewayNode
|
||||||
instance:
|
instance:
|
||||||
?:
|
?:
|
||||||
type: io.murano.resources.LinuxMuranoInstance
|
type: io.murano.resources.LinuxMuranoInstance
|
||||||
@ -55,7 +55,7 @@ Templates:
|
|||||||
|
|
||||||
Application:
|
Application:
|
||||||
?:
|
?:
|
||||||
type: io.murano.apps.docker.kubernetes.KubernetesCluster
|
type: com.mirantis.docker.kubernetes.KubernetesCluster
|
||||||
name: $.appConfiguration.name
|
name: $.appConfiguration.name
|
||||||
masterNode: $masterNode
|
masterNode: $masterNode
|
||||||
minionNodes: repeat($minionNode, $.appConfiguration.maxMinionCount)
|
minionNodes: repeat($minionNode, $.appConfiguration.maxMinionCount)
|
||||||
|
@ -12,7 +12,7 @@
|
|||||||
|
|
||||||
Format: 1.3
|
Format: 1.3
|
||||||
Type: Application
|
Type: Application
|
||||||
FullName: io.murano.apps.docker.kubernetes.KubernetesCluster
|
FullName: com.mirantis.docker.kubernetes.KubernetesCluster
|
||||||
Name: Kubernetes Cluster
|
Name: Kubernetes Cluster
|
||||||
Description: |
|
Description: |
|
||||||
Kubernetes is an open source system for managing containerized applications across multiple hosts,
|
Kubernetes is an open source system for managing containerized applications across multiple hosts,
|
||||||
@ -20,10 +20,10 @@ Description: |
|
|||||||
Author: 'Mirantis, Inc'
|
Author: 'Mirantis, Inc'
|
||||||
Tags: [Docker, Kubernetes]
|
Tags: [Docker, Kubernetes]
|
||||||
Classes:
|
Classes:
|
||||||
io.murano.apps.docker.kubernetes.KubernetesCluster: KubernetesCluster.yaml
|
com.mirantis.docker.kubernetes.KubernetesCluster: KubernetesCluster.yaml
|
||||||
io.murano.apps.docker.kubernetes.KubernetesMasterNode: KubernetesMasterNode.yaml
|
com.mirantis.docker.kubernetes.KubernetesMasterNode: KubernetesMasterNode.yaml
|
||||||
io.murano.apps.docker.kubernetes.KubernetesMinionNode: KubernetesMinionNode.yaml
|
com.mirantis.docker.kubernetes.KubernetesMinionNode: KubernetesMinionNode.yaml
|
||||||
io.murano.apps.docker.kubernetes.KubernetesGatewayNode: KubernetesGatewayNode.yaml
|
com.mirantis.docker.kubernetes.KubernetesGatewayNode: KubernetesGatewayNode.yaml
|
||||||
io.murano.apps.docker.kubernetes.KubernetesNode: KubernetesNode.yaml
|
com.mirantis.docker.kubernetes.KubernetesNode: KubernetesNode.yaml
|
||||||
Require:
|
Require:
|
||||||
io.murano.apps.docker.Interfaces:
|
com.mirantis.docker.Interfaces:
|
||||||
|
@ -12,7 +12,7 @@
|
|||||||
|
|
||||||
|
|
||||||
Namespaces:
|
Namespaces:
|
||||||
=: io.murano.apps.docker.kubernetes.static
|
=: com.mirantis.docker.kubernetes.static
|
||||||
std: io.murano
|
std: io.murano
|
||||||
sys: io.murano.system
|
sys: io.murano.system
|
||||||
|
|
||||||
|
@ -11,7 +11,7 @@
|
|||||||
# under the License.
|
# under the License.
|
||||||
|
|
||||||
Namespaces:
|
Namespaces:
|
||||||
=: io.murano.apps.docker.kubernetes.static
|
=: com.mirantis.docker.kubernetes.static
|
||||||
std: io.murano
|
std: io.murano
|
||||||
sys: io.murano.system
|
sys: io.murano.system
|
||||||
|
|
||||||
|
@ -11,7 +11,7 @@
|
|||||||
# under the License.
|
# under the License.
|
||||||
|
|
||||||
Namespaces:
|
Namespaces:
|
||||||
=: io.murano.apps.docker.kubernetes.static
|
=: com.mirantis.docker.kubernetes.static
|
||||||
std: io.murano
|
std: io.murano
|
||||||
sys: io.murano.system
|
sys: io.murano.system
|
||||||
|
|
||||||
|
@ -12,7 +12,7 @@
|
|||||||
|
|
||||||
Format: 1.3
|
Format: 1.3
|
||||||
Type: Library
|
Type: Library
|
||||||
FullName: io.murano.apps.docker.kubernetes.static.KubernetesEntities
|
FullName: com.mirantis.docker.kubernetes.static.KubernetesEntities
|
||||||
Name: Kubernetes static entities
|
Name: Kubernetes static entities
|
||||||
Description: |
|
Description: |
|
||||||
Kubernes Pod - A collection of containers which will be scheduled onto the same node,
|
Kubernes Pod - A collection of containers which will be scheduled onto the same node,
|
||||||
@ -20,8 +20,8 @@ Description: |
|
|||||||
Author: 'Mirantis, Inc'
|
Author: 'Mirantis, Inc'
|
||||||
Tags: [docker, kubernetes, pod]
|
Tags: [docker, kubernetes, pod]
|
||||||
Classes:
|
Classes:
|
||||||
io.murano.apps.docker.kubernetes.static.Pod: Pod.yaml
|
com.mirantis.docker.kubernetes.static.Pod: Pod.yaml
|
||||||
io.murano.apps.docker.kubernetes.static.Service: Service.yaml
|
com.mirantis.docker.kubernetes.static.Service: Service.yaml
|
||||||
io.murano.apps.docker.kubernetes.static.ReplicationController: ReplicationController.yaml
|
com.mirantis.docker.kubernetes.static.ReplicationController: ReplicationController.yaml
|
||||||
Require:
|
Require:
|
||||||
io.murano.apps.docker.kubernetes.KubernetesCluster:
|
com.mirantis.docker.kubernetes.KubernetesCluster:
|
||||||
|
@ -11,8 +11,8 @@
|
|||||||
# under the License.
|
# under the License.
|
||||||
|
|
||||||
Namespaces:
|
Namespaces:
|
||||||
=: io.murano.apps.docker.kubernetes
|
=: com.mirantis.docker.kubernetes
|
||||||
docker: io.murano.apps.docker
|
docker: com.mirantis.docker
|
||||||
std: io.murano
|
std: io.murano
|
||||||
sys: io.murano.system
|
sys: io.murano.system
|
||||||
|
|
||||||
|
@ -14,7 +14,7 @@ Version: 2
|
|||||||
|
|
||||||
Application:
|
Application:
|
||||||
?:
|
?:
|
||||||
type: io.murano.apps.docker.kubernetes.KubernetesPod
|
type: com.mirantis.docker.kubernetes.KubernetesPod
|
||||||
name: $.appConfiguration.name
|
name: $.appConfiguration.name
|
||||||
labels: $.appConfiguration.labels
|
labels: $.appConfiguration.labels
|
||||||
kubernetesCluster: $.appConfiguration.kubernetesCluster
|
kubernetesCluster: $.appConfiguration.kubernetesCluster
|
||||||
@ -53,7 +53,7 @@ Forms:
|
|||||||
Valid label values must be shorter than 64 characters, accepted characters are ([-A-Za-z0-9_.])
|
Valid label values must be shorter than 64 characters, accepted characters are ([-A-Za-z0-9_.])
|
||||||
but the first character must be ([A-Za-z0-9]).
|
but the first character must be ([A-Za-z0-9]).
|
||||||
- name: kubernetesCluster
|
- name: kubernetesCluster
|
||||||
type: io.murano.apps.docker.kubernetes.KubernetesCluster
|
type: com.mirantis.docker.kubernetes.KubernetesCluster
|
||||||
label: Kubernetes cluster
|
label: Kubernetes cluster
|
||||||
description: >-
|
description: >-
|
||||||
Kubernetes service
|
Kubernetes service
|
||||||
|
@ -12,7 +12,7 @@
|
|||||||
|
|
||||||
Format: 1.3
|
Format: 1.3
|
||||||
Type: Application
|
Type: Application
|
||||||
FullName: io.murano.apps.docker.kubernetes.KubernetesPod
|
FullName: com.mirantis.docker.kubernetes.KubernetesPod
|
||||||
Name: Kubernetes Pod
|
Name: Kubernetes Pod
|
||||||
Description: |
|
Description: |
|
||||||
Kubernes Pod - A collection of containers which will be scheduled onto the same node,
|
Kubernes Pod - A collection of containers which will be scheduled onto the same node,
|
||||||
@ -20,7 +20,7 @@ Description: |
|
|||||||
Author: 'Mirantis, Inc'
|
Author: 'Mirantis, Inc'
|
||||||
Tags: [docker, kubernetes, pod]
|
Tags: [docker, kubernetes, pod]
|
||||||
Classes:
|
Classes:
|
||||||
io.murano.apps.docker.kubernetes.KubernetesPod: KubernetesPod.yaml
|
com.mirantis.docker.kubernetes.KubernetesPod: KubernetesPod.yaml
|
||||||
Require:
|
Require:
|
||||||
io.murano.apps.docker.Interfaces:
|
com.mirantis.docker.Interfaces:
|
||||||
io.murano.apps.docker.kubernetes.KubernetesCluster:
|
com.mirantis.docker.kubernetes.KubernetesCluster:
|
||||||
|
@ -171,7 +171,7 @@ deploying both Kubernetes and it's nodes.
|
|||||||
`createService(applicationName, applicationPorts, podId)`
|
`createService(applicationName, applicationPorts, podId)`
|
||||||
* `applicationName` a string holding application's name.
|
* `applicationName` a string holding application's name.
|
||||||
* `applicationPorts` list of instances of
|
* `applicationPorts` list of instances of
|
||||||
`io.murano.apps.docker.ApplicationPort` class.
|
`com.mirantis.docker.ApplicationPort` class.
|
||||||
* `podId` a string holding a name of the pod.
|
* `podId` a string holding a name of the pod.
|
||||||
|
|
||||||
Check each port in applicationPorts and creates or updates it if the port
|
Check each port in applicationPorts and creates or updates it if the port
|
||||||
|
Loading…
Reference in New Issue
Block a user