Update namespaces for docker applications

io.murano.apps -> com.mirantis for k8s applications,
io.murano.apps -> com.example for example applications.

bp fix-fqn-usage

Change-Id: I7061b48ebcc5c33b96a14cfabb982d709f8b709d
This commit is contained in:
Tetiana Lashchova 2016-06-16 20:51:58 +03:00
parent f57eb2fa4c
commit 492ec6e097
64 changed files with 240 additions and 218 deletions

View File

@ -11,12 +11,13 @@
# under the License. # under the License.
Namespaces: Namespaces:
=: io.murano.apps.docker =: com.example.docker
std: io.murano std: io.murano
interfaces: com.mirantis.docker
Name: DockerCrate Name: DockerCrate
Extends: DockerApplication Extends: interfaces:DockerApplication
Properties: Properties:
name: name:

View File

@ -14,7 +14,7 @@ Version: 2
Application: Application:
?: ?:
type: io.murano.apps.docker.DockerCrate type: com.example.docker.DockerCrate
name: $.appConfiguration.name name: $.appConfiguration.name
host: $.appConfiguration.host host: $.appConfiguration.host
publish: $.appConfiguration.publish publish: $.appConfiguration.publish
@ -37,8 +37,8 @@ Forms:
underline are allowed underline are allowed
- name: host - name: host
type: type:
- io.murano.apps.docker.kubernetes.KubernetesPod - com.mirantis.docker.kubernetes.KubernetesPod
- io.murano.apps.docker.DockerStandaloneHost - com.example.docker.DockerStandaloneHost
label: Container Host label: Container Host
description: >- description: >-
Select an instance of Docker contaniner hosting provider to run the app Select an instance of Docker contaniner hosting provider to run the app

View File

@ -12,16 +12,16 @@
Format: 1.3 Format: 1.3
Type: Application Type: Application
FullName: io.murano.apps.docker.DockerCrate FullName: com.example.docker.DockerCrate
Name: Docker Crate Name: Docker Crate
Description: | Description: |
Crate is an Elastic SQL Data Store. Distributed by design, Crate makes centralized database servers obsolete. Realtime non-blocking SQL engine with full blown search. Highly available, massively scalable yet simple to use. Crate is an Elastic SQL Data Store. Distributed by design, Crate makes centralized database servers obsolete. Realtime non-blocking SQL engine with full blown search. Highly available, massively scalable yet simple to use.
Author: 'Mirantis, Inc' Author: 'Mirantis, Inc'
Tags: [docker, application, crate] Tags: [docker, application, crate]
Classes: Classes:
io.murano.apps.docker.DockerCrate: DockerCrate.yaml com.example.docker.DockerCrate: DockerCrate.yaml
Require: Require:
io.murano.apps.docker.DockerStandaloneHost: com.example.docker.DockerStandaloneHost:
io.murano.apps.docker.kubernetes.KubernetesPod: com.mirantis.docker.kubernetes.KubernetesPod:
io.murano.apps.docker.Interfaces: com.mirantis.docker.Interfaces:

View File

@ -11,12 +11,13 @@
# under the License. # under the License.
Namespaces: Namespaces:
=: io.murano.apps.docker =: com.example.docker
std: io.murano std: io.murano
interfaces: com.mirantis.docker
Name: DockerApp Name: DockerApp
Extends: DockerApplication Extends: interfaces:DockerApplication
Properties: Properties:
name: name:

View File

@ -14,7 +14,7 @@ Version: 2
Application: Application:
?: ?:
type: io.murano.apps.docker.DockerApp type: com.example.docker.DockerApp
name: $.appConfiguration.name name: $.appConfiguration.name
host: $.appConfiguration.host host: $.appConfiguration.host
publish: $.appConfiguration.publish publish: $.appConfiguration.publish
@ -39,8 +39,8 @@ Forms:
underline are allowed underline are allowed
- name: host - name: host
type: type:
- io.murano.apps.docker.kubernetes.KubernetesPod - com.mirantis.docker.kubernetes.KubernetesPod
- io.murano.apps.docker.DockerStandaloneHost - com.example.docker.DockerStandaloneHost
label: Container Host label: Container Host
description: >- description: >-
Select an instance of Docker container hosting provider to run the app Select an instance of Docker container hosting provider to run the app

View File

@ -12,7 +12,7 @@
Format: 1.3 Format: 1.3
Type: Application Type: Application
FullName: io.murano.apps.docker.DockerApp FullName: com.example.docker.DockerApp
Name: Docker Container Name: Docker Container
Description: | Description: |
The application provides ability to create Docker container to deploy one of The application provides ability to create Docker container to deploy one of
@ -22,8 +22,8 @@ Description: |
Author: 'Mirantis, Inc' Author: 'Mirantis, Inc'
Tags: [docker, application] Tags: [docker, application]
Classes: Classes:
io.murano.apps.docker.DockerApp: DockerApp.yaml com.example.docker.DockerApp: DockerApp.yaml
Require: Require:
io.murano.apps.docker.DockerStandaloneHost: com.example.docker.DockerStandaloneHost:
io.murano.apps.docker.kubernetes.KubernetesPod: com.mirantis.docker.kubernetes.KubernetesPod:
io.murano.apps.docker.Interfaces: com.mirantis.docker.Interfaces:

View File

@ -11,12 +11,13 @@
# under the License. # under the License.
Namespaces: Namespaces:
=: io.murano.apps.docker =: com.example.docker
std: io.murano std: io.murano
interfaces: com.mirantis.docker
Name: DockerElasticsearch Name: DockerElasticsearch
Extends: DockerApplication Extends: interfaces:DockerApplication
Properties: Properties:
name: name:

View File

@ -14,7 +14,7 @@ Version: 2
Application: Application:
?: ?:
type: io.murano.apps.docker.DockerElasticsearch type: com.example.docker.DockerElasticsearch
name: $.appConfiguration.name name: $.appConfiguration.name
username: $.appConfiguration.username username: $.appConfiguration.username
password: $.appConfiguration.password password: $.appConfiguration.password
@ -50,8 +50,8 @@ Forms:
User password that will be configured for Elasticsearch access User password that will be configured for Elasticsearch access
- name: host - name: host
type: type:
- io.murano.apps.docker.kubernetes.KubernetesPod - com.mirantis.docker.kubernetes.KubernetesPod
- io.murano.apps.docker.DockerStandaloneHost - com.example.docker.DockerStandaloneHost
label: Container Host label: Container Host
description: >- description: >-
Select an instance of Docker container hosting provider to run the app Select an instance of Docker container hosting provider to run the app

View File

