sparkle_formation 3.0.32 → 3.0.34
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/CHANGELOG.md +8 -0
- data/LICENSE +1 -1
- data/lib/sparkle_formation/provider/terraform.rb +9 -1
- data/lib/sparkle_formation/resources.rb +7 -0
- data/lib/sparkle_formation/resources/aws.rb +18 -24
- data/lib/sparkle_formation/resources/aws_resources.json +2107 -186
- data/lib/sparkle_formation/resources/azure_resources.json +16497 -5796
- data/lib/sparkle_formation/resources/heat_resources.json +190 -4
- data/lib/sparkle_formation/resources/terraform.rb +16 -0
- data/lib/sparkle_formation/resources/terraform_account_resources.json +24 -0
- data/lib/sparkle_formation/resources/terraform_acme_resources.json +59 -0
- data/lib/sparkle_formation/resources/terraform_alicloud_resources.json +4023 -0
- data/lib/sparkle_formation/resources/terraform_arukas_resources.json +49 -0
- data/lib/sparkle_formation/resources/terraform_aws_resources.json +15899 -0
- data/lib/sparkle_formation/resources/terraform_azure_resources.json +572 -0
- data/lib/sparkle_formation/resources/terraform_azurerm_resources.json +6632 -0
- data/lib/sparkle_formation/resources/terraform_azurestack_resources.json +1231 -0
- data/lib/sparkle_formation/resources/terraform_bigip_resources.json +1004 -0
- data/lib/sparkle_formation/resources/terraform_bitbucket_resources.json +123 -0
- data/lib/sparkle_formation/resources/terraform_brightbox_resources.json +283 -0
- data/lib/sparkle_formation/resources/terraform_bucket_resources.json +24 -0
- data/lib/sparkle_formation/resources/terraform_chef_resources.json +132 -0
- data/lib/sparkle_formation/resources/terraform_circonus_resources.json +406 -0
- data/lib/sparkle_formation/resources/terraform_clc_resources.json +222 -0
- data/lib/sparkle_formation/resources/terraform_cloudflare_resources.json +638 -0
- data/lib/sparkle_formation/resources/terraform_cloudscale_resources.json +96 -0
- data/lib/sparkle_formation/resources/terraform_cloudstack_resources.json +888 -0
- data/lib/sparkle_formation/resources/terraform_cobbler_resources.json +589 -0
- data/lib/sparkle_formation/resources/terraform_consul_resources.json +297 -0
- data/lib/sparkle_formation/resources/terraform_databases_resources.json +14 -0
- data/lib/sparkle_formation/resources/terraform_datadog_resources.json +385 -0
- data/lib/sparkle_formation/resources/terraform_digitalocean_resources.json +408 -0
- data/lib/sparkle_formation/resources/terraform_dme_resources.json +29 -0
- data/lib/sparkle_formation/resources/terraform_dns_resources.json +137 -0
- data/lib/sparkle_formation/resources/terraform_dnsimple_resources.json +39 -0
- data/lib/sparkle_formation/resources/terraform_docker_resources.json +266 -0
- data/lib/sparkle_formation/resources/terraform_dyn_resources.json +34 -0
- data/lib/sparkle_formation/resources/terraform_fastly_resources.json +124 -0
- data/lib/sparkle_formation/resources/terraform_flexibleengine_resources.json +2915 -0
- data/lib/sparkle_formation/resources/terraform_github_resources.json +449 -0
- data/lib/sparkle_formation/resources/terraform_gitlab_resources.json +267 -0
- data/lib/sparkle_formation/resources/terraform_google_resources.json +2485 -0
- data/lib/sparkle_formation/resources/terraform_grafana_resources.json +135 -0
- data/lib/sparkle_formation/resources/terraform_hcloud_resources.json +201 -0
- data/lib/sparkle_formation/resources/terraform_heroku_resources.json +447 -0
- data/lib/sparkle_formation/resources/terraform_huaweicloud_resources.json +2508 -0
- data/lib/sparkle_formation/resources/terraform_icinga2_resources.json +100 -0
- data/lib/sparkle_formation/resources/terraform_influxdb_resources.json +68 -0
- data/lib/sparkle_formation/resources/terraform_kubernetes_resources.json +277 -0
- data/lib/sparkle_formation/resources/terraform_librato_resources.json +167 -0
- data/lib/sparkle_formation/resources/terraform_linode_resources.json +252 -0
- data/lib/sparkle_formation/resources/terraform_local_resources.json +19 -0
- data/lib/sparkle_formation/resources/terraform_logentries_resources.json +56 -0
- data/lib/sparkle_formation/resources/terraform_logicmonitor_resources.json +140 -0
- data/lib/sparkle_formation/resources/terraform_mailgun_resources.json +29 -0
- data/lib/sparkle_formation/resources/terraform_mysql_resources.json +143 -0
- data/lib/sparkle_formation/resources/terraform_netlify_resources.json +90 -0
- data/lib/sparkle_formation/resources/terraform_newrelic_resources.json +298 -0
- data/lib/sparkle_formation/resources/terraform_nomad_resources.json +149 -0
- data/lib/sparkle_formation/resources/terraform_ns1_resources.json +320 -0
- data/lib/sparkle_formation/resources/terraform_nsxt_resources.json +813 -0
- data/lib/sparkle_formation/resources/terraform_nutanix_resources.json +596 -0
- data/lib/sparkle_formation/resources/terraform_oci_resources.json +3567 -0
- data/lib/sparkle_formation/resources/terraform_oneandone_resources.json +221 -0
- data/lib/sparkle_formation/resources/terraform_opc_resources.json +1224 -0
- data/lib/sparkle_formation/resources/terraform_openstack_resources.json +3293 -0
- data/lib/sparkle_formation/resources/terraform_opentelekomcloud_resources.json +2881 -0
- data/lib/sparkle_formation/resources/terraform_opsgenie_resources.json +56 -0
- data/lib/sparkle_formation/resources/terraform_oraclepaas_resources.json +551 -0
- data/lib/sparkle_formation/resources/terraform_ovh_resources.json +541 -0
- data/lib/sparkle_formation/resources/terraform_packet_resources.json +295 -0
- data/lib/sparkle_formation/resources/terraform_pagerduty_resources.json +329 -0
- data/lib/sparkle_formation/resources/terraform_panos_resources.json +2686 -0
- data/lib/sparkle_formation/resources/terraform_postgresql_resources.json +181 -0
- data/lib/sparkle_formation/resources/terraform_powerdns_resources.json +34 -0
- data/lib/sparkle_formation/resources/terraform_profitbricks_resources.json +523 -0
- data/lib/sparkle_formation/resources/terraform_projects_resources.json +24 -0
- data/lib/sparkle_formation/resources/terraform_rabbitmq_resources.json +161 -0
- data/lib/sparkle_formation/resources/terraform_rancher_resources.json +310 -0
- data/lib/sparkle_formation/resources/terraform_random_resources.json +167 -0
- data/lib/sparkle_formation/resources/terraform_rightscale_resources.json +796 -0
- data/lib/sparkle_formation/resources/terraform_ring_resources.json +24 -0
- data/lib/sparkle_formation/resources/terraform_rundeck_resources.json +175 -0
- data/lib/sparkle_formation/resources/terraform_runscope_resources.json +167 -0
- data/lib/sparkle_formation/resources/terraform_scaleway_resources.json +267 -0
- data/lib/sparkle_formation/resources/terraform_ses_resources.json +24 -0
- data/lib/sparkle_formation/resources/terraform_sfn_resources.json +36 -0
- data/lib/sparkle_formation/resources/terraform_softlayer_resources.json +136 -0
- data/lib/sparkle_formation/resources/terraform_spotinst_resources.json +237 -0
- data/lib/sparkle_formation/resources/terraform_statuscake_resources.json +159 -0
- data/lib/sparkle_formation/resources/terraform_subnetwork_resources.json +24 -0
- data/lib/sparkle_formation/resources/terraform_telefonicaopencloud_resources.json +1558 -0
- data/lib/sparkle_formation/resources/terraform_template_resources.json +24 -0
- data/lib/sparkle_formation/resources/terraform_tencentcloud_resources.json +656 -0
- data/lib/sparkle_formation/resources/terraform_tfe_resources.json +306 -0
- data/lib/sparkle_formation/resources/terraform_tls_resources.json +120 -0
- data/lib/sparkle_formation/resources/terraform_triton_resources.json +291 -0
- data/lib/sparkle_formation/resources/terraform_ultradns_resources.json +222 -0
- data/lib/sparkle_formation/resources/terraform_vault_resources.json +1414 -0
- data/lib/sparkle_formation/resources/terraform_vcd_resources.json +311 -0
- data/lib/sparkle_formation/resources/terraform_vsphere_resources.json +1076 -0
- data/lib/sparkle_formation/sparkle_attribute/aws.rb +78 -32
- data/lib/sparkle_formation/sparkle_attribute/terraform.rb +24 -5
- data/lib/sparkle_formation/sparkle_formation.rb +18 -4
- data/lib/sparkle_formation/version.rb +1 -1
- data/sparkle_formation.gemspec +23 -23
- metadata +97 -5
@@ -0,0 +1,589 @@
|
|
1
|
+
{
|
2
|
+
"cobbler_distro": {
|
3
|
+
"full_properties": {
|
4
|
+
"arch": {
|
5
|
+
"description": "The architecture of the distro. Valid options",
|
6
|
+
"required": true
|
7
|
+
},
|
8
|
+
"boot_files": {
|
9
|
+
"description": "Files copied into tftpboot beyond the",
|
10
|
+
"required": false
|
11
|
+
},
|
12
|
+
"breed": {
|
13
|
+
"description": "The \"breed\" of distribution. Valid options",
|
14
|
+
"required": true
|
15
|
+
},
|
16
|
+
"comment": {
|
17
|
+
"description": "Free form text description.",
|
18
|
+
"required": false
|
19
|
+
},
|
20
|
+
"fetchable_files": {
|
21
|
+
"description": "Templates for tftp or wget.",
|
22
|
+
"required": false
|
23
|
+
},
|
24
|
+
"initrd": {
|
25
|
+
"description": "Absolute path to initrd on filesystem. This",
|
26
|
+
"required": true
|
27
|
+
},
|
28
|
+
"kernel": {
|
29
|
+
"description": "Absolute path to kernel on filesystem. This",
|
30
|
+
"required": true
|
31
|
+
},
|
32
|
+
"kernel_options": {
|
33
|
+
"description": "Kernel options to use with the",
|
34
|
+
"required": false
|
35
|
+
},
|
36
|
+
"kernel_options_post": {
|
37
|
+
"description": "Post install Kernel options to",
|
38
|
+
"required": false
|
39
|
+
},
|
40
|
+
"mgmt_classes": {
|
41
|
+
"description": "Management classes for external config",
|
42
|
+
"required": false
|
43
|
+
},
|
44
|
+
"name": {
|
45
|
+
"description": "A name for the distro.",
|
46
|
+
"required": true
|
47
|
+
},
|
48
|
+
"os_version": {
|
49
|
+
"description": "The version of the distro you are",
|
50
|
+
"required": true
|
51
|
+
},
|
52
|
+
"owners": {
|
53
|
+
"description": "Owners list for authz_ownership.",
|
54
|
+
"required": false
|
55
|
+
},
|
56
|
+
"redhat_management_key": {
|
57
|
+
"description": "Red Hat Management key.",
|
58
|
+
"required": false
|
59
|
+
},
|
60
|
+
"redhat_management_server": {
|
61
|
+
"description": "Red Hat Management server.",
|
62
|
+
"required": false
|
63
|
+
},
|
64
|
+
"template_files": {
|
65
|
+
"description": "File mappings for built-in config",
|
66
|
+
"required": false
|
67
|
+
}
|
68
|
+
},
|
69
|
+
"path": "/docs/providers/cobbler/r/distro.html",
|
70
|
+
"properties": [
|
71
|
+
"arch",
|
72
|
+
"breed",
|
73
|
+
"boot_files",
|
74
|
+
"comment",
|
75
|
+
"fetchable_files",
|
76
|
+
"kernel",
|
77
|
+
"kernel_options",
|
78
|
+
"kernel_options_post",
|
79
|
+
"initrd",
|
80
|
+
"mgmt_classes",
|
81
|
+
"name",
|
82
|
+
"os_version",
|
83
|
+
"owners",
|
84
|
+
"redhat_management_key",
|
85
|
+
"redhat_management_server",
|
86
|
+
"template_files"
|
87
|
+
]
|
88
|
+
},
|
89
|
+
"cobbler_kickstart_file": {
|
90
|
+
"full_properties": {
|
91
|
+
"body": {
|
92
|
+
"description": "The body of the kickstart file.",
|
93
|
+
"required": true
|
94
|
+
},
|
95
|
+
"name": {
|
96
|
+
"description": "The name of the kickstart file. This must be",
|
97
|
+
"required": true
|
98
|
+
}
|
99
|
+
},
|
100
|
+
"path": "/docs/providers/cobbler/r/kickstart_file.html",
|
101
|
+
"properties": [
|
102
|
+
"body",
|
103
|
+
"name"
|
104
|
+
]
|
105
|
+
},
|
106
|
+
"cobbler_profile": {
|
107
|
+
"full_properties": {
|
108
|
+
"boot_files": {
|
109
|
+
"description": "Files copied into tftpboot beyond the",
|
110
|
+
"required": false
|
111
|
+
},
|
112
|
+
"comment": {
|
113
|
+
"description": "Free form text description.",
|
114
|
+
"required": false
|
115
|
+
},
|
116
|
+
"distro": {
|
117
|
+
"description": "Parent distribution.",
|
118
|
+
"required": false
|
119
|
+
},
|
120
|
+
"enable_gpxe": {
|
121
|
+
"description": "Use gPXE instead of PXELINUX for",
|
122
|
+
"required": false
|
123
|
+
},
|
124
|
+
"enable_menu": {
|
125
|
+
"description": "Enable a boot menu.",
|
126
|
+
"required": false
|
127
|
+
},
|
128
|
+
"fetchable_files": {
|
129
|
+
"description": "Templates for tftp or wget.",
|
130
|
+
"required": false
|
131
|
+
},
|
132
|
+
"kernel_options": {
|
133
|
+
"description": "Kernel options for the profile.",
|
134
|
+
"required": false
|
135
|
+
},
|
136
|
+
"kernel_options_post": {
|
137
|
+
"description": "Post install kernel options.",
|
138
|
+
"required": false
|
139
|
+
},
|
140
|
+
"kickstart": {
|
141
|
+
"description": "The kickstart file to use.",
|
142
|
+
"required": false
|
143
|
+
},
|
144
|
+
"ks_meta": {
|
145
|
+
"description": "Kickstart metadata.",
|
146
|
+
"required": false
|
147
|
+
},
|
148
|
+
"mgmt_classes": {
|
149
|
+
"description": "For external configuration management.",
|
150
|
+
"required": false
|
151
|
+
},
|
152
|
+
"mgmt_parameters": {
|
153
|
+
"description": "Parameters which will be handed to",
|
154
|
+
"required": false
|
155
|
+
},
|
156
|
+
"name": {
|
157
|
+
"description": "The name of the profile.",
|
158
|
+
"required": true
|
159
|
+
},
|
160
|
+
"name_servers": {
|
161
|
+
"description": "Name servers.",
|
162
|
+
"required": false
|
163
|
+
},
|
164
|
+
"name_servers_search": {
|
165
|
+
"description": "Name server search settings.",
|
166
|
+
"required": false
|
167
|
+
},
|
168
|
+
"owners": {
|
169
|
+
"description": "Owners list for authz_ownership.",
|
170
|
+
"required": false
|
171
|
+
},
|
172
|
+
"parent": {
|
173
|
+
"description": "The parent this profile inherits settings from.",
|
174
|
+
"required": false
|
175
|
+
},
|
176
|
+
"proxy": {
|
177
|
+
"description": "Proxy URL.",
|
178
|
+
"required": false
|
179
|
+
},
|
180
|
+
"redhat_management_key": {
|
181
|
+
"description": "Red Hat Management Key.",
|
182
|
+
"required": false
|
183
|
+
},
|
184
|
+
"redhat_management_server": {
|
185
|
+
"description": "RedHat Management Server.",
|
186
|
+
"required": false
|
187
|
+
},
|
188
|
+
"repos": {
|
189
|
+
"description": "Repos to auto-assign to this profile.",
|
190
|
+
"required": false
|
191
|
+
},
|
192
|
+
"server": {
|
193
|
+
"description": "The server-override for the profile.",
|
194
|
+
"required": false
|
195
|
+
},
|
196
|
+
"template_files": {
|
197
|
+
"description": "File mappings for built-in config",
|
198
|
+
"required": false
|
199
|
+
},
|
200
|
+
"template_remote_kickstarts": {
|
201
|
+
"description": "remote kickstart",
|
202
|
+
"required": false
|
203
|
+
},
|
204
|
+
"virt_auto_boot": {
|
205
|
+
"description": "Auto boot virtual machines.",
|
206
|
+
"required": false
|
207
|
+
},
|
208
|
+
"virt_bridge": {
|
209
|
+
"description": "The bridge for virtual machines.",
|
210
|
+
"required": false
|
211
|
+
},
|
212
|
+
"virt_cpus": {
|
213
|
+
"description": "The number of virtual CPUs.",
|
214
|
+
"required": false
|
215
|
+
},
|
216
|
+
"virt_disk_driver": {
|
217
|
+
"description": "The virtual machine disk driver.",
|
218
|
+
"required": false
|
219
|
+
},
|
220
|
+
"virt_file_size": {
|
221
|
+
"description": "The virtual machine file size.",
|
222
|
+
"required": false
|
223
|
+
},
|
224
|
+
"virt_path": {
|
225
|
+
"description": "The virtual machine path.",
|
226
|
+
"required": false
|
227
|
+
},
|
228
|
+
"virt_ram": {
|
229
|
+
"description": "The amount of RAM for the virtual machine.",
|
230
|
+
"required": false
|
231
|
+
},
|
232
|
+
"virt_type": {
|
233
|
+
"description": "The type of virtual machine. Valid options",
|
234
|
+
"required": false
|
235
|
+
}
|
236
|
+
},
|
237
|
+
"path": "/docs/providers/cobbler/r/profile.html",
|
238
|
+
"properties": [
|
239
|
+
"boot_files",
|
240
|
+
"comment",
|
241
|
+
"parent",
|
242
|
+
"server",
|
243
|
+
"distro",
|
244
|
+
"enable_gpxe",
|
245
|
+
"enable_menu",
|
246
|
+
"fetchable_files",
|
247
|
+
"kernel_options",
|
248
|
+
"kernel_options_post",
|
249
|
+
"kickstart",
|
250
|
+
"ks_meta",
|
251
|
+
"mgmt_classes",
|
252
|
+
"mgmt_parameters",
|
253
|
+
"name_servers_search",
|
254
|
+
"name_servers",
|
255
|
+
"name",
|
256
|
+
"owners",
|
257
|
+
"proxy",
|
258
|
+
"redhat_management_key",
|
259
|
+
"redhat_management_server",
|
260
|
+
"repos",
|
261
|
+
"template_files",
|
262
|
+
"template_remote_kickstarts",
|
263
|
+
"virt_auto_boot",
|
264
|
+
"virt_bridge",
|
265
|
+
"virt_cpus",
|
266
|
+
"virt_file_size",
|
267
|
+
"virt_path",
|
268
|
+
"virt_ram",
|
269
|
+
"virt_type",
|
270
|
+
"virt_disk_driver"
|
271
|
+
]
|
272
|
+
},
|
273
|
+
"cobbler_repo": {
|
274
|
+
"full_properties": {
|
275
|
+
"apt_components": {
|
276
|
+
"description": "List of Apt components such as main,",
|
277
|
+
"required": false
|
278
|
+
},
|
279
|
+
"apt_dists": {
|
280
|
+
"description": "List of Apt distribution names such as trusty,",
|
281
|
+
"required": false
|
282
|
+
},
|
283
|
+
"arch": {
|
284
|
+
"description": "The architecture of the repo. Valid options",
|
285
|
+
"required": false
|
286
|
+
},
|
287
|
+
"breed": {
|
288
|
+
"description": "The \"breed\" of distribution. Valid options",
|
289
|
+
"required": true
|
290
|
+
},
|
291
|
+
"comment": {
|
292
|
+
"description": "Free form text description.",
|
293
|
+
"required": false
|
294
|
+
},
|
295
|
+
"createrepo_flags": {
|
296
|
+
"description": "Flags to use with createrepo.",
|
297
|
+
"required": false
|
298
|
+
},
|
299
|
+
"environment": {
|
300
|
+
"description": "Environment variables to use during repo command",
|
301
|
+
"required": false
|
302
|
+
},
|
303
|
+
"keep_updated": {
|
304
|
+
"description": "Update the repo upon Cobbler sync. Valid values",
|
305
|
+
"required": false
|
306
|
+
},
|
307
|
+
"mirror": {
|
308
|
+
"description": "Address of the repo to mirror.",
|
309
|
+
"required": true
|
310
|
+
},
|
311
|
+
"mirror_locally": {
|
312
|
+
"description": "Whether to copy the files locally or just",
|
313
|
+
"required": true
|
314
|
+
},
|
315
|
+
"name": {
|
316
|
+
"description": "A name for the repo.",
|
317
|
+
"required": true
|
318
|
+
},
|
319
|
+
"owners": {
|
320
|
+
"description": "List of Owners for authz_ownership.",
|
321
|
+
"required": false
|
322
|
+
},
|
323
|
+
"proxy": {
|
324
|
+
"description": "Proxy to use for downloading the repo. This argument does",
|
325
|
+
"required": false
|
326
|
+
},
|
327
|
+
"rpm_list": {
|
328
|
+
"description": "List of specific RPMs to mirror.",
|
329
|
+
"required": false
|
330
|
+
}
|
331
|
+
},
|
332
|
+
"path": "/docs/providers/cobbler/r/repo.html",
|
333
|
+
"properties": [
|
334
|
+
"apt_components",
|
335
|
+
"apt_dists",
|
336
|
+
"arch",
|
337
|
+
"breed",
|
338
|
+
"comment",
|
339
|
+
"createrepo_flags",
|
340
|
+
"environment",
|
341
|
+
"keep_updated",
|
342
|
+
"mirror",
|
343
|
+
"mirror_locally",
|
344
|
+
"name",
|
345
|
+
"owners",
|
346
|
+
"proxy",
|
347
|
+
"rpm_list"
|
348
|
+
]
|
349
|
+
},
|
350
|
+
"cobbler_snippet": {
|
351
|
+
"full_properties": {
|
352
|
+
"body": {
|
353
|
+
"description": "The body of the snippet.",
|
354
|
+
"required": true
|
355
|
+
},
|
356
|
+
"name": {
|
357
|
+
"description": "The name of the snippet. This must be the full",
|
358
|
+
"required": true
|
359
|
+
}
|
360
|
+
},
|
361
|
+
"path": "/docs/providers/cobbler/r/snippet.html",
|
362
|
+
"properties": [
|
363
|
+
"body",
|
364
|
+
"name"
|
365
|
+
]
|
366
|
+
},
|
367
|
+
"cobbler_system": {
|
368
|
+
"full_properties": {
|
369
|
+
"boot_files": {
|
370
|
+
"description": "TFTP boot files copied into tftpboot.",
|
371
|
+
"required": false
|
372
|
+
},
|
373
|
+
"comment": {
|
374
|
+
"description": "Free form text description",
|
375
|
+
"required": false
|
376
|
+
},
|
377
|
+
"enable_gpxe": {
|
378
|
+
"description": "Use gPXE instead of PXELINUX.",
|
379
|
+
"required": false
|
380
|
+
},
|
381
|
+
"fetchable_files": {
|
382
|
+
"description": "Templates for tftp or wget.",
|
383
|
+
"required": false
|
384
|
+
},
|
385
|
+
"gateway": {
|
386
|
+
"description": "Network gateway.",
|
387
|
+
"required": false
|
388
|
+
},
|
389
|
+
"hostname": {
|
390
|
+
"description": "Hostname of the system.",
|
391
|
+
"required": false
|
392
|
+
},
|
393
|
+
"image": {
|
394
|
+
"description": "Parent image (if no profile is used).",
|
395
|
+
"required": false
|
396
|
+
},
|
397
|
+
"interface": {
|
398
|
+
"description": "(Optional)",
|
399
|
+
"required": false
|
400
|
+
},
|
401
|
+
"ipv6_default_device": {
|
402
|
+
"description": "IPv6 default device.",
|
403
|
+
"required": false
|
404
|
+
},
|
405
|
+
"kernel_options": {
|
406
|
+
"description": "Kernel options.",
|
407
|
+
"required": false
|
408
|
+
},
|
409
|
+
"kernel_options_post": {
|
410
|
+
"description": "Kernel options (post install).",
|
411
|
+
"required": false
|
412
|
+
},
|
413
|
+
"kickstart": {
|
414
|
+
"description": "Path to kickstart template.",
|
415
|
+
"required": false
|
416
|
+
},
|
417
|
+
"ks_meta": {
|
418
|
+
"description": "Kickstart metadata.",
|
419
|
+
"required": false
|
420
|
+
},
|
421
|
+
"ldap_enabled": {
|
422
|
+
"description": "Configure LDAP at next config update.",
|
423
|
+
"required": false
|
424
|
+
},
|
425
|
+
"ldap_type": {
|
426
|
+
"description": "LDAP management type.",
|
427
|
+
"required": false
|
428
|
+
},
|
429
|
+
"mgmt_classes": {
|
430
|
+
"description": "Management classes for external config",
|
431
|
+
"required": false
|
432
|
+
},
|
433
|
+
"mgmt_parameters": {
|
434
|
+
"description": "Parameters which will be handed to",
|
435
|
+
"required": false
|
436
|
+
},
|
437
|
+
"monit_enabled": {
|
438
|
+
"description": "Configure monit on this machine at",
|
439
|
+
"required": false
|
440
|
+
},
|
441
|
+
"name": {
|
442
|
+
"description": "The name of the system.",
|
443
|
+
"required": true
|
444
|
+
},
|
445
|
+
"name_servers": {
|
446
|
+
"description": "Name servers.",
|
447
|
+
"required": false
|
448
|
+
},
|
449
|
+
"name_servers_search": {
|
450
|
+
"description": "Name servers search path.",
|
451
|
+
"required": false
|
452
|
+
},
|
453
|
+
"netboot_enabled": {
|
454
|
+
"description": "(re)Install this machine at next",
|
455
|
+
"required": false
|
456
|
+
},
|
457
|
+
"owners": {
|
458
|
+
"description": "Owners list for authz_ownership.",
|
459
|
+
"required": false
|
460
|
+
},
|
461
|
+
"power_address": {
|
462
|
+
"description": "Power management address.",
|
463
|
+
"required": false
|
464
|
+
},
|
465
|
+
"power_id": {
|
466
|
+
"description": "Usually a plug number or blade name if",
|
467
|
+
"required": false
|
468
|
+
},
|
469
|
+
"power_pass": {
|
470
|
+
"description": "Power management password.",
|
471
|
+
"required": false
|
472
|
+
},
|
473
|
+
"power_type": {
|
474
|
+
"description": "Power management type.",
|
475
|
+
"required": false
|
476
|
+
},
|
477
|
+
"power_user": {
|
478
|
+
"description": "Power management user.",
|
479
|
+
"required": false
|
480
|
+
},
|
481
|
+
"profile": {
|
482
|
+
"description": "Parent profile.",
|
483
|
+
"required": true
|
484
|
+
},
|
485
|
+
"proxy": {
|
486
|
+
"description": "Proxy URL.",
|
487
|
+
"required": false
|
488
|
+
},
|
489
|
+
"redhat_management_key": {
|
490
|
+
"description": "Red Hat management key.",
|
491
|
+
"required": false
|
492
|
+
},
|
493
|
+
"redhat_management_server": {
|
494
|
+
"description": "Red Hat management server.",
|
495
|
+
"required": false
|
496
|
+
},
|
497
|
+
"status": {
|
498
|
+
"description": "System status (development, testing,",
|
499
|
+
"required": false
|
500
|
+
},
|
501
|
+
"template_files": {
|
502
|
+
"description": "File mappings for built-in",
|
503
|
+
"required": false
|
504
|
+
},
|
505
|
+
"template_remote_kickstarts": {
|
506
|
+
"description": "template remote",
|
507
|
+
"required": false
|
508
|
+
},
|
509
|
+
"virt_auto_boot": {
|
510
|
+
"description": "Auto boot the VM.",
|
511
|
+
"required": false
|
512
|
+
},
|
513
|
+
"virt_cpus": {
|
514
|
+
"description": "Number of virtual CPUs in the VM.",
|
515
|
+
"required": false
|
516
|
+
},
|
517
|
+
"virt_disk_driver": {
|
518
|
+
"description": "The on-disk format for the",
|
519
|
+
"required": false
|
520
|
+
},
|
521
|
+
"virt_file_size": {
|
522
|
+
"description": "Virt file size.",
|
523
|
+
"required": false
|
524
|
+
},
|
525
|
+
"virt_path": {
|
526
|
+
"description": "Path to the VM.",
|
527
|
+
"required": false
|
528
|
+
},
|
529
|
+
"virt_pxe_boot": {
|
530
|
+
"description": "Use PXE to build this VM?",
|
531
|
+
"required": false
|
532
|
+
},
|
533
|
+
"virt_ram": {
|
534
|
+
"description": "The amount of RAM for the VM.",
|
535
|
+
"required": false
|
536
|
+
},
|
537
|
+
"virt_type": {
|
538
|
+
"description": "Virtualization technology to use: xenpv,",
|
539
|
+
"required": false
|
540
|
+
}
|
541
|
+
},
|
542
|
+
"path": "/docs/providers/cobbler/r/system.html",
|
543
|
+
"properties": [
|
544
|
+
"boot_files",
|
545
|
+
"comment",
|
546
|
+
"enable_gpxe",
|
547
|
+
"fetchable_files",
|
548
|
+
"gateway",
|
549
|
+
"hostname",
|
550
|
+
"image",
|
551
|
+
"interface",
|
552
|
+
"ipv6_default_device",
|
553
|
+
"kernel_options",
|
554
|
+
"kernel_options_post",
|
555
|
+
"kickstart",
|
556
|
+
"ks_meta",
|
557
|
+
"ldap_enabled",
|
558
|
+
"ldap_type",
|
559
|
+
"mgmt_classes",
|
560
|
+
"mgmt_parameters",
|
561
|
+
"monit_enabled",
|
562
|
+
"name_servers_search",
|
563
|
+
"name_servers",
|
564
|
+
"name",
|
565
|
+
"netboot_enabled",
|
566
|
+
"owners",
|
567
|
+
"power_address",
|
568
|
+
"power_id",
|
569
|
+
"power_pass",
|
570
|
+
"power_type",
|
571
|
+
"power_user",
|
572
|
+
"profile",
|
573
|
+
"proxy",
|
574
|
+
"redhat_management_key",
|
575
|
+
"redhat_management_server",
|
576
|
+
"status",
|
577
|
+
"template_files",
|
578
|
+
"template_remote_kickstarts",
|
579
|
+
"virt_auto_boot",
|
580
|
+
"virt_cpus",
|
581
|
+
"virt_disk_driver",
|
582
|
+
"virt_file_size",
|
583
|
+
"virt_path",
|
584
|
+
"virt_pxe_boot",
|
585
|
+
"virt_ram",
|
586
|
+
"virt_type"
|
587
|
+
]
|
588
|
+
}
|
589
|
+
}
|