foreman_discovery 16.0.1 → 16.1.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (59) hide show
  1. checksums.yaml +4 -4
  2. data/app/controllers/api/v2/discovery_rules_controller.rb +1 -1
  3. data/app/controllers/discovery_rules_controller.rb +1 -1
  4. data/app/models/discovery_rule.rb +1 -1
  5. data/app/services/foreman_discovery/host_converter.rb +1 -1
  6. data/app/views/foreman_discovery/debian_kexec.erb +1 -1
  7. data/db/migrate/20150512150432_remove_old_discovery_reader_permissions.rb +1 -1
  8. data/db/migrate/20151023144501_regenerate_red_hat_kexec.rb +1 -1
  9. data/db/migrate/20180412124505_add_priority_score_to_discovery_rules.rb +1 -1
  10. data/lib/foreman_discovery/engine.rb +2 -2
  11. data/lib/foreman_discovery/version.rb +1 -1
  12. data/locale/ca/LC_MESSAGES/foreman_discovery.mo +0 -0
  13. data/locale/ca/foreman_discovery.edit.po +17 -27
  14. data/locale/ca/foreman_discovery.po +13 -8
  15. data/locale/de/LC_MESSAGES/foreman_discovery.mo +0 -0
  16. data/locale/de/foreman_discovery.edit.po +19 -29
  17. data/locale/de/foreman_discovery.po +19 -14
  18. data/locale/en/LC_MESSAGES/foreman_discovery.mo +0 -0
  19. data/locale/en/foreman_discovery.edit.po +15 -9
  20. data/locale/en/foreman_discovery.po +9 -4
  21. data/locale/en_GB/LC_MESSAGES/foreman_discovery.mo +0 -0
  22. data/locale/en_GB/foreman_discovery.edit.po +19 -29
  23. data/locale/en_GB/foreman_discovery.po +15 -10
  24. data/locale/es/LC_MESSAGES/foreman_discovery.mo +0 -0
  25. data/locale/es/foreman_discovery.edit.po +19 -29
  26. data/locale/es/foreman_discovery.po +19 -14
  27. data/locale/foreman_discovery.pot +16 -10
  28. data/locale/fr/LC_MESSAGES/foreman_discovery.mo +0 -0
  29. data/locale/fr/foreman_discovery.edit.po +17 -27
  30. data/locale/fr/foreman_discovery.po +17 -12
  31. data/locale/gl/LC_MESSAGES/foreman_discovery.mo +0 -0
  32. data/locale/gl/foreman_discovery.edit.po +15 -25
  33. data/locale/gl/foreman_discovery.po +11 -6
  34. data/locale/it/LC_MESSAGES/foreman_discovery.mo +0 -0
  35. data/locale/it/foreman_discovery.edit.po +15 -25
  36. data/locale/it/foreman_discovery.po +14 -9
  37. data/locale/ja/LC_MESSAGES/foreman_discovery.mo +0 -0
  38. data/locale/ja/foreman_discovery.edit.po +16 -27
  39. data/locale/ja/foreman_discovery.po +17 -12
  40. data/locale/ko/LC_MESSAGES/foreman_discovery.mo +0 -0
  41. data/locale/ko/foreman_discovery.edit.po +16 -27
  42. data/locale/ko/foreman_discovery.po +17 -12
  43. data/locale/pt_BR/LC_MESSAGES/foreman_discovery.mo +0 -0
  44. data/locale/pt_BR/foreman_discovery.edit.po +17 -27
  45. data/locale/pt_BR/foreman_discovery.po +17 -12
  46. data/locale/ru/LC_MESSAGES/foreman_discovery.mo +0 -0
  47. data/locale/ru/foreman_discovery.edit.po +19 -27
  48. data/locale/ru/foreman_discovery.po +17 -12
  49. data/locale/sv_SE/LC_MESSAGES/foreman_discovery.mo +0 -0
  50. data/locale/sv_SE/foreman_discovery.edit.po +15 -25
  51. data/locale/sv_SE/foreman_discovery.po +11 -6
  52. data/locale/zh_CN/LC_MESSAGES/foreman_discovery.mo +0 -0
  53. data/locale/zh_CN/foreman_discovery.edit.po +16 -27
  54. data/locale/zh_CN/foreman_discovery.po +17 -12
  55. data/locale/zh_TW/LC_MESSAGES/foreman_discovery.mo +0 -0
  56. data/locale/zh_TW/foreman_discovery.edit.po +14 -25
  57. data/locale/zh_TW/foreman_discovery.po +15 -10
  58. data/test/unit/discovered_extensions_test.rb +5 -1
  59. metadata +4 -2