@ -12,15 +12,15 @@
Format: 1.3 Format: 1.3
Type: Application Type: Application
FullName: io.murano.apps.docker.DockerElasticsearch FullName: com.example.docker.DockerElasticsearch
Name: Docker Elasticsearch Name: Docker Elasticsearch
Description: | Description: |
Elasticsearch is a search server based on Lucene. It provides a distributed, multitenant-capable full-text search engine with a RESTful web interface and schema-free JSON documents. Elasticsearch is a search server based on Lucene. It provides a distributed, multitenant-capable full-text search engine with a RESTful web interface and schema-free JSON documents.
Author: 'Mirantis, Inc' Author: 'Mirantis, Inc'
Tags: [docker, application, Elasticsearch] Tags: [docker, application, Elasticsearch]
Classes: Classes:
io.murano.apps.docker.DockerElasticsearch: DockerElasticsearch.yaml com.example.docker.DockerElasticsearch: DockerElasticsearch.yaml
Require: Require:
io.murano.apps.docker.DockerStandaloneHost: com.example.docker.DockerStandaloneHost:
io.murano.apps.docker.kubernetes.KubernetesPod: com.mirantis.docker.kubernetes.KubernetesPod:
io.murano.apps.docker.Interfaces: com.mirantis.docker.Interfaces:

View File

@ -11,12 +11,13 @@
# under the License. # under the License.
Namespaces: Namespaces:
=: io.murano.apps.docker =: com.example.docker
std: io.murano std: io.murano
interfaces: com.mirantis.docker
Name: DockerGlassFish Name: DockerGlassFish
Extends: DockerApplication Extends: interfaces:DockerApplication
Properties: Properties:
name: name:

View File

@ -14,7 +14,7 @@ Version: 2
Application: Application:
?: ?:
type: io.murano.apps.docker.DockerGlassFish type: com.example.docker.DockerGlassFish
name: $.appConfiguration.name name: $.appConfiguration.name
host: $.appConfiguration.host host: $.appConfiguration.host
publish: $.appConfiguration.publish publish: $.appConfiguration.publish
@ -43,8 +43,8 @@ Forms:
description: Password for admin user in GlassFish description: Password for admin user in GlassFish
- name: host - name: host
type: type:
- io.murano.apps.docker.kubernetes.KubernetesPod - com.mirantis.docker.kubernetes.KubernetesPod
- io.murano.apps.docker.DockerStandaloneHost - com.example.docker.DockerStandaloneHost
label: Container Host label: Container Host
description: >- description: >-
Select an instance of Docker contaniner hosting provider to run the app Select an instance of Docker contaniner hosting provider to run the app

View File

@ -12,15 +12,15 @@
Format: 1.3 Format: 1.3
Type: Application Type: Application
FullName: io.murano.apps.docker.DockerGlassFish FullName: com.example.docker.DockerGlassFish
Name: Docker GlassFish Name: Docker GlassFish
Description: | Description: |
Oracle GlassFish Server is the world's first implementation of the Java Platform, Enterprise Edition (Java EE) 6 specification. Built using the GlassFish Server Open Source Edition, Oracle GlassFish Server delivers a flexible, lightweight, and production-ready Java EE 6 application server. Oracle GlassFish Server is the world's first implementation of the Java Platform, Enterprise Edition (Java EE) 6 specification. Built using the GlassFish Server Open Source Edition, Oracle GlassFish Server delivers a flexible, lightweight, and production-ready Java EE 6 application server.
Author: 'Mirantis, Inc' Author: 'Mirantis, Inc'
Tags: [docker, application, GlassFish] Tags: [docker, application, GlassFish]
Classes: Classes:
io.murano.apps.docker.DockerGlassFish: DockerGlassFish.yaml com.example.docker.DockerGlassFish: DockerGlassFish.yaml
Require: Require:
io.murano.apps.docker.DockerStandaloneHost: com.example.docker.DockerStandaloneHost:
io.murano.apps.docker.kubernetes.KubernetesPod: com.mirantis.docker.kubernetes.KubernetesPod:
io.murano.apps.docker.Interfaces: com.mirantis.docker.Interfaces:

View File

@ -11,12 +11,13 @@
# under the License. # under the License.
Namespaces: Namespaces:
=: io.murano.apps.docker =: com.example.docker
std: io.murano std: io.murano
interfaces: com.mirantis.docker
Name: DockerGrafana Name: DockerGrafana
Extends: DockerApplication Extends: interfaces:DockerApplication
Properties: Properties:

View File

@ -14,7 +14,7 @@ Version: 2
Application: Application:
?: ?:
type: io.murano.apps.docker.DockerGrafana type: com.example.docker.DockerGrafana
name: $.appConfiguration.name name: $.appConfiguration.name
host: $.appConfiguration.host host: $.appConfiguration.host
publish: $.appConfiguration.publish publish: $.appConfiguration.publish
@ -42,8 +42,8 @@ Forms:
underline are allowed underline are allowed
- name: host - name: host
type: type:
- io.murano.apps.docker.kubernetes.KubernetesPod - com.mirantis.docker.kubernetes.KubernetesPod
- io.murano.apps.docker.DockerStandaloneHost - com.example.docker.DockerStandaloneHost
label: Container Host label: Container Host
description: >- description: >-
Select an instance of Docker contaniner hosting provider to run the app Select an instance of Docker contaniner hosting provider to run the app
@ -58,7 +58,7 @@ Forms:
- grafanaConfig: - grafanaConfig:
fields: fields:
- name: influxDB - name: influxDB
type: io.murano.apps.docker.DockerInfluxDB type: com.example.docker.DockerInfluxDB
label: InfluxDB instance label: InfluxDB instance
required: true required: true
description: >- description: >-

View File

@ -12,16 +12,16 @@
Format: 1.3 Format: 1.3
Type: Application Type: Application
FullName: io.murano.apps.docker.DockerGrafana FullName: com.example.docker.DockerGrafana
Name: Docker Grafana Name: Docker Grafana
Description: | Description: |
Grafana is a frontend for Graphite, InfluxDB and OpenTSDB with powerfull visualization features for time series data. You will need either a Graphite, InfluxDB or OpenTSDB server for Grafana to be of any use. Grafana is a frontend for Graphite, InfluxDB and OpenTSDB with powerfull visualization features for time series data. You will need either a Graphite, InfluxDB or OpenTSDB server for Grafana to be of any use.
Author: 'Mirantis, Inc' Author: 'Mirantis, Inc'
Tags: [docker, application, Grafana] Tags: [docker, application, Grafana]
Classes: Classes:
io.murano.apps.docker.DockerGrafana: DockerGrafana.yaml com.example.docker.DockerGrafana: DockerGrafana.yaml
Require: Require:
io.murano.apps.docker.DockerStandaloneHost: com.example.docker.DockerStandaloneHost:
io.murano.apps.docker.kubernetes.KubernetesPod: com.mirantis.docker.kubernetes.KubernetesPod:
io.murano.apps.docker.DockerInfluxDB: com.example.docker.DockerInfluxDB:
io.murano.apps.docker.Interfaces: com.mirantis.docker.Interfaces:

View File

@ -11,12 +11,13 @@
# under the License. # under the License.
Namespaces: Namespaces:
=: io.murano.apps.docker =: com.example.docker
std: io.murano std: io.murano
interfaces: com.mirantis.docker
Name: DockerGuestBook Name: DockerGuestBook
Extends: DockerApplication Extends: interfaces:DockerApplication
Properties: Properties:
name: name:
@ -30,7 +31,7 @@ Properties:
Contract: $.class(DockerRedis).notNull() Contract: $.class(DockerRedis).notNull()
redisSlaveHost: redisSlaveHost:
Contract: $.class(DockerContainerHost).notNull() Contract: $.class(interfaces:DockerContainerHost).notNull()
redisSlave: redisSlave:
Contract: $.class(DockerRedisSlave) Contract: $.class(DockerRedisSlave)

