hammer_cli_foreman 0.8.0 → 0.9.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (85) hide show
  1. checksums.yaml +4 -4
  2. data/config/foreman.yml +1 -0
  3. data/doc/host_create.md +3 -3
  4. data/doc/release_notes.md +14 -0
  5. data/lib/hammer_cli_foreman.rb +0 -1
  6. data/lib/hammer_cli_foreman/api.rb +3 -0
  7. data/lib/hammer_cli_foreman/api/connection.rb +75 -0
  8. data/lib/hammer_cli_foreman/api/interactive_basic_auth.rb +49 -0
  9. data/lib/hammer_cli_foreman/api/session_authenticator_wrapper.rb +120 -0
  10. data/lib/hammer_cli_foreman/auth.rb +16 -12
  11. data/lib/hammer_cli_foreman/commands.rb +4 -36
  12. data/lib/hammer_cli_foreman/compute_resource.rb +6 -6
  13. data/lib/hammer_cli_foreman/compute_resources/all.rb +7 -0
  14. data/lib/hammer_cli_foreman/compute_resources/ec2.rb +9 -0
  15. data/lib/hammer_cli_foreman/compute_resources/ec2/host_help_extenstion.rb +23 -0
  16. data/lib/hammer_cli_foreman/compute_resources/gce.rb +9 -0
  17. data/lib/hammer_cli_foreman/compute_resources/gce/host_help_extenstion.rb +22 -0
  18. data/lib/hammer_cli_foreman/compute_resources/libvirt.rb +9 -0
  19. data/lib/hammer_cli_foreman/compute_resources/libvirt/host_help_extenstion.rb +35 -0
  20. data/lib/hammer_cli_foreman/compute_resources/openstack.rb +9 -0
  21. data/lib/hammer_cli_foreman/compute_resources/openstack/host_help_extenstion.rb +23 -0
  22. data/lib/hammer_cli_foreman/compute_resources/ovirt.rb +9 -0
  23. data/lib/hammer_cli_foreman/compute_resources/ovirt/host_help_extenstion.rb +36 -0
  24. data/lib/hammer_cli_foreman/compute_resources/rackspace.rb +9 -0
  25. data/lib/hammer_cli_foreman/compute_resources/rackspace/host_help_extenstion.rb +20 -0
  26. data/lib/hammer_cli_foreman/compute_resources/vmware.rb +9 -0
  27. data/lib/hammer_cli_foreman/compute_resources/vmware/host_help_extenstion.rb +62 -0
  28. data/lib/hammer_cli_foreman/filter.rb +1 -0
  29. data/lib/hammer_cli_foreman/host.rb +15 -140
  30. data/lib/hammer_cli_foreman/hosts/common_update_help.rb +53 -0
  31. data/lib/hammer_cli_foreman/hosts/common_update_options.rb +141 -0
  32. data/lib/hammer_cli_foreman/references.rb +13 -2
  33. data/lib/hammer_cli_foreman/role.rb +3 -7
  34. data/lib/hammer_cli_foreman/smart_class_parameter.rb +2 -2
  35. data/lib/hammer_cli_foreman/smart_variable.rb +1 -2
  36. data/lib/hammer_cli_foreman/user.rb +2 -0
  37. data/lib/hammer_cli_foreman/version.rb +1 -1
  38. data/locale/ca/LC_MESSAGES/hammer-cli-foreman.mo +0 -0
  39. data/locale/ca/hammer-cli-foreman.edit.po +520 -318
  40. data/locale/ca/hammer-cli-foreman.po +253 -175
  41. data/locale/de/LC_MESSAGES/hammer-cli-foreman.mo +0 -0
  42. data/locale/de/hammer-cli-foreman.edit.po +568 -358
  43. data/locale/de/hammer-cli-foreman.po +255 -177
  44. data/locale/en/LC_MESSAGES/hammer-cli-foreman.mo +0 -0
  45. data/locale/en/hammer-cli-foreman.edit.po +446 -228
  46. data/locale/en/hammer-cli-foreman.po +208 -41
  47. data/locale/en_GB/LC_MESSAGES/hammer-cli-foreman.mo +0 -0
  48. data/locale/en_GB/hammer-cli-foreman.edit.po +498 -307
  49. data/locale/en_GB/hammer-cli-foreman.po +254 -176
  50. data/locale/es/LC_MESSAGES/hammer-cli-foreman.mo +0 -0
  51. data/locale/es/hammer-cli-foreman.edit.po +594 -388
  52. data/locale/es/hammer-cli-foreman.po +254 -176
  53. data/locale/fr/LC_MESSAGES/hammer-cli-foreman.mo +0 -0
  54. data/locale/fr/hammer-cli-foreman.edit.po +542 -342
  55. data/locale/fr/hammer-cli-foreman.po +254 -176
  56. data/locale/hammer-cli-foreman.pot +503 -241
  57. data/locale/it/LC_MESSAGES/hammer-cli-foreman.mo +0 -0
  58. data/locale/it/hammer-cli-foreman.edit.po +510 -295
  59. data/locale/it/hammer-cli-foreman.po +254 -176
  60. data/locale/ja/LC_MESSAGES/hammer-cli-foreman.mo +0 -0
  61. data/locale/ja/hammer-cli-foreman.edit.po +590 -365
  62. data/locale/ja/hammer-cli-foreman.po +254 -176
  63. data/locale/ko/LC_MESSAGES/hammer-cli-foreman.mo +0 -0
  64. data/locale/ko/hammer-cli-foreman.edit.po +591 -366
  65. data/locale/ko/hammer-cli-foreman.po +254 -176
  66. data/locale/pt_BR/LC_MESSAGES/hammer-cli-foreman.mo +0 -0
  67. data/locale/pt_BR/hammer-cli-foreman.edit.po +588 -388
  68. data/locale/pt_BR/hammer-cli-foreman.po +254 -176
  69. data/locale/ru/LC_MESSAGES/hammer-cli-foreman.mo +0 -0
  70. data/locale/ru/hammer-cli-foreman.edit.po +549 -336
  71. data/locale/ru/hammer-cli-foreman.po +254 -176
  72. data/locale/zh_CN/LC_MESSAGES/hammer-cli-foreman.mo +0 -0
  73. data/locale/zh_CN/hammer-cli-foreman.edit.po +598 -373
  74. data/locale/zh_CN/hammer-cli-foreman.po +254 -176
  75. data/locale/zh_TW/LC_MESSAGES/hammer-cli-foreman.mo +0 -0
  76. data/locale/zh_TW/hammer-cli-foreman.edit.po +592 -367
  77. data/locale/zh_TW/hammer-cli-foreman.po +254 -176
  78. data/test/test_helper.rb +7 -5
  79. data/test/unit/api/interactive_basic_auth_test.rb +87 -0
  80. data/test/unit/api/session_authenticator_wrapper_test.rb +263 -0
  81. data/test/unit/exception_handler_test.rb +1 -1
  82. data/test/unit/host_test.rb +2 -2
  83. metadata +314 -292
  84. data/lib/hammer_cli_foreman/credentials.rb +0 -67
  85. data/test/unit/credentials_test.rb +0 -59
@@ -5,7 +5,7 @@
5
5
  #
6
6
  msgid ""
7
7
  msgstr ""
8
- "Project-Id-Version: hammer-cli-foreman 0.7.0\n"
8
+ "Project-Id-Version: hammer-cli-foreman 0.8.0\n"
9
9
  "Report-Msgid-Bugs-To: \n"
10
10
  "PO-Revision-Date: 2014-03-04 16:47+0000\n"
11
11
  "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
@@ -16,123 +16,163 @@ msgstr ""
16
16
  "Content-Transfer-Encoding: 8bit\n"
17
17
  "Plural-Forms: nplurals=INTEGER; plural=EXPRESSION;\n"
18
18
 
19
- #: ../lib/hammer_cli_foreman.rb:32
19
+ #: ../lib/hammer_cli_foreman.rb:31
20
20
  msgid "Foreman connection login/logout."
21
21
  msgstr ""
22
22
 
23
- #: ../lib/hammer_cli_foreman.rb:36
23
+ #: ../lib/hammer_cli_foreman.rb:35
24
24
  msgid "Manipulate architectures."
25
25
  msgstr ""
26
26
 
27
- #: ../lib/hammer_cli_foreman.rb:40
27
+ #: ../lib/hammer_cli_foreman.rb:39
28
28
  msgid "Manipulate auth sources."
29
29
  msgstr ""
30
30
 
31
- #: ../lib/hammer_cli_foreman.rb:44
31
+ #: ../lib/hammer_cli_foreman.rb:43
32
32
  msgid "Manipulate compute resources."
33
33
  msgstr ""
34
34
 
35
- #: ../lib/hammer_cli_foreman.rb:48
35
+ #: ../lib/hammer_cli_foreman.rb:47
36
36
  msgid "Manipulate domains."
37
37
  msgstr ""
38
38
 
39
- #: ../lib/hammer_cli_foreman.rb:52
39
+ #: ../lib/hammer_cli_foreman.rb:51
40
40
  msgid "Manipulate environments."
41
41
  msgstr ""
42
42
 
43
- #: ../lib/hammer_cli_foreman.rb:56
43
+ #: ../lib/hammer_cli_foreman.rb:55
44
44
  msgid "Search facts."
45
45
  msgstr ""
46
46
 
47
- #: ../lib/hammer_cli_foreman.rb:60
47
+ #: ../lib/hammer_cli_foreman.rb:59
48
48
  msgid "Manage permission filters."
49
49
  msgstr ""
50
50
 
51
- #: ../lib/hammer_cli_foreman.rb:64
51
+ #: ../lib/hammer_cli_foreman.rb:63
52
52
  msgid "Manipulate hosts."
53
53
  msgstr ""
54
54
 
55
- #: ../lib/hammer_cli_foreman.rb:68
55
+ #: ../lib/hammer_cli_foreman.rb:67
56
56
  msgid "Manipulate hostgroups."
57
57
  msgstr ""
58
58
 
59
- #: ../lib/hammer_cli_foreman.rb:72
59
+ #: ../lib/hammer_cli_foreman.rb:71
60
60
  msgid "Manipulate locations."
61
61
  msgstr ""
62
62
 
63
- #: ../lib/hammer_cli_foreman.rb:76
63
+ #: ../lib/hammer_cli_foreman.rb:75
64
64
  msgid "Manipulate installation media."
65
65
  msgstr ""
66
66
 
67
- #: ../lib/hammer_cli_foreman.rb:80
67
+ #: ../lib/hammer_cli_foreman.rb:79
68
68
  msgid "Manipulate hardware models."
69
69
  msgstr ""
70
70
 
71
- #: ../lib/hammer_cli_foreman.rb:84
71
+ #: ../lib/hammer_cli_foreman.rb:83
72
72
  msgid "Manipulate operating system."
