hammer_cli_foreman_azure_rm 0.3.1 → 0.3.2
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/lib/hammer_cli_foreman_azure_rm/compute_resources/azure_rm.rb +5 -5
- data/lib/hammer_cli_foreman_azure_rm/version.rb +1 -1
- data/lib/hammer_cli_foreman_azure_rm.rb +1 -1
- data/locale/en_GB/hammer_cli_foreman_azure_rm.po +3 -3
- data/locale/fr/hammer_cli_foreman_azure_rm.po +3 -2
- data/locale/ja/hammer_cli_foreman_azure_rm.po +3 -2
- data/locale/zh_CN/hammer_cli_foreman_azure_rm.po +3 -2
- metadata +10 -7
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 5b19426648ff36e9669e6333ac8e6b472e0facd81a425d0b820777105710fb8b
|
4
|
+
data.tar.gz: 20337d653828488be2f553839d1671ecefcc686ea448bae0895b69fc29db03fa
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: c9a28011c95ca09e2087e75f05a77cb95378bc58e4b8c578b4cd18c05a24a8c0d8826f79235f731f4b8373a6c41b03e65369ba5e6ba1892acd9ecf1507a951ed
|
7
|
+
data.tar.gz: 87bfe4cdfef5d3c90780eaa4d1b4413f9aa5187c75d7fbdaf875ec7864269a3a3fb4ab77c27de5d9c6fc6475d447512f26f124fa0ecd470a14f0d7c334bb6a9e
|
@@ -20,7 +20,7 @@ module HammerCLIForemanAzureRm
|
|
20
20
|
['os_disk_caching', _('OS disk caching')],
|
21
21
|
['premium_os_disk', _('Premium OS Disk, Boolean as 0 or 1')],
|
22
22
|
['script_command', _('Custom Script Command')],
|
23
|
-
['script_uris', _('Comma seperated file URIs')]
|
23
|
+
['script_uris', _('Comma seperated file URIs')],
|
24
24
|
]
|
25
25
|
end
|
26
26
|
|
@@ -28,14 +28,14 @@ module HammerCLIForemanAzureRm
|
|
28
28
|
[
|
29
29
|
['compute_network', _('Select one of available Azure Subnets, must be an ID')],
|
30
30
|
['compute_public_ip', _('Public IP (None, Static, Dynamic)')],
|
31
|
-
['compute_private_ip', _('Static Private IP (expressed as true or false)')]
|
31
|
+
['compute_private_ip', _('Static Private IP (expressed as true or false)')],
|
32
32
|
]
|
33
33
|
end
|
34
34
|
|
35
35
|
def volume_attributes
|
36
36
|
[
|
37
37
|
['disk_size_gb', _('Volume Size in GB (integer value)')],
|
38
|
-
['data_disk_caching', _('Data Disk Caching (None, ReadOnly, ReadWrite)')]
|
38
|
+
['data_disk_caching', _('Data Disk Caching (None, ReadOnly, ReadWrite)')],
|
39
39
|
]
|
40
40
|
end
|
41
41
|
|
@@ -45,12 +45,12 @@ module HammerCLIForemanAzureRm
|
|
45
45
|
Fields::Field.new(:label => _('app_ident'), :path => [:app_ident]),
|
46
46
|
Fields::Field.new(:label => _('sub_id'), :path => [:sub_id]),
|
47
47
|
Fields::Field.new(:label => _('region'), :path => [:region]),
|
48
|
-
Fields::Field.new(:label => _('cloud'), :path => [:cloud])
|
48
|
+
Fields::Field.new(:label => _('cloud'), :path => [:cloud]),
|
49
49
|
]
|
50
50
|
end
|
51
51
|
|
52
52
|
def mandatory_resource_options
|
53
|
-
super + %i
|
53
|
+
super + %i[tenant app_ident secret_key sub_id region]
|
54
54
|
end
|
55
55
|
end
|
56
56
|
end
|
@@ -6,5 +6,5 @@ module HammerCLIForemanAzureRm
|
|
6
6
|
require 'hammer_cli_foreman/compute_resource/register_compute_resources'
|
7
7
|
|
8
8
|
HammerCLIForeman.register_compute_resource('azurerm',
|
9
|
-
|
9
|
+
HammerCLIForemanAzureRm::ComputeResources::AzureRm.new)
|
10
10
|
end
|
@@ -4,7 +4,7 @@
|
|
4
4
|
# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
|
5
5
|
#
|
6
6
|
# Translators:
|
7
|
-
# Andi Chandler <andi@gowling.com>,
|
7
|
+
# Andi Chandler <andi@gowling.com>, 2024
|
8
8
|
#
|
9
9
|
#, fuzzy
|
10
10
|
msgid ""
|
@@ -13,7 +13,7 @@ msgstr ""
|
|
13
13
|
"Report-Msgid-Bugs-To: \n"
|
14
14
|
"POT-Creation-Date: 2023-07-12 14:51+0000\n"
|
15
15
|
"PO-Revision-Date: 2020-04-21 13:51+0000\n"
|
16
|
-
"Last-Translator: Andi Chandler <andi@gowling.com>,
|
16
|
+
"Last-Translator: Andi Chandler <andi@gowling.com>, 2024\n"
|
17
17
|
"Language-Team: English (United Kingdom) (https://app.transifex.com/foreman/teams/114/en_GB/)\n"
|
18
18
|
"MIME-Version: 1.0\n"
|
19
19
|
"Content-Type: text/plain; charset=UTF-8\n"
|
@@ -103,4 +103,4 @@ msgstr "region"
|
|
103
103
|
|
104
104
|
#: ../lib/hammer_cli_foreman_azure_rm/compute_resources/azure_rm.rb:48
|
105
105
|
msgid "cloud"
|
106
|
-
msgstr ""
|
106
|
+
msgstr "cloud"
|
@@ -5,6 +5,7 @@
|
|
5
5
|
#
|
6
6
|
# Translators:
|
7
7
|
# Amit Upadhye <aupadhye@redhat.com>, 2020
|
8
|
+
# Ewoud Kohl van Wijngaarden <ewoud+transifex@kohlvanwijngaarden.nl>, 2024
|
8
9
|
#
|
9
10
|
#, fuzzy
|
10
11
|
msgid ""
|
@@ -13,7 +14,7 @@ msgstr ""
|
|
13
14
|
"Report-Msgid-Bugs-To: \n"
|
14
15
|
"POT-Creation-Date: 2023-07-12 14:51+0000\n"
|
15
16
|
"PO-Revision-Date: 2020-04-21 13:51+0000\n"
|
16
|
-
"Last-Translator:
|
17
|
+
"Last-Translator: Ewoud Kohl van Wijngaarden <ewoud+transifex@kohlvanwijngaarden.nl>, 2024\n"
|
17
18
|
"Language-Team: French (https://app.transifex.com/foreman/teams/114/fr/)\n"
|
18
19
|
"MIME-Version: 1.0\n"
|
19
20
|
"Content-Type: text/plain; charset=UTF-8\n"
|
@@ -106,4 +107,4 @@ msgstr "région"
|
|
106
107
|
|
107
108
|
#: ../lib/hammer_cli_foreman_azure_rm/compute_resources/azure_rm.rb:48
|
108
109
|
msgid "cloud"
|
109
|
-
msgstr ""
|
110
|
+
msgstr "cloud"
|
@@ -5,6 +5,7 @@
|
|
5
5
|
#
|
6
6
|
# Translators:
|
7
7
|
# Amit Upadhye <aupadhye@redhat.com>, 2020
|
8
|
+
# Ewoud Kohl van Wijngaarden <ewoud+transifex@kohlvanwijngaarden.nl>, 2024
|
8
9
|
#
|
9
10
|
#, fuzzy
|
10
11
|
msgid ""
|
@@ -13,7 +14,7 @@ msgstr ""
|
|
13
14
|
"Report-Msgid-Bugs-To: \n"
|
14
15
|
"POT-Creation-Date: 2023-07-12 14:51+0000\n"
|
15
16
|
"PO-Revision-Date: 2020-04-21 13:51+0000\n"
|
16
|
-
"Last-Translator:
|
17
|
+
"Last-Translator: Ewoud Kohl van Wijngaarden <ewoud+transifex@kohlvanwijngaarden.nl>, 2024\n"
|
17
18
|
"Language-Team: Japanese (https://app.transifex.com/foreman/teams/114/ja/)\n"
|
18
19
|
"MIME-Version: 1.0\n"
|
19
20
|
"Content-Type: text/plain; charset=UTF-8\n"
|
@@ -103,4 +104,4 @@ msgstr "リージョン"
|
|
103
104
|
|
104
105
|
#: ../lib/hammer_cli_foreman_azure_rm/compute_resources/azure_rm.rb:48
|
105
106
|
msgid "cloud"
|
106
|
-
msgstr ""
|
107
|
+
msgstr "クラウド"
|
@@ -5,6 +5,7 @@
|
|
5
5
|
#
|
6
6
|
# Translators:
|
7
7
|
# Amit Upadhye <aupadhye@redhat.com>, 2020
|
8
|
+
# Ewoud Kohl van Wijngaarden <ewoud+transifex@kohlvanwijngaarden.nl>, 2024
|
8
9
|
#
|
9
10
|
#, fuzzy
|
10
11
|
msgid ""
|
@@ -13,7 +14,7 @@ msgstr ""
|
|
13
14
|
"Report-Msgid-Bugs-To: \n"
|
14
15
|
"POT-Creation-Date: 2023-07-12 14:51+0000\n"
|
15
16
|
"PO-Revision-Date: 2020-04-21 13:51+0000\n"
|
16
|
-
"Last-Translator:
|
17
|
+
"Last-Translator: Ewoud Kohl van Wijngaarden <ewoud+transifex@kohlvanwijngaarden.nl>, 2024\n"
|
17
18
|
"Language-Team: Chinese (China) (https://app.transifex.com/foreman/teams/114/zh_CN/)\n"
|
18
19
|
"MIME-Version: 1.0\n"
|
19
20
|
"Content-Type: text/plain; charset=UTF-8\n"
|
@@ -103,4 +104,4 @@ msgstr "区域"
|
|
103
104
|
|
104
105
|
#: ../lib/hammer_cli_foreman_azure_rm/compute_resources/azure_rm.rb:48
|
105
106
|
msgid "cloud"
|
106
|
-
msgstr ""
|
107
|
+
msgstr "云"
|
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.3.
|
4
|
+
version: 0.3.2
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Aditi Puntambekar
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2024-
|
11
|
+
date: 2024-11-04 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: hammer_cli_foreman
|
@@ -59,19 +59,19 @@ dependencies:
|
|
59
59
|
- !ruby/object:Gem::Version
|
60
60
|
version: '12.3'
|
61
61
|
- !ruby/object:Gem::Dependency
|
62
|
-
name: rubocop
|
62
|
+
name: theforeman-rubocop
|
63
63
|
requirement: !ruby/object:Gem::Requirement
|
64
64
|
requirements:
|
65
65
|
- - "~>"
|
66
66
|
- !ruby/object:Gem::Version
|
67
|
-
version:
|
67
|
+
version: 0.1.0
|
68
68
|
type: :development
|
69
69
|
prerelease: false
|
70
70
|
version_requirements: !ruby/object:Gem::Requirement
|
71
71
|
requirements:
|
72
72
|
- - "~>"
|
73
73
|
- !ruby/object:Gem::Version
|
74
|
-
version:
|
74
|
+
version: 0.1.0
|
75
75
|
description: Foreman AzureRM commands for Hammer CLI.
|
76
76
|
email:
|
77
77
|
executables: []
|
@@ -116,14 +116,17 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
116
116
|
requirements:
|
117
117
|
- - ">="
|
118
118
|
- !ruby/object:Gem::Version
|
119
|
-
version: '
|
119
|
+
version: '2.7'
|
120
|
+
- - "<"
|
121
|
+
- !ruby/object:Gem::Version
|
122
|
+
version: '4'
|
120
123
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
121
124
|
requirements:
|
122
125
|
- - ">="
|
123
126
|
- !ruby/object:Gem::Version
|
124
127
|
version: '0'
|
125
128
|
requirements: []
|
126
|
-
rubygems_version: 3.
|
129
|
+
rubygems_version: 3.2.33
|
127
130
|
signing_key:
|
128
131
|
specification_version: 4
|
129
132
|
summary: Foreman AzureRM commands for Hammer CLI
|