View File

@ -11,12 +11,13 @@
# under the License. # under the License.
Namespaces: Namespaces:
=: io.murano.apps.docker =: com.example.docker
std: io.murano std: io.murano
interfaces: com.mirantis.docker
Name: DockerRedisSlave Name: DockerRedisSlave
Extends: DockerApplication Extends: interfaces:DockerApplication
Properties: Properties:
name: name:

View File

@ -14,7 +14,7 @@ Version: 2
Templates: Templates:
guestBookHost: guestBookHost:
?: ?:
type: io.murano.apps.docker.kubernetes.KubernetesPod type: com.mirantis.docker.kubernetes.KubernetesPod
name: frontend name: frontend
labels: 'name=frontend,app=frontend,uses=redis-slave-or-redis-master' labels: 'name=frontend,app=frontend,uses=redis-slave-or-redis-master'
kubernetesCluster: $.appConfiguration.kubernetesCluster kubernetesCluster: $.appConfiguration.kubernetesCluster
@ -22,7 +22,7 @@ Templates:
redisSlaveHost: redisSlaveHost:
?: ?:
type: io.murano.apps.docker.kubernetes.KubernetesPod type: com.mirantis.docker.kubernetes.KubernetesPod
name: 'redis-slave' name: 'redis-slave'
labels: 'name=redis-slave,app=redis,uses=redis-master' labels: 'name=redis-slave,app=redis,uses=redis-master'
kubernetesCluster: $.appConfiguration.kubernetesCluster kubernetesCluster: $.appConfiguration.kubernetesCluster
@ -30,11 +30,11 @@ Templates:
redisMaster: redisMaster:
?: ?:
type: io.murano.apps.docker.DockerRedis type: com.example.docker.DockerRedis
name: RedisMaster name: RedisMaster
host: host:
?: ?:
type: io.murano.apps.docker.kubernetes.KubernetesPod type: com.mirantis.docker.kubernetes.KubernetesPod
name: 'redis-master' name: 'redis-master'
labels: 'name=redis-master,app=redis' labels: 'name=redis-master,app=redis'
kubernetesCluster: $.appConfiguration.kubernetesCluster kubernetesCluster: $.appConfiguration.kubernetesCluster
@ -44,7 +44,7 @@ Templates:
Application: Application:
?: ?:
type: io.murano.apps.docker.DockerGuestBook type: com.example.docker.DockerGuestBook
name: $.appConfiguration.name name: $.appConfiguration.name
host: $guestBookHost host: $guestBookHost
redisMaster: $redisMaster redisMaster: $redisMaster
@ -69,7 +69,7 @@ Forms:
Enter a desired name for the application. Just A-Z, a-z, 0-9, dash and Enter a desired name for the application. Just A-Z, a-z, 0-9, dash and
underline are allowed underline are allowed
- name: kubernetesCluster - name: kubernetesCluster
type: io.murano.apps.docker.kubernetes.KubernetesCluster type: com.mirantis.docker.kubernetes.KubernetesCluster
label: Kubernetes cluster label: Kubernetes cluster
required: true required: true
description: >- description: >-

View File

@ -12,7 +12,7 @@
Format: 1.3 Format: 1.3
Type: Application Type: Application
FullName: io.murano.apps.docker.GuestBook FullName: com.example.docker.GuestBook
Name: Docker GuestBook Name: Docker GuestBook
Description: | Description: |
Simple demo application using Kubernetes Cluster for deployment Simple demo application using Kubernetes Cluster for deployment
@ -20,10 +20,10 @@ Author: 'Mirantis, Inc'
Tags: [Docker, Kubernetes, guestbook] Tags: [Docker, Kubernetes, guestbook]
Classes: Classes:
io.murano.apps.docker.DockerRedisSlave: RedisSlave.yaml com.example.docker.DockerRedisSlave: RedisSlave.yaml
io.murano.apps.docker.DockerGuestBook: GuestBook.yaml com.example.docker.DockerGuestBook: GuestBook.yaml
Require: Require:
io.murano.apps.docker.DockerRedis: com.example.docker.DockerRedis:
io.murano.apps.docker.kubernetes.KubernetesPod: com.mirantis.docker.kubernetes.KubernetesPod:
io.murano.apps.docker.kubernetes.KubernetesCluster: com.mirantis.docker.kubernetes.KubernetesCluster:
io.murano.apps.docker.Interfaces: com.mirantis.docker.Interfaces:

View File

@ -11,12 +11,13 @@
# under the License. # under the License.
Namespaces: Namespaces:
=: io.murano.apps.docker =: com.example.docker
std: io.murano std: io.murano
interfaces: com.mirantis.docker
Name: DockerHTTPd Name: DockerHTTPd
Extends: DockerApplication Extends: interfaces:DockerApplication
Properties: Properties:
name: name:

View File

@ -14,7 +14,7 @@ Version: 2
Application: Application:
?: ?:
type: io.murano.apps.docker.DockerHTTPd type: com.example.docker.DockerHTTPd
name: $.appConfiguration.name name: $.appConfiguration.name
host: $.appConfiguration.host host: $.appConfiguration.host
publish: $.appConfiguration.publish publish: $.appConfiguration.publish
@ -37,8 +37,8 @@ Forms:
underline are allowed underline are allowed
- name: host - name: host
type: type:
- io.murano.apps.docker.kubernetes.KubernetesPod - com.mirantis.docker.kubernetes.KubernetesPod
- io.murano.apps.docker.DockerStandaloneHost - com.example.docker.DockerStandaloneHost
label: Container Host label: Container Host
description: >- description: >-
Select an instance of Docker contaniner hosting provider to run the app Select an instance of Docker contaniner hosting provider to run the app

View File

@ -12,15 +12,15 @@
Format: 1.3 Format: 1.3
Type: Application Type: Application
FullName: io.murano.apps.docker.DockerHTTPd FullName: com.example.docker.DockerHTTPd
Name: Docker HTTPd Name: Docker HTTPd
Description: | Description: |
The Apache HTTP Server, colloquially called Apache, is a Web server application notable for playing a key role in the initial growth of the World Wide Web. The Apache HTTP Server, colloquially called Apache, is a Web server application notable for playing a key role in the initial growth of the World Wide Web.
Author: 'Mirantis, Inc' Author: 'Mirantis, Inc'
Tags: [docker, application, httpd] Tags: [docker, application, httpd]
Classes: Classes:
io.murano.apps.docker.DockerHTTPd: DockerHTTPd.yaml com.example.docker.DockerHTTPd: DockerHTTPd.yaml
Require: Require:
io.murano.apps.docker.DockerStandaloneHost: com.example.docker.DockerStandaloneHost:
io.murano.apps.docker.kubernetes.KubernetesPod: com.mirantis.docker.kubernetes.KubernetesPod:
io.murano.apps.docker.Interfaces: com.mirantis.docker.Interfaces:

