Initial refactoring of murano apllications

* Increases format of packages
* Adds missed licence headers
* Other minor refactoring

Change-Id: I580bea2eb2f7e4616cd12245367ada8d43c5c4ff
Targets: bp refactor-apps-scripts
This commit is contained in:
Dmytro Dovbii 2016-03-07 15:04:51 +02:00
parent 9e8d362d04
commit ad32e69fdb
109 changed files with 249 additions and 108 deletions

View File

@ -31,7 +31,7 @@ Properties:
Contract: $.class(res:Instance).notNull()
Methods:
initialize:
.init:
Body:
- $._environment: $.find(std:Environment).require()

View File

@ -10,7 +10,7 @@
# License for the specific language governing permissions and limitations
# under the License.
Format: 1.0
Format: 1.3
Type: Application
FullName: io.murano.apps.apache.ApacheHttpServer
Name: Apache HTTP Server

View File

@ -32,7 +32,7 @@ Properties:
Contract: [$.class(CassandraNode).notNull()]
Methods:
initialize:
.init:
Body:
- $._environment: $.find(std:Environment).require()

View File

@ -26,7 +26,7 @@ Properties:
Contract: $.class(res:Instance).notNull()
Methods:
initialize:
.init:
Body:
- $._environment: $.find(std:Environment).require()
- $.resources: new(sys:Resources)

View File

@ -1,4 +1,15 @@
#!/bin/bash
# Licensed under the Apache License, Version 2.0 (the "License"); you may
# not use this file except in compliance with the License. You may obtain
# a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing, software
# distributed under the License is distributed on an "AS IS" BASIS, WITHOUT
# WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
# License for the specific language governing permissions and limitations
# under the License.
## Add public keys and signatures
gpg --keyserver pgp.mit.edu --recv-keys F758CE318D77295D

View File

@ -1,4 +1,15 @@
#!/bin/bash
# Licensed under the Apache License, Version 2.0 (the "License"); you may
# not use this file except in compliance with the License. You may obtain
# a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing, software
# distributed under the License is distributed on an "AS IS" BASIS, WITHOUT
# WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
# License for the specific language governing permissions and limitations
# under the License.
## Restart service for any changes to take the effect
# Sleep for some time added as a helper

View File

@ -1,4 +1,15 @@
#!/bin/bash
# Licensed under the Apache License, Version 2.0 (the "License"); you may
# not use this file except in compliance with the License. You may obtain
# a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing, software
# distributed under the License is distributed on an "AS IS" BASIS, WITHOUT
# WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
# License for the specific language governing permissions and limitations
# under the License.
CLUSTER_NAME="$1"
SEED_NODES="$2"

View File

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

View File

@ -1,3 +1,15 @@
# Licensed under the Apache License, Version 2.0 (the "License"); you may
# not use this file except in compliance with the License. You may obtain
# a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing, software
# distributed under the License is distributed on an "AS IS" BASIS, WITHOUT
# WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
# License for the specific language governing permissions and limitations
# under the License.
Namespaces:
=: io.murano.conflang.chef.GitChef
std: io.murano
@ -17,7 +29,7 @@ Properties:
Methods:
initialize:
.init:
Body:
- $._environment: $.find(std:Environment).require()

View File

@ -1,3 +1,15 @@
# Licensed under the Apache License, Version 2.0 (the "License"); you may
# not use this file except in compliance with the License. You may obtain
# a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing, software
# distributed under the License is distributed on an "AS IS" BASIS, WITHOUT
# WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
# License for the specific language governing permissions and limitations
# under the License.
FormatVersion: 2.1.0
Version: 1.0.0
Name: Deploy Git Chef

View File

@ -1,4 +1,16 @@
Format: 1.0
# Licensed under the Apache License, Version 2.0 (the "License"); you may
# not use this file except in compliance with the License. You may obtain
# a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing, software
# distributed under the License is distributed on an "AS IS" BASIS, WITHOUT
# WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
# License for the specific language governing permissions and limitations
# under the License.
Format: 1.3
Type: Application
FullName: io.murano.conflang.chef.GitChef
Name: GitChef

View File

@ -1,3 +1,15 @@
# Licensed under the Apache License, Version 2.0 (the "License"); you may
# not use this file except in compliance with the License. You may obtain
# a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing, software
# distributed under the License is distributed on an "AS IS" BASIS, WITHOUT
# WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
# License for the specific language governing permissions and limitations
# under the License.
Namespaces:
=: io.murano.conflang.fiware.OrionChef
std: io.murano
@ -18,7 +30,7 @@ Properties:
Methods:
initialize:
.init:
Body:
- $._environment: $.find(std:Environment).require()

View File

@ -1,3 +1,15 @@
# Licensed under the Apache License, Version 2.0 (the "License"); you may
# not use this file except in compliance with the License. You may obtain
# a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing, software
# distributed under the License is distributed on an "AS IS" BASIS, WITHOUT
# WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
# License for the specific language governing permissions and limitations
# under the License.
FormatVersion: 2.1.0
Version: 1.0.0
Name: Deploy Orion Chef

View File

