Initial refactoring of murano apllications
* Increases format of packages
* Adds missed licence headers
* Other minor refactoring
Change-Id: I580bea2eb2f7e4616cd12245367ada8d43c5c4ff
Targets: bp refactor-apps-scripts
(cherry picked from commit aa524e0acc
)
This commit is contained in:

committed by
Sergey Kraynev

parent
c85ee1095b
commit
b8eeb2bfee
@@ -29,7 +29,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: com.example.docker.DockerCrate
|
||||
Name: Docker Crate
|
||||
|
@@ -37,7 +37,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: com.example.docker.DockerApp
|
||||
Name: Docker Container
|
||||
|
@@ -35,7 +35,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: com.example.docker.DockerElasticsearch
|
||||
Name: Docker Elasticsearch
|
||||
|
@@ -32,7 +32,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: com.example.docker.DockerGlassFish
|
||||
Name: Docker GlassFish
|
||||
|
@@ -41,7 +41,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: com.example.docker.DockerGrafana
|
||||
Name: Docker Grafana
|
||||
|
@@ -39,7 +39,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: com.example.docker.GuestBook
|
||||
Name: Docker GuestBook
|
||||
|
@@ -29,7 +29,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: com.example.docker.DockerHTTPd
|
||||
Name: Docker HTTPd
|
||||
|
@@ -32,7 +32,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: com.example.docker.DockerHTTPdSite
|
||||
Name: Docker HTTPd Site
|
||||
|
@@ -32,7 +32,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: com.example.docker.DockerInfluxDB
|
||||
Name: Docker InfluxDB
|
||||
|
@@ -32,7 +32,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: com.example.docker.DockerJBoss
|
||||
Name: Docker JBoss
|
||||
|
@@ -29,7 +29,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: com.example.docker.DockerJenkins
|
||||
Name: Docker Jenkins
|
||||
|
@@ -32,7 +32,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: com.example.docker.DockerMariaDB
|
||||
Name: Docker MariaDB
|
||||
|
@@ -29,7 +29,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: com.example.docker.DockerMongoDB
|
||||
Name: Docker MongoDB
|
||||
|
@@ -32,7 +32,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: com.example.docker.DockerMySQL
|
||||
Name: Docker MySQL
|
||||
|
@@ -29,7 +29,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: com.example.docker.DockerNginx
|
||||
Name: Docker Nginx
|
||||
|
@@ -32,7 +32,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: com.example.docker.DockerNginxSite
|
||||
Name: Docker Nginx Site
|
||||
|
@@ -31,7 +31,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: com.example.docker.DockerOrion
|
||||
Name: Orion Docker
|
||||
|
@@ -32,7 +32,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: com.example.docker.DockerPostgreSQL
|
||||
Name: Docker Postgres
|
||||
|
@@ -29,7 +29,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: com.example.docker.DockerRedis
|
||||
Name: Docker Redis
|
||||
|
@@ -32,7 +32,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: com.example.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: com.mirantis.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: com.mirantis.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: com.mirantis.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: com.mirantis.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: com.mirantis.docker.kubernetes.KubernetesPod
|
||||
Name: Kubernetes Pod
|
||||
|
Reference in New Issue
Block a user