View File

@ -11,12 +11,13 @@
# under the License. # under the License.
Namespaces: Namespaces:
=: io.murano.apps.docker =: com.example.docker
std: io.murano std: io.murano
interfaces: com.mirantis.docker
Name: DockerHTTPdSite Name: DockerHTTPdSite
Extends: DockerApplication Extends: interfaces:DockerApplication
Properties: Properties:
name: name:

View File

@ -14,7 +14,7 @@ Version: 2
Application: Application:
?: ?:
type: io.murano.apps.docker.DockerHTTPdSite type: com.example.docker.DockerHTTPdSite
name: $.appConfiguration.name name: $.appConfiguration.name
host: $.appConfiguration.host host: $.appConfiguration.host
publish: $.appConfiguration.publish publish: $.appConfiguration.publish
@ -43,8 +43,8 @@ Forms:
description: Enter an URL to git repository with site content description: Enter an URL to git repository with site content
- name: host - name: host
type: type:
- io.murano.apps.docker.kubernetes.KubernetesPod - com.mirantis.docker.kubernetes.KubernetesPod
- io.murano.apps.docker.DockerStandaloneHost - com.example.docker.DockerStandaloneHost
label: Container Host label: Container Host
description: >- description: >-
Select an instance of Docker contaniner hosting provider to run the app Select an instance of Docker contaniner hosting provider to run the app

View File

@ -12,15 +12,15 @@
Format: 1.3 Format: 1.3
Type: Application Type: Application
FullName: io.murano.apps.docker.DockerHTTPdSite FullName: com.example.docker.DockerHTTPdSite
Name: Docker HTTPd Site Name: Docker HTTPd Site
Description: | Description: |
Deploys a site from a git URL using Apache HTTPd as the web server. Deploys a site from a git URL using Apache HTTPd as the web server.
Author: 'Mirantis, Inc' Author: 'Mirantis, Inc'
Tags: [docker, application, httpd] Tags: [docker, application, httpd]
Classes: Classes:
io.murano.apps.docker.DockerHTTPdSite: DockerHTTPdSite.yaml com.example.docker.DockerHTTPdSite: DockerHTTPdSite.yaml
Require: Require:
io.murano.apps.docker.DockerStandaloneHost: com.example.docker.DockerStandaloneHost:
io.murano.apps.docker.kubernetes.KubernetesPod: com.mirantis.docker.kubernetes.KubernetesPod:
io.murano.apps.docker.Interfaces: com.mirantis.docker.Interfaces:

View File

@ -11,12 +11,13 @@
# under the License. # under the License.
Namespaces: Namespaces:
=: io.murano.apps.docker =: com.example.docker
std: io.murano std: io.murano
interfaces: com.mirantis.docker
Name: DockerInfluxDB Name: DockerInfluxDB
Extends: DockerApplication Extends: interfaces:DockerApplication
Properties: Properties:
name: name:

View File

@ -14,7 +14,7 @@ Version: 2
Application: Application:
?: ?:
type: io.murano.apps.docker.DockerInfluxDB type: com.example.docker.DockerInfluxDB
name: $.appConfiguration.name name: $.appConfiguration.name
host: $.appConfiguration.host host: $.appConfiguration.host
publish: $.appConfiguration.publish publish: $.appConfiguration.publish
@ -38,8 +38,8 @@ Forms:
underline are allowed underline are allowed
- name: host - name: host
type: type:
- io.murano.apps.docker.kubernetes.KubernetesPod - com.mirantis.docker.kubernetes.KubernetesPod
- io.murano.apps.docker.DockerStandaloneHost - com.example.docker.DockerStandaloneHost
label: Container Host label: Container Host
description: >- description: >-
Select an instance of Docker contaniner hosting provider to run the app Select an instance of Docker contaniner hosting provider to run the app

View File

@ -12,15 +12,15 @@
Format: 1.3 Format: 1.3
Type: Application Type: Application
FullName: io.murano.apps.docker.DockerInfluxDB FullName: com.example.docker.DockerInfluxDB
Name: Docker InfluxDB Name: Docker InfluxDB
Description: | Description: |
InfluxDB is a time series, events, and metrics database. Its written in Go and has no external dependencies. That means once you install it theres nothing else to manage (like Redis, HBase, or whatever). InfluxDB is a time series, events, and metrics database. Its written in Go and has no external dependencies. That means once you install it theres nothing else to manage (like Redis, HBase, or whatever).
Author: 'Mirantis, Inc' Author: 'Mirantis, Inc'
Tags: [docker, application, InfluxDB] Tags: [docker, application, InfluxDB]
Classes: Classes:
io.murano.apps.docker.DockerInfluxDB: DockerInfluxDB.yaml com.example.docker.DockerInfluxDB: DockerInfluxDB.yaml
Require: Require:
io.murano.apps.docker.DockerStandaloneHost: com.example.docker.DockerStandaloneHost:
io.murano.apps.docker.kubernetes.KubernetesPod: com.mirantis.docker.kubernetes.KubernetesPod:
io.murano.apps.docker.Interfaces: com.mirantis.docker.Interfaces:

View File

@ -11,12 +11,13 @@
# under the License. # under the License.
Namespaces: Namespaces:
=: io.murano.apps.docker =: com.example.docker
std: io.murano std: io.murano
interfaces: com.mirantis.docker
Name: DockerJBoss Name: DockerJBoss
Extends: DockerApplication Extends: interfaces:DockerApplication
Properties: Properties:
name: name:

View File

@ -14,7 +14,7 @@ Version: 2
Application: Application:
?: ?:
type: io.murano.apps.docker.DockerJBoss type: com.example.docker.DockerJBoss
name: $.appConfiguration.name name: $.appConfiguration.name
host: $.appConfiguration.host host: $.appConfiguration.host
publish: $.appConfiguration.publish publish: $.appConfiguration.publish
@ -42,8 +42,8 @@ Forms:
description: Password for admin user in JBoss description: Password for admin user in JBoss
- name: host - name: host
type: type:
- io.murano.apps.docker.kubernetes.KubernetesPod - com.mirantis.docker.kubernetes.KubernetesPod
- io.murano.apps.docker.DockerStandaloneHost - com.example.docker.DockerStandaloneHost
label: Container Host label: Container Host
description: >- description: >-
Select an instance of Docker container hosting provider to run the app Select an instance of Docker container hosting provider to run the app

View File

@ -12,15 +12,15 @@
Format: 1.3 Format: 1.3
Type: Application Type: Application
FullName: io.murano.apps.docker.DockerJBoss FullName: com.example.docker.DockerJBoss
Name: Docker JBoss Name: Docker JBoss
Description: | Description: |
JBoss applications server is a J2EE platform for developing and deploying enterprise Java applications, Web applications and services, and portals. JBoss applications server is a J2EE platform for developing and deploying enterprise Java applications, Web applications and services, and portals.
Author: 'Mirantis, Inc' Author: 'Mirantis, Inc'
Tags: [docker, application, JBoss] Tags: [docker, application, JBoss]
Classes: Classes:
io.murano.apps.docker.DockerJBoss: DockerJBoss.yaml com.example.docker.DockerJBoss: DockerJBoss.yaml
Require: Require:
io.murano.apps.docker.DockerStandaloneHost: com.example.docker.DockerStandaloneHost:
io.murano.apps.docker.kubernetes.KubernetesPod: com.mirantis.docker.kubernetes.KubernetesPod:
io.murano.apps.docker.Interfaces: com.mirantis.docker.Interfaces:

