fuel-plugin-xenserver/environment_config.yaml
John Hua c3d61b4579 Upgrade to fpb package version 4
Fuel plugin builder package version 4 introduces components.yaml to enable fuel
plugin manipulate wizard and settings without creating new release. So the old
xs_release.yaml will not be needed any more as well as other scripts or yamls
that helps on that.

Change-Id: I6e2226176faf11fff986f03da184558e6cfdce05
(cherry picked from commit 95b8677f1a248ede0ef5e749df481eab9a60d9b5)
2016-05-16 09:22:28 +01:00

35 lines
1.0 KiB
YAML

attributes:
metadata:
restrictions:
- "settings:common.libvirt_type.value == 'kvm'"
- "settings:storage.volumes_ceph.value == true"
- "settings:storage.images_ceph.value == true"
- "settings:storage.ephemeral_ceph.value == true"
- "settings:storage.objects_ceph.value == true"
- "settings:additional_components.sahara.value == true"
- "settings:additional_components.murano.value == true"
- "settings:additional_components.ceilometer.value == true"
- "settings:additional_components.mongo.value == true"
- "settings:additional_components.ironic.value == true"
group: 'compute'
username:
value: 'root'
label: 'Username'
description: ''
weight: 10
type: "text"
password:
value: ''
label: 'Password'
description: ''
weight: 20
type: "password"
regex:
source: '\S'
error: "Password cannot be empty"
install_xapi:
value: true
label: 'Install Nova Plugins'
description: ''
weight: 30
type: "checkbox"