73
73
  msgstr ""
74
74
 
75
- #: ../lib/hammer_cli_foreman.rb:88
75
+ #: ../lib/hammer_cli_foreman.rb:87
76
76
  msgid "Manipulate organizations."
77
77
  msgstr ""
78
78
 
79
- #: ../lib/hammer_cli_foreman.rb:92
79
+ #: ../lib/hammer_cli_foreman.rb:91
80
80
  msgid "Manipulate partition tables."
81
81
  msgstr ""
82
82
 
83
- #: ../lib/hammer_cli_foreman.rb:96
83
+ #: ../lib/hammer_cli_foreman.rb:95
84
84
  msgid "Search puppet modules."
85
85
  msgstr ""
86
86
 
87
- #: ../lib/hammer_cli_foreman.rb:100
87
+ #: ../lib/hammer_cli_foreman.rb:99
88
88
  msgid "Browse and read reports."
89
89
  msgstr ""
90
90
 
91
- #: ../lib/hammer_cli_foreman.rb:104
91
+ #: ../lib/hammer_cli_foreman.rb:103
92
92
  msgid "Manage user roles."
93
93
  msgstr ""
94
94
 
95
- #: ../lib/hammer_cli_foreman.rb:108
95
+ #: ../lib/hammer_cli_foreman.rb:107
96
96
  msgid "Manipulate smart class parameters."
97
97
  msgstr ""
98
98
 
99
- #: ../lib/hammer_cli_foreman.rb:112
99
+ #: ../lib/hammer_cli_foreman.rb:111
100
100
  msgid "Manipulate smart variables."
101
101
  msgstr ""
102
102
 
103
- #: ../lib/hammer_cli_foreman.rb:116
103
+ #: ../lib/hammer_cli_foreman.rb:115
104
104
  msgid "Manipulate smart proxies."
105
105
  msgstr ""
106
106
 
107
- #: ../lib/hammer_cli_foreman.rb:120
107
+ #: ../lib/hammer_cli_foreman.rb:119
108
108
  msgid "Manipulate realms."
109
109
  msgstr ""
110
110
 
111
- #: ../lib/hammer_cli_foreman.rb:124
111
+ #: ../lib/hammer_cli_foreman.rb:123
112
112
  msgid "Change server settings."
113
113
  msgstr ""
114
114
 
115
- #: ../lib/hammer_cli_foreman.rb:128
115
+ #: ../lib/hammer_cli_foreman.rb:127
116
116
  msgid "Manipulate subnets."
117
117
  msgstr ""
118
118
 
119
- #: ../lib/hammer_cli_foreman.rb:132
119
+ #: ../lib/hammer_cli_foreman.rb:131
120
120
  msgid "Manipulate config templates."
121
121
  msgstr ""
122
122
 
123
- #: ../lib/hammer_cli_foreman.rb:136
123
+ #: ../lib/hammer_cli_foreman.rb:135
124
124
  msgid "Manipulate users."
125
125
  msgstr ""
126
126
 
127
- #: ../lib/hammer_cli_foreman.rb:140
127
+ #: ../lib/hammer_cli_foreman.rb:139
128
128
  msgid "Manage user groups."
129
129
  msgstr ""
130
130
 
131
- #: ../lib/hammer_cli_foreman/architecture.rb:10 ../lib/hammer_cli_foreman/auth_source_ldap.rb:13 ../lib/hammer_cli_foreman/compute_resource.rb:20 ../lib/hammer_cli_foreman/domain.rb:31 ../lib/hammer_cli_foreman/environment.rb:14 ../lib/hammer_cli_foreman/external_usergroup.rb:10 ../lib/hammer_cli_foreman/filter.rb:9 ../lib/hammer_cli_foreman/filter.rb:72 ../lib/hammer_cli_foreman/host.rb:159 ../lib/hammer_cli_foreman/host.rb:191 ../lib/hammer_cli_foreman/host.rb:222 ../lib/hammer_cli_foreman/hostgroup.rb:57 ../lib/hammer_cli_foreman/image.rb:29 ../lib/hammer_cli_foreman/interface.rb:23 ../lib/hammer_cli_foreman/interface.rb:43 ../lib/hammer_cli_foreman/location.rb:13 ../lib/hammer_cli_foreman/media.rb:9 ../lib/hammer_cli_foreman/model.rb:10 ../lib/hammer_cli_foreman/operating_system.rb:10 ../lib/hammer_cli_foreman/organization.rb:13 ../lib/hammer_cli_foreman/partition_table.rb:10 ../lib/hammer_cli_foreman/puppet_class.rb:13 ../lib/hammer_cli_foreman/realm.rb:8 ../lib/hammer_cli_foreman/report.rb:10 ../lib/hammer_cli_foreman/report.rb:30 ../lib/hammer_cli_foreman/role.rb:11 ../lib/hammer_cli_foreman/settings.rb:11 ../lib/hammer_cli_foreman/smart_class_parameter.rb:8 ../lib/hammer_cli_foreman/smart_class_parameter.rb:75 ../lib/hammer_cli_foreman/smart_proxy.rb:11 ../lib/hammer_cli_foreman/smart_variable.rb:8 ../lib/hammer_cli_foreman/smart_variable.rb:66 ../lib/hammer_cli_foreman/subnet.rb:10 ../lib/hammer_cli_foreman/template.rb:25 ../lib/hammer_cli_foreman/user.rb:10 ../lib/hammer_cli_foreman/usergroup.rb:11
131
+ #: ../lib/hammer_cli_foreman/api/interactive_basic_auth.rb:15
132
+ msgid "Invalid username or password"
133
+ msgstr ""
134
+
135
+ #: ../lib/hammer_cli_foreman/api/interactive_basic_auth.rb:20
136
+ msgid "You are logged in as '%s'"
137
+ msgstr ""
138
+
139
+ #: ../lib/hammer_cli_foreman/api/interactive_basic_auth.rb:22 ../lib/hammer_cli_foreman/api/session_authenticator_wrapper.rb:28
140
+ msgid "You are currently not logged in"
141
+ msgstr ""
142
+
143
+ #: ../lib/hammer_cli_foreman/api/interactive_basic_auth.rb:33
144
+ msgid "[Foreman] Username: "
145
+ msgstr ""
146
+
147
+ #: ../lib/hammer_cli_foreman/api/interactive_basic_auth.rb:37
148
+ msgid "[Foreman] Password for %s: "
149
+ msgstr ""
150
+
151
+ #: ../lib/hammer_cli_foreman/api/session_authenticator_wrapper.rb:17
152
+ msgid "Can't use session auth due to invalid permissions on session files."
153
+ msgstr ""
154
+
155
+ #: ../lib/hammer_cli_foreman/api/session_authenticator_wrapper.rb:26
156
+ msgid "Session exist, currently logged in as '%s'"
157
+ msgstr ""
158
+
159
+ #: ../lib/hammer_cli_foreman/api/session_authenticator_wrapper.rb:51
160
+ msgid "Session has expired"
161
+ msgstr ""
162
+
163
+ #: ../lib/hammer_cli_foreman/api/session_authenticator_wrapper.rb:78
164
+ msgid "Invalid session file format"
165
+ msgstr ""
166
+
167
+ #: ../lib/hammer_cli_foreman/api/session_authenticator_wrapper.rb:106
168
+ msgid "Invalid permissions for %{file}: %{mode}, expected %{expected_mode}"
169
+ msgstr ""
170
+
171
+ #: ../lib/hammer_cli_foreman/architecture.rb:10 ../lib/hammer_cli_foreman/auth_source_ldap.rb:13 ../lib/hammer_cli_foreman/compute_resource.rb:20 ../lib/hammer_cli_foreman/domain.rb:31 ../lib/hammer_cli_foreman/environment.rb:14 ../lib/hammer_cli_foreman/external_usergroup.rb:10 ../lib/hammer_cli_foreman/filter.rb:9 ../lib/hammer_cli_foreman/filter.rb:73 ../lib/hammer_cli_foreman/host.rb:30 ../lib/hammer_cli_foreman/host.rb:62 ../lib/hammer_cli_foreman/host.rb:93 ../lib/hammer_cli_foreman/hostgroup.rb:57 ../lib/hammer_cli_foreman/image.rb:29 ../lib/hammer_cli_foreman/interface.rb:23 ../lib/hammer_cli_foreman/interface.rb:43 ../lib/hammer_cli_foreman/location.rb:13 ../lib/hammer_cli_foreman/media.rb:9 ../lib/hammer_cli_foreman/model.rb:10 ../lib/hammer_cli_foreman/operating_system.rb:10 ../lib/hammer_cli_foreman/organization.rb:13 ../lib/hammer_cli_foreman/partition_table.rb:10 ../lib/hammer_cli_foreman/puppet_class.rb:13 ../lib/hammer_cli_foreman/realm.rb:8 ../lib/hammer_cli_foreman/references.rb:36 ../lib/hammer_cli_foreman/references.rb:43 ../lib/hammer_cli_foreman/report.rb:10 ../lib/hammer_cli_foreman/report.rb:30 ../lib/hammer_cli_foreman/role.rb:11 ../lib/hammer_cli_foreman/settings.rb:11 ../lib/hammer_cli_foreman/smart_class_parameter.rb:8 ../lib/hammer_cli_foreman/smart_class_parameter.rb:76 ../lib/hammer_cli_foreman/smart_proxy.rb:11 ../lib/hammer_cli_foreman/smart_variable.rb:8 ../lib/hammer_cli_foreman/smart_variable.rb:66 ../lib/hammer_cli_foreman/subnet.rb:10 ../lib/hammer_cli_foreman/template.rb:25 ../lib/hammer_cli_foreman/user.rb:10 ../lib/hammer_cli_foreman/usergroup.rb:11
132
172
  msgid "Id"
133
173
  msgstr ""
134
174
 
