Dmytro Dovbii 7cb39996f0 Restructure murano-apps repository
Change-Id: I9cdb1e4afcb9929c7b7a5437faaa25d284daefdb
Closes-Bug: #1441644
2015-04-14 09:42:21 +03:00

35 lines
1004 B
YAML

Version: 2
Application:
?:
type: io.murano.apps.docker.DockerNginx
name: $.appConfiguration.name
host: $.appConfiguration.host
publish: $.appConfiguration.publish
Forms:
- appConfiguration:
fields:
- name: name
type: string
label: Application Name
initial: DockerNginx
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: publish
type: boolean
label: Visible from outside
initial: true
required: false
description: >-
Check if you intend to access application from the Internet