fuel-plugin-murano/environment_config.yaml

44 lines
1.5 KiB
YAML

attributes:
metadata:
group: 'openstack_services'
murano_repo_url:
value: "http://storage.apps.openstack.org/"
label: "Murano Repository URL"
description: ""
weight: 10
type: "text"
regex:
source: '^(http(s?):\/\/)?([a-zA-Z\d]+[a-zA-Z\d_\-.]*)(:[0-9]+)?(\/[a-zA-Z0-9_\-\s.\/\?%#&=]*)?$'
error: "Invalid URL, ie: http://storage.apps.openstack.org/"
murano_cfapi:
value: false
label: "Install Murano service broker for Cloud Foundry"
description: "If selected, Murano service broker will be installed"
weight: 20
type: "checkbox"
murano_glance_artifacts:
value: true
label: "Enable glance artifact repository"
description: "If selected glance artifact repository will be enabled"
weight: 30
type: "checkbox"
application_catalog_ui:
value: true
label: "Install Application Catalog UI"
description: "This makes the Applications and Components stored in the OpenStack Application Catalog available in Cloud's Horizon UI."
weight: 32
type: "checkbox"
yaml_additional_config:
description: |
This field contains free form YAML to provide extra parameters.
type: "textarea"
weight: 35
value: |
#Uncomment to add custom settings
#murano_db_password: database_password
#murano_user_password: keystone_user_password
#murano_rabbit_user: murano
#murano_rabbit_password: rabbit_password
#murano_rabbit_vhost: "/"
label: "Additional config"