135
- #: ../lib/hammer_cli_foreman/architecture.rb:11 ../lib/hammer_cli_foreman/auth_source_ldap.rb:14 ../lib/hammer_cli_foreman/common_parameter.rb:12 ../lib/hammer_cli_foreman/compute_resource.rb:21 ../lib/hammer_cli_foreman/domain.rb:32 ../lib/hammer_cli_foreman/environment.rb:15 ../lib/hammer_cli_foreman/external_usergroup.rb:11 ../lib/hammer_cli_foreman/external_usergroup.rb:42 ../lib/hammer_cli_foreman/filter.rb:73 ../lib/hammer_cli_foreman/filter.rb:90 ../lib/hammer_cli_foreman/host.rb:160 ../lib/hammer_cli_foreman/host.rb:193 ../lib/hammer_cli_foreman/hostgroup.rb:58 ../lib/hammer_cli_foreman/image.rb:30 ../lib/hammer_cli_foreman/image.rb:70 ../lib/hammer_cli_foreman/location.rb:14 ../lib/hammer_cli_foreman/media.rb:10 ../lib/hammer_cli_foreman/model.rb:11 ../lib/hammer_cli_foreman/operating_system.rb:22 ../lib/hammer_cli_foreman/organization.rb:14 ../lib/hammer_cli_foreman/partition_table.rb:11 ../lib/hammer_cli_foreman/puppet_class.rb:14 ../lib/hammer_cli_foreman/realm.rb:9 ../lib/hammer_cli_foreman/role.rb:12 ../lib/hammer_cli_foreman/settings.rb:12 ../lib/hammer_cli_foreman/smart_proxy.rb:12 ../lib/hammer_cli_foreman/subnet.rb:11 ../lib/hammer_cli_foreman/template.rb:26 ../lib/hammer_cli_foreman/template.rb:75 ../lib/hammer_cli_foreman/user.rb:12 ../lib/hammer_cli_foreman/usergroup.rb:12
175
+ #: ../lib/hammer_cli_foreman/architecture.rb:11 ../lib/hammer_cli_foreman/auth_source_ldap.rb:14 ../lib/hammer_cli_foreman/common_parameter.rb:12 ../lib/hammer_cli_foreman/compute_resource.rb:21 ../lib/hammer_cli_foreman/domain.rb:32 ../lib/hammer_cli_foreman/environment.rb:15 ../lib/hammer_cli_foreman/external_usergroup.rb:11 ../lib/hammer_cli_foreman/external_usergroup.rb:42 ../lib/hammer_cli_foreman/filter.rb:74 ../lib/hammer_cli_foreman/filter.rb:91 ../lib/hammer_cli_foreman/host.rb:31 ../lib/hammer_cli_foreman/host.rb:64 ../lib/hammer_cli_foreman/hostgroup.rb:58 ../lib/hammer_cli_foreman/image.rb:30 ../lib/hammer_cli_foreman/image.rb:70 ../lib/hammer_cli_foreman/location.rb:14 ../lib/hammer_cli_foreman/media.rb:10 ../lib/hammer_cli_foreman/model.rb:11 ../lib/hammer_cli_foreman/operating_system.rb:22 ../lib/hammer_cli_foreman/organization.rb:14 ../lib/hammer_cli_foreman/partition_table.rb:11 ../lib/hammer_cli_foreman/puppet_class.rb:14 ../lib/hammer_cli_foreman/realm.rb:9 ../lib/hammer_cli_foreman/role.rb:12 ../lib/hammer_cli_foreman/settings.rb:12 ../lib/hammer_cli_foreman/smart_proxy.rb:12 ../lib/hammer_cli_foreman/subnet.rb:11 ../lib/hammer_cli_foreman/template.rb:26 ../lib/hammer_cli_foreman/template.rb:75 ../lib/hammer_cli_foreman/user.rb:12 ../lib/hammer_cli_foreman/usergroup.rb:12
136
176
  msgid "Name"
137
177
  msgstr ""
138
178
 
@@ -548,26 +588,28 @@ msgstr ""
548
588
  msgid "Set credentials"
549
589
  msgstr ""
550
590
 
551
- #: ../lib/hammer_cli_foreman/auth.rb:20
552
- msgid "Wipe your credentials"
591
+ #: ../lib/hammer_cli_foreman/auth.rb:9
592
+ msgid "username to access the remote system"
553
593
  msgstr ""
554
594
 
555
- #: ../lib/hammer_cli_foreman/auth.rb:26
556
- msgid "Credentials deleted."
595
+ #: ../lib/hammer_cli_foreman/auth.rb:10
596
+ msgid "password to access the remote system"
557
597
  msgstr ""
558
598
 
559
- #: ../lib/hammer_cli_foreman/auth.rb:33
560
- msgid "Information about current connections"
599
+ #: ../lib/hammer_cli_foreman/auth.rb:22
600
+ msgid "Successfully logged in."
561
601
  msgstr ""
562
602
 
563
- #: ../lib/hammer_cli_foreman/auth.rb:37
564
- msgid "You are logged in as '%s'"
603
+ #: ../lib/hammer_cli_foreman/auth.rb:29
604
+ msgid "Wipe your credentials"
565
605
  msgstr ""
566
606
 
567
- #: ../lib/hammer_cli_foreman/auth.rb:39
568
- msgid ""
569
- "You are currently not logged in to any service.\n"
570
- "Use the service to set credentials."
607
+ #: ../lib/hammer_cli_foreman/auth.rb:34
608
+ msgid "Credentials deleted."
609
+ msgstr ""
610
+
611
+ #: ../lib/hammer_cli_foreman/auth.rb:41
612
+ msgid "Information about current connections"
571
613
  msgstr ""
572
614
 
573
615
  #: ../lib/hammer_cli_foreman/auth_source_ldap.rb:7
@@ -646,47 +688,47 @@ msgstr ""
646
688
  msgid "Could not update the Auth Source"
647
689
  msgstr ""
648
690
 
649
- #: ../lib/hammer_cli_foreman/commands.rb:88
691
+ #: ../lib/hammer_cli_foreman/commands.rb:56
650
692
  msgid "Received data of unknown format"
651
693
  msgstr ""
652
694
 
653
- #: ../lib/hammer_cli_foreman/commands.rb:196
695
+ #: ../lib/hammer_cli_foreman/commands.rb:164
654
696
  msgid "Could not find %{resource}. Some search options were missing, please see --help."
655
697
  msgstr ""
656
698
 
657
- #: ../lib/hammer_cli_foreman/commands.rb:198
699
+ #: ../lib/hammer_cli_foreman/commands.rb:166
658
700
  msgid "Could not find %{resource}, please set option %{switches}."
659
701
  msgstr ""
660
702
 
661
- #: ../lib/hammer_cli_foreman/commands.rb:200
703
+ #: ../lib/hammer_cli_foreman/commands.rb:168
662
704
  msgid "Could not find %{resource}, please set one of options %{switches}."
663
705
  msgstr ""
664
706
 
665
- #: ../lib/hammer_cli_foreman/commands.rb:529
707
+ #: ../lib/hammer_cli_foreman/commands.rb:497
666
708
  msgid "Associate a resource"
667
709
  msgstr ""
668
710
 
669
- #: ../lib/hammer_cli_foreman/commands.rb:533
711
+ #: ../lib/hammer_cli_foreman/commands.rb:501
670
712
  msgid "Could not associate the %{resource_name}"
671
713
  msgstr ""
672
714
 
673
- #: ../lib/hammer_cli_foreman/commands.rb:537
715
+ #: ../lib/hammer_cli_foreman/commands.rb:505
674
716
  msgid "The %{resource_name} has been associated"
675
717
  msgstr ""
676
718
 
677
- #: ../lib/hammer_cli_foreman/commands.rb:559
719
+ #: ../lib/hammer_cli_foreman/commands.rb:527
678
720
  msgid "Disassociate a resource"
679
721
  msgstr ""
680
722
 
681
- #: ../lib/hammer_cli_foreman/commands.rb:571
723
+ #: ../lib/hammer_cli_foreman/commands.rb:539
682
724
  msgid "Could not disassociate the %{resource_name}"
683
725
  msgstr ""
684
726
 
685
- #: ../lib/hammer_cli_foreman/commands.rb:575
727
+ #: ../lib/hammer_cli_foreman/commands.rb:543
686
728
  msgid "The %{resource_name} has been disassociated"
687
729
  msgstr ""
688
730
 
689
- #: ../lib/hammer_cli_foreman/common_parameter.rb:13 ../lib/hammer_cli_foreman/fact.rb:14 ../lib/hammer_cli_foreman/host.rb:318 ../lib/hammer_cli_foreman/settings.rb:13 ../lib/hammer_cli_foreman/smart_class_parameter.rb:77 ../lib/hammer_cli_foreman/smart_variable.rb:68
731
+ #: ../lib/hammer_cli_foreman/common_parameter.rb:13 ../lib/hammer_cli_foreman/fact.rb:14 ../lib/hammer_cli_foreman/host.rb:189 ../lib/hammer_cli_foreman/settings.rb:13 ../lib/hammer_cli_foreman/smart_class_parameter.rb:78 ../lib/hammer_cli_foreman/smart_variable.rb:68
690
732
  msgid "Value"
691
733
  msgstr ""
692
734
 
@@ -726,8 +768,8 @@ msgstr ""
726
768
  msgid "Provider"
727
769
  msgstr ""
728
770
 
729
- #: ../lib/hammer_cli_foreman/compute_resource.rb:34 ../lib/hammer_cli_foreman/compute_resource.rb:40 ../lib/hammer_cli_foreman/host.rb:192 ../lib/hammer_cli_foreman/image.rb:33 ../lib/hammer_cli_foreman/image.rb:71
730
- msgid "UUID"
771
+ #: ../lib/hammer_cli_foreman/compute_resource.rb:34 ../lib/hammer_cli_foreman/compute_resource.rb:40
772
+ msgid "Datacenter"
731
773
  msgstr ""
732
774
 
733
775
  #: ../lib/hammer_cli_foreman/compute_resource.rb:37 ../lib/hammer_cli_foreman/compute_resource.rb:47
@@ -746,7 +788,7 @@ msgstr ""
746
788
  msgid "Url"
747
789
  msgstr ""
748
790
 
749
- #: ../lib/hammer_cli_foreman/compute_resource.rb:55 ../lib/hammer_cli_foreman/domain.rb:42 ../lib/hammer_cli_foreman/location.rb:15 ../lib/hammer_cli_foreman/organization.rb:15 ../lib/hammer_cli_foreman/settings.rb:14 ../lib/hammer_cli_foreman/smart_class_parameter.rb:59 ../lib/hammer_cli_foreman/smart_variable.rb:53
791
+ #: ../lib/hammer_cli_foreman/compute_resource.rb:55 ../lib/hammer_cli_foreman/domain.rb:42 ../lib/hammer_cli_foreman/location.rb:15 ../lib/hammer_cli_foreman/organization.rb:15 ../lib/hammer_cli_foreman/role.rb:21 ../lib/hammer_cli_foreman/settings.rb:14 ../lib/hammer_cli_foreman/smart_class_parameter.rb:59 ../lib/hammer_cli_foreman/smart_variable.rb:53 ../lib/hammer_cli_foreman/user.rb:34
750
792
  msgid "Description"
751
793
  msgstr ""
752
794
 
@@ -778,12 +820,148 @@ msgstr ""
778
820
  msgid "Could not delete the compute resource"
779
821
  msgstr ""
780
822
 
781
- #: ../lib/hammer_cli_foreman/credentials.rb:26
782
- msgid "[Foreman] Username: "
823
+ #: ../lib/hammer_cli_foreman/compute_resources/ec2/host_help_extenstion.rb:6
824
+ msgid "EC2"
783
825
  msgstr ""
784
826
 
785
- #: ../lib/hammer_cli_foreman/credentials.rb:33
786
- msgid "[Foreman] Password for %s: "
827
+ #: ../lib/hammer_cli_foreman/compute_resources/gce/host_help_extenstion.rb:6
828
+ msgid "GCE"
829
+ msgstr ""
830
+
831
+ #: ../lib/hammer_cli_foreman/compute_resources/libvirt/host_help_extenstion.rb:6
832
+ msgid "Libvirt"
833
+ msgstr ""
834
+
835
+ #: ../lib/hammer_cli_foreman/compute_resources/libvirt/host_help_extenstion.rb:12
836
+ msgid "Number of CPUs"
837
+ msgstr ""
838
+
839
+ #: ../lib/hammer_cli_foreman/compute_resources/libvirt/host_help_extenstion.rb:13
840
+ msgid "String, amount of memory, value in bytes"
841
+ msgstr ""
842
+
843
+ #: ../lib/hammer_cli_foreman/compute_resources/libvirt/host_help_extenstion.rb:14 ../lib/hammer_cli_foreman/compute_resources/ovirt/host_help_extenstion.rb:16
844
+ msgid "Boolean (expressed as 0 or 1), whether to start the machine or not"
845
+ msgstr ""
846
+
847
+ #: ../lib/hammer_cli_foreman/compute_resources/libvirt/host_help_extenstion.rb:19 ../lib/hammer_cli_foreman/compute_resources/libvirt/host_help_extenstion.rb:21 ../lib/hammer_cli_foreman/compute_resources/libvirt/host_help_extenstion.rb:28 ../lib/hammer_cli_foreman/hosts/common_update_help.rb:10 ../lib/hammer_cli_foreman/hosts/common_update_help.rb:28
848
+ msgid "Possible values: %s"
849
+ msgstr ""
850
+
851
+ #: ../lib/hammer_cli_foreman/compute_resources/libvirt/host_help_extenstion.rb:20
852
+ msgid "Name of interface according to type"
853
+ msgstr ""
854
+
855
+ #: ../lib/hammer_cli_foreman/compute_resources/libvirt/host_help_extenstion.rb:26
856
+ msgid "One of available storage pools"
857
+ msgstr ""
858
+
859
+ #: ../lib/hammer_cli_foreman/compute_resources/libvirt/host_help_extenstion.rb:27
860
+ msgid "String value, eg. 10G"
861
+ msgstr ""
862
+
863
+ #: ../lib/hammer_cli_foreman/compute_resources/openstack/host_help_extenstion.rb:6
864
+ msgid "OpenStack"
865
+ msgstr ""
866
+
867
+ #: ../lib/hammer_cli_foreman/compute_resources/ovirt/host_help_extenstion.rb:6
868
+ msgid "oVirt"
869
+ msgstr ""
870
+
871
+ #: ../lib/hammer_cli_foreman/compute_resources/ovirt/host_help_extenstion.rb:13
872
+ msgid "Hardware profile to use"
873
+ msgstr ""
874
+
875
+ #: ../lib/hammer_cli_foreman/compute_resources/ovirt/host_help_extenstion.rb:14
876
+ msgid "Integer value, number of cores"
877
+ msgstr ""
878
+
879
+ #: ../lib/hammer_cli_foreman/compute_resources/ovirt/host_help_extenstion.rb:15
880
+ msgid "Amount of memory, integer value in bytes"
881
+ msgstr ""
882
+
883
+ #: ../lib/hammer_cli_foreman/compute_resources/ovirt/host_help_extenstion.rb:21
884
+ msgid "Eg. eth0"
885
+ msgstr ""
886
+
887
+ #: ../lib/hammer_cli_foreman/compute_resources/ovirt/host_help_extenstion.rb:22
888
+ msgid "Select one of available networks for a cluster"
889
+ msgstr ""
890
+
891
+ #: ../lib/hammer_cli_foreman/compute_resources/ovirt/host_help_extenstion.rb:27
892
+ msgid "Volume size in GB, integer value"
893
+ msgstr ""
894
+
895
+ #: ../lib/hammer_cli_foreman/compute_resources/ovirt/host_help_extenstion.rb:28
896
+ msgid "Select one of available storage domains"
897
+ msgstr ""
898
+
899
+ #: ../lib/hammer_cli_foreman/compute_resources/ovirt/host_help_extenstion.rb:29
900
+ msgid "Boolean, only one volume can be bootable"
901
+ msgstr ""
902
+
903
+ #: ../lib/hammer_cli_foreman/compute_resources/rackspace/host_help_extenstion.rb:6
904
+ msgid "Rackspace"
905
+ msgstr ""
906
+
907
+ #: ../lib/hammer_cli_foreman/compute_resources/vmware/host_help_extenstion.rb:15
908
+ msgid "VMWare"
909
+ msgstr ""
910
+
911
+ #: ../lib/hammer_cli_foreman/compute_resources/vmware/host_help_extenstion.rb:21
912
+ msgid "Cpu count"
913
+ msgstr ""
914
+
915
+ #: ../lib/hammer_cli_foreman/compute_resources/vmware/host_help_extenstion.rb:22
916
+ msgid "Number of cores per socket (applicable to hardware versions < 10 only)"
917
+ msgstr ""
918
+
919
+ #: ../lib/hammer_cli_foreman/compute_resources/vmware/host_help_extenstion.rb:23
920
+ msgid "Integer number, amount of memory in MB"
921
+ msgstr ""
922
+
923
+ #: ../lib/hammer_cli_foreman/compute_resources/vmware/host_help_extenstion.rb:24
924
+ msgid "Cluster id from VMware"
925
+ msgstr ""
926
+
927
+ #: ../lib/hammer_cli_foreman/compute_resources/vmware/host_help_extenstion.rb:25
928
+ msgid "Path to folder"
929
+ msgstr ""
930
+
931
+ #: ../lib/hammer_cli_foreman/compute_resources/vmware/host_help_extenstion.rb:26
932
+ msgid "Guest OS id form VMware"
933
+ msgstr ""
934
+
935
+ #: ../lib/hammer_cli_foreman/compute_resources/vmware/host_help_extenstion.rb:27
936
+ msgid "Id of the controller from VMware"
937
+ msgstr ""
938
+
939
+ #: ../lib/hammer_cli_foreman/compute_resources/vmware/host_help_extenstion.rb:28
940
+ msgid "Hardware version id from VMware"
941
+ msgstr ""
942
+
943
+ #: ../lib/hammer_cli_foreman/compute_resources/vmware/host_help_extenstion.rb:29
944
+ msgid "Must be a 1 or 0, whether to start the machine or not"
945
+ msgstr ""
946
+
947
+ #: ../lib/hammer_cli_foreman/compute_resources/vmware/host_help_extenstion.rb:35
948
+ msgid "Network id from VMware"
949
+ msgstr ""
950
+
951
+ #: ../lib/hammer_cli_foreman/compute_resources/vmware/host_help_extenstion.rb:41
952
+ msgid "Datastore id from VMware"
953
+ msgstr ""
954
+
955
+ #: ../lib/hammer_cli_foreman/compute_resources/vmware/host_help_extenstion.rb:42
956
+ msgid "Integer number, volume size in GB"
957
+ msgstr ""
958
+
959
+ #: ../lib/hammer_cli_foreman/compute_resources/vmware/host_help_extenstion.rb:53
960
+ msgid "Type of the network adapter, for example one of:"
961
+ msgstr ""
962
+
963
+ #: ../lib/hammer_cli_foreman/compute_resources/vmware/host_help_extenstion.rb:55
964
+ msgid "See documentation center for your version of vSphere to find more details about available adapter types:"
787
965
  msgstr ""
788
966
 
789
967
  #: ../lib/hammer_cli_foreman/defaults.rb:7
@@ -950,7 +1128,7 @@ msgstr ""
950
1128
  msgid "Host"
951
1129
  msgstr ""
952
1130
 
953
- #: ../lib/hammer_cli_foreman/fact.rb:13 ../lib/hammer_cli_foreman/host.rb:317
1131
+ #: ../lib/hammer_cli_foreman/fact.rb:13 ../lib/hammer_cli_foreman/host.rb:188
954
1132
  msgid "Fact"
955
1133
  msgstr ""
956
1134
 
@@ -967,354 +1145,334 @@ msgid "Unlimited?"
967
1145
  msgstr ""
968
1146
 
969
1147
  #: ../lib/hammer_cli_foreman/filter.rb:13
970
- msgid "Role"
1148
+ msgid "Override?"
971
1149
  msgstr ""
972
1150
 
973
1151
  #: ../lib/hammer_cli_foreman/filter.rb:14
1152
+ msgid "Role"
1153
+ msgstr ""
1154
+
1155
+ #: ../lib/hammer_cli_foreman/filter.rb:15
974
1156
  msgid "Permissions"
975
1157
  msgstr ""
976
1158
 
977
- #: ../lib/hammer_cli_foreman/filter.rb:18 ../lib/hammer_cli_foreman/filter.rb:34 ../lib/hammer_cli_foreman/filter.rb:78 ../lib/hammer_cli_foreman/role.rb:46
1159
+ #: ../lib/hammer_cli_foreman/filter.rb:19 ../lib/hammer_cli_foreman/filter.rb:35 ../lib/hammer_cli_foreman/filter.rb:79 ../lib/hammer_cli_foreman/role.rb:42
978
1160
  msgid "(Miscellaneous)"
979
1161
  msgstr ""
980
1162
 
981
- #: ../lib/hammer_cli_foreman/filter.rb:19 ../lib/hammer_cli_foreman/filter.rb:35 ../lib/hammer_cli_foreman/role.rb:47
1163
+ #: ../lib/hammer_cli_foreman/filter.rb:20 ../lib/hammer_cli_foreman/filter.rb:36 ../lib/hammer_cli_foreman/role.rb:43
982
1164
  msgid "none"
983
1165
  msgstr ""
984
1166
 
985
- #: ../lib/hammer_cli_foreman/filter.rb:44
1167
+ #: ../lib/hammer_cli_foreman/filter.rb:45
986
1168
  msgid "Permission filter for [%<resource_type>s] created"
987
1169
  msgstr ""
988
1170
 
989
- #: ../lib/hammer_cli_foreman/filter.rb:45
1171
+ #: ../lib/hammer_cli_foreman/filter.rb:46
990
1172
  msgid "Could not create the permission filter"
991
1173
  msgstr ""
992
1174
 
993
- #: ../lib/hammer_cli_foreman/filter.rb:52
1175
+ #: ../lib/hammer_cli_foreman/filter.rb:53
994
1176
  msgid "Permission filter for [%<resource_type>s] updated"
995
1177
  msgstr ""
996
1178
 
997
- #: ../lib/hammer_cli_foreman/filter.rb:53
1179
+ #: ../lib/hammer_cli_foreman/filter.rb:54
998
1180
  msgid "Could not update the permission filter"
999
1181
  msgstr ""
1000
1182
 
1001
- #: ../lib/hammer_cli_foreman/filter.rb:60
1183
+ #: ../lib/hammer_cli_foreman/filter.rb:61
1002
1184
  msgid "Permission filter deleted"
1003
1185
  msgstr ""
1004
1186
 
1005
- #: ../lib/hammer_cli_foreman/filter.rb:61
1187
+ #: ../lib/hammer_cli_foreman/filter.rb:62
1006
1188
  msgid "Could not delete the permission filter"
1007
1189
  msgstr ""
1008
1190
 
1009
- #: ../lib/hammer_cli_foreman/filter.rb:74 ../lib/hammer_cli_foreman/report.rb:62
1191
+ #: ../lib/hammer_cli_foreman/filter.rb:75 ../lib/hammer_cli_foreman/report.rb:62
1010
1192
  msgid "Resource"
1011
1193
  msgstr ""
1012
1194
 
1013
- #: ../lib/hammer_cli_foreman/host.rb:15
1014
- msgid "Login of the owner"
1015
- msgstr ""
1016
-
1017
- #: ../lib/hammer_cli_foreman/host.rb:17
1018
- msgid "ID of the owner"
1019
- msgstr ""
1020
-
1021
- #: ../lib/hammer_cli_foreman/host.rb:44
1022
- msgid "Host parameters."
1023
- msgstr ""
1024
-
1025
- #: ../lib/hammer_cli_foreman/host.rb:46
1026
- msgid "Compute resource attributes."
1027
- msgstr ""
1028
-
1029
- #: ../lib/hammer_cli_foreman/host.rb:48
1030
- msgid "Volume parameters"
1031
- msgstr ""
1032
-
1033
- #: ../lib/hammer_cli_foreman/host.rb:50
1034
- msgid "Interface parameters."
1035
- msgstr ""
1036
-
1037
- #: ../lib/hammer_cli_foreman/host.rb:64
1038
- msgid "Enter the root password for the host:"
1039
- msgstr ""
1040
-
1041
- #: ../lib/hammer_cli_foreman/host.rb:161 ../lib/hammer_cli_foreman/host.rb:232 ../lib/hammer_cli_foreman/hostgroup.rb:60 ../lib/hammer_cli_foreman/image.rb:31
1195
+ #: ../lib/hammer_cli_foreman/host.rb:32 ../lib/hammer_cli_foreman/host.rb:103 ../lib/hammer_cli_foreman/hostgroup.rb:60 ../lib/hammer_cli_foreman/image.rb:31
1042
1196
  msgid "Operating System"
1043
1197
  msgstr ""
1044
1198
 
1045
- #: ../lib/hammer_cli_foreman/host.rb:162 ../lib/hammer_cli_foreman/host.rb:196
1199
+ #: ../lib/hammer_cli_foreman/host.rb:33 ../lib/hammer_cli_foreman/host.rb:67
1046
1200
  msgid "Host Group"
1047
1201
  msgstr ""
1048
1202
 
1049
- #: ../lib/hammer_cli_foreman/host.rb:163 ../lib/hammer_cli_foreman/host.rb:209
1203
+ #: ../lib/hammer_cli_foreman/host.rb:34 ../lib/hammer_cli_foreman/host.rb:80
1050
1204
  msgid "IP"
1051
1205
  msgstr ""
1052
1206
 
1053
- #: ../lib/hammer_cli_foreman/host.rb:164 ../lib/hammer_cli_foreman/host.rb:210
1207
+ #: ../lib/hammer_cli_foreman/host.rb:35 ../lib/hammer_cli_foreman/host.rb:81
1054
1208
  msgid "MAC"
1055
1209
  msgstr ""
1056
1210
 
1057
- #: ../lib/hammer_cli_foreman/host.rb:174
1211
+ #: ../lib/hammer_cli_foreman/host.rb:45
1058
1212
  msgid "Bare Metal"
1059
1213
  msgstr ""
1060
1214
 
1061
- #: ../lib/hammer_cli_foreman/host.rb:194
1215
+ #: ../lib/hammer_cli_foreman/host.rb:63 ../lib/hammer_cli_foreman/image.rb:33 ../lib/hammer_cli_foreman/image.rb:71
1216
+ msgid "UUID"
1217
+ msgstr ""
1218
+
1219
+ #: ../lib/hammer_cli_foreman/host.rb:65
1062
1220
  msgid "Organization"
1063
1221
  msgstr ""
1064
1222
 
1065
- #: ../lib/hammer_cli_foreman/host.rb:195
1223
+ #: ../lib/hammer_cli_foreman/host.rb:66
1066
1224
  msgid "Location"
1067
1225
  msgstr ""
1068
1226
 
1069
- #: ../lib/hammer_cli_foreman/host.rb:197
1227
+ #: ../lib/hammer_cli_foreman/host.rb:68
1070
1228
  msgid "Compute Resource"
1071
1229
  msgstr ""
1072
1230
 
1073
- #: ../lib/hammer_cli_foreman/host.rb:198
1231
+ #: ../lib/hammer_cli_foreman/host.rb:69
1074
1232
  msgid "Compute Profile"
1075
1233
  msgstr ""
1076
1234
 
1077
- #: ../lib/hammer_cli_foreman/host.rb:199 ../lib/hammer_cli_foreman/hostgroup.rb:61
1235
+ #: ../lib/hammer_cli_foreman/host.rb:70 ../lib/hammer_cli_foreman/hostgroup.rb:61
1078
1236
  msgid "Environment"
1079
1237
  msgstr ""
1080
1238
 
1081
- #: ../lib/hammer_cli_foreman/host.rb:200
1239
+ #: ../lib/hammer_cli_foreman/host.rb:71
1082
1240
  msgid "Puppet CA Id"
1083
1241
  msgstr ""
1084
1242
 
1085
- #: ../lib/hammer_cli_foreman/host.rb:201
1243
+ #: ../lib/hammer_cli_foreman/host.rb:72
1086
1244
  msgid "Puppet Master Id"
1087
1245
  msgstr ""
1088
1246
 
1089
- #: ../lib/hammer_cli_foreman/host.rb:202
1247
+ #: ../lib/hammer_cli_foreman/host.rb:73
1090
1248
  msgid "Cert name"
1091
1249
  msgstr ""
1092
1250
 
1093
- #: ../lib/hammer_cli_foreman/host.rb:203 ../lib/hammer_cli_foreman/interface.rb:51
1251
+ #: ../lib/hammer_cli_foreman/host.rb:74 ../lib/hammer_cli_foreman/interface.rb:51
1094
1252
  msgid "Managed"
1095
1253
  msgstr ""
1096
1254
 
1097
- #: ../lib/hammer_cli_foreman/host.rb:205
1255
+ #: ../lib/hammer_cli_foreman/host.rb:76
1098
1256
  msgid "Installed at"
1099
1257
  msgstr ""
1100
1258
 
1101
- #: ../lib/hammer_cli_foreman/host.rb:206 ../lib/hammer_cli_foreman/report.rb:12
1259
+ #: ../lib/hammer_cli_foreman/host.rb:77 ../lib/hammer_cli_foreman/report.rb:12
1102
1260
  msgid "Last report"
1103
1261
  msgstr ""
1104
1262
 
1105
- #: ../lib/hammer_cli_foreman/host.rb:208 ../lib/hammer_cli_foreman/subnet.rb:12
1263
+ #: ../lib/hammer_cli_foreman/host.rb:79 ../lib/hammer_cli_foreman/subnet.rb:12
1106
1264
  msgid "Network"
1107
1265
  msgstr ""
1108
1266
 
1109
- #: ../lib/hammer_cli_foreman/host.rb:211 ../lib/hammer_cli_foreman/hostgroup.rb:72 ../lib/hammer_cli_foreman/interface.rb:49
1267
+ #: ../lib/hammer_cli_foreman/host.rb:82 ../lib/hammer_cli_foreman/hostgroup.rb:72 ../lib/hammer_cli_foreman/interface.rb:49
1110
1268
  msgid "Subnet"
1111
1269
  msgstr ""
1112
1270
 
1113
- #: ../lib/hammer_cli_foreman/host.rb:212 ../lib/hammer_cli_foreman/hostgroup.rb:74 ../lib/hammer_cli_foreman/interface.rb:50
1271
+ #: ../lib/hammer_cli_foreman/host.rb:83 ../lib/hammer_cli_foreman/hostgroup.rb:74 ../lib/hammer_cli_foreman/interface.rb:50
1114
1272
  msgid "Domain"
1115
1273
  msgstr ""
1116
1274
 
1117
- #: ../lib/hammer_cli_foreman/host.rb:213
1275
+ #: ../lib/hammer_cli_foreman/host.rb:84
1118
1276
  msgid "Service provider"
1119
1277
  msgstr ""
1120
1278
 
1121
- #: ../lib/hammer_cli_foreman/host.rb:214
1279
+ #: ../lib/hammer_cli_foreman/host.rb:85
1122
1280
  msgid "SP Name"
1123
1281
  msgstr ""
1124
1282
 
1125
- #: ../lib/hammer_cli_foreman/host.rb:215
1283
+ #: ../lib/hammer_cli_foreman/host.rb:86
1126
1284
  msgid "SP IP"
1127
1285
  msgstr ""
1128
1286
 
1129
- #: ../lib/hammer_cli_foreman/host.rb:216
1287
+ #: ../lib/hammer_cli_foreman/host.rb:87
1130
1288
  msgid "SP MAC"
1131
1289
  msgstr ""
1132
1290
 
1133
- #: ../lib/hammer_cli_foreman/host.rb:217
1291
+ #: ../lib/hammer_cli_foreman/host.rb:88
1134
1292
  msgid "SP Subnet"
1135
1293
  msgstr ""
1136
1294
 
1137
- #: ../lib/hammer_cli_foreman/host.rb:221
1295
+ #: ../lib/hammer_cli_foreman/host.rb:92
1138
1296
  msgid "Network interfaces"
1139
1297
  msgstr ""
1140
1298
 
1141
- #: ../lib/hammer_cli_foreman/host.rb:223 ../lib/hammer_cli_foreman/interface.rb:24 ../lib/hammer_cli_foreman/interface.rb:44
1299
+ #: ../lib/hammer_cli_foreman/host.rb:94 ../lib/hammer_cli_foreman/interface.rb:24 ../lib/hammer_cli_foreman/interface.rb:44
1142
1300
  msgid "Identifier"
1143
1301
  msgstr ""
1144
1302
 
1145
- #: ../lib/hammer_cli_foreman/host.rb:224 ../lib/hammer_cli_foreman/interface.rb:25 ../lib/hammer_cli_foreman/interface.rb:45 ../lib/hammer_cli_foreman/smart_class_parameter.rb:60 ../lib/hammer_cli_foreman/smart_class_parameter.rb:66 ../lib/hammer_cli_foreman/smart_variable.rb:12 ../lib/hammer_cli_foreman/smart_variable.rb:57 ../lib/hammer_cli_foreman/template.rb:27
1303
+ #: ../lib/hammer_cli_foreman/host.rb:95 ../lib/hammer_cli_foreman/interface.rb:25 ../lib/hammer_cli_foreman/interface.rb:45 ../lib/hammer_cli_foreman/smart_class_parameter.rb:60 ../lib/hammer_cli_foreman/smart_class_parameter.rb:66 ../lib/hammer_cli_foreman/smart_variable.rb:12 ../lib/hammer_cli_foreman/smart_variable.rb:57 ../lib/hammer_cli_foreman/template.rb:27
1146
1304
  msgid "Type"
1147
1305
  msgstr ""
1148
1306
 
1149
- #: ../lib/hammer_cli_foreman/host.rb:225 ../lib/hammer_cli_foreman/interface.rb:26 ../lib/hammer_cli_foreman/interface.rb:46
1307
+ #: ../lib/hammer_cli_foreman/host.rb:96 ../lib/hammer_cli_foreman/interface.rb:26 ../lib/hammer_cli_foreman/interface.rb:46
1150
1308
  msgid "MAC address"
1151
1309
  msgstr ""
1152
1310
 
1153
- #: ../lib/hammer_cli_foreman/host.rb:226 ../lib/hammer_cli_foreman/interface.rb:27 ../lib/hammer_cli_foreman/interface.rb:47
1311
+ #: ../lib/hammer_cli_foreman/host.rb:97 ../lib/hammer_cli_foreman/interface.rb:27 ../lib/hammer_cli_foreman/interface.rb:47
1154
1312
  msgid "IP address"
1155
1313
  msgstr ""
1156
1314
 
1157
- #: ../lib/hammer_cli_foreman/host.rb:227
1315
+ #: ../lib/hammer_cli_foreman/host.rb:98
1158
1316
  msgid "FQDN"
1159
1317
  msgstr ""
1160
1318
 
1161
- #: ../lib/hammer_cli_foreman/host.rb:230
1319
+ #: ../lib/hammer_cli_foreman/host.rb:101
1162
1320
  msgid "Operating system"
1163
1321
  msgstr ""
1164
1322
 
1165
- #: ../lib/hammer_cli_foreman/host.rb:231 ../lib/hammer_cli_foreman/hostgroup.rb:75 ../lib/hammer_cli_foreman/image.rb:45
1323
+ #: ../lib/hammer_cli_foreman/host.rb:102 ../lib/hammer_cli_foreman/hostgroup.rb:75 ../lib/hammer_cli_foreman/image.rb:45
1166
1324
  msgid "Architecture"
1167
1325
  msgstr ""
1168
1326
 
1169
- #: ../lib/hammer_cli_foreman/host.rb:235
1327
+ #: ../lib/hammer_cli_foreman/host.rb:106
1170
1328
  msgid "Build"
1171
1329
  msgstr ""
1172
1330
 
1173
- #: ../lib/hammer_cli_foreman/host.rb:236 ../lib/hammer_cli_foreman/hostgroup.rb:77
1331
+ #: ../lib/hammer_cli_foreman/host.rb:107 ../lib/hammer_cli_foreman/hostgroup.rb:77
1174
1332
  msgid "Medium"
1175
1333
  msgstr ""
1176
1334
 
1177
- #: ../lib/hammer_cli_foreman/host.rb:237 ../lib/hammer_cli_foreman/hostgroup.rb:76
1335
+ #: ../lib/hammer_cli_foreman/host.rb:108 ../lib/hammer_cli_foreman/hostgroup.rb:76
1178
1336
  msgid "Partition Table"
1179
1337
  msgstr ""
1180
1338
 
1181
- #: ../lib/hammer_cli_foreman/host.rb:238
1339
+ #: ../lib/hammer_cli_foreman/host.rb:109
1182
1340
  msgid "Custom partition table"
1183
1341
  msgstr ""
1184
1342
 
1185
- #: ../lib/hammer_cli_foreman/host.rb:241
1343
+ #: ../lib/hammer_cli_foreman/host.rb:112
1186
1344
  msgid "Image"
1187
1345
  msgstr ""
1188
1346
 
1189
- #: ../lib/hammer_cli_foreman/host.rb:242
1347
+ #: ../lib/hammer_cli_foreman/host.rb:113
1190
1348
  msgid "Image file"
1191
1349
  msgstr ""
1192
1350
 
1193
- #: ../lib/hammer_cli_foreman/host.rb:243
1351
+ #: ../lib/hammer_cli_foreman/host.rb:114
1194
1352
  msgid "Use image"
1195
1353
  msgstr ""
1196
1354
 
1197
- #: ../lib/hammer_cli_foreman/host.rb:249
1355
+ #: ../lib/hammer_cli_foreman/host.rb:120
1198
1356
  msgid "Additional info"
1199
1357
  msgstr ""
1200
1358
 
1201
- #: ../lib/hammer_cli_foreman/host.rb:250
1359
+ #: ../lib/hammer_cli_foreman/host.rb:121
1202
1360
  msgid "Owner Id"
1203
1361
  msgstr ""
1204
1362
 
1205
- #: ../lib/hammer_cli_foreman/host.rb:251
1363
+ #: ../lib/hammer_cli_foreman/host.rb:122
1206
1364
  msgid "Owner Type"
1207
1365
  msgstr ""
1208
1366
 
1209
- #: ../lib/hammer_cli_foreman/host.rb:252
1367
+ #: ../lib/hammer_cli_foreman/host.rb:123
1210
1368
  msgid "Enabled"
1211
1369
  msgstr ""
1212
1370
 
1213
- #: ../lib/hammer_cli_foreman/host.rb:253 ../lib/hammer_cli_foreman/hostgroup.rb:62
1371
+ #: ../lib/hammer_cli_foreman/host.rb:124 ../lib/hammer_cli_foreman/hostgroup.rb:62
1214
1372
  msgid "Model"
1215
1373
  msgstr ""
1216
1374
 
1217
- #: ../lib/hammer_cli_foreman/host.rb:254
1375
+ #: ../lib/hammer_cli_foreman/host.rb:125
1218
1376
  msgid "Comment"
1219
1377
  msgstr ""
1220
1378
 
1221
- #: ../lib/hammer_cli_foreman/host.rb:267
1379
+ #: ../lib/hammer_cli_foreman/host.rb:138
1222
1380
  msgid "Status"
1223
1381
  msgstr ""
1224
1382
 
1225
- #: ../lib/hammer_cli_foreman/host.rb:268
1383
+ #: ../lib/hammer_cli_foreman/host.rb:139
1226
1384
  msgid "Power"
1227
1385
  msgstr ""
1228
1386
 
1229
- #: ../lib/hammer_cli_foreman/host.rb:304
1387
+ #: ../lib/hammer_cli_foreman/host.rb:175
1230
1388
  msgid "Puppet run triggered"
1231
1389
  msgstr ""
1232
1390
 
1233
- #: ../lib/hammer_cli_foreman/host.rb:357
1391
+ #: ../lib/hammer_cli_foreman/host.rb:228
1234
1392
  msgid "Host created"
1235
1393
  msgstr ""
1236
1394
 
1237
- #: ../lib/hammer_cli_foreman/host.rb:358
1395
+ #: ../lib/hammer_cli_foreman/host.rb:229
1238
1396
  msgid "Could not create the host"
1239
1397
  msgstr ""
1240
1398
 
1241
- #: ../lib/hammer_cli_foreman/host.rb:375
1399
+ #: ../lib/hammer_cli_foreman/host.rb:247
1242
1400
  msgid "Host updated"
1243
1401
  msgstr ""
1244
1402
 
1245
- #: ../lib/hammer_cli_foreman/host.rb:376
1403
+ #: ../lib/hammer_cli_foreman/host.rb:248
1246
1404
  msgid "Could not update the host"
1247
1405
  msgstr ""
1248
1406
 
1249
- #: ../lib/hammer_cli_foreman/host.rb:383
1407
+ #: ../lib/hammer_cli_foreman/host.rb:256
1250
1408
  msgid "Host deleted"
1251
1409
  msgstr ""
1252
1410
 
1253
- #: ../lib/hammer_cli_foreman/host.rb:384
1411
+ #: ../lib/hammer_cli_foreman/host.rb:257
1254
1412
  msgid "Could not delete the host"
1255
1413
  msgstr ""
1256
1414
 
1257
- #: ../lib/hammer_cli_foreman/host.rb:391
1415
+ #: ../lib/hammer_cli_foreman/host.rb:264
1258
1416
  msgid "Create or update parameter for a host."
1259
1417
  msgstr ""
1260
1418
 
1261
- #: ../lib/hammer_cli_foreman/host.rb:393
1419
+ #: ../lib/hammer_cli_foreman/host.rb:266
1262
1420
  msgid "Host parameter updated"
1263
1421
  msgstr ""
1264
1422
 
1265
- #: ../lib/hammer_cli_foreman/host.rb:394
1423
+ #: ../lib/hammer_cli_foreman/host.rb:267
1266
1424
  msgid "New host parameter created"
1267
1425
  msgstr ""
1268
1426
 
1269
- #: ../lib/hammer_cli_foreman/host.rb:395
1427
+ #: ../lib/hammer_cli_foreman/host.rb:268
1270
1428
  msgid "Could not set host parameter"
1271
1429
  msgstr ""
1272
1430
 
1273
- #: ../lib/hammer_cli_foreman/host.rb:407
1431
+ #: ../lib/hammer_cli_foreman/host.rb:280
1274
1432
  msgid "Delete parameter for a host."
1275
1433
  msgstr ""
1276
1434
 
1277
- #: ../lib/hammer_cli_foreman/host.rb:409
1435
+ #: ../lib/hammer_cli_foreman/host.rb:282
1278
1436
  msgid "Host parameter deleted"
1279
1437
  msgstr ""
1280
1438
 
1281
- #: ../lib/hammer_cli_foreman/host.rb:424
1439
+ #: ../lib/hammer_cli_foreman/host.rb:297
1282
1440
  msgid "Power a host on"
1283
1441
  msgstr ""
1284
1442
 
1285
- #: ../lib/hammer_cli_foreman/host.rb:425
1443
+ #: ../lib/hammer_cli_foreman/host.rb:298
1286
1444
  msgid "The host is starting."
1287
1445
  msgstr ""
1288
1446
 
1289
- #: ../lib/hammer_cli_foreman/host.rb:442
1447
+ #: ../lib/hammer_cli_foreman/host.rb:315
1290
1448
  msgid "Force turning off a host"
1291
1449
  msgstr ""
1292
1450
 
1293
- #: ../lib/hammer_cli_foreman/host.rb:447
1451
+ #: ../lib/hammer_cli_foreman/host.rb:320
1294
1452
  msgid "Power a host off"
1295
1453
  msgstr ""
1296
1454
 
1297
- #: ../lib/hammer_cli_foreman/host.rb:459
1455
+ #: ../lib/hammer_cli_foreman/host.rb:332
1298
1456
  msgid "Power off forced."
1299
1457
  msgstr ""
1300
1458
 
1301
- #: ../lib/hammer_cli_foreman/host.rb:461
1459
+ #: ../lib/hammer_cli_foreman/host.rb:334
1302
1460
  msgid "Powering the host off."
1303
1461
  msgstr ""
1304
1462
 
1305
- #: ../lib/hammer_cli_foreman/host.rb:478
1463
+ #: ../lib/hammer_cli_foreman/host.rb:351
1306
1464
  msgid "Reboot a host"
1307
1465
  msgstr ""
1308
1466
 
1309
- #: ../lib/hammer_cli_foreman/host.rb:479
1467
+ #: ../lib/hammer_cli_foreman/host.rb:352
1310
1468
  msgid "Host reboot started."
1311
1469
  msgstr ""
1312
1470
 
1313
- #: ../lib/hammer_cli_foreman/host.rb:515
1471
+ #: ../lib/hammer_cli_foreman/host.rb:388
1314
1472
  msgid "Rebuild orchestration related configurations for host"
1315
1473
  msgstr ""
1316
1474
 
1317
- #: ../lib/hammer_cli_foreman/host.rb:516
1475
+ #: ../lib/hammer_cli_foreman/host.rb:389
1318
1476
  msgid "Configuration successfully rebuilt."
1319
1477
  msgstr ""
1320
1478
 
@@ -1410,6 +1568,66 @@ msgstr ""
1410
1568
  msgid "Hostgroup parameter deleted"
1411
1569
  msgstr ""
1412
1570
 
1571
+ #: ../lib/hammer_cli_foreman/hosts/common_update_help.rb:6
1572
+ msgid "Available keys for %{option}"
1573
+ msgstr ""
1574
+
1575
+ #: ../lib/hammer_cli_foreman/hosts/common_update_help.rb:16
1576
+ msgid "%{value}, each managed hosts needs to have one primary interface."
1577
+ msgstr ""
1578
+
1579
+ #: ../lib/hammer_cli_foreman/hosts/common_update_help.rb:20 ../lib/hammer_cli_foreman/hosts/common_update_help.rb:26 ../lib/hammer_cli_foreman/hosts/common_update_help.rb:33
1580
+ msgid "For %{condition}"
1581
+ msgstr ""
1582
+
1583
+ #: ../lib/hammer_cli_foreman/hosts/common_update_help.rb:22
1584
+ msgid "VLAN tag, this attribute has precedence over the subnet VLAN ID. Only for virtual interfaces."
1585
+ msgstr ""
1586
+
1587
+ #: ../lib/hammer_cli_foreman/hosts/common_update_help.rb:23
1588
+ msgid "Identifier of the interface to which this interface belongs, e.g. eth1."
1589
+ msgstr ""
1590
+
1591
+ #: ../lib/hammer_cli_foreman/hosts/common_update_help.rb:29
1592
+ msgid "Identifiers of slave interfaces, e.g. [eth1,eth2]"
1593
+ msgstr ""
1594
+
1595
+ #: ../lib/hammer_cli_foreman/hosts/common_update_help.rb:35
1596
+ msgid "always IPMI"
1597
+ msgstr ""
1598
+
1599
+ #: ../lib/hammer_cli_foreman/hosts/common_update_help.rb:42
1600
+ msgid "Provider specific options"
1601
+ msgstr ""
1602
+
1603
+ #: ../lib/hammer_cli_foreman/hosts/common_update_options.rb:6
1604
+ msgid "Login of the owner"
1605
+ msgstr ""
1606
+
1607
+ #: ../lib/hammer_cli_foreman/hosts/common_update_options.rb:8
1608
+ msgid "ID of the owner"
1609
+ msgstr ""
1610
+
1611
+ #: ../lib/hammer_cli_foreman/hosts/common_update_options.rb:35
1612
+ msgid "Host parameters."
1613
+ msgstr ""
1614
+
1615
+ #: ../lib/hammer_cli_foreman/hosts/common_update_options.rb:37
1616
+ msgid "Compute resource attributes."
1617
+ msgstr ""
1618
+
1619
+ #: ../lib/hammer_cli_foreman/hosts/common_update_options.rb:39
1620
+ msgid "Volume parameters"
1621
+ msgstr ""
1622
+
1623
+ #: ../lib/hammer_cli_foreman/hosts/common_update_options.rb:41
1624
+ msgid "Interface parameters."
1625
+ msgstr ""
1626
+
1627
+ #: ../lib/hammer_cli_foreman/hosts/common_update_options.rb:55
1628
+ msgid "Enter the root password for the host:"
1629
+ msgstr ""
1630
+
1413
1631
  #: ../lib/hammer_cli_foreman/id_resolver.rb:36
1414
1632
  msgid "Architecture name"
1415
1633
  msgstr ""
@@ -1498,7 +1716,7 @@ msgstr ""
1498
1716
  msgid "Smart class parameter name"
1499
1717
  msgstr ""
1500
1718
 
1501
- #: ../lib/hammer_cli_foreman/id_resolver.rb:63 ../lib/hammer_cli_foreman/smart_variable.rb:50 ../lib/hammer_cli_foreman/smart_variable.rb:113
1719
+ #: ../lib/hammer_cli_foreman/id_resolver.rb:63 ../lib/hammer_cli_foreman/smart_variable.rb:50 ../lib/hammer_cli_foreman/smart_variable.rb:112
1502
1720
  msgid "Smart variable name"
1503
1721
  msgstr ""
1504
1722
 
@@ -2038,55 +2256,63 @@ msgstr ""
2038
2256
  msgid "User groups"
2039
2257
  msgstr ""
2040
2258
 
2041
- #: ../lib/hammer_cli_foreman/references.rb:42
2259
+ #: ../lib/hammer_cli_foreman/references.rb:35 ../lib/hammer_cli_foreman/references.rb:42
2260
+ msgid "Usergroup"
2261
+ msgstr ""
2262
+
2263
+ #: ../lib/hammer_cli_foreman/references.rb:37 ../lib/hammer_cli_foreman/references.rb:44 ../lib/hammer_cli_foreman/references.rb:142
2264
+ msgid "Roles"
2265
+ msgstr ""
2266
+
2267
+ #: ../lib/hammer_cli_foreman/references.rb:41
2268
+ msgid "Inherited User groups"
2269
+ msgstr ""
2270
+
2271
+ #: ../lib/hammer_cli_foreman/references.rb:53
2042
2272
  msgid "Smart proxies"
2043
2273
  msgstr ""
2044
2274
 
2045
- #: ../lib/hammer_cli_foreman/references.rb:50
2275
+ #: ../lib/hammer_cli_foreman/references.rb:61
2046
2276
  msgid "Compute resources"
2047
2277
  msgstr ""
2048
2278
 
2049
- #: ../lib/hammer_cli_foreman/references.rb:58
2279
+ #: ../lib/hammer_cli_foreman/references.rb:69
2050
2280
  msgid "Installation media"
2051
2281
  msgstr ""
2052
2282
 
2053
- #: ../lib/hammer_cli_foreman/references.rb:66
2283
+ #: ../lib/hammer_cli_foreman/references.rb:77
2054
2284
  msgid "Templates"
2055
2285
  msgstr ""
2056
2286
 
2057
- #: ../lib/hammer_cli_foreman/references.rb:74
2287
+ #: ../lib/hammer_cli_foreman/references.rb:85
2058
2288
  msgid "Domains"
2059
2289
  msgstr ""
2060
2290
 
2061
- #: ../lib/hammer_cli_foreman/references.rb:82
2291
+ #: ../lib/hammer_cli_foreman/references.rb:93
2062
2292
  msgid "Environments"
2063
2293
  msgstr ""
2064
2294
 
2065
- #: ../lib/hammer_cli_foreman/references.rb:90
2295
+ #: ../lib/hammer_cli_foreman/references.rb:101
2066
2296
  msgid "Hostgroups"
2067
2297
  msgstr ""
2068
2298
 
2069
- #: ../lib/hammer_cli_foreman/references.rb:98
2299
+ #: ../lib/hammer_cli_foreman/references.rb:109
2070
2300
  msgid "Subnets"
2071
2301
  msgstr ""
2072
2302
 
2073
- #: ../lib/hammer_cli_foreman/references.rb:107
2303
+ #: ../lib/hammer_cli_foreman/references.rb:118
2074
2304
  msgid "Parameters"
2075
2305
  msgstr ""
2076
2306
 
2077
- #: ../lib/hammer_cli_foreman/references.rb:115
2307
+ #: ../lib/hammer_cli_foreman/references.rb:126
2078
2308
  msgid "Puppetclasses"
2079
2309
  msgstr ""
2080
2310
 
2081
- #: ../lib/hammer_cli_foreman/references.rb:123
2311
+ #: ../lib/hammer_cli_foreman/references.rb:134
2082
2312
  msgid "Operating systems"
2083
2313
  msgstr ""
2084
2314
 
2085
- #: ../lib/hammer_cli_foreman/references.rb:131
2086
- msgid "Roles"
2087
- msgstr ""
2088
-
2089
- #: ../lib/hammer_cli_foreman/references.rb:139
2315
+ #: ../lib/hammer_cli_foreman/references.rb:150
2090
2316
  msgid "External user groups"
2091
2317
  msgstr ""
2092
2318
 
@@ -2186,43 +2412,35 @@ msgstr ""
2186
2412
  msgid "The server does not support such operation."
2187
2413
  msgstr ""
2188
2414
 
2189
- #: ../lib/hammer_cli_foreman/role.rb:20
2415
+ #: ../lib/hammer_cli_foreman/role.rb:13
2190
2416
  msgid "Builtin"
2191
2417
  msgstr ""
2192
2418
 
2193
- #: ../lib/hammer_cli_foreman/role.rb:24
2194
- msgid "Yes"
2195
- msgstr ""
2196
-
2197
- #: ../lib/hammer_cli_foreman/role.rb:24
2198
- msgid "No"
2199
- msgstr ""
2200
-
2201
- #: ../lib/hammer_cli_foreman/role.rb:36
2419
+ #: ../lib/hammer_cli_foreman/role.rb:32
2202
2420
  msgid "User role id"
2203
2421
  msgstr ""
2204
2422
 
