hammer_cli_foreman_discovery 0.0.1

Sign up to get free protection for your applications and to get access to all the features.
Files changed (34) hide show
  1. checksums.yaml +15 -0
  2. data/README.md +4 -0
  3. data/lib/hammer_cli_foreman_discovery.rb +3 -0
  4. data/lib/hammer_cli_foreman_discovery/discovery.rb +152 -0
  5. data/lib/hammer_cli_foreman_discovery/i18n.rb +24 -0
  6. data/lib/hammer_cli_foreman_discovery/version.rb +5 -0
  7. data/locale/Makefile +65 -0
  8. data/locale/README.md +18 -0
  9. data/locale/de/LC_MESSAGES/hammer_cli_foreman_discovery.mo +0 -0
  10. data/locale/de/hammer_cli_foreman_discovery.po +98 -0
  11. data/locale/en/LC_MESSAGES/hammer_cli_foreman_discovery.mo +0 -0
  12. data/locale/en/hammer_cli_foreman_discovery.po +99 -0
  13. data/locale/en_GB/LC_MESSAGES/hammer_cli_foreman_discovery.mo +0 -0
  14. data/locale/en_GB/hammer_cli_foreman_discovery.po +99 -0
  15. data/locale/es/LC_MESSAGES/hammer_cli_foreman_discovery.mo +0 -0
  16. data/locale/es/hammer_cli_foreman_discovery.po +98 -0
  17. data/locale/fr/LC_MESSAGES/hammer_cli_foreman_discovery.mo +0 -0
  18. data/locale/fr/hammer_cli_foreman_discovery.po +99 -0
  19. data/locale/hammer_cli_foreman_discovery.pot +107 -0
  20. data/locale/it/LC_MESSAGES/hammer_cli_foreman_discovery.mo +0 -0
  21. data/locale/it/hammer_cli_foreman_discovery.po +98 -0
  22. data/locale/ja/LC_MESSAGES/hammer_cli_foreman_discovery.mo +0 -0
  23. data/locale/ja/hammer_cli_foreman_discovery.po +98 -0
  24. data/locale/ko/LC_MESSAGES/hammer_cli_foreman_discovery.mo +0 -0
  25. data/locale/ko/hammer_cli_foreman_discovery.po +98 -0
  26. data/locale/pt_BR/LC_MESSAGES/hammer_cli_foreman_discovery.mo +0 -0
  27. data/locale/pt_BR/hammer_cli_foreman_discovery.po +98 -0
  28. data/locale/ru/LC_MESSAGES/hammer_cli_foreman_discovery.mo +0 -0
  29. data/locale/ru/hammer_cli_foreman_discovery.po +98 -0
  30. data/locale/zh_CN/LC_MESSAGES/hammer_cli_foreman_discovery.mo +0 -0
  31. data/locale/zh_CN/hammer_cli_foreman_discovery.po +98 -0
  32. data/locale/zh_TW/LC_MESSAGES/hammer_cli_foreman_discovery.mo +0 -0
  33. data/locale/zh_TW/hammer_cli_foreman_discovery.po +98 -0
  34. metadata +109 -0
