CloudConfig editor: azs sub-properties added to schema
This commit is contained in:
@@ -83,7 +83,7 @@ public class BoshCloudConfigSchema extends SchemaSupport implements YamlSchema {
|
||||
YType t_network = createNetworkBlockSchema(models);
|
||||
|
||||
YBeanType t_az = f.ybean("AZ");
|
||||
addProp(t_az, "name", t_az_def).isRequired(true);
|
||||
addProp(t_az, "name", t_az_def).isPrimary(true);
|
||||
addProp(t_az, "cloud_properties", t_params);
|
||||
|
||||
YBeanType t_compilation = f.ybean("Compilation");
|
||||
|
||||
@@ -0,0 +1,11 @@
|
||||
Describes any IaaS-specific properties needed to associated with AZ; for most IaaSes, some data here is actually required. Example: `availability_zone`. Default is `{}` (empty Hash).
|
||||
|
||||
See:
|
||||
|
||||
- [AWS CPI AZ cloud properties](https://bosh.io/docs/aws-cpi.html#azs)
|
||||
- [Azure CPI AZ cloud properties](https://bosh.io/docs/azure-cpi.html#azs)
|
||||
- [OpenStack CPI AZ cloud properties](https://bosh.io/docs/openstack-cpi.html#azs)
|
||||
- [Softlayer CPI AZ cloud properties](https://bosh.io/docs/softlayer-cpi.html#azs)
|
||||
- [Google Cloud Platform CPI AZ cloud properties](https://bosh.io/docs/google-cpi.html#azs)
|
||||
- [vSphere CPI AZ cloud properties](https://bosh.io/docs/vsphere-cpi.html#azs)
|
||||
- [vCloud CPI AZ cloud properties](https://bosh.io/docs/vcloud-cpi.html#azs)
|
||||
@@ -0,0 +1 @@
|
||||
*Required*. Name of an AZ within the Director.
|
||||
Reference in New Issue
Block a user