Merge "Initial refactoring of murano apllications"

This commit is contained in:
Jenkins 2016-05-10 08:03:06 +00:00 committed by Gerrit Code Review
commit 7144c14372
55 changed files with 56 additions and 56 deletions

View File

@ -28,7 +28,7 @@ Properties:
Methods: Methods:
initialize: .init:
Body: Body:
- $._environment: $.find(std:Environment).require() - $._environment: $.find(std:Environment).require()
- $._scope: switch($.publish, $ => public, not $ => internal) - $._scope: switch($.publish, $ => public, not $ => internal)

View File

@ -10,7 +10,7 @@
# License for the specific language governing permissions and limitations # License for the specific language governing permissions and limitations
# under the License. # under the License.
Format: 1.0 Format: 1.3
Type: Application Type: Application
FullName: io.murano.apps.docker.DockerCrate FullName: io.murano.apps.docker.DockerCrate
Name: Docker Crate Name: Docker Crate

View File

@ -36,7 +36,7 @@ Properties:
Contract: $.string().notNull() Contract: $.string().notNull()
Methods: Methods:
initialize: .init:
Body: Body:
- $._environment: $.find(std:Environment).require() - $._environment: $.find(std:Environment).require()
- $._scope: switch($.publish, $ => public, not $ => internal) - $._scope: switch($.publish, $ => public, not $ => internal)

View File

@ -10,7 +10,7 @@
# License for the specific language governing permissions and limitations # License for the specific language governing permissions and limitations
# under the License. # under the License.
Format: 1.0 Format: 1.3
Type: Application Type: Application
FullName: io.murano.apps.docker.DockerApp FullName: io.murano.apps.docker.DockerApp
Name: Docker Container Name: Docker Container

View File

@ -34,7 +34,7 @@ Properties:
Methods: Methods:
initialize: .init:
Body: Body:
- $._environment: $.find(std:Environment).require() - $._environment: $.find(std:Environment).require()
- $._scope: switch($.publish, $ => public, not $ => internal) - $._scope: switch($.publish, $ => public, not $ => internal)

View File

@ -10,7 +10,7 @@
# License for the specific language governing permissions and limitations # License for the specific language governing permissions and limitations
# under the License. # under the License.
Format: 1.0 Format: 1.3
Type: Application Type: Application
FullName: io.murano.apps.docker.DockerElasticsearch FullName: io.murano.apps.docker.DockerElasticsearch
Name: Docker Elasticsearch Name: Docker Elasticsearch

View File

@ -31,7 +31,7 @@ Properties:
Methods: Methods:
initialize: .init:
Body: Body:
- $._environment: $.find(std:Environment).require() - $._environment: $.find(std:Environment).require()
- $._scope: switch($.publish, $ => public, not $ => internal) - $._scope: switch($.publish, $ => public, not $ => internal)

View File

@ -10,7 +10,7 @@
# License for the specific language governing permissions and limitations # License for the specific language governing permissions and limitations
# under the License. # under the License.
Format: 1.0 Format: 1.3
Type: Application Type: Application
FullName: io.murano.apps.docker.DockerGlassFish FullName: io.murano.apps.docker.DockerGlassFish
Name: Docker GlassFish Name: Docker GlassFish

View File

@ -40,7 +40,7 @@ Properties:
Contract: $.string().notNull() Contract: $.string().notNull()
Methods: Methods:
initialize: .init:
Body: Body:
- $._environment: $.find(std:Environment).require() - $._environment: $.find(std:Environment).require()
- $._scope: switch($.publish, $ => public, not $ => internal) - $._scope: switch($.publish, $ => public, not $ => internal)

View File

@ -10,7 +10,7 @@
# License for the specific language governing permissions and limitations # License for the specific language governing permissions and limitations
# under the License. # under the License.
Format: 1.0 Format: 1.3
Type: Application Type: Application
FullName: io.murano.apps.docker.DockerGrafana FullName: io.murano.apps.docker.DockerGrafana
Name: Docker Grafana Name: Docker Grafana

View File