View File

@ -11,12 +11,13 @@
# under the License. # under the License.
Namespaces: Namespaces:
=: io.murano.apps.docker =: com.example.docker
std: io.murano std: io.murano
interfaces: com.mirantis.docker
Name: DockerJenkins Name: DockerJenkins
Extends: DockerApplication Extends: interfaces:DockerApplication
Properties: Properties:
name: name:

View File

@ -14,7 +14,7 @@ Version: 2
Application: Application:
?: ?:
type: io.murano.apps.docker.DockerJenkins type: com.example.docker.DockerJenkins
name: $.appConfiguration.name name: $.appConfiguration.name
host: $.appConfiguration.host host: $.appConfiguration.host
publish: $.appConfiguration.publish publish: $.appConfiguration.publish
@ -37,8 +37,8 @@ Forms:
underline are allowed underline are allowed
- name: host - name: host
type: type:
- io.murano.apps.docker.kubernetes.KubernetesPod - com.mirantis.docker.kubernetes.KubernetesPod
- io.murano.apps.docker.DockerStandaloneHost - com.example.docker.DockerStandaloneHost
label: Container Host label: Container Host
description: >- description: >-
Select an instance of Docker contaniner hosting provider to run the app Select an instance of Docker contaniner hosting provider to run the app

View File

@ -12,15 +12,15 @@
Format: 1.3 Format: 1.3
Type: Application Type: Application
FullName: io.murano.apps.docker.DockerJenkins FullName: com.example.apps.docker.DockerJenkins
Name: Docker Jenkins Name: Docker Jenkins
Description: | Description: |
Jenkins is an award-winning application that monitors executions of repeated jobs, such as building a software project or jobs run by cron. Jenkins is an award-winning application that monitors executions of repeated jobs, such as building a software project or jobs run by cron.
Author: 'Mirantis, Inc' Author: 'Mirantis, Inc'
Tags: [docker, application, Jenkins] Tags: [docker, application, Jenkins]
Classes: Classes:
io.murano.apps.docker.DockerJenkins: DockerJenkins.yaml com.example.docker.DockerJenkins: DockerJenkins.yaml
Require: Require:
io.murano.apps.docker.DockerStandaloneHost: com.example.docker.DockerStandaloneHost:
io.murano.apps.docker.kubernetes.KubernetesPod: com.mirantis.docker.kubernetes.KubernetesPod:
io.murano.apps.docker.Interfaces: com.mirantis.docker.Interfaces:

View File

@ -11,12 +11,13 @@
# under the License. # under the License.
Namespaces: Namespaces:
=: io.murano.apps.docker =: com.example.docker
std: io.murano std: io.murano
interfaces: com.mirantis.docker
Name: DockerMariaDB Name: DockerMariaDB
Extends: DockerApplication Extends: interfaces:DockerApplication
Properties: Properties:
name: name:

View File

@ -14,7 +14,7 @@ Version: 2
Application: Application:
?: ?:
type: io.murano.apps.docker.DockerMariaDB type: com.example.docker.DockerMariaDB
name: $.appConfiguration.name name: $.appConfiguration.name
host: $.appConfiguration.host host: $.appConfiguration.host
publish: $.appConfiguration.publish publish: $.appConfiguration.publish
@ -38,8 +38,8 @@ Forms:
underline are allowed underline are allowed
- name: host - name: host
type: type:
- io.murano.apps.docker.kubernetes.KubernetesPod - com.mirantis.docker.kubernetes.KubernetesPod
- io.murano.apps.docker.DockerStandaloneHost - com.example.docker.DockerStandaloneHost
label: Container Host label: Container Host
description: >- description: >-
Select an instance of Docker contaniner hosting provider to run the app Select an instance of Docker contaniner hosting provider to run the app

View File

@ -12,7 +12,7 @@
Format: 1.3 Format: 1.3
Type: Application Type: Application
FullName: io.murano.apps.docker.DockerMariaDB FullName: com.example.docker.DockerMariaDB
Name: Docker MariaDB Name: Docker MariaDB
Description: | Description: |
MariaDB strives to be the logical choice for database professionals looking for a robust, scalable, and reliable MariaDB strives to be the logical choice for database professionals looking for a robust, scalable, and reliable
@ -22,8 +22,8 @@ Description: |
Author: 'Mirantis, Inc' Author: 'Mirantis, Inc'
Tags: [docker, application, MariaDB] Tags: [docker, application, MariaDB]
Classes: Classes:
io.murano.apps.docker.DockerMariaDB: DockerMariaDB.yaml com.example.docker.DockerMariaDB: DockerMariaDB.yaml
Require: Require:
io.murano.apps.docker.DockerStandaloneHost: com.example.docker.DockerStandaloneHost:
io.murano.apps.docker.kubernetes.KubernetesPod: com.mirantis.docker.kubernetes.KubernetesPod:
io.murano.apps.docker.Interfaces: com.mirantis.docker.Interfaces:

View File

@ -11,12 +11,13 @@
# under the License. # under the License.
Namespaces: Namespaces:
=: io.murano.apps.docker =: com.example.docker
std: io.murano std: io.murano
interfaces: com.mirantis.docker
Name: DockerMongoDB Name: DockerMongoDB
Extends: DockerApplication Extends: interfaces:DockerApplication
Properties: Properties:
name: name:

View File

@ -14,7 +14,7 @@ Version: 2
Application: Application:
?: ?:
type: io.murano.apps.docker.DockerMongoDB type: com.example.docker.DockerMongoDB
name: $.appConfiguration.name name: $.appConfiguration.name
host: $.appConfiguration.host host: $.appConfiguration.host
publish: $.appConfiguration.publish publish: $.appConfiguration.publish
@ -36,8 +36,8 @@ Forms:
underline are allowed underline are allowed
- name: host - name: host
type: type:
- io.murano.apps.docker.kubernetes.KubernetesPod - com.mirantis.docker.kubernetes.KubernetesPod
- io.murano.apps.docker.DockerStandaloneHost - com.example.docker.DockerStandaloneHost
label: Container Host label: Container Host
description: >- description: >-
Select an instance of Docker contaniner hosting provider to run the app Select an instance of Docker contaniner hosting provider to run the app

View File

