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 39875b0e75
commit aa524e0acc
55 changed files with 56 additions and 56 deletions

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