@ -38,7 +38,7 @@ Properties:
Methods: Methods:
initialize: .init:
Body: Body:
- $._environment: $.find(std:Environment).require() - $._environment: $.find(std:Environment).require()
- $._scope: switch($.publish, $ => public, not $ => internal) - $._scope: switch($.publish, $ => public, not $ => internal)

View File

@ -10,7 +10,7 @@
# License for the specific language governing permissions and limitations # License for the specific language governing permissions and limitations
# under the License. # under the License.
Format: 1.0 Format: 1.3
Type: Application Type: Application
FullName: io.murano.apps.docker.GuestBook FullName: io.murano.apps.docker.GuestBook
Name: Docker GuestBook Name: Docker GuestBook

View File

@ -28,7 +28,7 @@ Properties:
Methods: Methods:
initialize: .init:
Body: Body:
- $._environment: $.find(std:Environment).require() - $._environment: $.find(std:Environment).require()
- $._scope: switch($.publish, $ => public, not $ => internal) - $._scope: switch($.publish, $ => public, not $ => internal)

View File

@ -10,7 +10,7 @@
# License for the specific language governing permissions and limitations # License for the specific language governing permissions and limitations
# under the License. # under the License.
Format: 1.0 Format: 1.3
Type: Application Type: Application
FullName: io.murano.apps.docker.DockerHTTPd FullName: io.murano.apps.docker.DockerHTTPd
Name: Docker HTTPd Name: Docker HTTPd

View File

@ -31,7 +31,7 @@ Properties:
Methods: Methods:
initialize: .init:
Body: Body:
- $._environment: $.find(std:Environment).require() - $._environment: $.find(std:Environment).require()
- $._scope: switch($.publish, $ => public, not $ => internal) - $._scope: switch($.publish, $ => public, not $ => internal)

View File

@ -10,7 +10,7 @@
# License for the specific language governing permissions and limitations # License for the specific language governing permissions and limitations
# under the License. # under the License.
Format: 1.0 Format: 1.3
Type: Application Type: Application
FullName: io.murano.apps.docker.DockerHTTPdSite FullName: io.murano.apps.docker.DockerHTTPdSite
Name: Docker HTTPd Site Name: Docker HTTPd Site

View File

@ -31,7 +31,7 @@ Properties:
Methods: Methods:
initialize: .init:
Body: Body:
- $._environment: $.find(std:Environment).require() - $._environment: $.find(std:Environment).require()
- $._scope: switch($.publish, $ => public, not $ => internal) - $._scope: switch($.publish, $ => public, not $ => internal)

View File

@ -10,7 +10,7 @@
# License for the specific language governing permissions and limitations # License for the specific language governing permissions and limitations
# under the License. # under the License.
Format: 1.0 Format: 1.3
Type: Application Type: Application
FullName: io.murano.apps.docker.DockerInfluxDB FullName: io.murano.apps.docker.DockerInfluxDB
Name: Docker InfluxDB Name: Docker InfluxDB

View File

@ -31,7 +31,7 @@ Properties:
Methods: Methods:
initialize: .init:
Body: Body:
- $._environment: $.find(std:Environment).require() - $._environment: $.find(std:Environment).require()
- $._scope: switch($.publish, $ => public, not $ => internal) - $._scope: switch($.publish, $ => public, not $ => internal)

View File

@ -10,7 +10,7 @@
# License for the specific language governing permissions and limitations # License for the specific language governing permissions and limitations
# under the License. # under the License.
Format: 1.0 Format: 1.3
Type: Application Type: Application
FullName: io.murano.apps.docker.DockerJBoss FullName: io.murano.apps.docker.DockerJBoss
Name: Docker JBoss Name: Docker JBoss

View File

@ -28,7 +28,7 @@ Properties:
Methods: Methods:
initialize: .init:
Body: Body:
- $._environment: $.find(std:Environment).require() - $._environment: $.find(std:Environment).require()
- $._scope: switch($.publish, $ => public, not $ => internal) - $._scope: switch($.publish, $ => public, not $ => internal)

View File

