foreman_azure_rm 2.1.0 → 2.2.1

Sign up to get free protection for your applications and to get access to all the features.
Files changed (54) hide show
  1. checksums.yaml +4 -4
  2. data/README.md +17 -15
  3. data/app/controllers/foreman_azure_rm/concerns/compute_resources_controller_extensions.rb +1 -0
  4. data/app/helpers/azure_compute_resource_helper.rb +3 -0
  5. data/app/models/concerns/foreman_azure_rm/vm_extensions/managed_vm.rb +48 -17
  6. data/app/models/foreman_azure_rm/azure_rm.rb +32 -18
  7. data/app/models/foreman_azure_rm/azure_rm_compute.rb +4 -0
  8. data/app/views/api/v2/compute_resources/azurerm.json.rabl +1 -1
  9. data/app/views/compute_resources/form/_azurerm.html.erb +8 -2
  10. data/app/views/compute_resources_vms/form/azurerm/_base.html.erb +10 -0
  11. data/app/views/compute_resources_vms/index/_azurerm.html.erb +12 -12
  12. data/app/views/images/form/_azurerm.html.erb +2 -2
  13. data/lib/foreman_azure_rm/azure_sdk_adapter.rb +54 -13
  14. data/lib/foreman_azure_rm/engine.rb +2 -2
  15. data/lib/foreman_azure_rm/version.rb +1 -1
  16. data/locale/action_names.rb +5 -0
  17. data/locale/ca/LC_MESSAGES/foreman_azure_rm.mo +0 -0
  18. data/locale/ca/foreman_azure_rm.po +185 -0
  19. data/locale/cs_CZ/LC_MESSAGES/foreman_azure_rm.mo +0 -0
  20. data/locale/cs_CZ/foreman_azure_rm.po +189 -0
  21. data/locale/de/LC_MESSAGES/foreman_azure_rm.mo +0 -0
  22. data/locale/de/foreman_azure_rm.po +191 -0
  23. data/locale/en/LC_MESSAGES/foreman_azure_rm.mo +0 -0
  24. data/locale/en/foreman_azure_rm.po +17 -5
  25. data/locale/en_GB/LC_MESSAGES/foreman_azure_rm.mo +0 -0
  26. data/locale/en_GB/foreman_azure_rm.po +187 -0
  27. data/locale/es/LC_MESSAGES/foreman_azure_rm.mo +0 -0
  28. data/locale/es/foreman_azure_rm.po +190 -0
  29. data/locale/foreman_azure_rm.pot +27 -13
  30. data/locale/fr/LC_MESSAGES/foreman_azure_rm.mo +0 -0
  31. data/locale/fr/foreman_azure_rm.po +187 -0
  32. data/locale/gl/LC_MESSAGES/foreman_azure_rm.mo +0 -0
  33. data/locale/gl/foreman_azure_rm.po +185 -0
  34. data/locale/it/LC_MESSAGES/foreman_azure_rm.mo +0 -0
  35. data/locale/it/foreman_azure_rm.po +187 -0
  36. data/locale/ja/LC_MESSAGES/foreman_azure_rm.mo +0 -0
  37. data/locale/ja/foreman_azure_rm.po +187 -0
  38. data/locale/ko/LC_MESSAGES/foreman_azure_rm.mo +0 -0
  39. data/locale/ko/foreman_azure_rm.po +187 -0
  40. data/locale/nl_NL/LC_MESSAGES/foreman_azure_rm.mo +0 -0
  41. data/locale/nl_NL/foreman_azure_rm.po +188 -0
  42. data/locale/pl/LC_MESSAGES/foreman_azure_rm.mo +0 -0
  43. data/locale/pl/foreman_azure_rm.po +189 -0
  44. data/locale/pt_BR/LC_MESSAGES/foreman_azure_rm.mo +0 -0
  45. data/locale/pt_BR/foreman_azure_rm.po +192 -0
  46. data/locale/ru/LC_MESSAGES/foreman_azure_rm.mo +0 -0
  47. data/locale/ru/foreman_azure_rm.po +192 -0
  48. data/locale/sv_SE/LC_MESSAGES/foreman_azure_rm.mo +0 -0
  49. data/locale/sv_SE/foreman_azure_rm.po +187 -0
  50. data/locale/zh_CN/LC_MESSAGES/foreman_azure_rm.mo +0 -0
  51. data/locale/zh_CN/foreman_azure_rm.po +188 -0
  52. data/locale/zh_TW/LC_MESSAGES/foreman_azure_rm.mo +0 -0
  53. data/locale/zh_TW/foreman_azure_rm.po +187 -0
  54. metadata +52 -31
@@ -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
+ # Mikael Fridh <frimik@gmail.com>, 2020
8
+ # johnny.westerlund <johnny.westerlund@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: johnny.westerlund <johnny.westerlund@gmail.com>, 2020\n"
16
+ "Language-Team: Swedish (Sweden) (https://www.transifex.com/foreman/teams/114/s"
17
+ "v_SE/)\n"
18
+ "MIME-Version: 1.0\n"
19
+ "Content-Type: text/plain; charset=UTF-8\n"
20
+ "Content-Transfer-Encoding: 8bit\n"
21
+ "Language: sv_SE\n"
22
+ "Plural-Forms: nplurals=2; plural=(n != 1);\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 "Åtgärder"
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 "Avbildning"
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 "Namn"
98
+
99
+ msgid "OS Disk Caching"
100
+ msgstr ""
101
+
102
+ msgid "Password"
103
+ msgstr "Lösenord"
104
+
105
+ msgid "Password to authenticate with - used for SSH finish step."
106
+ msgstr ""
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 "Vänligen välj en avbildning"
119
+
120
+ msgid "Premium OS Disk"
121
+ msgstr ""
122
+
123
+ msgid "Properties"
124
+ msgstr "Egenskaper"
125
+
126
+ msgid "Public IP"
127
+ msgstr ""
128
+
129
+ msgid "Region"
130
+ msgstr "Region"
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 "Välj"
146
+
147
+ msgid "Size"
148
+ msgstr "Storlek"
149
+
150
+ msgid "Size (GB)"
151
+ msgstr "Storlek (GB)"
152
+
153
+ msgid "State"
154
+ msgstr "Tillstånd"
155
+
156
+ msgid "Static Private IP"
157
+ msgstr ""
158
+
159
+ msgid "Subscription ID"
160
+ msgstr ""
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 "Användarnamn"
185
+
186
+ msgid "VM Size"
187
+ msgstr ""
@@ -0,0 +1,188 @@
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
+ # tim123, 2020
10
+ #
11
+ msgid ""
12
+ msgstr ""
13
+ "Project-Id-Version: foreman_azure_rm 2.0.8\n"
14
+ "Report-Msgid-Bugs-To: \n"
15
+ "PO-Revision-Date: 2020-04-21 13:58+0000\n"
16
+ "Last-Translator: tim123, 2020\n"
17
+ "Language-Team: Chinese (China) (https://www.transifex.com/foreman/teams/114/zh"
18
+ "_CN/)\n"
19
+ "MIME-Version: 1.0\n"
20
+ "Content-Type: text/plain; charset=UTF-8\n"
21
+ "Content-Transfer-Encoding: 8bit\n"
22
+ "Language: zh_CN\n"
23
+ "Plural-Forms: nplurals=1; plural=0;\n"
24
+
25
+ msgid "%{vm_size} VM Size"
26
+ msgstr ""
27
+
28
+ msgid "Action with sub plans"
29
+ msgstr ""
30
+
31
+ msgid "Actions"
32
+ msgstr "动作"
33
+
34
+ msgid "Additional number of disks can be added based on VM Size. For more details, please refer to Microsoft Azure's documentation"
35
+ msgstr ""
36
+
37
+ msgid "Azure Region"
38
+ msgstr ""
39
+
40
+ msgid "Azure Resource Manager as a compute resource for Foreman"
41
+ msgstr ""
42
+
43
+ msgid "Azure Subnet"
44
+ msgstr ""
45
+
46
+ msgid "Azure's Default"
47
+ msgstr ""
48
+
49
+ msgid "Azure's default"
50
+ msgstr ""
51
+
52
+ msgid "Client ID"
53
+ msgstr ""
54
+
55
+ msgid "Client ID for AzureRm"
56
+ msgstr ""
57
+
58
+ msgid "Client Secret"
59
+ msgstr ""
60
+
61
+ msgid "Client Secret for AzureRm"
62
+ msgstr ""
63
+
64
+ msgid "Comma seperated file URIs"
65
+ msgstr ""
66
+
67
+ msgid "Custom Script Command"
68
+ msgstr ""
69
+
70
+ msgid "Data Disk Caching"
71
+ msgstr ""
72
+
73
+ msgid "Default ReadWrite"
74
+ msgstr ""
75
+
76
+ msgid "Does this image support user data input?"
77
+ msgstr "这个映像是否支持用户数据输入?"
78
+
79
+ msgid "Image"
80
+ msgstr "镜像"
81
+
82
+ msgid "Import Puppet classes"
83
+ msgstr ""
84
+
85
+ msgid "Import facts"
86
+ msgstr ""
87
+
88
+ msgid "Load Regions"
89
+ msgstr ""
90
+
91
+ msgid "Marketplace Image URN"
92
+ msgstr ""
93
+
94
+ msgid "Marketplace URN (e.g. OpenLogic:CentOS:7.5:latest)"
95
+ msgstr ""
96
+
97
+ msgid "Name"
98
+ msgstr "名称"
99
+
100
+ msgid "OS Disk Caching"
101
+ msgstr ""
102
+
103
+ msgid "Password"
104
+ msgstr "密码"
105
+
106
+ msgid "Password to authenticate with - used for SSH finish step."
107
+ msgstr "用于认证的密码 - 用于 SSH 完成步骤。"
108
+
109
+ msgid "Platform"
110
+ msgstr ""
111
+
112
+ msgid "Please select a Resource Group"
113
+ msgstr ""
114
+
115
+ msgid "Please select a VM Size"
116
+ msgstr ""
117
+
118
+ msgid "Please select an image"
119
+ msgstr "请选择介质"
120
+
121
+ msgid "Premium OS Disk"
122
+ msgstr ""
123
+
124
+ msgid "Properties"
125
+ msgstr "属性"
126
+
127
+ msgid "Public IP"
128
+ msgstr ""
129
+
130
+ msgid "Region"
131
+ msgstr "区域"
132
+
133
+ msgid "Reload Images, Sizes, vNets"
134
+ msgstr ""
135
+
136
+ msgid "Remote action:"
137
+ msgstr ""
138
+
139
+ msgid "Resource Group"
140
+ msgstr ""
141
+
142
+ msgid "SSH Key"
143
+ msgstr ""
144
+
145
+ msgid "Select"
146
+ msgstr "选择"
147
+
148
+ msgid "Size"
149
+ msgstr "大小"
150
+
151
+ msgid "Size (GB)"
152
+ msgstr "大小 (GB)"
153
+
154
+ msgid "State"
155
+ msgstr "状态"
156
+
157
+ msgid "Static Private IP"
158
+ msgstr ""
159
+
160
+ msgid "Subscription ID"
161
+ msgstr "订阅 ID"
162
+
163
+ msgid "Subscription ID for AzureRm"
164
+ msgstr ""
165
+
166
+ msgid "Tenant ID"
167
+ msgstr ""
168
+
169
+ msgid "The region you selected has no sizes associated with it"
170
+ msgstr ""
171
+
172
+ msgid "The selected image has no associated compute resource"
173
+ msgstr ""
174
+
175
+ msgid "The selected region has no subnets"
176
+ msgstr ""
177
+
178
+ msgid "The user that will be used to SSH into the VM for completion"
179
+ msgstr ""
180
+
181
+ msgid "To perform commands as root, prefix it with 'sudo'"
182
+ msgstr ""
183
+
184
+ msgid "Username"
185
+ msgstr "用户名"
186
+
187
+ msgid "VM Size"
188
+ msgstr ""
@@ -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 ""