foreman_azure_rm 2.0.5 → 2.1.1
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/README.md +17 -15
- data/app/helpers/azure_compute_resource_helper.rb +13 -0
- data/app/models/concerns/foreman_azure_rm/vm_extensions/managed_vm.rb +67 -29
- data/app/models/foreman_azure_rm/azure_rm.rb +89 -33
- data/app/models/foreman_azure_rm/azure_rm_compute.rb +69 -2
- data/app/views/compute_resources/form/_azurerm.html.erb +1 -5
- data/app/views/compute_resources_vms/form/azurerm/_base.html.erb +4 -3
- data/app/views/compute_resources_vms/form/azurerm/_volume.html.erb +20 -0
- data/app/views/compute_resources_vms/index/_azurerm.html.erb +13 -13
- data/app/views/compute_resources_vms/show/_azurerm.html.erb +10 -6
- data/app/views/images/form/_azurerm.html.erb +2 -2
- data/db/migrate/20200211073049_fix_case_azure_rm.rb +5 -0
- data/db/migrate/20200507103900_fix_image_uuid_prefix.rb +8 -0
- data/lib/foreman_azure_rm.rb +3 -0
- data/lib/foreman_azure_rm/azure_sdk_adapter.rb +68 -2
- data/lib/foreman_azure_rm/engine.rb +13 -0
- data/lib/foreman_azure_rm/version.rb +1 -1
- data/locale/Makefile +61 -0
- data/locale/action_names.rb +5 -0
- data/locale/ca/LC_MESSAGES/foreman_azure_rm.mo +0 -0
- data/locale/ca/foreman_azure_rm.po +185 -0
- data/locale/cs_CZ/LC_MESSAGES/foreman_azure_rm.mo +0 -0
- data/locale/cs_CZ/foreman_azure_rm.po +189 -0
- data/locale/de/LC_MESSAGES/foreman_azure_rm.mo +0 -0
- data/locale/de/foreman_azure_rm.po +191 -0
- data/locale/en/LC_MESSAGES/foreman_azure_rm.mo +0 -0
- data/locale/en/foreman_azure_rm.po +183 -0
- data/locale/en_GB/LC_MESSAGES/foreman_azure_rm.mo +0 -0
- data/locale/en_GB/foreman_azure_rm.po +187 -0
- data/locale/es/LC_MESSAGES/foreman_azure_rm.mo +0 -0
- data/locale/es/foreman_azure_rm.po +190 -0
- data/locale/foreman_azure_rm.pot +248 -0
- data/locale/fr/LC_MESSAGES/foreman_azure_rm.mo +0 -0
- data/locale/fr/foreman_azure_rm.po +187 -0
- data/locale/gl/LC_MESSAGES/foreman_azure_rm.mo +0 -0
- data/locale/gl/foreman_azure_rm.po +185 -0
- data/locale/it/LC_MESSAGES/foreman_azure_rm.mo +0 -0
- data/locale/it/foreman_azure_rm.po +187 -0
- data/locale/ja/LC_MESSAGES/foreman_azure_rm.mo +0 -0
- data/locale/ja/foreman_azure_rm.po +187 -0
- data/locale/ko/LC_MESSAGES/foreman_azure_rm.mo +0 -0
- data/locale/ko/foreman_azure_rm.po +186 -0
- data/locale/nl_NL/LC_MESSAGES/foreman_azure_rm.mo +0 -0
- data/locale/nl_NL/foreman_azure_rm.po +187 -0
- data/locale/pl/LC_MESSAGES/foreman_azure_rm.mo +0 -0
- data/locale/pl/foreman_azure_rm.po +188 -0
- data/locale/pt_BR/LC_MESSAGES/foreman_azure_rm.mo +0 -0
- data/locale/pt_BR/foreman_azure_rm.po +190 -0
- data/locale/ru/LC_MESSAGES/foreman_azure_rm.mo +0 -0
- data/locale/ru/foreman_azure_rm.po +190 -0
- data/locale/sv_SE/LC_MESSAGES/foreman_azure_rm.mo +0 -0
- data/locale/sv_SE/foreman_azure_rm.po +187 -0
- data/locale/zh_CN/LC_MESSAGES/foreman_azure_rm.mo +0 -0
- data/locale/zh_CN/foreman_azure_rm.po +188 -0
- data/locale/zh_TW/LC_MESSAGES/foreman_azure_rm.mo +0 -0
- data/locale/zh_TW/foreman_azure_rm.po +187 -0
- metadata +59 -2
Binary file
|
@@ -0,0 +1,187 @@
|
|
1
|
+
# SOME DESCRIPTIVE TITLE.
|
2
|
+
# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
|
3
|
+
# This file is distributed under the same license as the foreman_azure_rm package.
|
4
|
+
# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
|
5
|
+
#
|
6
|
+
# Translators:
|
7
|
+
# 0868a4d1af5275b3f70b0a6dac4c99a4, 2020
|
8
|
+
# Bryan Kearney <bryan.kearney@gmail.com>, 2020
|
9
|
+
#
|
10
|
+
msgid ""
|
11
|
+
msgstr ""
|
12
|
+
"Project-Id-Version: foreman_azure_rm 2.0.8\n"
|
13
|
+
"Report-Msgid-Bugs-To: \n"
|
14
|
+
"PO-Revision-Date: 2020-04-21 13:58+0000\n"
|
15
|
+
"Last-Translator: Bryan Kearney <bryan.kearney@gmail.com>, 2020\n"
|
16
|
+
"Language-Team: Chinese (Taiwan) (https://www.transifex.com/foreman/teams/114/z"
|
17
|
+
"h_TW/)\n"
|
18
|
+
"MIME-Version: 1.0\n"
|
19
|
+
"Content-Type: text/plain; charset=UTF-8\n"
|
20
|
+
"Content-Transfer-Encoding: 8bit\n"
|
21
|
+
"Language: zh_TW\n"
|
22
|
+
"Plural-Forms: nplurals=1; plural=0;\n"
|
23
|
+
|
24
|
+
msgid "%{vm_size} VM Size"
|
25
|
+
msgstr ""
|
26
|
+
|
27
|
+
msgid "Action with sub plans"
|
28
|
+
msgstr ""
|
29
|
+
|
30
|
+
msgid "Actions"
|
31
|
+
msgstr "動作"
|
32
|
+
|
33
|
+
msgid "Additional number of disks can be added based on VM Size. For more details, please refer to Microsoft Azure's documentation"
|
34
|
+
msgstr ""
|
35
|
+
|
36
|
+
msgid "Azure Region"
|
37
|
+
msgstr ""
|
38
|
+
|
39
|
+
msgid "Azure Resource Manager as a compute resource for Foreman"
|
40
|
+
msgstr ""
|
41
|
+
|
42
|
+
msgid "Azure Subnet"
|
43
|
+
msgstr ""
|
44
|
+
|
45
|
+
msgid "Azure's Default"
|
46
|
+
msgstr ""
|
47
|
+
|
48
|
+
msgid "Azure's default"
|
49
|
+
msgstr ""
|
50
|
+
|
51
|
+
msgid "Client ID"
|
52
|
+
msgstr ""
|
53
|
+
|
54
|
+
msgid "Client ID for AzureRm"
|
55
|
+
msgstr ""
|
56
|
+
|
57
|
+
msgid "Client Secret"
|
58
|
+
msgstr ""
|
59
|
+
|
60
|
+
msgid "Client Secret for AzureRm"
|
61
|
+
msgstr ""
|
62
|
+
|
63
|
+
msgid "Comma seperated file URIs"
|
64
|
+
msgstr ""
|
65
|
+
|
66
|
+
msgid "Custom Script Command"
|
67
|
+
msgstr ""
|
68
|
+
|
69
|
+
msgid "Data Disk Caching"
|
70
|
+
msgstr ""
|
71
|
+
|
72
|
+
msgid "Default ReadWrite"
|
73
|
+
msgstr ""
|
74
|
+
|
75
|
+
msgid "Does this image support user data input?"
|
76
|
+
msgstr "此映像檔是否支援使用者資料輸入?"
|
77
|
+
|
78
|
+
msgid "Image"
|
79
|
+
msgstr "影像"
|
80
|
+
|
81
|
+
msgid "Import Puppet classes"
|
82
|
+
msgstr ""
|
83
|
+
|
84
|
+
msgid "Import facts"
|
85
|
+
msgstr ""
|
86
|
+
|
87
|
+
msgid "Load Regions"
|
88
|
+
msgstr ""
|
89
|
+
|
90
|
+
msgid "Marketplace Image URN"
|
91
|
+
msgstr ""
|
92
|
+
|
93
|
+
msgid "Marketplace URN (e.g. OpenLogic:CentOS:7.5:latest)"
|
94
|
+
msgstr ""
|
95
|
+
|
96
|
+
msgid "Name"
|
97
|
+
msgstr "名稱"
|
98
|
+
|
99
|
+
msgid "OS Disk Caching"
|
100
|
+
msgstr ""
|
101
|
+
|
102
|
+
msgid "Password"
|
103
|
+
msgstr "密碼"
|
104
|
+
|
105
|
+
msgid "Password to authenticate with - used for SSH finish step."
|
106
|
+
msgstr "用來進行認證的密碼 - 用於 SSH 完成步驟。"
|
107
|
+
|
108
|
+
msgid "Platform"
|
109
|
+
msgstr ""
|
110
|
+
|
111
|
+
msgid "Please select a Resource Group"
|
112
|
+
msgstr ""
|
113
|
+
|
114
|
+
msgid "Please select a VM Size"
|
115
|
+
msgstr ""
|
116
|
+
|
117
|
+
msgid "Please select an image"
|
118
|
+
msgstr "請選擇一個映像檔"
|
119
|
+
|
120
|
+
msgid "Premium OS Disk"
|
121
|
+
msgstr ""
|
122
|
+
|
123
|
+
msgid "Properties"
|
124
|
+
msgstr "屬性"
|
125
|
+
|
126
|
+
msgid "Public IP"
|
127
|
+
msgstr ""
|
128
|
+
|
129
|
+
msgid "Region"
|
130
|
+
msgstr "區域"
|
131
|
+
|
132
|
+
msgid "Reload Images, Sizes, vNets"
|
133
|
+
msgstr ""
|
134
|
+
|
135
|
+
msgid "Remote action:"
|
136
|
+
msgstr ""
|
137
|
+
|
138
|
+
msgid "Resource Group"
|
139
|
+
msgstr ""
|
140
|
+
|
141
|
+
msgid "SSH Key"
|
142
|
+
msgstr ""
|
143
|
+
|
144
|
+
msgid "Select"
|
145
|
+
msgstr "選擇"
|
146
|
+
|
147
|
+
msgid "Size"
|
148
|
+
msgstr "大小"
|
149
|
+
|
150
|
+
msgid "Size (GB)"
|
151
|
+
msgstr "大小(GB)"
|
152
|
+
|
153
|
+
msgid "State"
|
154
|
+
msgstr "狀態"
|
155
|
+
|
156
|
+
msgid "Static Private IP"
|
157
|
+
msgstr ""
|
158
|
+
|
159
|
+
msgid "Subscription ID"
|
160
|
+
msgstr "訂閱 ID"
|
161
|
+
|
162
|
+
msgid "Subscription ID for AzureRm"
|
163
|
+
msgstr ""
|
164
|
+
|
165
|
+
msgid "Tenant ID"
|
166
|
+
msgstr ""
|
167
|
+
|
168
|
+
msgid "The region you selected has no sizes associated with it"
|
169
|
+
msgstr ""
|
170
|
+
|
171
|
+
msgid "The selected image has no associated compute resource"
|
172
|
+
msgstr ""
|
173
|
+
|
174
|
+
msgid "The selected region has no subnets"
|
175
|
+
msgstr ""
|
176
|
+
|
177
|
+
msgid "The user that will be used to SSH into the VM for completion"
|
178
|
+
msgstr ""
|
179
|
+
|
180
|
+
msgid "To perform commands as root, prefix it with 'sudo'"
|
181
|
+
msgstr ""
|
182
|
+
|
183
|
+
msgid "Username"
|
184
|
+
msgstr "使用者名稱"
|
185
|
+
|
186
|
+
msgid "VM Size"
|
187
|
+
msgstr ""
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: foreman_azure_rm
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 2.
|
4
|
+
version: 2.1.1
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Aditi Puntambekar
|
@@ -10,7 +10,7 @@ authors:
|
|
10
10
|
autorequire:
|
11
11
|
bindir: bin
|
12
12
|
cert_chain: []
|
13
|
-
date: 2020-
|
13
|
+
date: 2020-06-09 00:00:00.000000000 Z
|
14
14
|
dependencies:
|
15
15
|
- !ruby/object:Gem::Dependency
|
16
16
|
name: deface
|
@@ -82,6 +82,20 @@ dependencies:
|
|
82
82
|
- - "~>"
|
83
83
|
- !ruby/object:Gem::Version
|
84
84
|
version: 0.18.7
|
85
|
+
- !ruby/object:Gem::Dependency
|
86
|
+
name: azure_mgmt_subscriptions
|
87
|
+
requirement: !ruby/object:Gem::Requirement
|
88
|
+
requirements:
|
89
|
+
- - "~>"
|
90
|
+
- !ruby/object:Gem::Version
|
91
|
+
version: 0.18.1
|
92
|
+
type: :runtime
|
93
|
+
prerelease: false
|
94
|
+
version_requirements: !ruby/object:Gem::Requirement
|
95
|
+
requirements:
|
96
|
+
- - "~>"
|
97
|
+
- !ruby/object:Gem::Version
|
98
|
+
version: 0.18.1
|
85
99
|
- !ruby/object:Gem::Dependency
|
86
100
|
name: rubocop
|
87
101
|
requirement: !ruby/object:Gem::Requirement
|
@@ -131,6 +145,7 @@ files:
|
|
131
145
|
- Rakefile
|
132
146
|
- app/controllers/foreman_azure_rm/concerns/compute_resources_controller_extensions.rb
|
133
147
|
- app/controllers/foreman_azure_rm/concerns/hosts_controller_extensions.rb
|
148
|
+
- app/helpers/azure_compute_resource_helper.rb
|
134
149
|
- app/models/concerns/foreman_azure_rm/vm_extensions/managed_vm.rb
|
135
150
|
- app/models/foreman_azure_rm/azure_rm.rb
|
136
151
|
- app/models/foreman_azure_rm/azure_rm_compute.rb
|
@@ -144,16 +159,58 @@ files:
|
|
144
159
|
- app/views/compute_resources/show/_azurerm.html.erb
|
145
160
|
- app/views/compute_resources_vms/form/azurerm/_base.html.erb
|
146
161
|
- app/views/compute_resources_vms/form/azurerm/_network.html.erb
|
162
|
+
- app/views/compute_resources_vms/form/azurerm/_volume.html.erb
|
147
163
|
- app/views/compute_resources_vms/index/_azurerm.html.erb
|
148
164
|
- app/views/compute_resources_vms/show/_azurerm.html.erb
|
149
165
|
- app/views/images/form/_azurerm.html.erb
|
150
166
|
- config/routes.rb
|
167
|
+
- db/migrate/20200211073049_fix_case_azure_rm.rb
|
168
|
+
- db/migrate/20200507103900_fix_image_uuid_prefix.rb
|
151
169
|
- lib/foreman_azure_rm.rake
|
152
170
|
- lib/foreman_azure_rm.rb
|
153
171
|
- lib/foreman_azure_rm/azure_sdk_adapter.rb
|
154
172
|
- lib/foreman_azure_rm/engine.rb
|
155
173
|
- lib/foreman_azure_rm/version.rb
|
174
|
+
- locale/Makefile
|
175
|
+
- locale/action_names.rb
|
176
|
+
- locale/ca/LC_MESSAGES/foreman_azure_rm.mo
|
177
|
+
- locale/ca/foreman_azure_rm.po
|
178
|
+
- locale/cs_CZ/LC_MESSAGES/foreman_azure_rm.mo
|
179
|
+
- locale/cs_CZ/foreman_azure_rm.po
|
180
|
+
- locale/de/LC_MESSAGES/foreman_azure_rm.mo
|
181
|
+
- locale/de/foreman_azure_rm.po
|
182
|
+
- locale/en/LC_MESSAGES/foreman_azure_rm.mo
|
183
|
+
- locale/en/foreman_azure_rm.po
|
184
|
+
- locale/en_GB/LC_MESSAGES/foreman_azure_rm.mo
|
185
|
+
- locale/en_GB/foreman_azure_rm.po
|
186
|
+
- locale/es/LC_MESSAGES/foreman_azure_rm.mo
|
187
|
+
- locale/es/foreman_azure_rm.po
|
188
|
+
- locale/foreman_azure_rm.pot
|
189
|
+
- locale/fr/LC_MESSAGES/foreman_azure_rm.mo
|
190
|
+
- locale/fr/foreman_azure_rm.po
|
156
191
|
- locale/gemspec.rb
|
192
|
+
- locale/gl/LC_MESSAGES/foreman_azure_rm.mo
|
193
|
+
- locale/gl/foreman_azure_rm.po
|
194
|
+
- locale/it/LC_MESSAGES/foreman_azure_rm.mo
|
195
|
+
- locale/it/foreman_azure_rm.po
|
196
|
+
- locale/ja/LC_MESSAGES/foreman_azure_rm.mo
|
197
|
+
- locale/ja/foreman_azure_rm.po
|
198
|
+
- locale/ko/LC_MESSAGES/foreman_azure_rm.mo
|
199
|
+
- locale/ko/foreman_azure_rm.po
|
200
|
+
- locale/nl_NL/LC_MESSAGES/foreman_azure_rm.mo
|
201
|
+
- locale/nl_NL/foreman_azure_rm.po
|
202
|
+
- locale/pl/LC_MESSAGES/foreman_azure_rm.mo
|
203
|
+
- locale/pl/foreman_azure_rm.po
|
204
|
+
- locale/pt_BR/LC_MESSAGES/foreman_azure_rm.mo
|
205
|
+
- locale/pt_BR/foreman_azure_rm.po
|
206
|
+
- locale/ru/LC_MESSAGES/foreman_azure_rm.mo
|
207
|
+
- locale/ru/foreman_azure_rm.po
|
208
|
+
- locale/sv_SE/LC_MESSAGES/foreman_azure_rm.mo
|
209
|
+
- locale/sv_SE/foreman_azure_rm.po
|
210
|
+
- locale/zh_CN/LC_MESSAGES/foreman_azure_rm.mo
|
211
|
+
- locale/zh_CN/foreman_azure_rm.po
|
212
|
+
- locale/zh_TW/LC_MESSAGES/foreman_azure_rm.mo
|
213
|
+
- locale/zh_TW/foreman_azure_rm.po
|
157
214
|
homepage: https://github.com/theforeman/foreman_azure_rm
|
158
215
|
licenses:
|
159
216
|
- GPL-3.0
|