@ -10,7 +10,7 @@
# License for the specific language governing permissions and limitations # License for the specific language governing permissions and limitations
# under the License. # under the License.
Format: 1.0 Format: 1.3
Type: Application Type: Application
FullName: io.murano.apps.docker.DockerJenkins FullName: io.murano.apps.docker.DockerJenkins
Name: Docker Jenkins Name: Docker Jenkins

View File

@ -31,7 +31,7 @@ Properties:
Methods: Methods:
initialize: .init:
Body: Body:
- $._environment: $.find(std:Environment).require() - $._environment: $.find(std:Environment).require()
- $._scope: switch($.publish, $ => public, not $ => internal) - $._scope: switch($.publish, $ => public, not $ => internal)

View File

@ -10,7 +10,7 @@
# License for the specific language governing permissions and limitations # License for the specific language governing permissions and limitations
# under the License. # under the License.
Format: 1.0 Format: 1.3
Type: Application Type: Application
FullName: io.murano.apps.docker.DockerMariaDB FullName: io.murano.apps.docker.DockerMariaDB
Name: Docker MariaDB Name: Docker MariaDB

View File

@ -28,7 +28,7 @@ Properties:
Methods: Methods:
initialize: .init:
Body: Body:
- $._environment: $.find(std:Environment).require() - $._environment: $.find(std:Environment).require()
- $._scope: switch($.publish, $ => public, not $ => internal) - $._scope: switch($.publish, $ => public, not $ => internal)

View File

@ -10,7 +10,7 @@
# License for the specific language governing permissions and limitations # License for the specific language governing permissions and limitations
# under the License. # under the License.
Format: 1.0 Format: 1.3
Type: Application Type: Application
FullName: io.murano.apps.docker.DockerMongoDB FullName: io.murano.apps.docker.DockerMongoDB
Name: Docker MongoDB Name: Docker MongoDB

View File

@ -31,7 +31,7 @@ Properties:
Methods: Methods:
initialize: .init:
Body: Body:
- $._environment: $.find(std:Environment).require() - $._environment: $.find(std:Environment).require()
- $._scope: switch($.publish, $ => public, not $ => internal) - $._scope: switch($.publish, $ => public, not $ => internal)

View File

@ -10,7 +10,7 @@
# License for the specific language governing permissions and limitations # License for the specific language governing permissions and limitations
# under the License. # under the License.
Format: 1.0 Format: 1.3
Type: Application Type: Application
FullName: io.murano.apps.docker.DockerMySQL FullName: io.murano.apps.docker.DockerMySQL
Name: Docker MySQL Name: Docker MySQL

View File

@ -28,7 +28,7 @@ Properties:
Methods: Methods:
initialize: .init:
Body: Body:
- $._environment: $.find(std:Environment).require() - $._environment: $.find(std:Environment).require()
- $._scope: switch($.publish, $ => public, not $ => internal) - $._scope: switch($.publish, $ => public, not $ => internal)

View File

@ -10,7 +10,7 @@
# License for the specific language governing permissions and limitations # License for the specific language governing permissions and limitations
# under the License. # under the License.
Format: 1.0 Format: 1.3
Type: Application Type: Application
FullName: io.murano.apps.docker.DockerNginx FullName: io.murano.apps.docker.DockerNginx
Name: Docker Nginx Name: Docker Nginx

View File

@ -31,7 +31,7 @@ Properties:
Methods: Methods:
initialize: .init:
Body: Body:
- $._environment: $.find(std:Environment).require() - $._environment: $.find(std:Environment).require()
- $._scope: switch($.publish, $ => public, not $ => internal) - $._scope: switch($.publish, $ => public, not $ => internal)

View File

@ -10,7 +10,7 @@
# License for the specific language governing permissions and limitations # License for the specific language governing permissions and limitations
# under the License. # under the License.
Format: 1.0 Format: 1.3
Type: Application Type: Application
FullName: io.murano.apps.docker.DockerNginxSite FullName: io.murano.apps.docker.DockerNginxSite
Name: Docker Nginx Site Name: Docker Nginx Site

View File