@@ -0,0 +1,98 @@
1
+ # SOME DESCRIPTIVE TITLE.
2
+ # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
3
+ # This file is distributed under the same license as the PACKAGE package.
4
+ #
5
+ # Translators:
6
+ msgid ""
7
+ msgstr ""
8
+ "Project-Id-Version: hammer_cli_foreman_discovery 0.0.1\n"
9
+ "Report-Msgid-Bugs-To: \n"
10
+ "POT-Creation-Date: 2015-01-21 12:11+0200\n"
11
+ "PO-Revision-Date: 2015-01-21 10:30+0000\n"
12
+ "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
13
+ "Language-Team: Chinese (Taiwan) (http://www.transifex.com/projects/p/foreman/language/zh_TW/)\n"
14
+ "MIME-Version: 1.0\n"
15
+ "Content-Type: text/plain; charset=UTF-8\n"
16
+ "Content-Transfer-Encoding: 8bit\n"
17
+ "Language: zh_TW\n"
18
+ "Plural-Forms: nplurals=1; plural=0;\n"
19
+
20
+ #: lib/hammer_cli_foreman_discovery/discovery.rb:11
21
+ msgid "Id"
22
+ msgstr "ID"
23
+
24
+ #: lib/hammer_cli_foreman_discovery/discovery.rb:12
25
+ msgid "Name"
26
+ msgstr "名稱"
27
+
28
+ #: lib/hammer_cli_foreman_discovery/discovery.rb:13
29
+ msgid "Mac"
30
+ msgstr ""
31
+
32
+ #: lib/hammer_cli_foreman_discovery/discovery.rb:14
33
+ msgid "Last Report"
34
+ msgstr ""
35
+
36
+ #: lib/hammer_cli_foreman_discovery/discovery.rb:15
37
+ msgid "Subnet"
38
+ msgstr "子網路"
39
+
40
+ #: lib/hammer_cli_foreman_discovery/discovery.rb:16
41
+ msgid "Organization"
42
+ msgstr "組織"
43
+
44
+ #: lib/hammer_cli_foreman_discovery/discovery.rb:17
45
+ msgid "Location"
46
+ msgstr "位置"
47
+
48
+ #: lib/hammer_cli_foreman_discovery/discovery.rb:25
49
+ msgid "Ip"
50
+ msgstr ""
51
+
52
+ #: lib/hammer_cli_foreman_discovery/discovery.rb:26
53
+ msgid "Model"
54
+ msgstr "型號"
55
+
56
+ #: lib/hammer_cli_foreman_discovery/discovery.rb:27
57
+ msgid "Facts"
58
+ msgstr "詳情"
59
+
60
+ #: lib/hammer_cli_foreman_discovery/discovery.rb:36
61
+ msgid "Host created"
62
+ msgstr "已建立主機"
63
+
64
+ #: lib/hammer_cli_foreman_discovery/discovery.rb:37
65
+ msgid "Could not create the host"
66
+ msgstr "無法建立主機"
67
+
68
+ #: lib/hammer_cli_foreman_discovery/discovery.rb:55
69
+ msgid "Host parameters."
70
+ msgstr "主機參數。"
71
+
72
+ #: lib/hammer_cli_foreman_discovery/discovery.rb:57
73
+ msgid "Interface parameters."
74
+ msgstr "介面參數。"
75
+
76
+ #: lib/hammer_cli_foreman_discovery/discovery.rb:89
77
+ msgid "Reboot a host"
78
+ msgstr "重新啟動主機"
79
+
80
+ #: lib/hammer_cli_foreman_discovery/discovery.rb:90
81
+ msgid "Host reboot started."
82
+ msgstr "已開始重新啟動主機。"
83
+
84
+ #: lib/hammer_cli_foreman_discovery/discovery.rb:91
85
+ msgid "Could not reboot the host"
86
+ msgstr ""
87
+
88
+ #: lib/hammer_cli_foreman_discovery/discovery.rb:99
89
+ msgid "Refresh the facts of a host"
90
+ msgstr ""
91
+
92
+ #: lib/hammer_cli_foreman_discovery/discovery.rb:100
93
+ msgid "Host facts refreshed"
94
+ msgstr ""
95
+
96
+ #: lib/hammer_cli_foreman_discovery/discovery.rb:101
97
+ msgid "Could not refresh the facts of the host"
98
+ msgstr ""
metadata ADDED
@@ -0,0 +1,109 @@
1
+ --- !ruby/object:Gem::Specification
2
+ name: hammer_cli_foreman_discovery
3
+ version: !ruby/object:Gem::Version
4
+ version: 0.0.1
5
+ platform: ruby
6
+ authors:
7
+ - Ohad Levy
8
+ - Ori Rabin
9
+ autorequire:
10
+ bindir: bin
11
+ cert_chain: []
12
+ date: 2015-02-10 00:00:00.000000000 Z
13
+ dependencies:
14
+ - !ruby/object:Gem::Dependency
15
+ name: hammer_cli_foreman
16
+ requirement: !ruby/object:Gem::Requirement
17
+ requirements:
18
+ - - ! '>='
19
+ - !ruby/object:Gem::Version
20
+ version: 0.1.2
21
+ type: :runtime
22
+ prerelease: false
23
+ version_requirements: !ruby/object:Gem::Requirement
24
+ requirements:
25
+ - - ! '>='
26
+ - !ruby/object:Gem::Version
27
+ version: 0.1.2
28
+ - !ruby/object:Gem::Dependency
29
+ name: rake
30
+ requirement: !ruby/object:Gem::Requirement
31
+ requirements:
32
+ - - ! '>='
33
+ - !ruby/object:Gem::Version
34
+ version: '0'
35
+ type: :development
36
+ prerelease: false
37
+ version_requirements: !ruby/object:Gem::Requirement
38
+ requirements:
39
+ - - ! '>='
40
+ - !ruby/object:Gem::Version
41
+ version: '0'
42
+ description: ! 'Contains the code for managing host discovery in foreman(results and
43
+ progress) in the Hammer CLI.
44
+
45
+ '
46
+ email:
47
+ - ohadlevy@gmail.com
48
+ executables: []
49
+ extensions: []
50
+ extra_rdoc_files:
51
+ - README.md
52
+ files:
53
+ - README.md
54
+ - lib/hammer_cli_foreman_discovery.rb
55
+ - lib/hammer_cli_foreman_discovery/discovery.rb
56
+ - lib/hammer_cli_foreman_discovery/i18n.rb
57
+ - lib/hammer_cli_foreman_discovery/version.rb
58
+ - locale/Makefile
59
+ - locale/README.md
60
+ - locale/de/LC_MESSAGES/hammer_cli_foreman_discovery.mo
61
+ - locale/de/hammer_cli_foreman_discovery.po
62
+ - locale/en/LC_MESSAGES/hammer_cli_foreman_discovery.mo
63
+ - locale/en/hammer_cli_foreman_discovery.po
64
+ - locale/en_GB/LC_MESSAGES/hammer_cli_foreman_discovery.mo
65
+ - locale/en_GB/hammer_cli_foreman_discovery.po
66
+ - locale/es/LC_MESSAGES/hammer_cli_foreman_discovery.mo
67
+ - locale/es/hammer_cli_foreman_discovery.po
68
+ - locale/fr/LC_MESSAGES/hammer_cli_foreman_discovery.mo
69
+ - locale/fr/hammer_cli_foreman_discovery.po
70
+ - locale/hammer_cli_foreman_discovery.pot
71
+ - locale/it/LC_MESSAGES/hammer_cli_foreman_discovery.mo
72
+ - locale/it/hammer_cli_foreman_discovery.po
73
+ - locale/ja/LC_MESSAGES/hammer_cli_foreman_discovery.mo
74
+ - locale/ja/hammer_cli_foreman_discovery.po
75
+ - locale/ko/LC_MESSAGES/hammer_cli_foreman_discovery.mo
76
+ - locale/ko/hammer_cli_foreman_discovery.po
77
+ - locale/pt_BR/LC_MESSAGES/hammer_cli_foreman_discovery.mo
78
+ - locale/pt_BR/hammer_cli_foreman_discovery.po
79
+ - locale/ru/LC_MESSAGES/hammer_cli_foreman_discovery.mo
80
+ - locale/ru/hammer_cli_foreman_discovery.po
81
+ - locale/zh_CN/LC_MESSAGES/hammer_cli_foreman_discovery.mo
82
+ - locale/zh_CN/hammer_cli_foreman_discovery.po
83
+ - locale/zh_TW/LC_MESSAGES/hammer_cli_foreman_discovery.mo
84
+ - locale/zh_TW/hammer_cli_foreman_discovery.po
85
+ homepage: https://github.com/theforeman/hammer-cli-foreman-discovery
86
+ licenses:
87
+ - GPL-3
88
+ metadata: {}
89
+ post_install_message:
90
+ rdoc_options: []
91
+ require_paths:
92
+ - lib
93
+ required_ruby_version: !ruby/object:Gem::Requirement
94
+ requirements:
95
+ - - ! '>='
96
+ - !ruby/object:Gem::Version
97
+ version: '0'
98
+ required_rubygems_version: !ruby/object:Gem::Requirement
99
+ requirements:
100
+ - - ! '>='
101
+ - !ruby/object:Gem::Version
102
+ version: '0'
103
+ requirements: []
104
+ rubyforge_project:
105
+ rubygems_version: 2.2.2
106
+ signing_key:
107
+ specification_version: 4
108
+ summary: Foreman CLI plugin for managing discovery hosts in foreman
109
+ test_files: []