@@ -8,11 +8,11 @@
8
8
  # johnny.westerlund <johnny.westerlund@gmail.com>, 2014
9
9
  msgid ""
10
10
  msgstr ""
11
- "Project-Id-Version: foreman_discovery 15.1.0\n"
11
+ "Project-Id-Version: foreman_discovery 16.0.1\n"
12
12
  "Report-Msgid-Bugs-To: \n"
13
- "POT-Creation-Date: 2019-10-22 11:55+0200\n"
14
- "PO-Revision-Date: 2019-10-22 20:43+0000\n"
15
- "Last-Translator: Lukáš Zapletal\n"
13
+ "POT-Creation-Date: 2020-05-11 14:58+0530\n"
14
+ "PO-Revision-Date: 2020-05-26 17:21+0000\n"
15
+ "Last-Translator: Transifex Bot <>\n"
16
16
  "Language-Team: Swedish (Sweden) (http://www.transifex.com/foreman/foreman/language/sv_SE/)\n"
17
17
  "MIME-Version: 1.0\n"
18
18
  "Content-Type: text/plain; charset=UTF-8\n"
@@ -503,15 +503,15 @@ msgstr ""
503
503
  msgid "Could not get facts from proxy %{url}: %{error}"
504
504
  msgstr ""
505
505
 
506
- #: ../app/models/host/discovered.rb:158
507
- msgid "Unable to reboot %{name} via %{url}: %{msg}"
506
+ #: ../app/models/host/discovered.rb:162
507
+ msgid "Unable to perform reboot on %{name} (%{url}): %{msg}"
508
508
  msgstr ""
509
509
 
510
- #: ../app/models/host/discovered.rb:166
511
- msgid "Unable to perform kexec on %{name} via %{url}: %{msg}"
510
+ #: ../app/models/host/discovered.rb:181
511
+ msgid "Unable to perform kexec on %{name} (%{url}): %{msg}"
512
512
  msgstr ""
513
513
 
514
- #: ../app/models/host/discovered.rb:185
514
+ #: ../app/models/host/discovered.rb:207
515
515
  msgid "Invalid hostname: Could not normalize the hostname"
516
516
  msgstr ""
517
517
 
@@ -753,6 +753,12 @@ msgstr ""
753
753
  msgid "Image API processing error: %{msg} (HTTP/%{code}, body: %{body})"
754
754
  msgstr ""
755
755
 
756
+ #: ../app/views/dashboard/_discovery_widget.html.erb:5
757
+ msgid "Discovered Host"
758
+ msgid_plural "Discovered Hosts"
759
+ msgstr[0] ""
760
+ msgstr[1] ""
761
+
756
762
  #: ../app/views/dashboard/_discovery_widget.html.erb:9
757
763
  msgid "No discovered hosts available"
758
764
  msgstr ""
@@ -1097,19 +1103,3 @@ msgid ""
1097
1103
  "ID of Discovery Proxy to use within this subnet for managing connection to "
1098
1104
  "discovered hosts"
1099
1105
  msgstr ""
