sparkle_formation 3.0.4 → 3.0.6
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/CHANGELOG.md +3 -0
- data/lib/sparkle_formation/resources/aws_resources.json +872 -50
- data/lib/sparkle_formation/resources/azure_resources.json +715 -102
- data/lib/sparkle_formation/resources/heat_resources.json +179 -28
- data/lib/sparkle_formation/version.rb +1 -1
- metadata +2 -2
@@ -914,7 +914,7 @@
|
|
914
914
|
"update_causes": "replacement"
|
915
915
|
},
|
916
916
|
"size": {
|
917
|
-
"description": "The size of the volume in GB. On update only increase in size is supported.",
|
917
|
+
"description": "The size of the volume in GB. On update only increase in size is supported. This property is required unless property backup_id or source_volid or snapshot_id is specified.",
|
918
918
|
"required": false,
|
919
919
|
"type": "integer",
|
920
920
|
"update_causes": "none"
|
@@ -1106,7 +1106,8 @@
|
|
1106
1106
|
"min_disk",
|
1107
1107
|
"min_ram",
|
1108
1108
|
"name",
|
1109
|
-
"protected"
|
1109
|
+
"protected",
|
1110
|
+
"tags"
|
1110
1111
|
],
|
1111
1112
|
"full_properties": {
|
1112
1113
|
"container_format": {
|
@@ -1162,6 +1163,12 @@
|
|
1162
1163
|
"required": false,
|
1163
1164
|
"type": "boolean",
|
1164
1165
|
"update_causes": "replacement"
|
1166
|
+
},
|
1167
|
+
"tags": {
|
1168
|
+
"description": "List of image tags.",
|
1169
|
+
"required": false,
|
1170
|
+
"type": "list",
|
1171
|
+
"update_causes": "none"
|
1165
1172
|
}
|
1166
1173
|
}
|
1167
1174
|
},
|
@@ -1594,7 +1601,7 @@
|
|
1594
1601
|
"update_causes": "none"
|
1595
1602
|
},
|
1596
1603
|
"servers": {
|
1597
|
-
"description": "A map of
|
1604
|
+
"description": "A map of names and server IDs to apply configuration to. The name is arbitrary and is used as the Heat resource name for the corresponding deployment.",
|
1598
1605
|
"required": false,
|
1599
1606
|
"type": "map",
|
1600
1607
|
"update_causes": "none"
|
@@ -1793,7 +1800,7 @@
|
|
1793
1800
|
"update_causes": "none"
|
1794
1801
|
},
|
1795
1802
|
"servers": {
|
1796
|
-
"description": "A map of
|
1803
|
+
"description": "A map of names and server IDs to apply configuration to. The name is arbitrary and is used as the Heat resource name for the corresponding deployment.",
|
1797
1804
|
"required": false,
|
1798
1805
|
"type": "map",
|
1799
1806
|
"update_causes": "none"
|
@@ -1849,6 +1856,7 @@
|
|
1849
1856
|
"entity_name",
|
1850
1857
|
"fail",
|
1851
1858
|
"update_replace",
|
1859
|
+
"update_replace_value",
|
1852
1860
|
"value",
|
1853
1861
|
"wait_secs"
|
1854
1862
|
],
|
@@ -1895,6 +1903,12 @@
|
|
1895
1903
|
"type": "boolean",
|
1896
1904
|
"update_causes": "none"
|
1897
1905
|
},
|
1906
|
+
"update_replace_value": {
|
1907
|
+
"description": "Some value that can be stored but can not be updated.",
|
1908
|
+
"required": false,
|
1909
|
+
"type": "string",
|
1910
|
+
"update_causes": "replacement"
|
1911
|
+
},
|
1898
1912
|
"value": {
|
1899
1913
|
"description": "The input string to be stored.",
|
1900
1914
|
"required": false,
|
@@ -2336,8 +2350,8 @@
|
|
2336
2350
|
"no_proxy",
|
2337
2351
|
"public",
|
2338
2352
|
"registry_enabled",
|
2339
|
-
"
|
2340
|
-
"
|
2353
|
+
"tls_disabled",
|
2354
|
+
"volume_driver"
|
2341
2355
|
],
|
2342
2356
|
"full_properties": {
|
2343
2357
|
"coe": {
|
@@ -2442,17 +2456,17 @@
|
|
2442
2456
|
"type": "boolean",
|
2443
2457
|
"update_causes": "replacement"
|
2444
2458
|
},
|
2445
|
-
"ssh_authorized_key": {
|
2446
|
-
"description": "The SSH Authorized Key.",
|
2447
|
-
"required": false,
|
2448
|
-
"type": "string",
|
2449
|
-
"update_causes": "replacement"
|
2450
|
-
},
|
2451
2459
|
"tls_disabled": {
|
2452
2460
|
"description": "Disable TLS in the bay.",
|
2453
2461
|
"required": false,
|
2454
2462
|
"type": "boolean",
|
2455
2463
|
"update_causes": "replacement"
|
2464
|
+
},
|
2465
|
+
"volume_driver": {
|
2466
|
+
"description": "The volume driver name for instantiating container volume.",
|
2467
|
+
"required": false,
|
2468
|
+
"type": "string",
|
2469
|
+
"update_causes": "replacement"
|
2456
2470
|
}
|
2457
2471
|
}
|
2458
2472
|
},
|
@@ -2793,26 +2807,122 @@
|
|
2793
2807
|
}
|
2794
2808
|
}
|
2795
2809
|
},
|
2796
|
-
"OS::
|
2810
|
+
"OS::Monasca::AlarmDefinition": {
|
2797
2811
|
"properties": [
|
2798
|
-
"
|
2812
|
+
"actions_enabled",
|
2813
|
+
"alarm_actions",
|
2814
|
+
"description",
|
2815
|
+
"expression",
|
2816
|
+
"match_by",
|
2799
2817
|
"name",
|
2800
|
-
"
|
2801
|
-
"
|
2818
|
+
"ok_actions",
|
2819
|
+
"severity",
|
2820
|
+
"undetermined_actions"
|
2802
2821
|
],
|
2803
2822
|
"full_properties": {
|
2823
|
+
"expression": {
|
2824
|
+
"description": "Expression of the alarm to evaluate.",
|
2825
|
+
"required": true,
|
2826
|
+
"type": "string",
|
2827
|
+
"update_causes": "replacement"
|
2828
|
+
},
|
2829
|
+
"actions_enabled": {
|
2830
|
+
"description": "Whether to enable the actions or not.",
|
2831
|
+
"required": false,
|
2832
|
+
"type": "boolean",
|
2833
|
+
"update_causes": "none"
|
2834
|
+
},
|
2835
|
+
"alarm_actions": {
|
2836
|
+
"description": "The notification methods to use when an alarm state is ALARM.",
|
2837
|
+
"required": false,
|
2838
|
+
"type": "list",
|
2839
|
+
"update_causes": "none"
|
2840
|
+
},
|
2841
|
+
"description": {
|
2842
|
+
"description": "Description of the alarm.",
|
2843
|
+
"required": false,
|
2844
|
+
"type": "string",
|
2845
|
+
"update_causes": "none"
|
2846
|
+
},
|
2847
|
+
"match_by": {
|
2848
|
+
"description": "The metric dimensions to match to the alarm dimensions. One or more dimension key names separated by a comma.",
|
2849
|
+
"required": false,
|
2850
|
+
"type": "list",
|
2851
|
+
"update_causes": "replacement"
|
2852
|
+
},
|
2804
2853
|
"name": {
|
2805
|
-
"description": "
|
2854
|
+
"description": "Name of the alarm. By default, physical resource name is used.",
|
2855
|
+
"required": false,
|
2856
|
+
"type": "string",
|
2857
|
+
"update_causes": "none"
|
2858
|
+
},
|
2859
|
+
"ok_actions": {
|
2860
|
+
"description": "The notification methods to use when an alarm state is OK.",
|
2861
|
+
"required": false,
|
2862
|
+
"type": "list",
|
2863
|
+
"update_causes": "none"
|
2864
|
+
},
|
2865
|
+
"severity": {
|
2866
|
+
"description": "Severity of the alarm.",
|
2867
|
+
"required": false,
|
2868
|
+
"type": "string",
|
2869
|
+
"update_causes": "none"
|
2870
|
+
},
|
2871
|
+
"undetermined_actions": {
|
2872
|
+
"description": "The notification methods to use when an alarm state is UNDETERMINED.",
|
2873
|
+
"required": false,
|
2874
|
+
"type": "list",
|
2875
|
+
"update_causes": "none"
|
2876
|
+
}
|
2877
|
+
}
|
2878
|
+
},
|
2879
|
+
"OS::Monasca::Notification": {
|
2880
|
+
"properties": [
|
2881
|
+
"address",
|
2882
|
+
"name",
|
2883
|
+
"type"
|
2884
|
+
],
|
2885
|
+
"full_properties": {
|
2886
|
+
"address": {
|
2887
|
+
"description": "Address of the notification. It could be a valid email address, url or service key based on notification type.",
|
2806
2888
|
"required": true,
|
2807
2889
|
"type": "string",
|
2808
2890
|
"update_causes": "none"
|
2809
2891
|
},
|
2892
|
+
"type": {
|
2893
|
+
"description": "Type of the notification.",
|
2894
|
+
"required": true,
|
2895
|
+
"type": "string",
|
2896
|
+
"update_causes": "none"
|
2897
|
+
},
|
2898
|
+
"name": {
|
2899
|
+
"description": "Name of the notification. By default, physical resource name is used.",
|
2900
|
+
"required": false,
|
2901
|
+
"type": "string",
|
2902
|
+
"update_causes": "none"
|
2903
|
+
}
|
2904
|
+
}
|
2905
|
+
},
|
2906
|
+
"OS::Neutron::AddressScope": {
|
2907
|
+
"properties": [
|
2908
|
+
"ip_version",
|
2909
|
+
"name",
|
2910
|
+
"shared",
|
2911
|
+
"tenant_id"
|
2912
|
+
],
|
2913
|
+
"full_properties": {
|
2810
2914
|
"ip_version": {
|
2811
2915
|
"description": "Address family of the address scope, which is 4 or 6.",
|
2812
2916
|
"required": false,
|
2813
2917
|
"type": "integer",
|
2814
2918
|
"update_causes": "replacement"
|
2815
2919
|
},
|
2920
|
+
"name": {
|
2921
|
+
"description": "The name for the address scope.",
|
2922
|
+
"required": false,
|
2923
|
+
"type": "string",
|
2924
|
+
"update_causes": "none"
|
2925
|
+
},
|
2816
2926
|
"shared": {
|
2817
2927
|
"description": "Whether the address scope should be shared to other tenants. Note that the default policy setting restricts usage of this attribute to administrative users only, and restricts changing of shared address scope to unshared with update.",
|
2818
2928
|
"required": false,
|
@@ -4068,12 +4178,6 @@
|
|
4068
4178
|
"type": "string",
|
4069
4179
|
"update_causes": "none"
|
4070
4180
|
},
|
4071
|
-
"physical_network": {
|
4072
|
-
"description": "A string specifying physical network mapping for the network.",
|
4073
|
-
"required": true,
|
4074
|
-
"type": "string",
|
4075
|
-
"update_causes": "none"
|
4076
|
-
},
|
4077
4181
|
"admin_state_up": {
|
4078
4182
|
"description": "A boolean value specifying the administrative status of the network.",
|
4079
4183
|
"required": false,
|
@@ -4086,6 +4190,12 @@
|
|
4086
4190
|
"type": "string",
|
4087
4191
|
"update_causes": "none"
|
4088
4192
|
},
|
4193
|
+
"physical_network": {
|
4194
|
+
"description": "A string specifying physical network mapping for the network.",
|
4195
|
+
"required": false,
|
4196
|
+
"type": "string",
|
4197
|
+
"update_causes": "none"
|
4198
|
+
},
|
4089
4199
|
"router_external": {
|
4090
4200
|
"description": "Whether the network contains an external router.",
|
4091
4201
|
"required": false,
|
@@ -4140,6 +4250,33 @@
|
|
4140
4250
|
}
|
4141
4251
|
}
|
4142
4252
|
},
|
4253
|
+
"OS::Neutron::QoSDscpMarkingRule": {
|
4254
|
+
"properties": [
|
4255
|
+
"dscp_mark",
|
4256
|
+
"policy",
|
4257
|
+
"tenant_id"
|
4258
|
+
],
|
4259
|
+
"full_properties": {
|
4260
|
+
"dscp_mark": {
|
4261
|
+
"description": "DSCP mark between 0 and 56, except 2-6, 42, 44, and 50-54.",
|
4262
|
+
"required": true,
|
4263
|
+
"type": "integer",
|
4264
|
+
"update_causes": "none"
|
4265
|
+
},
|
4266
|
+
"policy": {
|
4267
|
+
"description": "ID or name of the QoS policy.",
|
4268
|
+
"required": true,
|
4269
|
+
"type": "string",
|
4270
|
+
"update_causes": "replacement"
|
4271
|
+
},
|
4272
|
+
"tenant_id": {
|
4273
|
+
"description": "The owner tenant ID of this rule.",
|
4274
|
+
"required": false,
|
4275
|
+
"type": "string",
|
4276
|
+
"update_causes": "replacement"
|
4277
|
+
}
|
4278
|
+
}
|
4279
|
+
},
|
4143
4280
|
"OS::Neutron::QoSPolicy": {
|
4144
4281
|
"properties": [
|
4145
4282
|
"description",
|
@@ -4148,14 +4285,14 @@
|
|
4148
4285
|
"tenant_id"
|
4149
4286
|
],
|
4150
4287
|
"full_properties": {
|
4151
|
-
"
|
4152
|
-
"description": "The
|
4153
|
-
"required":
|
4288
|
+
"description": {
|
4289
|
+
"description": "The description for the QoS policy.",
|
4290
|
+
"required": false,
|
4154
4291
|
"type": "string",
|
4155
4292
|
"update_causes": "none"
|
4156
4293
|
},
|
4157
|
-
"
|
4158
|
-
"description": "The
|
4294
|
+
"name": {
|
4295
|
+
"description": "The name for the QoS policy.",
|
4159
4296
|
"required": false,
|
4160
4297
|
"type": "string",
|
4161
4298
|
"update_causes": "none"
|
@@ -4557,7 +4694,9 @@
|
|
4557
4694
|
"disk",
|
4558
4695
|
"ephemeral",
|
4559
4696
|
"extra_specs",
|
4697
|
+
"flavorid",
|
4560
4698
|
"is_public",
|
4699
|
+
"name",
|
4561
4700
|
"ram",
|
4562
4701
|
"rxtx_factor",
|
4563
4702
|
"swap",
|
@@ -4594,12 +4733,24 @@
|
|
4594
4733
|
"type": "map",
|
4595
4734
|
"update_causes": "none"
|
4596
4735
|
},
|
4736
|
+
"flavorid": {
|
4737
|
+
"description": "Unique ID of the flavor. If not specified, an UUID will be auto generated and used.",
|
4738
|
+
"required": false,
|
4739
|
+
"type": "string",
|
4740
|
+
"update_causes": "replacement"
|
4741
|
+
},
|
4597
4742
|
"is_public": {
|
4598
4743
|
"description": "Scope of flavor accessibility. Public or private. Default value is True, means public, shared across all projects.",
|
4599
4744
|
"required": false,
|
4600
4745
|
"type": "boolean",
|
4601
4746
|
"update_causes": "replacement"
|
4602
4747
|
},
|
4748
|
+
"name": {
|
4749
|
+
"description": "Name of the flavor.",
|
4750
|
+
"required": false,
|
4751
|
+
"type": "string",
|
4752
|
+
"update_causes": "replacement"
|
4753
|
+
},
|
4603
4754
|
"rxtx_factor": {
|
4604
4755
|
"description": "RX/TX factor.",
|
4605
4756
|
"required": false,
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: sparkle_formation
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 3.0.
|
4
|
+
version: 3.0.6
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Chris Roberts
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2016-
|
11
|
+
date: 2016-06-08 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: attribute_struct
|