@ -30,7 +30,7 @@ Properties:
Contract: $.class(DockerMongoDB).notNull() Contract: $.class(DockerMongoDB).notNull()
Methods: Methods:
initialize: .init:
Body: Body:
- $._environment: $.find(std:Environment).require() - $._environment: $.find(std:Environment).require()
- $._scope: switch($.publish, $ => public, not $ => internal) - $._scope: switch($.publish, $ => public, not $ => internal)

View File

@ -10,7 +10,7 @@
# License for the specific language governing permissions and limitations # License for the specific language governing permissions and limitations
# under the License. # under the License.
Format: 1.0 Format: 1.3
Type: Application Type: Application
FullName: io.murano.apps.docker.DockerOrion FullName: io.murano.apps.docker.DockerOrion
Name: Orion Docker Name: Orion Docker

View File

@ -31,7 +31,7 @@ Properties:
Methods: Methods:
initialize: .init:
Body: Body:
- $._environment: $.find(std:Environment).require() - $._environment: $.find(std:Environment).require()
- $._scope: switch($.publish, $ => public, not $ => internal) - $._scope: switch($.publish, $ => public, not $ => internal)

View File

@ -10,7 +10,7 @@
# License for the specific language governing permissions and limitations # License for the specific language governing permissions and limitations
# under the License. # under the License.
Format: 1.0 Format: 1.3
Type: Application Type: Application
FullName: io.murano.apps.docker.DockerPostgreSQL FullName: io.murano.apps.docker.DockerPostgreSQL
Name: Docker Postgres Name: Docker Postgres

View File

@ -28,7 +28,7 @@ Properties:
Methods: Methods:
initialize: .init:
Body: Body:
- $._environment: $.find(std:Environment).require() - $._environment: $.find(std:Environment).require()
- $._scope: switch($.publish, $ => public, not $ => internal) - $._scope: switch($.publish, $ => public, not $ => internal)

View File

@ -10,7 +10,7 @@
# License for the specific language governing permissions and limitations # License for the specific language governing permissions and limitations
# under the License. # under the License.
Format: 1.0 Format: 1.3
Type: Application Type: Application
FullName: io.murano.apps.docker.DockerRedis FullName: io.murano.apps.docker.DockerRedis
Name: Docker Redis Name: Docker Redis

View File

@ -31,7 +31,7 @@ Properties:
Methods: Methods:
initialize: .init:
Body: Body:
- $._environment: $.find(std:Environment).require() - $._environment: $.find(std:Environment).require()
- $._scope: switch($.publish, $ => public, not $ => internal) - $._scope: switch($.publish, $ => public, not $ => internal)

View File

@ -10,7 +10,7 @@
# License for the specific language governing permissions and limitations # License for the specific language governing permissions and limitations
# under the License. # under the License.
Format: 1.0 Format: 1.3
Type: Application Type: Application
FullName: io.murano.apps.docker.DockerTomcat FullName: io.murano.apps.docker.DockerTomcat
Name: Docker Tomcat Name: Docker Tomcat

View File

@ -33,7 +33,7 @@ Properties:
Usage: Out Usage: Out
Methods: Methods:
initialize: .init:
Body: Body:
- $._environment: $.find(std:Environment).require() - $._environment: $.find(std:Environment).require()
@ -59,7 +59,7 @@ Methods:
- $.onInstallationFinish() - $.onInstallationFinish()
destroy: .destroy:
Body: Body:
- If: $.getAttr(container, null) != null - If: $.getAttr(container, null) != null
Then: Then:

View File

@ -10,7 +10,7 @@
# License for the specific language governing permissions and limitations # License for the specific language governing permissions and limitations
# under the License. # under the License.
Format: 1.0 Format: 1.3
Type: Library Type: Library
FullName: io.murano.apps.docker.Interfaces FullName: io.murano.apps.docker.Interfaces
Name: Docker Interface Library Name: Docker Interface Library

View File

@ -57,7 +57,7 @@ Properties:
Methods: Methods:
initialize: .init:
Body: Body:
- $._environment: $.find(std:Environment).require() - $._environment: $.find(std:Environment).require()

View File

@ -10,7 +10,7 @@
# License for the specific language governing permissions and limitations # License for the specific language governing permissions and limitations
# under the License. # under the License.
Format: 1.0 Format: 1.3
Type: Application Type: Application
FullName: io.murano.apps.docker.DockerStandaloneHost FullName: io.murano.apps.docker.DockerStandaloneHost
Name: Docker Standalone Host Name: Docker Standalone Host

View File

@ -71,7 +71,7 @@ Properties:
Usage: Out Usage: Out
Methods: Methods:
initialize: .init:
Body: Body:
- $._environment: $.find(std:Environment).require() - $._environment: $.find(std:Environment).require()

View File

@ -21,7 +21,7 @@ Name: KubernetesGatewayNode
Extends: KubernetesNode Extends: KubernetesNode
Methods: Methods:
initialize: .init:
Body: Body:
- $._environment: $.find(std:Environment).require() - $._environment: $.find(std:Environment).require()
- $._cluster: $.find(KubernetesCluster).require() - $._cluster: $.find(KubernetesCluster).require()

View File

@ -21,7 +21,7 @@ Name: KubernetesMasterNode
Extends: KubernetesNode Extends: KubernetesNode
Methods: Methods:
initialize: .init:
Body: Body:
- $._environment: $.find(std:Environment).require() - $._environment: $.find(std:Environment).require()

View File

@ -27,7 +27,7 @@ Properties:
Methods: Methods:
initialize: .init:
Body: Body:
- $._environment: $.find(std:Environment).require() - $._environment: $.find(std:Environment).require()
- $._cluster: $.find(KubernetesCluster).require() - $._cluster: $.find(KubernetesCluster).require()

View File

@ -10,7 +10,7 @@
# License for the specific language governing permissions and limitations # License for the specific language governing permissions and limitations
# under the License. # under the License.
Format: 1.0 Format: 1.3
Type: Application Type: Application
FullName: io.murano.apps.docker.kubernetes.KubernetesCluster FullName: io.murano.apps.docker.kubernetes.KubernetesCluster
Name: Kubernetes Cluster Name: Kubernetes Cluster

View File

@ -26,7 +26,7 @@ Properties:
Contract: {} Contract: {}
Methods: Methods:
initialize: .init:
Body: Body:
- $._environment: $.find(std:Environment).require() - $._environment: $.find(std:Environment).require()

View File

@ -25,7 +25,7 @@ Properties:
Contract: {} Contract: {}
Methods: Methods:
initialize: .init:
Body: Body:
- $._environment: $.find(std:Environment).require() - $._environment: $.find(std:Environment).require()

View File

@ -25,7 +25,7 @@ Properties:
Contract: {} Contract: {}
Methods: Methods:
initialize: .init:
Body: Body:
- $._environment: $.find(std:Environment).require() - $._environment: $.find(std:Environment).require()

View File

@ -10,7 +10,7 @@
# License for the specific language governing permissions and limitations # License for the specific language governing permissions and limitations
# under the License. # under the License.
Format: 1.0 Format: 1.3
Type: Library Type: Library
FullName: io.murano.apps.docker.kubernetes.static.KubernetesEntities FullName: io.murano.apps.docker.kubernetes.static.KubernetesEntities
Name: Kubernetes static entities Name: Kubernetes static entities

View File

@ -39,7 +39,7 @@ Properties:
Methods: Methods:
initialize: .init:
Body: Body:
- $._environment: $.find(std:Environment).require() - $._environment: $.find(std:Environment).require()
- $._podDefinition: null - $._podDefinition: null

View File

@ -10,7 +10,7 @@
# License for the specific language governing permissions and limitations # License for the specific language governing permissions and limitations
# under the License. # under the License.
Format: 1.0 Format: 1.3
Type: Application Type: Application
FullName: io.murano.apps.docker.kubernetes.KubernetesPod FullName: io.murano.apps.docker.kubernetes.KubernetesPod
Name: Kubernetes Pod Name: Kubernetes Pod