@ -12,15 +12,15 @@
Format: 1.3 Format: 1.3
Type: Application Type: Application
FullName: io.murano.apps.docker.DockerMongoDB FullName: com.example.docker.DockerMongoDB
Name: Docker MongoDB Name: Docker MongoDB
Description: | Description: |
MongoDB (from “humongous”) is a cross-platform document-oriented database. Classified as a NoSQL database, MongoDB eschews the traditional table-based relational database structure in favor of JSON-like documents with dynamic schemas. MongoDB (from “humongous”) is a cross-platform document-oriented database. Classified as a NoSQL database, MongoDB eschews the traditional table-based relational database structure in favor of JSON-like documents with dynamic schemas.
Author: 'Mirantis, Inc' Author: 'Mirantis, Inc'
Tags: [Docker, MongoDB] Tags: [Docker, MongoDB]
Classes: Classes:
io.murano.apps.docker.DockerMongoDB: DockerMongoDB.yaml com.example.docker.DockerMongoDB: DockerMongoDB.yaml
Require: Require:
io.murano.apps.docker.DockerStandaloneHost: com.example.docker.DockerStandaloneHost:
io.murano.apps.docker.kubernetes.KubernetesPod: com.mirantis.docker.kubernetes.KubernetesPod:
io.murano.apps.docker.Interfaces: com.mirantis.docker.Interfaces:

View File

@ -11,12 +11,13 @@
# under the License. # under the License.
Namespaces: Namespaces:
=: io.murano.apps.docker =: com.example.docker
std: io.murano std: io.murano
interfaces: com.mirantis.docker
Name: DockerMySQL Name: DockerMySQL
Extends: DockerApplication Extends: interfaces:DockerApplication
Properties: Properties:
name: name:

View File

@ -14,7 +14,7 @@ Version: 2
Application: Application:
?: ?:
type: io.murano.apps.docker.DockerMySQL type: com.example.docker.DockerMySQL
name: $.appConfiguration.name name: $.appConfiguration.name
host: $.appConfiguration.host host: $.appConfiguration.host
publish: $.appConfiguration.publish publish: $.appConfiguration.publish
@ -37,8 +37,8 @@ Forms:
underline are allowed underline are allowed
- name: host - name: host
type: type:
- io.murano.apps.docker.kubernetes.KubernetesPod - com.mirantis.docker.kubernetes.KubernetesPod
- io.murano.apps.docker.DockerStandaloneHost - com.example.docker.DockerStandaloneHost
label: Container Host label: Container Host
description: >- description: >-
Select an instance of Docker contaniner hosting provider to run the app Select an instance of Docker contaniner hosting provider to run the app

View File

@ -12,15 +12,15 @@
Format: 1.3 Format: 1.3
Type: Application Type: Application
FullName: io.murano.apps.docker.DockerMySQL FullName: com.example.docker.DockerMySQL
Name: Docker MySQL Name: Docker MySQL
Description: | Description: |
MySQL Docker Application. Adds MySQL docker container with MySQL listening on port 3306. MySQL Docker Application. Adds MySQL docker container with MySQL listening on port 3306.
Author: 'Mirantis, Inc' Author: 'Mirantis, Inc'
Tags: [docker, application] Tags: [docker, application]
Classes: Classes:
io.murano.apps.docker.DockerMySQL: DockerMySQL.yaml com.example.docker.DockerMySQL: DockerMySQL.yaml
Require: Require:
io.murano.apps.docker.DockerStandaloneHost: com.example.docker.DockerStandaloneHost:
io.murano.apps.docker.kubernetes.KubernetesPod: com.mirantis.docker.kubernetes.KubernetesPod:
io.murano.apps.docker.Interfaces: com.mirantis.docker.Interfaces:

View File

@ -11,12 +11,13 @@
# under the License. # under the License.
Namespaces: Namespaces:
=: io.murano.apps.docker =: com.example.docker
std: io.murano std: io.murano
interfaces: com.mirantis.docker
Name: DockerNginx Name: DockerNginx
Extends: DockerApplication Extends: interfaces:DockerApplication
Properties: Properties:
name: name:

View File

@ -14,7 +14,7 @@ Version: 2
Application: Application:
?: ?:
type: io.murano.apps.docker.DockerNginx type: com.example.docker.DockerNginx
name: $.appConfiguration.name name: $.appConfiguration.name
host: $.appConfiguration.host host: $.appConfiguration.host
publish: $.appConfiguration.publish publish: $.appConfiguration.publish
@ -37,8 +37,8 @@ Forms:
underline are allowed underline are allowed
- name: host - name: host
type: type:
- io.murano.apps.docker.kubernetes.KubernetesPod - com.mirantis.docker.kubernetes.KubernetesPod
- io.murano.apps.docker.DockerStandaloneHost - com.example.docker.DockerStandaloneHost
label: Container Host label: Container Host
description: >- description: >-
Select an instance of Docker contaniner hosting provider to run the app Select an instance of Docker contaniner hosting provider to run the app

View File

@ -12,15 +12,15 @@
Format: 1.3 Format: 1.3
Type: Application Type: Application
FullName: io.murano.apps.docker.DockerNginx FullName: com.example.docker.DockerNginx
Name: Docker Nginx Name: Docker Nginx
Description: | Description: |
Nginx (pronounced “engine-x”) is an open source reverse proxy server for HTTP, HTTPS, SMTP, POP3, and IMAP protocols, as well as a load balancer, HTTP cache, and a web server (origin server). Nginx (pronounced “engine-x”) is an open source reverse proxy server for HTTP, HTTPS, SMTP, POP3, and IMAP protocols, as well as a load balancer, HTTP cache, and a web server (origin server).
Author: 'Mirantis, Inc' Author: 'Mirantis, Inc'
Tags: [docker, application, Nginx] Tags: [docker, application, Nginx]
Classes: Classes:
io.murano.apps.docker.DockerNginx: DockerNginx.yaml com.example.docker.DockerNginx: DockerNginx.yaml
Require: Require:
io.murano.apps.docker.DockerStandaloneHost: com.example.docker.DockerStandaloneHost:
io.murano.apps.docker.kubernetes.KubernetesPod: com.mirantis.docker.kubernetes.KubernetesPod:
io.murano.apps.docker.Interfaces: com.mirantis.docker.Interfaces:

View File

@ -11,12 +11,13 @@
# under the License. # under the License.
Namespaces: Namespaces:
=: io.murano.apps.docker =: com.example.docker
std: io.murano std: io.murano
interfaces: com.mirantis.docker
Name: DockerNginxSite Name: DockerNginxSite
Extends: DockerApplication Extends: interfaces:DockerApplication
Properties: Properties:
name: name:

View File

@ -14,7 +14,7 @@ Version: 2
Application: Application:
?: ?:
type: io.murano.apps.docker.DockerNginxSite type: com.example.docker.DockerNginxSite
name: $.appConfiguration.name name: $.appConfiguration.name
host: $.appConfiguration.host host: $.appConfiguration.host
publish: $.appConfiguration.publish publish: $.appConfiguration.publish
@ -44,8 +44,8 @@ Forms:
description: Enter an URL to git repository with site content description: Enter an URL to git repository with site content
- name: host - name: host
type: type:
- io.murano.apps.docker.kubernetes.KubernetesPod - com.mirantis.docker.kubernetes.KubernetesPod
- io.murano.apps.docker.DockerStandaloneHost - com.example.docker.DockerStandaloneHost
label: Container Host label: Container Host
description: >- description: >-
Select an instance of Docker contaniner hosting provider to run the app Select an instance of Docker contaniner hosting provider to run the app

