fuel-plugin-murano/environment_config.yaml

37 lines
1.2 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"
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_vhost: "/"
#murano_rabbit_port: 55572
label: "Additional config"