2205
- #: ../lib/hammer_cli_foreman/role.rb:64
2423
+ #: ../lib/hammer_cli_foreman/role.rb:60
2206
2424
  msgid "User role [%<name>s] created"
2207
2425
  msgstr ""
2208
2426
 
2209
- #: ../lib/hammer_cli_foreman/role.rb:65
2427
+ #: ../lib/hammer_cli_foreman/role.rb:61
2210
2428
  msgid "Could not create the user role"
2211
2429
  msgstr ""
2212
2430
 
2213
- #: ../lib/hammer_cli_foreman/role.rb:72
2431
+ #: ../lib/hammer_cli_foreman/role.rb:68
2214
2432
  msgid "User role [%<name>s] updated"
2215
2433
  msgstr ""
2216
2434
 
2217
- #: ../lib/hammer_cli_foreman/role.rb:73
2435
+ #: ../lib/hammer_cli_foreman/role.rb:69
2218
2436
  msgid "Could not update the user role"
2219
2437
  msgstr ""
2220
2438
 
2221
- #: ../lib/hammer_cli_foreman/role.rb:80
2439
+ #: ../lib/hammer_cli_foreman/role.rb:76
2222
2440
  msgid "User role [%<name>s] deleted"
2223
2441
  msgstr ""
2224
2442
 
2225
- #: ../lib/hammer_cli_foreman/role.rb:81
2443
+ #: ../lib/hammer_cli_foreman/role.rb:77
2226
2444
  msgid "Could not delete the user roles"
2227
2445
  msgstr ""
2228
2446
 
@@ -2254,7 +2472,7 @@ msgstr ""
2254
2472
  msgid "Hidden Value?"
2255
2473
  msgstr ""
2256
2474
 
2257
- #: ../lib/hammer_cli_foreman/smart_class_parameter.rb:62 ../lib/hammer_cli_foreman/smart_class_parameter.rb:78
2475
+ #: ../lib/hammer_cli_foreman/smart_class_parameter.rb:62 ../lib/hammer_cli_foreman/smart_class_parameter.rb:79
2258
2476
  msgid "Use puppet default"
2259
2477
  msgstr ""
2260
2478
 
@@ -2290,11 +2508,11 @@ msgstr ""
2290
2508
  msgid "Order"
2291
2509
  msgstr ""
2292
2510
 
2293
- #: ../lib/hammer_cli_foreman/smart_class_parameter.rb:74 ../lib/hammer_cli_foreman/smart_variable.rb:65
2511
+ #: ../lib/hammer_cli_foreman/smart_class_parameter.rb:75 ../lib/hammer_cli_foreman/smart_variable.rb:65
2294
2512
  msgid "Values"
2295
2513
  msgstr ""
2296
2514
 
2297
- #: ../lib/hammer_cli_foreman/smart_class_parameter.rb:76 ../lib/hammer_cli_foreman/smart_variable.rb:67
2515
+ #: ../lib/hammer_cli_foreman/smart_class_parameter.rb:77 ../lib/hammer_cli_foreman/smart_variable.rb:67
2298
2516
  msgid "Match"
2299
2517
  msgstr ""
2300
2518
 
@@ -2318,15 +2536,15 @@ msgstr ""
2318
2536
  msgid "Type of the parameter."
2319
2537
  msgstr ""
2320
2538
 
2321
- #: ../lib/hammer_cli_foreman/smart_class_parameter.rb:120 ../lib/hammer_cli_foreman/smart_variable.rb:93 ../lib/hammer_cli_foreman/smart_variable.rb:107
2539
+ #: ../lib/hammer_cli_foreman/smart_class_parameter.rb:120 ../lib/hammer_cli_foreman/smart_variable.rb:92 ../lib/hammer_cli_foreman/smart_variable.rb:106
2322
2540
  msgid "Type of the validator."
2323
2541
  msgstr ""
2324
2542
 
2325
- #: ../lib/hammer_cli_foreman/smart_class_parameter.rb:134 ../lib/hammer_cli_foreman/smart_variable.rb:126
2543
+ #: ../lib/hammer_cli_foreman/smart_class_parameter.rb:134 ../lib/hammer_cli_foreman/smart_variable.rb:125
2326
2544
  msgid "Override value created"
2327
2545
  msgstr ""
2328
2546
 
2329
- #: ../lib/hammer_cli_foreman/smart_class_parameter.rb:135 ../lib/hammer_cli_foreman/smart_variable.rb:127
2547
+ #: ../lib/hammer_cli_foreman/smart_class_parameter.rb:135 ../lib/hammer_cli_foreman/smart_variable.rb:126
2330
2548
  msgid "Could not create the override value"
2331
2549
  msgstr ""
2332
2550
 
@@ -2334,11 +2552,11 @@ msgstr ""
2334
2552
  msgid "Cannot use --value when --use-puppet-default is true"
2335
2553
  msgstr ""
2336
2554
 
2337
- #: ../lib/hammer_cli_foreman/smart_class_parameter.rb:158 ../lib/hammer_cli_foreman/smart_variable.rb:139
2555
+ #: ../lib/hammer_cli_foreman/smart_class_parameter.rb:158 ../lib/hammer_cli_foreman/smart_variable.rb:138
2338
2556
  msgid "Override value deleted"
2339
2557
  msgstr ""
2340
2558
 
2341
- #: ../lib/hammer_cli_foreman/smart_class_parameter.rb:159 ../lib/hammer_cli_foreman/smart_variable.rb:140
2559
+ #: ../lib/hammer_cli_foreman/smart_class_parameter.rb:159 ../lib/hammer_cli_foreman/smart_variable.rb:139
2342
2560
  msgid "Could not delete the override value"
2343
2561
  msgstr ""
2344
2562
 
@@ -2398,35 +2616,35 @@ msgstr ""
2398
2616
  msgid "Variable"
2399
2617
  msgstr ""
2400
2618
 
2401
- #: ../lib/hammer_cli_foreman/smart_variable.rb:50 ../lib/hammer_cli_foreman/smart_variable.rb:113
2619
+ #: ../lib/hammer_cli_foreman/smart_variable.rb:50 ../lib/hammer_cli_foreman/smart_variable.rb:112
2402
2620
  msgid "Use --variable instead"
2403
2621
  msgstr ""
2404
2622
 
2405
- #: ../lib/hammer_cli_foreman/smart_variable.rb:85
2623
+ #: ../lib/hammer_cli_foreman/smart_variable.rb:84
2406
2624
  msgid "Smart variable [%{variable}] created"
2407
2625
  msgstr ""
2408
2626
 
2409
- #: ../lib/hammer_cli_foreman/smart_variable.rb:86
2627
+ #: ../lib/hammer_cli_foreman/smart_variable.rb:85
2410
2628
  msgid "Could not create the smart variable"
2411
2629
  msgstr ""
2412
2630
 
2413
- #: ../lib/hammer_cli_foreman/smart_variable.rb:90 ../lib/hammer_cli_foreman/smart_variable.rb:104
2631
+ #: ../lib/hammer_cli_foreman/smart_variable.rb:89 ../lib/hammer_cli_foreman/smart_variable.rb:103
2414
2632
  msgid "Type of the variable."
2415
2633
  msgstr ""
2416
2634
 
2417
- #: ../lib/hammer_cli_foreman/smart_variable.rb:99
2635
+ #: ../lib/hammer_cli_foreman/smart_variable.rb:98
2418
2636
  msgid "Smart variable [%{variable}] updated"
2419
2637
  msgstr ""
2420
2638
 
2421
- #: ../lib/hammer_cli_foreman/smart_variable.rb:100
2639
+ #: ../lib/hammer_cli_foreman/smart_variable.rb:99
2422
2640
  msgid "Could not update the smart variable"
2423
2641
  msgstr ""
2424
2642
 
2425
- #: ../lib/hammer_cli_foreman/smart_variable.rb:115
2643
+ #: ../lib/hammer_cli_foreman/smart_variable.rb:114
2426
2644
  msgid "Smart variable [%{variable}] deleted"
2427
2645
  msgstr ""
2428
2646
 
2429
- #: ../lib/hammer_cli_foreman/smart_variable.rb:116
2647
+ #: ../lib/hammer_cli_foreman/smart_variable.rb:115
2430
2648
  msgid "Could not delete the smart variable"
2431
2649
  msgstr ""
2432
2650
 
@@ -2586,39 +2804,39 @@ msgstr ""
2586
2804
  msgid "Last login"
2587
2805
  msgstr ""
2588
2806
 
2589
- #: ../lib/hammer_cli_foreman/user.rb:34
2807
+ #: ../lib/hammer_cli_foreman/user.rb:35
2590
2808
  msgid "Default organization"
2591
2809
  msgstr ""
2592
2810
 
2593
- #: ../lib/hammer_cli_foreman/user.rb:35
2811
+ #: ../lib/hammer_cli_foreman/user.rb:36
2594
2812
  msgid "Default location"
2595
2813
  msgstr ""
2596
2814
 
2597
- #: ../lib/hammer_cli_foreman/user.rb:43 ../lib/hammer_cli_foreman/user.rb:44
2815
+ #: ../lib/hammer_cli_foreman/user.rb:44 ../lib/hammer_cli_foreman/user.rb:45
2598
2816
  msgid "default"
2599
2817
  msgstr ""
2600
2818
 
2601
- #: ../lib/hammer_cli_foreman/user.rb:54
2819
+ #: ../lib/hammer_cli_foreman/user.rb:56
2602
2820
  msgid "User [%{login}] created"
2603
2821
  msgstr ""
2604
2822
 
2605
- #: ../lib/hammer_cli_foreman/user.rb:55
2823
+ #: ../lib/hammer_cli_foreman/user.rb:57
2606
2824
  msgid "Could not create the user"
2607
2825
  msgstr ""
2608
2826
 
2609
- #: ../lib/hammer_cli_foreman/user.rb:62
2827
+ #: ../lib/hammer_cli_foreman/user.rb:64
2610
2828
  msgid "User [%{login}] updated"
2611
2829
  msgstr ""
2612
2830
 
2613
- #: ../lib/hammer_cli_foreman/user.rb:63
2831
+ #: ../lib/hammer_cli_foreman/user.rb:65
2614
2832
  msgid "Could not update the user"
2615
2833
  msgstr ""
2616
2834
 
2617
- #: ../lib/hammer_cli_foreman/user.rb:70
2835
+ #: ../lib/hammer_cli_foreman/user.rb:72
2618
2836
  msgid "User [%{login}] deleted"
2619
2837
  msgstr ""
2620
2838
 
2621
- #: ../lib/hammer_cli_foreman/user.rb:71
2839
+ #: ../lib/hammer_cli_foreman/user.rb:73
2622
2840
  msgid "Could not delete the user"
2623
2841
  msgstr ""
2624
2842