View File

@ -12,15 +12,15 @@
Format: 1.3 Format: 1.3
Type: Application Type: Application
FullName: io.murano.apps.docker.DockerNginxSite FullName: com.example.docker.DockerNginxSite
Name: Docker Nginx Site Name: Docker Nginx Site
Description: | Description: |
Deploys a site from a Git URL using Nginx as the web server. Deploys a site from a Git URL using Nginx as the web server.
Author: 'Mirantis, Inc' Author: 'Mirantis, Inc'
Tags: [docker, application, Nginx] Tags: [docker, application, Nginx]
Classes: Classes:
io.murano.apps.docker.DockerNginxSite: DockerNginxSite.yaml com.example.docker.DockerNginxSite: DockerNginxSite.yaml
Require: Require:
io.murano.apps.docker.DockerStandaloneHost: com.example.docker.DockerStandaloneHost:
io.murano.apps.docker.kubernetes.KubernetesPod: com.mirantis.docker.kubernetes.KubernetesPod:
io.murano.apps.docker.Interfaces: com.mirantis.docker.Interfaces:

View File

@ -11,12 +11,13 @@
# under the License. # under the License.
Namespaces: Namespaces:
=: io.murano.apps.docker =: com.example.docker
std: io.murano std: io.murano
interfaces: com.mirantis.docker
Name: DockerOrion Name: DockerOrion
Extends: DockerApplication Extends: interfaces:DockerApplication
Properties: Properties:
name: name:

View File

@ -14,7 +14,7 @@ Version: 2
Application: Application:
?: ?:
type: io.murano.apps.docker.DockerOrion type: com.example.docker.DockerOrion
name: $.appConfiguration.name name: $.appConfiguration.name
host: $.appConfiguration.host host: $.appConfiguration.host
publish: $.appConfiguration.publish publish: $.appConfiguration.publish
@ -37,8 +37,8 @@ Forms:
underline are allowed underline are allowed
- name: host - name: host
type: type:
- io.murano.apps.docker.kubernetes.KubernetesPod - com.mirantis.docker.kubernetes.KubernetesPod
- io.murano.apps.docker.DockerStandaloneHost - com.example.docker.DockerStandaloneHost
label: Container Host label: Container Host
description: >- description: >-
Select an instance of Docker contaniner hosting provider to run the app Select an instance of Docker contaniner hosting provider to run the app
@ -53,7 +53,7 @@ Forms:
- mongoConfig: - mongoConfig:
fields: fields:
- name: mongoDB - name: mongoDB
type: io.murano.apps.docker.DockerMongoDB type: com.example.docker.DockerMongoDB
label: MongoDB instance label: MongoDB instance
required: true required: true
description: >- description: >-

View File

@ -12,16 +12,16 @@
Format: 1.3 Format: 1.3
Type: Application Type: Application
FullName: io.murano.apps.docker.DockerOrion FullName: com.example.docker.DockerOrion
Name: Orion Docker Name: Orion Docker
Description: | Description: |
The FIWARE Orion Context Broker is an implementation of the Publish/Subscribe Context Broker GE, providing the NGSI9 and NGSI10 interfaces. The FIWARE Orion Context Broker is an implementation of the Publish/Subscribe Context Broker GE, providing the NGSI9 and NGSI10 interfaces.
Author: 'TID' Author: 'TID'
Tags: [docker, application, Orion, FIWARE] Tags: [docker, application, Orion, FIWARE]
Classes: Classes:
io.murano.apps.docker.DockerOrion: DockerOrion.yaml com.example.docker.DockerOrion: DockerOrion.yaml
Require: Require:
io.murano.apps.docker.DockerStandaloneHost: com.example.docker.DockerStandaloneHost:
io.murano.apps.docker.kubernetes.KubernetesPod: com.mirantis.docker.kubernetes.KubernetesPod:
io.murano.apps.docker.Interfaces: com.mirantis.docker.Interfaces:
io.murano.apps.docker.DockerMongoDB: com.example.docker.DockerMongoDB:

View File

@ -11,12 +11,13 @@
# under the License. # under the License.
Namespaces: Namespaces:
=: io.murano.apps.docker =: com.example.docker
std: io.murano std: io.murano
interfaces: com.mirantis.docker
Name: DockerPostgreSQL Name: DockerPostgreSQL
Extends: DockerApplication Extends: interfaces:DockerApplication
Properties: Properties:
name: name:

View File

@ -14,7 +14,7 @@ Version: 2
Application: Application:
?: ?:
type: io.murano.apps.docker.DockerPostgreSQL type: com.example.docker.DockerPostgreSQL
name: $.appConfiguration.name name: $.appConfiguration.name
host: $.appConfiguration.host host: $.appConfiguration.host
publish: $.appConfiguration.publish publish: $.appConfiguration.publish
@ -37,8 +37,8 @@ Forms:
underline are allowed underline are allowed
- name: host - name: host
type: type:
- io.murano.apps.docker.kubernetes.KubernetesPod - com.mirantis.docker.kubernetes.KubernetesPod
- io.murano.apps.docker.DockerStandaloneHost - com.example.docker.DockerStandaloneHost
label: Container Host label: Container Host
description: >- description: >-
Select an instance of Docker contaniner hosting provider to run the app Select an instance of Docker contaniner hosting provider to run the app

View File

@ -12,15 +12,15 @@
Format: 1.3 Format: 1.3
Type: Application Type: Application
FullName: io.murano.apps.docker.DockerPostgreSQL FullName: com.example.docker.DockerPostgreSQL
Name: Docker Postgres Name: Docker Postgres
Description: | Description: |
PostgreSQL, often simply “Postgres”, is an object-relational database management system (ORDBMS) with an emphasis on extensibility and standards-compliance. As a database server, its primary function is to store data, securely and supporting best practices, and retrieve it later, as requested by other software applications, be it those on the same computer or those running on another computer across a network (including the Internet). PostgreSQL, often simply “Postgres”, is an object-relational database management system (ORDBMS) with an emphasis on extensibility and standards-compliance. As a database server, its primary function is to store data, securely and supporting best practices, and retrieve it later, as requested by other software applications, be it those on the same computer or those running on another computer across a network (including the Internet).
Author: 'Mirantis, Inc' Author: 'Mirantis, Inc'
Tags: [docker, application, Postgres] Tags: [docker, application, Postgres]
Classes: Classes:
io.murano.apps.docker.DockerPostgreSQL: DockerPostgreSQL.yaml com.example.docker.DockerPostgreSQL: DockerPostgreSQL.yaml
Require: Require:
io.murano.apps.docker.DockerStandaloneHost: com.example.docker.DockerStandaloneHost:
io.murano.apps.docker.kubernetes.KubernetesPod: com.mirantis.docker.kubernetes.KubernetesPod:
io.murano.apps.docker.Interfaces: com.mirantis.docker.Interfaces:

View File