1100
-
1101
- #: action_names.rb:2
1102
- msgid "Import Puppet classes"
1103
- msgstr ""
1104
-
1105
- #: action_names.rb:3
1106
- msgid "Import facts"
1107
- msgstr ""
1108
-
1109
- #: action_names.rb:4
1110
- msgid "Action with sub plans"
1111
- msgstr ""
1112
-
1113
- #: action_names.rb:5
1114
- msgid "Remote action:"
1115
- msgstr ""
@@ -8,10 +8,10 @@
8
8
  # johnny.westerlund <johnny.westerlund@gmail.com>, 2014
9
9
  msgid ""
10
10
  msgstr ""
11
- "Project-Id-Version: foreman_discovery 15.1.0\n"
11
+ "Project-Id-Version: foreman_discovery 16.0.1\n"
12
12
  "Report-Msgid-Bugs-To: \n"
13
- "PO-Revision-Date: 2019-10-22 20:43+0000\n"
14
- "Last-Translator: Lukáš Zapletal\n"
13
+ "PO-Revision-Date: 2020-05-26 17:21+0000\n"
14
+ "Last-Translator: Transifex Bot <>\n"
15
15
  "Language-Team: Swedish (Sweden) (http://www.transifex.com/foreman/foreman/lang"
16
16
  "uage/sv_SE/)\n"
17
17
  "MIME-Version: 1.0\n"
@@ -140,6 +140,11 @@ msgstr ""
140
140
  msgid "Disable rule '%s'?"
141
141
  msgstr ""
142
142
 
143
+ msgid "Discovered Host"
144
+ msgid_plural "Discovered Hosts"
145
+ msgstr[0] ""
146
+ msgstr[1] ""
147
+
143
148
  msgid "Discovered Hosts"
144
149
  msgstr "Hittade värdar"
145
150
 
@@ -693,13 +698,13 @@ msgstr ""
693
698
  msgid "Unable to find primary NIC with %{mac} specified via '%{fact}', NIC filter: %{filter}"
694
699
  msgstr ""
695
700
 
696
- msgid "Unable to perform kexec on %{name} via %{url}: %{msg}"
701
+ msgid "Unable to perform kexec on %{name} (%{url}): %{msg}"
697
702
  msgstr ""
698
703
 
699
- msgid "Unable to provision %{host}: %{errors}"
704
+ msgid "Unable to perform reboot on %{name} (%{url}): %{msg}"
700
705
  msgstr ""
701
706
 
702
- msgid "Unable to reboot %{name} via %{url}: %{msg}"
707
+ msgid "Unable to provision %{host}: %{errors}"
703
708
  msgstr ""
704
709
 
705
710
  msgid "Update a rule"
@@ -5,11 +5,11 @@
5
5
  # Translators:
6
6
  msgid ""
7
7
  msgstr ""
8
- "Project-Id-Version: foreman_discovery 15.1.0\n"
8
+ "Project-Id-Version: foreman_discovery 16.0.1\n"
9
9
  "Report-Msgid-Bugs-To: \n"
10
- "POT-Creation-Date: 2019-10-22 11:55+0200\n"
11
- "PO-Revision-Date: 2019-10-22 20:43+0000\n"
12
- "Last-Translator: Bryan Kearney <bryan.kearney@gmail.com>\n"
10
+ "POT-Creation-Date: 2020-05-11 14:58+0530\n"
11
+ "PO-Revision-Date: 2020-05-26 17:21+0000\n"
12
+ "Last-Translator: Transifex Bot <>\n"
13
13
  "Language-Team: Chinese (China) (http://www.transifex.com/foreman/foreman/language/zh_CN/)\n"
14
14
  "MIME-Version: 1.0\n"
15
15
  "Content-Type: text/plain; charset=UTF-8\n"
@@ -498,15 +498,15 @@ msgstr "无法导入详情"
498
498
  msgid "Could not get facts from proxy %{url}: %{error}"
499
499
  msgstr "无法从代理 %{url} 获得详情:%{error}"
500
500
 
501
- #: ../app/models/host/discovered.rb:158
502
- msgid "Unable to reboot %{name} via %{url}: %{msg}"
503
- msgstr "无法通过 %{url} 重启 %{name} :%{msg}"
501
+ #: ../app/models/host/discovered.rb:162
502
+ msgid "Unable to perform reboot on %{name} (%{url}): %{msg}"
503
+ msgstr ""
504
504
 
505
- #: ../app/models/host/discovered.rb:166
506
- msgid "Unable to perform kexec on %{name} via %{url}: %{msg}"
507
- msgstr "无法通过 %{url} 在 %{name} 上执行 kexec:%{msg}"
505
+ #: ../app/models/host/discovered.rb:181
506
+ msgid "Unable to perform kexec on %{name} (%{url}): %{msg}"
507
+ msgstr ""
508
508
 
509
- #: ../app/models/host/discovered.rb:185
509
+ #: ../app/models/host/discovered.rb:207
510
510
  msgid "Invalid hostname: Could not normalize the hostname"
511
511
  msgstr "无效的主机名:无法标准化主机名"
512
512
 
@@ -748,6 +748,11 @@ msgstr "镜像 API 返回 HTTP/%{code} 与 '%{body}"
748
748
  msgid "Image API processing error: %{msg} (HTTP/%{code}, body: %{body})"
749
749
  msgstr "镜像 API 处理出错:%{msg}(HTTP/%{code},主体:%{body})"
750
750
 
751
+ #: ../app/views/dashboard/_discovery_widget.html.erb:5
752
+ msgid "Discovered Host"
753
+ msgid_plural "Discovered Hosts"
754
+ msgstr[0] ""
755
+
751
756
  #: ../app/views/dashboard/_discovery_widget.html.erb:9
752
757
  msgid "No discovered hosts available"
753
758
  msgstr "没有可用的发现主机"
@@ -1092,19 +1097,3 @@ msgid ""
1092
1097
  "ID of Discovery Proxy to use within this subnet for managing connection to "
1093
1098
  "discovered hosts"
1094
1099
  msgstr "本子网内用于管理到发现主机的连接的发现代理服务器 ID"
1095
-
1096
- #: action_names.rb:2
1097
- msgid "Import Puppet classes"
1098
- msgstr "导入 Puppet 类"
1099
-
1100
- #: action_names.rb:3
1101
- msgid "Import facts"
1102
- msgstr "导入 fact"
1103
-
1104
- #: action_names.rb:4
1105
- msgid "Action with sub plans"
1106
- msgstr "带有子计划的操作"
1107
-
1108
- #: action_names.rb:5
1109
- msgid "Remote action:"
1110
- msgstr "远程操作:"
@@ -5,10 +5,10 @@
5
5
  # Translators:
6
6
  msgid ""
7
7
  msgstr ""
8
- "Project-Id-Version: foreman_discovery 15.1.0\n"
8
+ "Project-Id-Version: foreman_discovery 16.0.1\n"
9
9
  "Report-Msgid-Bugs-To: \n"
10
- "PO-Revision-Date: 2019-10-22 20:43+0000\n"
11
- "Last-Translator: Bryan Kearney <bryan.kearney@gmail.com>\n"
10
+ "PO-Revision-Date: 2020-05-26 17:21+0000\n"
11
+ "Last-Translator: Transifex Bot <>\n"
12
12
  "Language-Team: Chinese (China) (http://www.transifex.com/foreman/foreman/langu"
13
13
  "age/zh_CN/)\n"
14
14
  "MIME-Version: 1.0\n"
@@ -33,7 +33,7 @@ msgid "A summary of discovered hosts"
33
33
  msgstr "发现主机概述"
34
34
 
35
35
  msgid "Action with sub plans"
36
- msgstr "带有子计划的操作"
36
+ msgstr ""
37
37
 
38
38
  msgid "Actions"
39
39
  msgstr "操作"
@@ -137,6 +137,11 @@ msgstr "禁用"
137
137
  msgid "Disable rule '%s'?"
138
138
  msgstr "禁用规则 '%s'?"
139
139
 
140
+ msgid "Discovered Host"
141
+ msgid_plural "Discovered Hosts"
142
+ msgstr[0] ""
143
+ msgstr[1] ""
144
+
140
145
  msgid "Discovered Hosts"
141
146
  msgstr "发现主机"
142
147
 
@@ -367,10 +372,10 @@ msgid "Image API returned HTTP/%{code} with '%{body}"
367
372
  msgstr "镜像 API 返回 HTTP/%{code} 与 '%{body}"
368
373
 
369
374
  msgid "Import Puppet classes"
370
- msgstr "导入 Puppet 类"
375
+ msgstr ""
371
376
 
372
377
  msgid "Import facts"
373
- msgstr "导入 fact"
378
+ msgstr ""
374
379
 
375
380
  msgid "In addition to @host attribute function rand for random integers is available. Examples:"
376
381
  msgstr "除了 @host 属性函数之外,还提供随机整数 rand。"
@@ -589,7 +594,7 @@ msgid "Reloading kernel on %s"
589
594
  msgstr "正在 %s 上重新加载内核"
590
595
 
591
596
  msgid "Remote action:"
592
- msgstr "远程操作:"
597
+ msgstr ""
593
598
 
594
599
  msgid "Reported in the last 7 days"
595
600
  msgstr "最近 7 天内报告"
@@ -690,15 +695,15 @@ msgstr "无法找到发现规则,未提供主机(检查许可)"
690
695
  msgid "Unable to find primary NIC with %{mac} specified via '%{fact}', NIC filter: %{filter}"
691
696
  msgstr "无法找到带有 '%{fact}' 指定的 %{mac} 的主 NIC。NIC 过滤:%{filter}"
692
697
 
693
- msgid "Unable to perform kexec on %{name} via %{url}: %{msg}"
694
- msgstr "无法通过 %{url} 在 %{name} 上执行 kexec:%{msg}"
698
+ msgid "Unable to perform kexec on %{name} (%{url}): %{msg}"
699
+ msgstr ""
700
+
701
+ msgid "Unable to perform reboot on %{name} (%{url}): %{msg}"
702
+ msgstr ""
695
703
 
696
704
  msgid "Unable to provision %{host}: %{errors}"
697
705
  msgstr "无法置备 %{host}:%{errors}"
698
706
 
699
- msgid "Unable to reboot %{name} via %{url}: %{msg}"
700
- msgstr "无法通过 %{url} 重启 %{name} :%{msg}"
701
-
702
707
  msgid "Update a rule"
703
708
  msgstr "更新规则"
704
709
 
@@ -5,11 +5,11 @@
5
5
  # Translators:
6
6
  msgid ""
7
7
  msgstr ""
8
- "Project-Id-Version: foreman_discovery 15.1.0\n"
8
+ "Project-Id-Version: foreman_discovery 16.0.1\n"
9
9
  "Report-Msgid-Bugs-To: \n"
10
- "POT-Creation-Date: 2019-10-22 11:55+0200\n"
11
- "PO-Revision-Date: 2019-10-22 20:43+0000\n"
12
- "Last-Translator: Bryan Kearney <bryan.kearney@gmail.com>\n"
10
+ "POT-Creation-Date: 2020-05-11 14:58+0530\n"
11
+ "PO-Revision-Date: 2020-05-26 17:21+0000\n"
12
+ "Last-Translator: Transifex Bot <>\n"
13
13
  "Language-Team: Chinese (Taiwan) (http://www.transifex.com/foreman/foreman/language/zh_TW/)\n"
14
14
  "MIME-Version: 1.0\n"
15
15
  "Content-Type: text/plain; charset=UTF-8\n"
@@ -498,15 +498,15 @@ msgstr ""
498
498
  msgid "Could not get facts from proxy %{url}: %{error}"
499
499
  msgstr ""
500
500
 
501
- #: ../app/models/host/discovered.rb:158
502
- msgid "Unable to reboot %{name} via %{url}: %{msg}"
501
+ #: ../app/models/host/discovered.rb:162
502
+ msgid "Unable to perform reboot on %{name} (%{url}): %{msg}"
503
503
  msgstr ""
504
504
 
505
- #: ../app/models/host/discovered.rb:166
506
- msgid "Unable to perform kexec on %{name} via %{url}: %{msg}"
505
+ #: ../app/models/host/discovered.rb:181
506
+ msgid "Unable to perform kexec on %{name} (%{url}): %{msg}"
507
507
  msgstr ""
508
508
 
509
- #: ../app/models/host/discovered.rb:185
509
+ #: ../app/models/host/discovered.rb:207
510
510
  msgid "Invalid hostname: Could not normalize the hostname"
511
511
  msgstr ""
512
512
 
@@ -748,6 +748,11 @@ msgstr ""
748
748
  msgid "Image API processing error: %{msg} (HTTP/%{code}, body: %{body})"
749
749
  msgstr ""
750
750
 
751
+ #: ../app/views/dashboard/_discovery_widget.html.erb:5
752
+ msgid "Discovered Host"
753
+ msgid_plural "Discovered Hosts"
754
+ msgstr[0] ""
755
+
751
756
  #: ../app/views/dashboard/_discovery_widget.html.erb:9
752
757
  msgid "No discovered hosts available"
753
758
  msgstr ""
@@ -1092,19 +1097,3 @@ msgid ""
1092
1097
  "ID of Discovery Proxy to use within this subnet for managing connection to "
1093
1098
  "discovered hosts"
1094
1099
  msgstr ""
1095
-
1096
- #: action_names.rb:2
1097
- msgid "Import Puppet classes"
1098
- msgstr "匯入 Puppet 類別"
1099
-
1100
- #: action_names.rb:3
1101
- msgid "Import facts"
1102
- msgstr "匯入詳情"
1103
-
1104
- #: action_names.rb:4
1105
- msgid "Action with sub plans"
1106
- msgstr "有子計畫的動作"
1107
-
1108
- #: action_names.rb:5
1109
- msgid "Remote action:"
1110
- msgstr "遠端動作:"
@@ -5,10 +5,10 @@
5
5
  # Translators:
6
6
  msgid ""
7
7
  msgstr ""
8
- "Project-Id-Version: foreman_discovery 15.1.0\n"
8
+ "Project-Id-Version: foreman_discovery 16.0.1\n"
9
9
  "Report-Msgid-Bugs-To: \n"
10
- "PO-Revision-Date: 2019-10-22 20:43+0000\n"
11
- "Last-Translator: Bryan Kearney <bryan.kearney@gmail.com>\n"
10
+ "PO-Revision-Date: 2020-05-26 17:21+0000\n"
11
+ "Last-Translator: Transifex Bot <>\n"
12
12
  "Language-Team: Chinese (Taiwan) (http://www.transifex.com/foreman/foreman/lang"
13
13
  "uage/zh_TW/)\n"
14
14
  "MIME-Version: 1.0\n"
@@ -33,7 +33,7 @@ msgid "A summary of discovered hosts"
33
33
  msgstr ""
34
34
 
35
35
  msgid "Action with sub plans"
36
- msgstr "有子計畫的動作"
36
+ msgstr ""
37
37
 
38
38
  msgid "Actions"
39
39
  msgstr "動作"
@@ -137,6 +137,11 @@ msgstr "停用"
137
137
  msgid "Disable rule '%s'?"
138
138
  msgstr ""
139
139
 
140
+ msgid "Discovered Host"
141
+ msgid_plural "Discovered Hosts"
142
+ msgstr[0] ""
143
+ msgstr[1] ""
144
+
140
145
  msgid "Discovered Hosts"
141
146
  msgstr ""
142
147
 
@@ -367,10 +372,10 @@ msgid "Image API returned HTTP/%{code} with '%{body}"
367
372
  msgstr ""
368
373
 
369
374
  msgid "Import Puppet classes"
370
- msgstr "匯入 Puppet 類別"
375
+ msgstr ""
371
376
 
372
377
  msgid "Import facts"
373
- msgstr "匯入詳情"
378
+ msgstr ""
374
379
 
375
380
  msgid "In addition to @host attribute function rand for random integers is available. Examples:"
376
381
  msgstr ""
@@ -589,7 +594,7 @@ msgid "Reloading kernel on %s"
589
594
  msgstr ""
590
595
 
591
596
  msgid "Remote action:"
592
- msgstr "遠端動作:"
597
+ msgstr ""
593
598
 
594
599
  msgid "Reported in the last 7 days"
595
600
  msgstr ""
@@ -690,13 +695,13 @@ msgstr ""
690
695
  msgid "Unable to find primary NIC with %{mac} specified via '%{fact}', NIC filter: %{filter}"
691
696
  msgstr ""
692
697
 
693
- msgid "Unable to perform kexec on %{name} via %{url}: %{msg}"
698
+ msgid "Unable to perform kexec on %{name} (%{url}): %{msg}"
694
699
  msgstr ""
695
700
 
696
- msgid "Unable to provision %{host}: %{errors}"
701
+ msgid "Unable to perform reboot on %{name} (%{url}): %{msg}"
697
702
  msgstr ""
698
703
 
699
- msgid "Unable to reboot %{name} via %{url}: %{msg}"
704
+ msgid "Unable to provision %{host}: %{errors}"
700
705
  msgstr ""
701
706
 
702
707
  msgid "Update a rule"
@@ -204,6 +204,8 @@ class DiscoveredExtensionsTest < ActiveSupport::TestCase
204
204
  assert_empty host.errors
205
205
  assert managed_host
206
206
  assert_empty managed_host.errors
207
+ refute_nil hostgroup.subnet
208
+ refute_nil managed_host.subnet
207
209
  assert_equal hostgroup.subnet, managed_host.subnet
208
210
  assert_equal "192.168.101.13", managed_host.ip
209
211
  end
@@ -224,7 +226,9 @@ class DiscoveredExtensionsTest < ActiveSupport::TestCase
224
226
  assert_empty host.errors
225
227
  assert managed_host
226
228
  assert_empty managed_host.errors
227
- assert_equal hostgroup.subnet, managed_host.subnet
229
+ refute_nil hostgroup.subnet6
230
+ refute_nil managed_host.subnet6
231
+ assert_equal hostgroup.subnet6, managed_host.subnet6
228
232
  assert_equal "2001:db9::a8bb:ccff:fedd:eefa", managed_host.ip6
229
233
  end
230
234
 
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: foreman_discovery
3
3
  version: !ruby/object:Gem::Version
4
- version: 16.0.1
4
+ version: 16.1.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Aditi Puntambekar
@@ -9,6 +9,7 @@ authors:
9
9
  - Alon Goldboim
10
10
  - amirfefer
11
11
  - Amit Karsale
12
+ - Amit Upadhye
12
13
  - Amos Benari
13
14
  - Avi Sharvit
14
15
  - Bryan Kearney
@@ -34,6 +35,7 @@ authors:
34
35
  - kgaikwad
35
36
  - Lars Berntzon
36
37
  - ldjebran
38
+ - Leos Stejskal
37
39
  - Lukas Zapletal
38
40
  - Lukáš Zapletal
39
41
  - Marek Hulan
@@ -69,7 +71,7 @@ authors:
69
71
  autorequire:
70
72
  bindir: bin
71
73
  cert_chain: []
72
- date: 2019-11-26 00:00:00.000000000 Z
74
+ date: 2020-05-27 00:00:00.000000000 Z
73
75
  dependencies: []
74
76
  description: MaaS Discovery Plugin engine for Foreman
75
77
  email: gsutclif@redhat.com