@ -1,4 +1,16 @@
Format: 1.0
# Licensed under the Apache License, Version 2.0 (the "License"); you may
# not use this file except in compliance with the License. You may obtain
# a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing, software
# distributed under the License is distributed on an "AS IS" BASIS, WITHOUT
# WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
# License for the specific language governing permissions and limitations
# under the License.
Format: 1.3
Type: Application
FullName: io.murano.conflang.fiware.OrionChef
Name: OrionChef

View File

@ -26,7 +26,7 @@ Properties:
Contract: $.class(res:Instance).notNull()
Methods:
initialize:
.init:
Body:
- $._environment: $.find(std:Environment).require()

View File

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

View File

@ -25,7 +25,7 @@ Properties:
Contract: $.class(res:Instance).notNull()
Methods:
initialize:
.init:
Body:
- $.environment: $.find(std:Environment).require()

View File

@ -10,7 +10,7 @@
# License for the specific language governing permissions and limitations
# under the License.
Format: 1.0
Format: 1.3
Type: Application
FullName: io.murano.apps.paas.CloudFoundryDiego
Name: Cloud Foundry Diego

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

@ -29,7 +29,7 @@ Properties:
Contract: $.class(srv:Tomcat).notNull()
Methods:
initialize:
.init:
Body:
- $._environment: $.find(std:Environment).require()

View File

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

View File

@ -1,3 +1,15 @@
# Licensed under the Apache License, Version 2.0 (the "License"); you may
# not use this file except in compliance with the License. You may obtain
# a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing, software
# distributed under the License is distributed on an "AS IS" BASIS, WITHOUT
# WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
# License for the specific language governing permissions and limitations
# under the License.
Namespaces:
=: io.murano.apps.linux
std: io.murano
@ -13,20 +25,20 @@ Properties:
Contract: $.class(res:Instance).notNull()
Methods:
initialize:
.init:
Body:
- $.environment: $.find(std:Environment).require()
- $._environment: $.find(std:Environment).require()
deploy:
Body:
- $.environment.reporter.report($this, 'Creating VM')
- $._environment.reporter.report($this, 'Creating VM')
- $securityGroupIngress:
- FromPort: 1
ToPort: 65535
IpProtocol: tcp
External: true
- $.environment.securityGroupManager.addGroupIngress($securityGroupIngress)
- $._environment.securityGroupManager.addGroupIngress($securityGroupIngress)
- $.instance.deploy()
- $msg: 'HDP Sandbox is installed and running at http://'
- $ep: $.instance.floatingIpAddress + ':8888'
- $.environment.reporter.report($this, $msg + $ep)
- $._environment.reporter.report($this, $msg + $ep)

View File

@ -1,3 +1,15 @@
# Licensed under the Apache License, Version 2.0 (the "License"); you may
# not use this file except in compliance with the License. You may obtain
# a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing, software
# distributed under the License is distributed on an "AS IS" BASIS, WITHOUT
# WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
# License for the specific language governing permissions and limitations
# under the License.
Version: 2.2
Templates:

View File

@ -1,4 +1,16 @@
Format: 1.0
# Licensed under the Apache License, Version 2.0 (the "License"); you may
# not use this file except in compliance with the License. You may obtain
# a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing, software
# distributed under the License is distributed on an "AS IS" BASIS, WITHOUT
# WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
# License for the specific language governing permissions and limitations
# under the License.
Format: 1.3
Type: Application
FullName: io.murano.apps.HDPSandbox
Name: 'Hortonworks Data Platform 2.2 Sandbox'

View File

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

View File

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

View File

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

View File

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

View File

@ -44,7 +44,7 @@ Properties:
Contract: $.string().notNull()
Methods:
initialize:
.init:
Body:
- $._environment: $.find(std:Environment).require()
- $._securityGroupName: ''

View File

@ -19,7 +19,7 @@ Name: OpsManagerInstance
Extends: LinuxInstance
Methods:
initialize:
.init:
Body:
- $.customUserData: null

View File

@ -10,7 +10,7 @@
# License for the specific language governing permissions and limitations
# under the License.
Format: 1.0
Format: 1.3
Type: Application
FullName: io.murano.apps.pivotal.OpsManager
Name: Pivotal Operations Manager

View File

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

View File

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

View File

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

View File

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

View File

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

View File

@ -10,7 +10,7 @@
# License for the specific language governing permissions and limitations
# under the License.
Format: 1.0
Format: 1.3
Type: Application
FullName: org.openstack.Rally
Name: Rally

View File

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

View File

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

View File

@ -31,7 +31,7 @@
# technical reasons, the Appropriate Legal Notices must display the words
# "Powered by SugarCRM".
Format: 1.0
Format: 1.3
Type: Application
FullName: io.murano.apps.SugarCRM
Name: Sugar CRM

View File

@ -26,7 +26,7 @@ Properties:
Contract: $.class(res:Instance).notNull()
Methods:
initialize:
.init:
Body:
- $._environment: $.find(std:Environment).require()

View File

@ -8,7 +8,7 @@ Extends: TestFixture
Name: TomcatTest
Methods:
initialize:
.init:
Body:
# Object model can be loaded from json file, or provided
# directly in MuranoPL code as a yaml insertion.

View File

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

View File

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

View File

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

View File

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

Some files were not shown because too many files have changed in this diff Show More