@ -11,12 +11,13 @@
# under the License. # under the License.
Namespaces: Namespaces:
=: io.murano.apps.docker =: com.example.docker
std: io.murano std: io.murano
interfaces: com.mirantis.docker
Name: DockerRedis Name: DockerRedis
Extends: DockerApplication Extends: interfaces:DockerApplication
Properties: Properties:
name: name:

View File

@ -14,7 +14,7 @@ Version: 2
Application: Application:
?: ?:
type: io.murano.apps.docker.DockerRedis type: com.example.docker.DockerRedis
name: $.appConfiguration.name name: $.appConfiguration.name
host: $.appConfiguration.host host: $.appConfiguration.host
publish: $.appConfiguration.publish publish: $.appConfiguration.publish
@ -37,8 +37,8 @@ Forms:
underline are allowed underline are allowed
- name: host - name: host
type: type:
- io.murano.apps.docker.kubernetes.KubernetesPod - com.mirantis.docker.kubernetes.KubernetesPod
- io.murano.apps.docker.DockerStandaloneHost - com.example.docker.DockerStandaloneHost
label: Container Host label: Container Host
description: >- description: >-
Select an instance of Docker contaniner hosting provider to run the app Select an instance of Docker contaniner hosting provider to run the app

View File

@ -12,15 +12,15 @@
Format: 1.3 Format: 1.3
Type: Application Type: Application
FullName: io.murano.apps.docker.DockerRedis FullName: com.example.docker.DockerRedis
Name: Docker Redis Name: Docker Redis
Description: | Description: |
Redis is an open-source, networked, in-memory, key-value data store with optional durability. It is written in ANSI C and the name Redis means REmote DIctionary Server. Redis is an open-source, networked, in-memory, key-value data store with optional durability. It is written in ANSI C and the name Redis means REmote DIctionary Server.
Author: 'Mirantis, Inc' Author: 'Mirantis, Inc'
Tags: [docker, application, Redis] Tags: [docker, application, Redis]
Classes: Classes:
io.murano.apps.docker.DockerRedis: DockerRedis.yaml com.example.docker.DockerRedis: DockerRedis.yaml
Require: Require:
io.murano.apps.docker.DockerStandaloneHost: com.example.docker.DockerStandaloneHost:
io.murano.apps.docker.kubernetes.KubernetesPod: com.mirantis.docker.kubernetes.KubernetesPod:
io.murano.apps.docker.Interfaces: com.mirantis.docker.Interfaces:

View File

@ -11,12 +11,13 @@
# under the License. # under the License.
Namespaces: Namespaces:
=: io.murano.apps.docker =: com.example.docker
std: io.murano std: io.murano
interfaces: com.mirantis.docker
Name: DockerTomcat Name: DockerTomcat
Extends: DockerApplication Extends: interfaces:DockerApplication
Properties: Properties:
name: name:

View File

@ -14,7 +14,7 @@ Version: 2
Application: Application:
?: ?:
type: io.murano.apps.docker.DockerTomcat type: com.example.docker.DockerTomcat
name: $.appConfiguration.name name: $.appConfiguration.name
host: $.appConfiguration.host host: $.appConfiguration.host
publish: $.appConfiguration.publish publish: $.appConfiguration.publish
@ -42,8 +42,8 @@ Forms:
description: Password for admin user in Tomcat description: Password for admin user in Tomcat
- name: host - name: host
type: type:
- io.murano.apps.docker.kubernetes.KubernetesPod - com.mirantis.docker.kubernetes.KubernetesPod
- io.murano.apps.docker.DockerStandaloneHost - com.example.docker.DockerStandaloneHost
label: Container Host label: Container Host
description: >- description: >-
Select an instance of Docker contaniner hosting provider to run the app Select an instance of Docker contaniner hosting provider to run the app

View File

@ -12,15 +12,15 @@
Format: 1.3 Format: 1.3
Type: Application Type: Application
FullName: io.murano.apps.docker.DockerTomcat FullName: com.example.docker.DockerTomcat
Name: Docker Tomcat Name: Docker Tomcat
Description: | Description: |
Apache Tomcat (or simply Tomcat) is an open source web server and servlet container developed by the Apache Software Foundation (ASF). Tomcat implements the Java Servlet and the JavaServer Pages (JSP) specifications from Oracle, and provides a “pure Java” HTTP web server environment for Java code to run in. Apache Tomcat (or simply Tomcat) is an open source web server and servlet container developed by the Apache Software Foundation (ASF). Tomcat implements the Java Servlet and the JavaServer Pages (JSP) specifications from Oracle, and provides a “pure Java” HTTP web server environment for Java code to run in.
Author: 'Mirantis, Inc' Author: 'Mirantis, Inc'
Tags: [docker, application, Tomcat] Tags: [docker, application, Tomcat]
Classes: Classes:
io.murano.apps.docker.DockerTomcat: DockerTomcat.yaml com.example.docker.DockerTomcat: DockerTomcat.yaml
Require: Require:
io.murano.apps.docker.DockerStandaloneHost: com.example.docker.DockerStandaloneHost:
io.murano.apps.docker.kubernetes.KubernetesPod: com.mirantis.docker.kubernetes.KubernetesPod:
io.murano.apps.docker.Interfaces: com.mirantis.docker.Interfaces:

View File

@ -11,15 +11,16 @@
# under the License. # under the License.
Namespaces: Namespaces:
=: io.murano.apps.docker =: com.example.docker
res: io.murano.resources res: io.murano.resources
std: io.murano std: io.murano
sys: io.murano.system sys: io.murano.system
interfaces: com.mirantis.docker
Name: DockerStandaloneHost Name: DockerStandaloneHost
Extends: Extends:
- DockerContainerHost - interfaces:DockerContainerHost
Properties: Properties:
name: name:

View File

@ -14,7 +14,7 @@ Version: 2
Application: Application:
?: ?:
type: io.murano.apps.docker.DockerStandaloneHost type: com.example.docker.DockerStandaloneHost
name: $.appConfiguration.name name: $.appConfiguration.name
dockerRegistry: $.appConfiguration.dockerRegistry dockerRegistry: $.appConfiguration.dockerRegistry
dockerMirror: $.appConfiguration.dockerMirror dockerMirror: $.appConfiguration.dockerMirror

View File

@ -12,7 +12,7 @@
Format: 1.3 Format: 1.3
Type: Application Type: Application
FullName: io.murano.apps.docker.DockerStandaloneHost FullName: com.example.docker.DockerStandaloneHost
Name: Docker Standalone Host Name: Docker Standalone Host
Description: | Description: |
Docker is an open platform for developers and sysadmins to build, ship, and run Docker is an open platform for developers and sysadmins to build, ship, and run
@ -23,6 +23,6 @@ Description: |
Author: 'Mirantis, Inc' Author: 'Mirantis, Inc'
Tags: [ Docker ] Tags: [ Docker ]
Classes: Classes:
io.murano.apps.docker.DockerStandaloneHost: DockerStandaloneHost.yaml com.example.docker.DockerStandaloneHost: DockerStandaloneHost.yaml
Require: Require:
io.murano.apps.docker.Interfaces: com.mirantis.docker.Interfaces: