ci-cd-pipeline-app-murano/murano-apps/PuppetMaster/package/UI/ui.yaml

84 lines
2.8 KiB
YAML

Version: 2
Application:
?:
type: org.openstack.ci_cd_pipeline_murano_app.puppet.PuppetMasterApplication
nodesStr: $.manifest.nodes
puppetfileLink: $.manifest.puppetfileLink
manifest: $.manifest.manifest
flavor: $.instanceConfiguration.flavor
osImage: $.instanceConfiguration.osImage
keyPair: $.instanceConfiguration.keyPair
availabilityZone: $.instanceConfiguration.availabilityZone
assignFloatingToMaster: $.instanceConfiguration.assignFloatingToMaster
assignFloatingToSlaves: $.instanceConfiguration.assignFloatingToSlaves
Forms:
- manifest:
fields:
- name: nodes
type: text
label: Nodes list
description: >-
List of the nodes name. Every line means separate node connected to puppet
master with the same certificate name
- name: puppetfileLink
type: string
label: Puppetfile link
description: >-
Direct link to a Puppetfile
- name: manifest
type: string
label: Main manifest
description: >-
The file or directory which contains main manifest for your environment
- instanceConfiguration:
fields:
- name: title
type: string
required: false
hidden: true
description: Specify some instance parameters on which the application would be created
- name: flavor
type: flavor
label: Instance flavor
description: >-
Select registered in Openstack flavor. Consider that application performance
depends on this parameter.
initial: m1.medium
required: false
- name: osImage
type: image
imageType: linux
label: Instance image
description: >-
Select a valid image for the application. Image should already be prepared and
registered in glance.
- name: keyPair
type: keypair
label: Key Pair
description: >-
Select a Key Pair to control access to instances. You can login to
instances using this KeyPair after the deployment of application.
required: false
- name: availabilityZone
type: azone
label: Availability zone
description: Select availability zone where the application would be installed.
required: false
- name: assignFloatingToMaster
type: boolean
label: Assign floating to master node
description: Assign floating to Puppet master node
initial: true
required: false
- name: assignFloatingToSlaves
type: boolean
label: Assign floating to slaves nodes
description: Assign floating to an every slave node
initial: true
required: false