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:
parent
39875b0e75
commit
aa524e0acc
@ -28,7 +28,7 @@ Properties:
|
||||
|
||||
|
||||
Methods:
|
||||
initialize:
|
||||
.init:
|
||||
Body:
|
||||
- $._environment: $.find(std:Environment).require()
|
||||
- $._scope: switch($.publish, $ => public, not $ => internal)
|
||||
|
@ -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
|
||||
|
@ -36,7 +36,7 @@ Properties:
|
||||
Contract: $.string().notNull()
|
||||
|
||||
Methods:
|
||||
initialize:
|
||||
.init:
|
||||
Body:
|
||||
- $._environment: $.find(std:Environment).require()
|
||||
- $._scope: switch($.publish, $ => public, not $ => internal)
|
||||
|
@ -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
|
||||
|
@ -34,7 +34,7 @@ Properties:
|
||||
|
||||
|
||||
Methods:
|
||||
initialize:
|
||||
.init:
|
||||
Body:
|
||||
- $._environment: $.find(std:Environment).require()
|
||||
- $._scope: switch($.publish, $ => public, not $ => internal)
|
||||
|
@ -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
|
||||
|
@ -31,7 +31,7 @@ Properties:
|
||||
|
||||
|
||||
Methods:
|
||||
initialize:
|
||||
.init:
|
||||
Body:
|
||||
- $._environment: $.find(std:Environment).require()
|
||||
- $._scope: switch($.publish, $ => public, not $ => internal)
|
||||
|
@ -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
|
||||
|
@ -40,7 +40,7 @@ Properties:
|
||||
Contract: $.string().notNull()
|
||||
|
||||
Methods:
|
||||
initialize:
|
||||
.init:
|
||||
Body:
|
||||
- $._environment: $.find(std:Environment).require()
|
||||
- $._scope: switch($.publish, $ => public, not $ => internal)
|
||||
|
@ -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
|
||||
|
@ -38,7 +38,7 @@ Properties:
|
||||
|
||||
|
||||
Methods:
|
||||
initialize:
|
||||
.init:
|
||||
Body:
|
||||
- $._environment: $.find(std:Environment).require()
|
||||
- $._scope: switch($.publish, $ => public, not $ => internal)
|
||||
|
@ -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
|
||||
|
@ -28,7 +28,7 @@ Properties:
|
||||
|
||||
|
||||
Methods:
|
||||
initialize:
|
||||
.init:
|
||||
Body:
|
||||
- $._environment: $.find(std:Environment).require()
|
||||
- $._scope: switch($.publish, $ => public, not $ => internal)
|
||||
|
@ -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
|
||||
|
@ -31,7 +31,7 @@ Properties:
|
||||
|
||||
|
||||
Methods:
|
||||
initialize:
|
||||
.init:
|
||||
Body:
|
||||
- $._environment: $.find(std:Environment).require()
|
||||
- $._scope: switch($.publish, $ => public, not $ => internal)
|
||||
|
@ -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
|
||||
|
@ -31,7 +31,7 @@ Properties:
|
||||
|
||||
|
||||
Methods:
|
||||
initialize:
|
||||
.init:
|
||||
Body:
|
||||
- $._environment: $.find(std:Environment).require()
|
||||
- $._scope: switch($.publish, $ => public, not $ => internal)
|
||||
|
@ -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
|
||||
|
@ -31,7 +31,7 @@ Properties:
|
||||
|
||||
|
||||
Methods:
|
||||
initialize:
|
||||
.init:
|
||||
Body:
|
||||
- $._environment: $.find(std:Environment).require()
|
||||
- $._scope: switch($.publish, $ => public, not $ => internal)
|
||||
|
@ -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
|
||||
|
@ -28,7 +28,7 @@ Properties:
|
||||
|
||||
|
||||
Methods:
|
||||
initialize:
|
||||
.init:
|
||||
Body:
|
||||
- $._environment: $.find(std:Environment).require()
|
||||
- $._scope: switch($.publish, $ => public, not $ => internal)
|
||||
|
@ -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
|
||||
|
@ -31,7 +31,7 @@ Properties:
|
||||
|
||||
|
||||
Methods:
|
||||
initialize:
|
||||
.init:
|
||||
Body:
|
||||
- $._environment: $.find(std:Environment).require()
|
||||
- $._scope: switch($.publish, $ => public, not $ => internal)
|
||||
|
@ -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
|
||||
|
@ -28,7 +28,7 @@ Properties:
|
||||
|
||||
|
||||
Methods:
|
||||
initialize:
|
||||
.init:
|
||||
Body:
|
||||
- $._environment: $.find(std:Environment).require()
|
||||
- $._scope: switch($.publish, $ => public, not $ => internal)
|
||||
|
@ -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
|
||||
|
@ -31,7 +31,7 @@ Properties:
|
||||
|
||||
|
||||
Methods:
|
||||
initialize:
|
||||
.init:
|
||||
Body:
|
||||
- $._environment: $.find(std:Environment).require()
|
||||
- $._scope: switch($.publish, $ => public, not $ => internal)
|
||||
|
@ -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
|
||||
|
@ -28,7 +28,7 @@ Properties:
|
||||
|
||||
|
||||
Methods:
|
||||
initialize:
|
||||
.init:
|
||||
Body:
|
||||
- $._environment: $.find(std:Environment).require()
|
||||
- $._scope: switch($.publish, $ => public, not $ => internal)
|
||||
|
@ -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
|
||||
|
@ -31,7 +31,7 @@ Properties:
|
||||
|
||||
|
||||
Methods:
|
||||
initialize:
|
||||
.init:
|
||||
Body:
|
||||
- $._environment: $.find(std:Environment).require()
|
||||
- $._scope: switch($.publish, $ => public, not $ => internal)
|
||||
|
@ -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
|
||||
|
@ -30,7 +30,7 @@ Properties:
|
||||
Contract: $.class(DockerMongoDB).notNull()
|
||||
|
||||
Methods:
|
||||
initialize:
|
||||
.init:
|
||||
Body:
|
||||
- $._environment: $.find(std:Environment).require()
|
||||
- $._scope: switch($.publish, $ => public, not $ => internal)
|
||||
|
@ -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
|
||||
|
@ -31,7 +31,7 @@ Properties:
|
||||
|
||||
|
||||
Methods:
|
||||
initialize:
|
||||
.init:
|
||||
Body:
|
||||
- $._environment: $.find(std:Environment).require()
|
||||
- $._scope: switch($.publish, $ => public, not $ => internal)
|
||||
|
@ -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
|
||||
|
@ -28,7 +28,7 @@ Properties:
|
||||
|
||||
|
||||
Methods:
|
||||
initialize:
|
||||
.init:
|
||||
Body:
|
||||
- $._environment: $.find(std:Environment).require()
|
||||
- $._scope: switch($.publish, $ => public, not $ => internal)
|
||||
|
@ -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
|
||||
|
@ -31,7 +31,7 @@ Properties:
|
||||
|
||||
|
||||
Methods:
|
||||
initialize:
|
||||
.init:
|
||||
Body:
|
||||
- $._environment: $.find(std:Environment).require()
|
||||
- $._scope: switch($.publish, $ => public, not $ => internal)
|
||||
|
@ -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
|
||||
|
@ -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:
|
||||
|
@ -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
|
||||
|
@ -57,7 +57,7 @@ Properties:
|
||||
|
||||
|
||||
Methods:
|
||||
initialize:
|
||||
.init:
|
||||
Body:
|
||||
- $._environment: $.find(std:Environment).require()
|
||||
|
||||
|
@ -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
|
||||
|
@ -71,7 +71,7 @@ Properties:
|
||||
Usage: Out
|
||||
|
||||
Methods:
|
||||
initialize:
|
||||
.init:
|
||||
Body:
|
||||
- $._environment: $.find(std:Environment).require()
|
||||
|
||||
|
@ -21,7 +21,7 @@ Name: KubernetesGatewayNode
|
||||
Extends: KubernetesNode
|
||||
|
||||
Methods:
|
||||
initialize:
|
||||
.init:
|
||||
Body:
|
||||
- $._environment: $.find(std:Environment).require()
|
||||
- $._cluster: $.find(KubernetesCluster).require()
|
||||
|
@ -21,7 +21,7 @@ Name: KubernetesMasterNode
|
||||
Extends: KubernetesNode
|
||||
|
||||
Methods:
|
||||
initialize:
|
||||
.init:
|
||||
Body:
|
||||
- $._environment: $.find(std:Environment).require()
|
||||
|
||||
|
@ -27,7 +27,7 @@ Properties:
|
||||
|
||||
|
||||
Methods:
|
||||
initialize:
|
||||
.init:
|
||||
Body:
|
||||
- $._environment: $.find(std:Environment).require()
|
||||
- $._cluster: $.find(KubernetesCluster).require()
|
||||
|
@ -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
|
||||
|
@ -26,7 +26,7 @@ Properties:
|
||||
Contract: {}
|
||||
|
||||
Methods:
|
||||
initialize:
|
||||
.init:
|
||||
Body:
|
||||
- $._environment: $.find(std:Environment).require()
|
||||
|
||||
|
@ -25,7 +25,7 @@ Properties:
|
||||
Contract: {}
|
||||
|
||||
Methods:
|
||||
initialize:
|
||||
.init:
|
||||
Body:
|
||||
- $._environment: $.find(std:Environment).require()
|
||||
|
||||
|
@ -25,7 +25,7 @@ Properties:
|
||||
Contract: {}
|
||||
|
||||
Methods:
|
||||
initialize:
|
||||
.init:
|
||||
Body:
|
||||
- $._environment: $.find(std:Environment).require()
|
||||
|
||||
|
@ -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
|
||||
|
@ -39,7 +39,7 @@ Properties:
|
||||
|
||||
|
||||
Methods:
|
||||
initialize:
|
||||
.init:
|
||||
Body:
|
||||
- $._environment: $.find(std:Environment).require()
|
||||
- $._podDefinition: null
|
||||
|
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user