Restructure murano-apps repository

Change-Id: I9cdb1e4afcb9929c7b7a5437faaa25d284daefdb
Closes-Bug: #1441644
This commit is contained in:
Dmytro Dovbii
2015-04-09 10:18:33 +03:00
commit 7cb39996f0
179 changed files with 5948 additions and 0 deletions

View File

@@ -0,0 +1,39 @@
Version: 2
Application:
?:
type: io.murano.apps.docker.DockerMySQL
name: $.appConfiguration.name
host: $.appConfiguration.host
publish: $.appConfiguration.publish
password: $.appConfiguration.password
Forms:
- appConfiguration:
fields:
- name: name
type: string
label: Application Name
initial: DockerMySQL
description: >-
Enter a desired name for the application. Just A-Z, a-z, 0-9, dash and
underline are allowed
- name: host
type:
- io.murano.apps.docker.kubernetes.KubernetesPod
- io.murano.apps.docker.DockerStandaloneHost
label: Container Host
description: >-
Select an instance of Docker contaniner hosting provider to run the app
- name: password
type: password
label: MySQL Password
description: >-
Password for root user in MySQL
- name: publish
type: boolean
label: Visible from outside
initial: true
required: false
description: >-
Check if you intend to access application from the Internet