hammer_cli_foreman_azure_rm 0.1.0 → 0.1.1
Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 0cd5f8e80632f2af3952c995f4f199c60f11892047876907cbeed5e5ee5d7214
|
4
|
+
data.tar.gz: 77baa96a6072e7916686c4bf31b97f1ae7ef3eb1502aa7c7d9b7cc95e3e201e4
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 7fb4bc0733e87b8ec5e38988d6506df58e48b604d3cbd7c10c6beeb59b28ea753e67b604a8f72700a36611a5683fb6a36269fa2d22d4d12d6bd3ea804c02be29
|
7
|
+
data.tar.gz: 8b7cf74727ac075989412b8e321268a9eb3af5849ed1bb48b0b8a437e7395ce48fdbf9f1794cd4287ee7821b5b27afdfe8d7ffca2ae7b1d42ae3f93c52563606
|
@@ -17,18 +17,11 @@ module HammerCLIForemanAzureRM
|
|
17
17
|
['ssh_key_data', _('SSH key for passwordless authentication')],
|
18
18
|
['os_disk_caching', _('OS disk caching')],
|
19
19
|
['premium_os_disk', _('Premium OS Disk, Boolean as 0 or 1')],
|
20
|
-
['image_id', _('ID of image used')],
|
21
20
|
['script_command', _('Custom Script Command')],
|
22
21
|
['script_uris', _('Comma seperated file URIs')]
|
23
22
|
]
|
24
23
|
end
|
25
24
|
|
26
|
-
def host_attributes
|
27
|
-
[
|
28
|
-
['start', _('Boolean (expressed as 0 or 1), whether to start the machine or not')]
|
29
|
-
]
|
30
|
-
end
|
31
|
-
|
32
25
|
def interface_attributes
|
33
26
|
[
|
34
27
|
['compute_network', _('Select one of available Azure Subnets, must be an ID')],
|
@@ -41,7 +34,6 @@ module HammerCLIForemanAzureRM
|
|
41
34
|
[
|
42
35
|
Fields::Field.new(:label => _('tenant'), :path => [:tenant]),
|
43
36
|
Fields::Field.new(:label => _('app_ident'), :path => [:app_ident]),
|
44
|
-
Fields::Field.new(:label => _('secret_key'), :path => [:secret_key]),
|
45
37
|
Fields::Field.new(:label => _('sub_id'), :path => [:sub_id]),
|
46
38
|
Fields::Field.new(:label => _('region'), :path => [:region])
|
47
39
|
]
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: hammer_cli_foreman_azure_rm
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.1.
|
4
|
+
version: 0.1.1
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Aditi Puntambekar
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2019-
|
11
|
+
date: 2019-12-18 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: gettext
|