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
@@ -6,10 +6,10 @@
6
6
  #, fuzzy
7
7
  msgid ""
8
8
  msgstr ""
9
- "Project-Id-Version: hammer-cli-foreman 0.8.0\n"
9
+ "Project-Id-Version: hammer-cli-foreman 0.9.0\n"
10
10
  "Report-Msgid-Bugs-To: \n"
11
- "POT-Creation-Date: 2016-09-01 12:48+0200\n"
12
- "PO-Revision-Date: 2016-09-01 12:48+0200\n"
11
+ "POT-Creation-Date: 2016-12-15 22:40+0100\n"
12
+ "PO-Revision-Date: 2016-12-15 22:40+0100\n"
13
13
  "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
14
14
  "Language-Team: LANGUAGE <LL@li.org>\n"
15
15
  "Language: \n"
@@ -18,127 +18,168 @@ msgstr ""
18
18
  "Content-Transfer-Encoding: 8bit\n"
19
19
  "Plural-Forms: nplurals=INTEGER; plural=EXPRESSION;\n"
20
20
 
21
- #: ../lib/hammer_cli_foreman.rb:32
21
+ #: ../lib/hammer_cli_foreman.rb:31
22
22
  msgid "Foreman connection login/logout."
23
23
  msgstr ""
24
24
 
25
- #: ../lib/hammer_cli_foreman.rb:36
25
+ #: ../lib/hammer_cli_foreman.rb:35
26
26
  msgid "Manipulate architectures."
27
27
  msgstr ""
28
28
 
29
- #: ../lib/hammer_cli_foreman.rb:40
29
+ #: ../lib/hammer_cli_foreman.rb:39
30
30
  msgid "Manipulate auth sources."
31
31
  msgstr ""
32
32
 
33
- #: ../lib/hammer_cli_foreman.rb:44
33
+ #: ../lib/hammer_cli_foreman.rb:43
34
34
  msgid "Manipulate compute resources."
35
35
  msgstr ""
36
36
 
37
- #: ../lib/hammer_cli_foreman.rb:48
37
+ #: ../lib/hammer_cli_foreman.rb:47
38
38
  msgid "Manipulate domains."
39
39
  msgstr ""
40
40
 
41
- #: ../lib/hammer_cli_foreman.rb:52
41
+ #: ../lib/hammer_cli_foreman.rb:51
42
42
  msgid "Manipulate environments."
43
43
  msgstr ""
44
44
 
45
- #: ../lib/hammer_cli_foreman.rb:56
45
+ #: ../lib/hammer_cli_foreman.rb:55
46
46
  msgid "Search facts."
47
47
  msgstr ""
48
48
 
49
- #: ../lib/hammer_cli_foreman.rb:60
49
+ #: ../lib/hammer_cli_foreman.rb:59
50
50
  msgid "Manage permission filters."
51
51
  msgstr ""
52
52
 
53
- #: ../lib/hammer_cli_foreman.rb:64
53
+ #: ../lib/hammer_cli_foreman.rb:63
54
54
  msgid "Manipulate hosts."
55
55
  msgstr ""
56
56
 
57
- #: ../lib/hammer_cli_foreman.rb:68
57
+ #: ../lib/hammer_cli_foreman.rb:67
58
58
  msgid "Manipulate hostgroups."
59
59
  msgstr ""
60
60
 
61
- #: ../lib/hammer_cli_foreman.rb:72
61
+ #: ../lib/hammer_cli_foreman.rb:71
62
62
  msgid "Manipulate locations."
63
63
  msgstr ""
64
64
 
65
- #: ../lib/hammer_cli_foreman.rb:76
65
+ #: ../lib/hammer_cli_foreman.rb:75
66
66
  msgid "Manipulate installation media."
67
67
  msgstr ""
68
68
 
69
- #: ../lib/hammer_cli_foreman.rb:80
69
+ #: ../lib/hammer_cli_foreman.rb:79
70
70
  msgid "Manipulate hardware models."
71
71
  msgstr ""
72
72
 
73
- #: ../lib/hammer_cli_foreman.rb:84
73
+ #: ../lib/hammer_cli_foreman.rb:83
74
74
  msgid "Manipulate operating system."
75
75
  msgstr ""
76
76
 
77
- #: ../lib/hammer_cli_foreman.rb:88
77
+ #: ../lib/hammer_cli_foreman.rb:87
78
78
  msgid "Manipulate organizations."
79
79
  msgstr ""
80
80
 
81
- #: ../lib/hammer_cli_foreman.rb:92
81
+ #: ../lib/hammer_cli_foreman.rb:91
82
82
  msgid "Manipulate partition tables."
83
83
  msgstr ""
84
84
 
85
- #: ../lib/hammer_cli_foreman.rb:96
85
+ #: ../lib/hammer_cli_foreman.rb:95
86
86
  msgid "Search puppet modules."
87
87
  msgstr ""
88
88
 
89
- #: ../lib/hammer_cli_foreman.rb:100
89
+ #: ../lib/hammer_cli_foreman.rb:99
90
90
  msgid "Browse and read reports."
91
91
  msgstr ""
92
92
 
93
- #: ../lib/hammer_cli_foreman.rb:104
93
+ #: ../lib/hammer_cli_foreman.rb:103
94
94
  msgid "Manage user roles."
95
95
  msgstr ""
96
96
 
97
- #: ../lib/hammer_cli_foreman.rb:108
97
+ #: ../lib/hammer_cli_foreman.rb:107
98
98
  msgid "Manipulate smart class parameters."
99
99
  msgstr ""
100
100
 
101
- #: ../lib/hammer_cli_foreman.rb:112
101
+ #: ../lib/hammer_cli_foreman.rb:111
102
102
  msgid "Manipulate smart variables."
103
103
  msgstr ""
104
104
 
105
- #: ../lib/hammer_cli_foreman.rb:116
105
+ #: ../lib/hammer_cli_foreman.rb:115
106
106
  msgid "Manipulate smart proxies."
107
107
  msgstr ""
108
108
 
109
- #: ../lib/hammer_cli_foreman.rb:120
109
+ #: ../lib/hammer_cli_foreman.rb:119
110
110
  msgid "Manipulate realms."
111
111
  msgstr ""
112
112
 
113
- #: ../lib/hammer_cli_foreman.rb:124
113
+ #: ../lib/hammer_cli_foreman.rb:123
114
114
  msgid "Change server settings."
115
115
  msgstr ""
116
116
 
117
- #: ../lib/hammer_cli_foreman.rb:128
117
+ #: ../lib/hammer_cli_foreman.rb:127
118
118
  msgid "Manipulate subnets."
119
119
  msgstr ""
120
120
 
121
- #: ../lib/hammer_cli_foreman.rb:132
121
+ #: ../lib/hammer_cli_foreman.rb:131
122
122
  msgid "Manipulate config templates."
123
123
  msgstr ""
124
124
 
125
- #: ../lib/hammer_cli_foreman.rb:136
125
+ #: ../lib/hammer_cli_foreman.rb:135
126
126
  msgid "Manipulate users."
127
127
  msgstr ""
128
128
 
129
- #: ../lib/hammer_cli_foreman.rb:140
129
+ #: ../lib/hammer_cli_foreman.rb:139
130
130
  msgid "Manage user groups."
131
131
  msgstr ""
132
132
 
133
+ #: ../lib/hammer_cli_foreman/api/interactive_basic_auth.rb:15
134
+ msgid "Invalid username or password"
135
+ msgstr ""
136
+
137
+ #: ../lib/hammer_cli_foreman/api/interactive_basic_auth.rb:20
138
+ msgid "You are logged in as '%s'"
139
+ msgstr ""
140
+
141
+ #: ../lib/hammer_cli_foreman/api/interactive_basic_auth.rb:22
142
+ #: ../lib/hammer_cli_foreman/api/session_authenticator_wrapper.rb:28
143
+ msgid "You are currently not logged in"
144
+ msgstr ""
145
+
146
+ #: ../lib/hammer_cli_foreman/api/interactive_basic_auth.rb:33
147
+ msgid "[Foreman] Username: "
148
+ msgstr ""
149
+
150
+ #: ../lib/hammer_cli_foreman/api/interactive_basic_auth.rb:37
151
+ msgid "[Foreman] Password for %s: "
152
+ msgstr ""
153
+
154
+ #: ../lib/hammer_cli_foreman/api/session_authenticator_wrapper.rb:17
155
+ msgid "Can't use session auth due to invalid permissions on session files."
156
+ msgstr ""
157
+
158
+ #: ../lib/hammer_cli_foreman/api/session_authenticator_wrapper.rb:26
159
+ msgid "Session exist, currently logged in as '%s'"
160
+ msgstr ""
161
+
162
+ #: ../lib/hammer_cli_foreman/api/session_authenticator_wrapper.rb:51
163
+ msgid "Session has expired"
164
+ msgstr ""
165
+
166
+ #: ../lib/hammer_cli_foreman/api/session_authenticator_wrapper.rb:78
167
+ msgid "Invalid session file format"
168
+ msgstr ""
169
+
170
+ #: ../lib/hammer_cli_foreman/api/session_authenticator_wrapper.rb:106
171
+ msgid "Invalid permissions for %{file}: %{mode}, expected %{expected_mode}"
172
+ msgstr ""
173
+
133
174
  #: ../lib/hammer_cli_foreman/architecture.rb:10
134
175
  #: ../lib/hammer_cli_foreman/auth_source_ldap.rb:13
135
176
  #: ../lib/hammer_cli_foreman/compute_resource.rb:20
136
177
  #: ../lib/hammer_cli_foreman/domain.rb:31
137
178
  #: ../lib/hammer_cli_foreman/environment.rb:14
138
179
  #: ../lib/hammer_cli_foreman/external_usergroup.rb:10
139
- #: ../lib/hammer_cli_foreman/filter.rb:9 ../lib/hammer_cli_foreman/filter.rb:72
140
- #: ../lib/hammer_cli_foreman/host.rb:159 ../lib/hammer_cli_foreman/host.rb:191
141
- #: ../lib/hammer_cli_foreman/host.rb:222
180
+ #: ../lib/hammer_cli_foreman/filter.rb:9 ../lib/hammer_cli_foreman/filter.rb:73
181
+ #: ../lib/hammer_cli_foreman/host.rb:30 ../lib/hammer_cli_foreman/host.rb:62
182
+ #: ../lib/hammer_cli_foreman/host.rb:93
142
183
  #: ../lib/hammer_cli_foreman/hostgroup.rb:57
143
184
  #: ../lib/hammer_cli_foreman/image.rb:29
144
185
  #: ../lib/hammer_cli_foreman/interface.rb:23
@@ -149,11 +190,14 @@ msgstr ""
149
190
  #: ../lib/hammer_cli_foreman/organization.rb:13
150
191
  #: ../lib/hammer_cli_foreman/partition_table.rb:10
151
192
  #: ../lib/hammer_cli_foreman/puppet_class.rb:13
152
- #: ../lib/hammer_cli_foreman/realm.rb:8 ../lib/hammer_cli_foreman/report.rb:10
193
+ #: ../lib/hammer_cli_foreman/realm.rb:8
194
+ #: ../lib/hammer_cli_foreman/references.rb:36
195
+ #: ../lib/hammer_cli_foreman/references.rb:43
196
+ #: ../lib/hammer_cli_foreman/report.rb:10
153
197
  #: ../lib/hammer_cli_foreman/report.rb:30 ../lib/hammer_cli_foreman/role.rb:11
154
198
  #: ../lib/hammer_cli_foreman/settings.rb:11
155
199
  #: ../lib/hammer_cli_foreman/smart_class_parameter.rb:8
156
- #: ../lib/hammer_cli_foreman/smart_class_parameter.rb:75
200
+ #: ../lib/hammer_cli_foreman/smart_class_parameter.rb:76
157
201
  #: ../lib/hammer_cli_foreman/smart_proxy.rb:11
158
202
  #: ../lib/hammer_cli_foreman/smart_variable.rb:8
159
203
  #: ../lib/hammer_cli_foreman/smart_variable.rb:66
@@ -172,9 +216,9 @@ msgstr ""
172
216
  #: ../lib/hammer_cli_foreman/environment.rb:15
173
217
  #: ../lib/hammer_cli_foreman/external_usergroup.rb:11
174
218
  #: ../lib/hammer_cli_foreman/external_usergroup.rb:42
175
- #: ../lib/hammer_cli_foreman/filter.rb:73
176
- #: ../lib/hammer_cli_foreman/filter.rb:90 ../lib/hammer_cli_foreman/host.rb:160
177
- #: ../lib/hammer_cli_foreman/host.rb:193
219
+ #: ../lib/hammer_cli_foreman/filter.rb:74
220
+ #: ../lib/hammer_cli_foreman/filter.rb:91 ../lib/hammer_cli_foreman/host.rb:31
221
+ #: ../lib/hammer_cli_foreman/host.rb:64
178
222
  #: ../lib/hammer_cli_foreman/hostgroup.rb:58
179
223
  #: ../lib/hammer_cli_foreman/image.rb:30 ../lib/hammer_cli_foreman/image.rb:70
180
224
  #: ../lib/hammer_cli_foreman/location.rb:14
@@ -606,26 +650,28 @@ msgstr ""
606
650
  msgid "Set credentials"
607
651
  msgstr ""
608
652
 
609
- #: ../lib/hammer_cli_foreman/auth.rb:20
610
- msgid "Wipe your credentials"
653
+ #: ../lib/hammer_cli_foreman/auth.rb:9
654
+ msgid "username to access the remote system"
611
655
  msgstr ""
612
656
 
613
- #: ../lib/hammer_cli_foreman/auth.rb:26
614
- msgid "Credentials deleted."
657
+ #: ../lib/hammer_cli_foreman/auth.rb:10
658
+ msgid "password to access the remote system"
615
659
  msgstr ""
616
660
 
617
- #: ../lib/hammer_cli_foreman/auth.rb:33
618
- msgid "Information about current connections"
661
+ #: ../lib/hammer_cli_foreman/auth.rb:22
662
+ msgid "Successfully logged in."
619
663
  msgstr ""
620
664
 
621
- #: ../lib/hammer_cli_foreman/auth.rb:37
622
- msgid "You are logged in as '%s'"
665
+ #: ../lib/hammer_cli_foreman/auth.rb:29
666
+ msgid "Wipe your credentials"
623
667
  msgstr ""
624
668
 
625
- #: ../lib/hammer_cli_foreman/auth.rb:39
626
- msgid ""
627
- "You are currently not logged in to any service.\n"
628
- "Use the service to set credentials."
669
+ #: ../lib/hammer_cli_foreman/auth.rb:34
670
+ msgid "Credentials deleted."
671
+ msgstr ""
672
+
673
+ #: ../lib/hammer_cli_foreman/auth.rb:41
674
+ msgid "Information about current connections"
629
675
  msgstr ""
630
676
 
631
677
  #: ../lib/hammer_cli_foreman/auth_source_ldap.rb:7
@@ -704,52 +750,52 @@ msgstr ""
704
750
  msgid "Could not update the Auth Source"
705
751
  msgstr ""
706
752
 
707
- #: ../lib/hammer_cli_foreman/commands.rb:88
753
+ #: ../lib/hammer_cli_foreman/commands.rb:56
708
754
  msgid "Received data of unknown format"
709
755
  msgstr ""
710
756
 
711
- #: ../lib/hammer_cli_foreman/commands.rb:196
757
+ #: ../lib/hammer_cli_foreman/commands.rb:164
712
758
  msgid ""
713
759
  "Could not find %{resource}. Some search options were missing, please see --hel"
714
760
  "p."
715
761
  msgstr ""
716
762
 
717
- #: ../lib/hammer_cli_foreman/commands.rb:198
763
+ #: ../lib/hammer_cli_foreman/commands.rb:166
718
764
  msgid "Could not find %{resource}, please set option %{switches}."
719
765
  msgstr ""
720
766
 
721
- #: ../lib/hammer_cli_foreman/commands.rb:200
767
+ #: ../lib/hammer_cli_foreman/commands.rb:168
722
768
  msgid "Could not find %{resource}, please set one of options %{switches}."
723
769
  msgstr ""
724
770
 
725
- #: ../lib/hammer_cli_foreman/commands.rb:529
771
+ #: ../lib/hammer_cli_foreman/commands.rb:497
726
772
  msgid "Associate a resource"
727
773
  msgstr ""
728
774
 
729
- #: ../lib/hammer_cli_foreman/commands.rb:533
775
+ #: ../lib/hammer_cli_foreman/commands.rb:501
730
776
  msgid "Could not associate the %{resource_name}"
731
777
  msgstr ""
732
778
 
733
- #: ../lib/hammer_cli_foreman/commands.rb:537
779
+ #: ../lib/hammer_cli_foreman/commands.rb:505
734
780
  msgid "The %{resource_name} has been associated"
735
781
  msgstr ""
736
782
 
737
- #: ../lib/hammer_cli_foreman/commands.rb:559
783
+ #: ../lib/hammer_cli_foreman/commands.rb:527
738
784
  msgid "Disassociate a resource"
739
785
  msgstr ""
740
786
 
741
- #: ../lib/hammer_cli_foreman/commands.rb:571
787
+ #: ../lib/hammer_cli_foreman/commands.rb:539
742
788
  msgid "Could not disassociate the %{resource_name}"
743
789
  msgstr ""
744
790
 
745
- #: ../lib/hammer_cli_foreman/commands.rb:575
791
+ #: ../lib/hammer_cli_foreman/commands.rb:543
746
792
  msgid "The %{resource_name} has been disassociated"
747
793
  msgstr ""
748
794
 
749
795
  #: ../lib/hammer_cli_foreman/common_parameter.rb:13
750
- #: ../lib/hammer_cli_foreman/fact.rb:14 ../lib/hammer_cli_foreman/host.rb:318
796
+ #: ../lib/hammer_cli_foreman/fact.rb:14 ../lib/hammer_cli_foreman/host.rb:189
751
797
  #: ../lib/hammer_cli_foreman/settings.rb:13
752
- #: ../lib/hammer_cli_foreman/smart_class_parameter.rb:77
798
+ #: ../lib/hammer_cli_foreman/smart_class_parameter.rb:78
753
799
  #: ../lib/hammer_cli_foreman/smart_variable.rb:68
754
800
  msgid "Value"
755
801
  msgstr ""
@@ -796,9 +842,7 @@ msgstr ""
796
842
 
797
843
  #: ../lib/hammer_cli_foreman/compute_resource.rb:34
798
844
  #: ../lib/hammer_cli_foreman/compute_resource.rb:40
799
- #: ../lib/hammer_cli_foreman/host.rb:192 ../lib/hammer_cli_foreman/image.rb:33
800
- #: ../lib/hammer_cli_foreman/image.rb:71
801
- msgid "UUID"
845
+ msgid "Datacenter"
802
846
  msgstr ""
803
847
 
804
848
  #: ../lib/hammer_cli_foreman/compute_resource.rb:37
@@ -822,9 +866,11 @@ msgstr ""
822
866
  #: ../lib/hammer_cli_foreman/domain.rb:42
823
867
  #: ../lib/hammer_cli_foreman/location.rb:15
824
868
  #: ../lib/hammer_cli_foreman/organization.rb:15
869
+ #: ../lib/hammer_cli_foreman/role.rb:21
825
870
  #: ../lib/hammer_cli_foreman/settings.rb:14
826
871
  #: ../lib/hammer_cli_foreman/smart_class_parameter.rb:59
827
872
  #: ../lib/hammer_cli_foreman/smart_variable.rb:53
873
+ #: ../lib/hammer_cli_foreman/user.rb:34
828
874
  msgid "Description"
829
875
  msgstr ""
830
876
 
@@ -856,12 +902,180 @@ msgstr ""
856
902
  msgid "Could not delete the compute resource"
857
903
  msgstr ""
858
904
 
859
- #: ../lib/hammer_cli_foreman/credentials.rb:26
860
- msgid "[Foreman] Username: "
905
+ #: ../lib/hammer_cli_foreman/compute_resources/ec2/host_help_extenstion.rb:6
906
+ msgid "EC2"
861
907
  msgstr ""
862
908
 
863
- #: ../lib/hammer_cli_foreman/credentials.rb:33
864
- msgid "[Foreman] Password for %s: "
909
+ #: ../lib/hammer_cli_foreman/compute_resources/gce/host_help_extenstion.rb:6
910
+ msgid "GCE"
911
+ msgstr ""
912
+
913
+ #:
914
+ #: ../lib/hammer_cli_foreman/compute_resources/libvirt/host_help_extenstion.rb:6
915
+ msgid "Libvirt"
916
+ msgstr ""
917
+
918
+ #:
919
+ #: ../lib/hammer_cli_foreman/compute_resources/libvirt/host_help_extenstion.rb:12
920
+ msgid "Number of CPUs"
921
+ msgstr ""
922
+
923
+ #:
924
+ #: ../lib/hammer_cli_foreman/compute_resources/libvirt/host_help_extenstion.rb:13
925
+ msgid "String, amount of memory, value in bytes"
926
+ msgstr ""
927
+
928
+ #:
929
+ #: ../lib/hammer_cli_foreman/compute_resources/libvirt/host_help_extenstion.rb:14
930
+ #: ../lib/hammer_cli_foreman/compute_resources/ovirt/host_help_extenstion.rb:16
931
+ msgid "Boolean (expressed as 0 or 1), whether to start the machine or not"
932
+ msgstr ""
933
+
934
+ #:
935
+ #: ../lib/hammer_cli_foreman/compute_resources/libvirt/host_help_extenstion.rb:19
936
+ #: ../lib/hammer_cli_foreman/compute_resources/libvirt/host_help_extenstion.rb:21
937
+ #: ../lib/hammer_cli_foreman/compute_resources/libvirt/host_help_extenstion.rb:28
938
+ #: ../lib/hammer_cli_foreman/hosts/common_update_help.rb:10
939
+ #: ../lib/hammer_cli_foreman/hosts/common_update_help.rb:28
940
+ msgid "Possible values: %s"
941
+ msgstr ""
942
+
943
+ #:
944
+ #: ../lib/hammer_cli_foreman/compute_resources/libvirt/host_help_extenstion.rb:20
945
+ msgid "Name of interface according to type"
946
+ msgstr ""
947
+
948
+ #:
949
+ #: ../lib/hammer_cli_foreman/compute_resources/libvirt/host_help_extenstion.rb:26
950
+ msgid "One of available storage pools"
951
+ msgstr ""
952
+
953
+ #:
954
+ #: ../lib/hammer_cli_foreman/compute_resources/libvirt/host_help_extenstion.rb:27
955
+ msgid "String value, eg. 10G"
956
+ msgstr ""
957
+
958
+ #:
959
+ #: ../lib/hammer_cli_foreman/compute_resources/openstack/host_help_extenstion.rb:6
960
+ msgid "OpenStack"
961
+ msgstr ""
962
+
963
+ #: ../lib/hammer_cli_foreman/compute_resources/ovirt/host_help_extenstion.rb:6
964
+ msgid "oVirt"
965
+ msgstr ""
966
+
967
+ #: ../lib/hammer_cli_foreman/compute_resources/ovirt/host_help_extenstion.rb:13
968
+ msgid "Hardware profile to use"
969
+ msgstr ""
970
+
971
+ #: ../lib/hammer_cli_foreman/compute_resources/ovirt/host_help_extenstion.rb:14
972
+ msgid "Integer value, number of cores"
973
+ msgstr ""
974
+
975
+ #: ../lib/hammer_cli_foreman/compute_resources/ovirt/host_help_extenstion.rb:15
976
+ msgid "Amount of memory, integer value in bytes"
977
+ msgstr ""
978
+
979
+ #: ../lib/hammer_cli_foreman/compute_resources/ovirt/host_help_extenstion.rb:21
980
+ msgid "Eg. eth0"
981
+ msgstr ""
982
+
983
+ #: ../lib/hammer_cli_foreman/compute_resources/ovirt/host_help_extenstion.rb:22
984
+ msgid "Select one of available networks for a cluster"
985
+ msgstr ""
986
+
987
+ #: ../lib/hammer_cli_foreman/compute_resources/ovirt/host_help_extenstion.rb:27
988
+ msgid "Volume size in GB, integer value"
989
+ msgstr ""
990
+
991
+ #: ../lib/hammer_cli_foreman/compute_resources/ovirt/host_help_extenstion.rb:28
992
+ msgid "Select one of available storage domains"
993
+ msgstr ""
994
+
995
+ #: ../lib/hammer_cli_foreman/compute_resources/ovirt/host_help_extenstion.rb:29
996
+ msgid "Boolean, only one volume can be bootable"
997
+ msgstr ""
998
+
999
+ #:
1000
+ #: ../lib/hammer_cli_foreman/compute_resources/rackspace/host_help_extenstion.rb:6
1001
+ msgid "Rackspace"
1002
+ msgstr ""
1003
+
1004
+ #:
1005
+ #: ../lib/hammer_cli_foreman/compute_resources/vmware/host_help_extenstion.rb:15
1006
+ msgid "VMWare"
1007
+ msgstr ""
1008
+
1009
+ #:
1010
+ #: ../lib/hammer_cli_foreman/compute_resources/vmware/host_help_extenstion.rb:21
1011
+ msgid "Cpu count"
1012
+ msgstr ""
1013
+
1014
+ #:
1015
+ #: ../lib/hammer_cli_foreman/compute_resources/vmware/host_help_extenstion.rb:22
1016
+ msgid "Number of cores per socket (applicable to hardware versions < 10 only)"
1017
+ msgstr ""
1018
+
1019
+ #:
1020
+ #: ../lib/hammer_cli_foreman/compute_resources/vmware/host_help_extenstion.rb:23
1021
+ msgid "Integer number, amount of memory in MB"
1022
+ msgstr ""
1023
+
1024
+ #:
1025
+ #: ../lib/hammer_cli_foreman/compute_resources/vmware/host_help_extenstion.rb:24
1026
+ msgid "Cluster id from VMware"
1027
+ msgstr ""
1028
+
1029
+ #:
1030
+ #: ../lib/hammer_cli_foreman/compute_resources/vmware/host_help_extenstion.rb:25
1031
+ msgid "Path to folder"
1032
+ msgstr ""
1033
+
1034
+ #:
1035
+ #: ../lib/hammer_cli_foreman/compute_resources/vmware/host_help_extenstion.rb:26
1036
+ msgid "Guest OS id form VMware"
1037
+ msgstr ""
1038
+
1039
+ #:
1040
+ #: ../lib/hammer_cli_foreman/compute_resources/vmware/host_help_extenstion.rb:27
1041
+ msgid "Id of the controller from VMware"
1042
+ msgstr ""
1043
+
1044
+ #:
1045
+ #: ../lib/hammer_cli_foreman/compute_resources/vmware/host_help_extenstion.rb:28
1046
+ msgid "Hardware version id from VMware"
1047
+ msgstr ""
1048
+
1049
+ #:
1050
+ #: ../lib/hammer_cli_foreman/compute_resources/vmware/host_help_extenstion.rb:29
1051
+ msgid "Must be a 1 or 0, whether to start the machine or not"
1052
+ msgstr ""
1053
+
1054
+ #:
1055
+ #: ../lib/hammer_cli_foreman/compute_resources/vmware/host_help_extenstion.rb:35
1056
+ msgid "Network id from VMware"
1057
+ msgstr ""
1058
+
1059
+ #:
1060
+ #: ../lib/hammer_cli_foreman/compute_resources/vmware/host_help_extenstion.rb:41
1061
+ msgid "Datastore id from VMware"
1062
+ msgstr ""
1063
+
1064
+ #:
1065
+ #: ../lib/hammer_cli_foreman/compute_resources/vmware/host_help_extenstion.rb:42
1066
+ msgid "Integer number, volume size in GB"
1067
+ msgstr ""
1068
+
1069
+ #:
1070
+ #: ../lib/hammer_cli_foreman/compute_resources/vmware/host_help_extenstion.rb:53
1071
+ msgid "Type of the network adapter, for example one of:"
1072
+ msgstr ""
1073
+
1074
+ #:
1075
+ #: ../lib/hammer_cli_foreman/compute_resources/vmware/host_help_extenstion.rb:55
1076
+ msgid ""
1077
+ "See documentation center for your version of vSphere to find more details abou"
1078
+ "t available adapter types:"
865
1079
  msgstr ""
866
1080
 
867
1081
  #: ../lib/hammer_cli_foreman/defaults.rb:7
@@ -1035,7 +1249,7 @@ msgstr ""
1035
1249
  msgid "Host"
1036
1250
  msgstr ""
1037
1251
 
1038
- #: ../lib/hammer_cli_foreman/fact.rb:13 ../lib/hammer_cli_foreman/host.rb:317
1252
+ #: ../lib/hammer_cli_foreman/fact.rb:13 ../lib/hammer_cli_foreman/host.rb:188
1039
1253
  msgid "Fact"
1040
1254
  msgstr ""
1041
1255
 
@@ -1052,196 +1266,177 @@ msgid "Unlimited?"
1052
1266
  msgstr ""
1053
1267
 
1054
1268
  #: ../lib/hammer_cli_foreman/filter.rb:13
1055
- msgid "Role"
1269
+ msgid "Override?"
1056
1270
  msgstr ""
1057
1271
 
1058
1272
  #: ../lib/hammer_cli_foreman/filter.rb:14
1273
+ msgid "Role"
1274
+ msgstr ""
1275
+
1276
+ #: ../lib/hammer_cli_foreman/filter.rb:15
1059
1277
  msgid "Permissions"
1060
1278
  msgstr ""
1061
1279
 
1062
- #: ../lib/hammer_cli_foreman/filter.rb:18
1063
- #: ../lib/hammer_cli_foreman/filter.rb:34
1064
- #: ../lib/hammer_cli_foreman/filter.rb:78 ../lib/hammer_cli_foreman/role.rb:46
1280
+ #: ../lib/hammer_cli_foreman/filter.rb:19
1281
+ #: ../lib/hammer_cli_foreman/filter.rb:35
1282
+ #: ../lib/hammer_cli_foreman/filter.rb:79 ../lib/hammer_cli_foreman/role.rb:42
1065
1283
  msgid "(Miscellaneous)"
1066
1284
  msgstr ""
1067
1285
 
1068
- #: ../lib/hammer_cli_foreman/filter.rb:19
1069
- #: ../lib/hammer_cli_foreman/filter.rb:35 ../lib/hammer_cli_foreman/role.rb:47
1286
+ #: ../lib/hammer_cli_foreman/filter.rb:20
1287
+ #: ../lib/hammer_cli_foreman/filter.rb:36 ../lib/hammer_cli_foreman/role.rb:43
1070
1288
  msgid "none"
1071
1289
  msgstr ""
1072
1290
 
1073
- #: ../lib/hammer_cli_foreman/filter.rb:44
1291
+ #: ../lib/hammer_cli_foreman/filter.rb:45
1074
1292
  msgid "Permission filter for [%<resource_type>s] created"
1075
1293
  msgstr ""
1076
1294
 
1077
- #: ../lib/hammer_cli_foreman/filter.rb:45
1295
+ #: ../lib/hammer_cli_foreman/filter.rb:46
1078
1296
  msgid "Could not create the permission filter"
1079
1297
  msgstr ""
1080
1298
 
1081
- #: ../lib/hammer_cli_foreman/filter.rb:52
1299
+ #: ../lib/hammer_cli_foreman/filter.rb:53
1082
1300
  msgid "Permission filter for [%<resource_type>s] updated"
1083
1301
  msgstr ""
1084
1302
 
1085
- #: ../lib/hammer_cli_foreman/filter.rb:53
1303
+ #: ../lib/hammer_cli_foreman/filter.rb:54
1086
1304
  msgid "Could not update the permission filter"
1087
1305
  msgstr ""
1088
1306
 
1089
- #: ../lib/hammer_cli_foreman/filter.rb:60
1307
+ #: ../lib/hammer_cli_foreman/filter.rb:61
1090
1308
  msgid "Permission filter deleted"
1091
1309
  msgstr ""
1092
1310
 
1093
- #: ../lib/hammer_cli_foreman/filter.rb:61
1311
+ #: ../lib/hammer_cli_foreman/filter.rb:62
1094
1312
  msgid "Could not delete the permission filter"
1095
1313
  msgstr ""
1096
1314
 
1097
- #: ../lib/hammer_cli_foreman/filter.rb:74
1315
+ #: ../lib/hammer_cli_foreman/filter.rb:75
1098
1316
  #: ../lib/hammer_cli_foreman/report.rb:62
1099
1317
  msgid "Resource"
1100
1318
  msgstr ""
1101
1319
 
1102
- #: ../lib/hammer_cli_foreman/host.rb:15
1103
- msgid "Login of the owner"
1104
- msgstr ""
1105
-
1106
- #: ../lib/hammer_cli_foreman/host.rb:17
1107
- msgid "ID of the owner"
1108
- msgstr ""
1109
-
1110
- #: ../lib/hammer_cli_foreman/host.rb:44
1111
- msgid "Host parameters."
1112
- msgstr ""
1113
-
1114
- #: ../lib/hammer_cli_foreman/host.rb:46
1115
- msgid "Compute resource attributes."
1116
- msgstr ""
1117
-
1118
- #: ../lib/hammer_cli_foreman/host.rb:48
1119
- msgid "Volume parameters"
1120
- msgstr ""
1121
-
1122
- #: ../lib/hammer_cli_foreman/host.rb:50
1123
- msgid "Interface parameters."
1124
- msgstr ""
1125
-
1126
- #: ../lib/hammer_cli_foreman/host.rb:64
1127
- msgid "Enter the root password for the host:"
1128
- msgstr ""
1129
-
1130
- #: ../lib/hammer_cli_foreman/host.rb:161 ../lib/hammer_cli_foreman/host.rb:232
1320
+ #: ../lib/hammer_cli_foreman/host.rb:32 ../lib/hammer_cli_foreman/host.rb:103
1131
1321
  #: ../lib/hammer_cli_foreman/hostgroup.rb:60
1132
1322
  #: ../lib/hammer_cli_foreman/image.rb:31
1133
1323
  msgid "Operating System"
1134
1324
  msgstr ""
1135
1325
 
1136
- #: ../lib/hammer_cli_foreman/host.rb:162 ../lib/hammer_cli_foreman/host.rb:196
1326
+ #: ../lib/hammer_cli_foreman/host.rb:33 ../lib/hammer_cli_foreman/host.rb:67
1137
1327
  msgid "Host Group"
1138
1328
  msgstr ""
1139
1329
 
1140
- #: ../lib/hammer_cli_foreman/host.rb:163 ../lib/hammer_cli_foreman/host.rb:209
1330
+ #: ../lib/hammer_cli_foreman/host.rb:34 ../lib/hammer_cli_foreman/host.rb:80
1141
1331
  msgid "IP"
1142
1332
  msgstr ""
1143
1333
 
1144
- #: ../lib/hammer_cli_foreman/host.rb:164 ../lib/hammer_cli_foreman/host.rb:210
1334
+ #: ../lib/hammer_cli_foreman/host.rb:35 ../lib/hammer_cli_foreman/host.rb:81
1145
1335
  msgid "MAC"
1146
1336
  msgstr ""
1147
1337
 
1148
- #: ../lib/hammer_cli_foreman/host.rb:174
1338
+ #: ../lib/hammer_cli_foreman/host.rb:45
1149
1339
  msgid "Bare Metal"
1150
1340
  msgstr ""
1151
1341
 
1152
- #: ../lib/hammer_cli_foreman/host.rb:194
1342
+ #: ../lib/hammer_cli_foreman/host.rb:63 ../lib/hammer_cli_foreman/image.rb:33
1343
+ #: ../lib/hammer_cli_foreman/image.rb:71
1344
+ msgid "UUID"
1345
+ msgstr ""
1346
+
1347
+ #: ../lib/hammer_cli_foreman/host.rb:65
1153
1348
  msgid "Organization"
1154
1349
  msgstr ""
1155
1350
 
1156
- #: ../lib/hammer_cli_foreman/host.rb:195
1351
+ #: ../lib/hammer_cli_foreman/host.rb:66
1157
1352
  msgid "Location"
1158
1353
  msgstr ""
1159
1354
 
1160
- #: ../lib/hammer_cli_foreman/host.rb:197
1355
+ #: ../lib/hammer_cli_foreman/host.rb:68
1161
1356
  msgid "Compute Resource"
1162
1357
  msgstr ""
1163
1358
 
1164
- #: ../lib/hammer_cli_foreman/host.rb:198
1359
+ #: ../lib/hammer_cli_foreman/host.rb:69
1165
1360
  msgid "Compute Profile"
1166
1361
  msgstr ""
1167
1362
 
1168
- #: ../lib/hammer_cli_foreman/host.rb:199
1363
+ #: ../lib/hammer_cli_foreman/host.rb:70
1169
1364
  #: ../lib/hammer_cli_foreman/hostgroup.rb:61
1170
1365
  msgid "Environment"
1171
1366
  msgstr ""
1172
1367
 
1173
- #: ../lib/hammer_cli_foreman/host.rb:200
1368
+ #: ../lib/hammer_cli_foreman/host.rb:71
1174
1369
  msgid "Puppet CA Id"
1175
1370
  msgstr ""
1176
1371
 
1177
- #: ../lib/hammer_cli_foreman/host.rb:201
1372
+ #: ../lib/hammer_cli_foreman/host.rb:72
1178
1373
  msgid "Puppet Master Id"
1179
1374
  msgstr ""
1180
1375
 
1181
- #: ../lib/hammer_cli_foreman/host.rb:202
1376
+ #: ../lib/hammer_cli_foreman/host.rb:73
1182
1377
  msgid "Cert name"
1183
1378
  msgstr ""
1184
1379
 
1185
- #: ../lib/hammer_cli_foreman/host.rb:203
1380
+ #: ../lib/hammer_cli_foreman/host.rb:74
1186
1381
  #: ../lib/hammer_cli_foreman/interface.rb:51
1187
1382
  msgid "Managed"
1188
1383
  msgstr ""
1189
1384
 
1190
- #: ../lib/hammer_cli_foreman/host.rb:205
1385
+ #: ../lib/hammer_cli_foreman/host.rb:76
1191
1386
  msgid "Installed at"
1192
1387
  msgstr ""
1193
1388
 
1194
- #: ../lib/hammer_cli_foreman/host.rb:206 ../lib/hammer_cli_foreman/report.rb:12
1389
+ #: ../lib/hammer_cli_foreman/host.rb:77 ../lib/hammer_cli_foreman/report.rb:12
1195
1390
  msgid "Last report"
1196
1391
  msgstr ""
1197
1392
 
1198
- #: ../lib/hammer_cli_foreman/host.rb:208 ../lib/hammer_cli_foreman/subnet.rb:12
1393
+ #: ../lib/hammer_cli_foreman/host.rb:79 ../lib/hammer_cli_foreman/subnet.rb:12
1199
1394
  msgid "Network"
1200
1395
  msgstr ""
1201
1396
 
1202
- #: ../lib/hammer_cli_foreman/host.rb:211
1397
+ #: ../lib/hammer_cli_foreman/host.rb:82
1203
1398
  #: ../lib/hammer_cli_foreman/hostgroup.rb:72
1204
1399
  #: ../lib/hammer_cli_foreman/interface.rb:49
1205
1400
  msgid "Subnet"
1206
1401
  msgstr ""
1207
1402
 
1208
- #: ../lib/hammer_cli_foreman/host.rb:212
1403
+ #: ../lib/hammer_cli_foreman/host.rb:83
1209
1404
  #: ../lib/hammer_cli_foreman/hostgroup.rb:74
1210
1405
  #: ../lib/hammer_cli_foreman/interface.rb:50
1211
1406
  msgid "Domain"
1212
1407
  msgstr ""
1213
1408
 
1214
- #: ../lib/hammer_cli_foreman/host.rb:213
1409
+ #: ../lib/hammer_cli_foreman/host.rb:84
1215
1410
  msgid "Service provider"
1216
1411
  msgstr ""
1217
1412
 
1218
- #: ../lib/hammer_cli_foreman/host.rb:214
1413
+ #: ../lib/hammer_cli_foreman/host.rb:85
1219
1414
  msgid "SP Name"
1220
1415
  msgstr ""
1221
1416
 
1222
- #: ../lib/hammer_cli_foreman/host.rb:215
1417
+ #: ../lib/hammer_cli_foreman/host.rb:86
1223
1418
  msgid "SP IP"
1224
1419
  msgstr ""
1225
1420
 
1226
- #: ../lib/hammer_cli_foreman/host.rb:216
1421
+ #: ../lib/hammer_cli_foreman/host.rb:87
1227
1422
  msgid "SP MAC"
1228
1423
  msgstr ""
1229
1424
 
1230
- #: ../lib/hammer_cli_foreman/host.rb:217
1425
+ #: ../lib/hammer_cli_foreman/host.rb:88
1231
1426
  msgid "SP Subnet"
1232
1427
  msgstr ""
1233
1428
 
1234
- #: ../lib/hammer_cli_foreman/host.rb:221
1429
+ #: ../lib/hammer_cli_foreman/host.rb:92
1235
1430
  msgid "Network interfaces"
1236
1431
  msgstr ""
1237
1432
 
1238
- #: ../lib/hammer_cli_foreman/host.rb:223
1433
+ #: ../lib/hammer_cli_foreman/host.rb:94
1239
1434
  #: ../lib/hammer_cli_foreman/interface.rb:24
1240
1435
  #: ../lib/hammer_cli_foreman/interface.rb:44
1241
1436
  msgid "Identifier"
1242
1437
  msgstr ""
1243
1438
 
1244
- #: ../lib/hammer_cli_foreman/host.rb:224
1439
+ #: ../lib/hammer_cli_foreman/host.rb:95
1245
1440
  #: ../lib/hammer_cli_foreman/interface.rb:25
1246
1441
  #: ../lib/hammer_cli_foreman/interface.rb:45
1247
1442
  #: ../lib/hammer_cli_foreman/smart_class_parameter.rb:60
@@ -1252,184 +1447,184 @@ msgstr ""
1252
1447
  msgid "Type"
1253
1448
  msgstr ""
1254
1449
 
1255
- #: ../lib/hammer_cli_foreman/host.rb:225
1450
+ #: ../lib/hammer_cli_foreman/host.rb:96
1256
1451
  #: ../lib/hammer_cli_foreman/interface.rb:26
1257
1452
  #: ../lib/hammer_cli_foreman/interface.rb:46
1258
1453
  msgid "MAC address"
1259
1454
  msgstr ""
1260
1455
 
1261
- #: ../lib/hammer_cli_foreman/host.rb:226
1456
+ #: ../lib/hammer_cli_foreman/host.rb:97
1262
1457
  #: ../lib/hammer_cli_foreman/interface.rb:27
1263
1458
  #: ../lib/hammer_cli_foreman/interface.rb:47
1264
1459
  msgid "IP address"
1265
1460
  msgstr ""
1266
1461
 
1267
- #: ../lib/hammer_cli_foreman/host.rb:227
1462
+ #: ../lib/hammer_cli_foreman/host.rb:98
1268
1463
  msgid "FQDN"
1269
1464
  msgstr ""
1270
1465
 
1271
- #: ../lib/hammer_cli_foreman/host.rb:230
1466
+ #: ../lib/hammer_cli_foreman/host.rb:101
1272
1467
  msgid "Operating system"
1273
1468
  msgstr ""
1274
1469
 
1275
- #: ../lib/hammer_cli_foreman/host.rb:231
1470
+ #: ../lib/hammer_cli_foreman/host.rb:102
1276
1471
  #: ../lib/hammer_cli_foreman/hostgroup.rb:75
1277
1472
  #: ../lib/hammer_cli_foreman/image.rb:45
1278
1473
  msgid "Architecture"
1279
1474
  msgstr ""
1280
1475
 
1281
- #: ../lib/hammer_cli_foreman/host.rb:235
1476
+ #: ../lib/hammer_cli_foreman/host.rb:106
1282
1477
  msgid "Build"
1283
1478
  msgstr ""
1284
1479
 
1285
- #: ../lib/hammer_cli_foreman/host.rb:236
1480
+ #: ../lib/hammer_cli_foreman/host.rb:107
1286
1481
  #: ../lib/hammer_cli_foreman/hostgroup.rb:77
1287
1482
  msgid "Medium"
1288
1483
  msgstr ""
1289
1484
 
1290
- #: ../lib/hammer_cli_foreman/host.rb:237
1485
+ #: ../lib/hammer_cli_foreman/host.rb:108
1291
1486
  #: ../lib/hammer_cli_foreman/hostgroup.rb:76
1292
1487
  msgid "Partition Table"
1293
1488
  msgstr ""
1294
1489
 
1295
- #: ../lib/hammer_cli_foreman/host.rb:238
1490
+ #: ../lib/hammer_cli_foreman/host.rb:109
1296
1491
  msgid "Custom partition table"
1297
1492
  msgstr ""
1298
1493
 
1299
- #: ../lib/hammer_cli_foreman/host.rb:241
1494
+ #: ../lib/hammer_cli_foreman/host.rb:112
1300
1495
  msgid "Image"
1301
1496
  msgstr ""
1302
1497
 
1303
- #: ../lib/hammer_cli_foreman/host.rb:242
1498
+ #: ../lib/hammer_cli_foreman/host.rb:113
1304
1499
  msgid "Image file"
1305
1500
  msgstr ""
1306
1501
 
1307
- #: ../lib/hammer_cli_foreman/host.rb:243
1502
+ #: ../lib/hammer_cli_foreman/host.rb:114
1308
1503
  msgid "Use image"
1309
1504
  msgstr ""
1310
1505
 
1311
- #: ../lib/hammer_cli_foreman/host.rb:249
1506
+ #: ../lib/hammer_cli_foreman/host.rb:120
1312
1507
  msgid "Additional info"
1313
1508
  msgstr ""
1314
1509
 
1315
- #: ../lib/hammer_cli_foreman/host.rb:250
1510
+ #: ../lib/hammer_cli_foreman/host.rb:121
1316
1511
  msgid "Owner Id"
1317
1512
  msgstr ""
1318
1513
 
1319
- #: ../lib/hammer_cli_foreman/host.rb:251
1514
+ #: ../lib/hammer_cli_foreman/host.rb:122
1320
1515
  msgid "Owner Type"
1321
1516
  msgstr ""
1322
1517
 
1323
- #: ../lib/hammer_cli_foreman/host.rb:252
1518
+ #: ../lib/hammer_cli_foreman/host.rb:123
1324
1519
  msgid "Enabled"
1325
1520
  msgstr ""
1326
1521
 
1327
- #: ../lib/hammer_cli_foreman/host.rb:253
1522
+ #: ../lib/hammer_cli_foreman/host.rb:124
1328
1523
  #: ../lib/hammer_cli_foreman/hostgroup.rb:62
1329
1524
  msgid "Model"
1330
1525
  msgstr ""
1331
1526
 
1332
- #: ../lib/hammer_cli_foreman/host.rb:254
1527
+ #: ../lib/hammer_cli_foreman/host.rb:125
1333
1528
  msgid "Comment"
1334
1529
  msgstr ""
1335
1530
 
1336
- #: ../lib/hammer_cli_foreman/host.rb:267
1531
+ #: ../lib/hammer_cli_foreman/host.rb:138
1337
1532
  msgid "Status"
1338
1533
  msgstr ""
1339
1534
 
1340
- #: ../lib/hammer_cli_foreman/host.rb:268
1535
+ #: ../lib/hammer_cli_foreman/host.rb:139
1341
1536
  msgid "Power"
1342
1537
  msgstr ""
1343
1538
 
1344
- #: ../lib/hammer_cli_foreman/host.rb:304
1539
+ #: ../lib/hammer_cli_foreman/host.rb:175
1345
1540
  msgid "Puppet run triggered"
1346
1541
  msgstr ""
1347
1542
 
1348
- #: ../lib/hammer_cli_foreman/host.rb:357
1543
+ #: ../lib/hammer_cli_foreman/host.rb:228
1349
1544
  msgid "Host created"
1350
1545
  msgstr ""
1351
1546
 
1352
- #: ../lib/hammer_cli_foreman/host.rb:358
1547
+ #: ../lib/hammer_cli_foreman/host.rb:229
1353
1548
  msgid "Could not create the host"
1354
1549
  msgstr ""
1355
1550
 
1356
- #: ../lib/hammer_cli_foreman/host.rb:375
1551
+ #: ../lib/hammer_cli_foreman/host.rb:247
1357
1552
  msgid "Host updated"
1358
1553
  msgstr ""
1359
1554
 
1360
- #: ../lib/hammer_cli_foreman/host.rb:376
1555
+ #: ../lib/hammer_cli_foreman/host.rb:248
1361
1556
  msgid "Could not update the host"
1362
1557
  msgstr ""
1363
1558
 
1364
- #: ../lib/hammer_cli_foreman/host.rb:383
1559
+ #: ../lib/hammer_cli_foreman/host.rb:256
1365
1560
  msgid "Host deleted"
1366
1561
  msgstr ""
1367
1562
 
1368
- #: ../lib/hammer_cli_foreman/host.rb:384
1563
+ #: ../lib/hammer_cli_foreman/host.rb:257
1369
1564
  msgid "Could not delete the host"
1370
1565
  msgstr ""
1371
1566
 
1372
- #: ../lib/hammer_cli_foreman/host.rb:391
1567
+ #: ../lib/hammer_cli_foreman/host.rb:264
1373
1568
  msgid "Create or update parameter for a host."
1374
1569
  msgstr ""
1375
1570
 
1376
- #: ../lib/hammer_cli_foreman/host.rb:393
1571
+ #: ../lib/hammer_cli_foreman/host.rb:266
1377
1572
  msgid "Host parameter updated"
1378
1573
  msgstr ""
1379
1574
 
1380
- #: ../lib/hammer_cli_foreman/host.rb:394
1575
+ #: ../lib/hammer_cli_foreman/host.rb:267
1381
1576
  msgid "New host parameter created"
1382
1577
  msgstr ""
1383
1578
 
1384
- #: ../lib/hammer_cli_foreman/host.rb:395
1579
+ #: ../lib/hammer_cli_foreman/host.rb:268
1385
1580
  msgid "Could not set host parameter"
1386
1581
  msgstr ""
1387
1582
 
1388
- #: ../lib/hammer_cli_foreman/host.rb:407
1583
+ #: ../lib/hammer_cli_foreman/host.rb:280
1389
1584
  msgid "Delete parameter for a host."
1390
1585
  msgstr ""
1391
1586
 
1392
- #: ../lib/hammer_cli_foreman/host.rb:409
1587
+ #: ../lib/hammer_cli_foreman/host.rb:282
1393
1588
  msgid "Host parameter deleted"
1394
1589
  msgstr ""
1395
1590
 
1396
- #: ../lib/hammer_cli_foreman/host.rb:424
1591
+ #: ../lib/hammer_cli_foreman/host.rb:297
1397
1592
  msgid "Power a host on"
1398
1593
  msgstr ""
1399
1594
 
1400
- #: ../lib/hammer_cli_foreman/host.rb:425
1595
+ #: ../lib/hammer_cli_foreman/host.rb:298
1401
1596
  msgid "The host is starting."
1402
1597
  msgstr ""
1403
1598
 
1404
- #: ../lib/hammer_cli_foreman/host.rb:442
1599
+ #: ../lib/hammer_cli_foreman/host.rb:315
1405
1600
  msgid "Force turning off a host"
1406
1601
  msgstr ""
1407
1602
 
1408
- #: ../lib/hammer_cli_foreman/host.rb:447
1603
+ #: ../lib/hammer_cli_foreman/host.rb:320
1409
1604
  msgid "Power a host off"
1410
1605
  msgstr ""
1411
1606
 
1412
- #: ../lib/hammer_cli_foreman/host.rb:459
1607
+ #: ../lib/hammer_cli_foreman/host.rb:332
1413
1608
  msgid "Power off forced."
1414
1609
  msgstr ""
1415
1610
 
1416
- #: ../lib/hammer_cli_foreman/host.rb:461
1611
+ #: ../lib/hammer_cli_foreman/host.rb:334
1417
1612
  msgid "Powering the host off."
1418
1613
  msgstr ""
1419
1614
 
1420
- #: ../lib/hammer_cli_foreman/host.rb:478
1615
+ #: ../lib/hammer_cli_foreman/host.rb:351
1421
1616
  msgid "Reboot a host"
1422
1617
  msgstr ""
1423
1618
 
1424
- #: ../lib/hammer_cli_foreman/host.rb:479
1619
+ #: ../lib/hammer_cli_foreman/host.rb:352
1425
1620
  msgid "Host reboot started."
1426
1621
  msgstr ""
1427
1622
 
1428
- #: ../lib/hammer_cli_foreman/host.rb:515
1623
+ #: ../lib/hammer_cli_foreman/host.rb:388
1429
1624
  msgid "Rebuild orchestration related configurations for host"
1430
1625
  msgstr ""
1431
1626
 
1432
- #: ../lib/hammer_cli_foreman/host.rb:516
1627
+ #: ../lib/hammer_cli_foreman/host.rb:389
1433
1628
  msgid "Configuration successfully rebuilt."
1434
1629
  msgstr ""
1435
1630
 
@@ -1526,6 +1721,70 @@ msgstr ""
1526
1721
  msgid "Hostgroup parameter deleted"
1527
1722
  msgstr ""
1528
1723
 
1724
+ #: ../lib/hammer_cli_foreman/hosts/common_update_help.rb:6
1725
+ msgid "Available keys for %{option}"
1726
+ msgstr ""
1727
+
1728
+ #: ../lib/hammer_cli_foreman/hosts/common_update_help.rb:16
1729
+ msgid "%{value}, each managed hosts needs to have one primary interface."
1730
+ msgstr ""
1731
+
1732
+ #: ../lib/hammer_cli_foreman/hosts/common_update_help.rb:20
1733
+ #: ../lib/hammer_cli_foreman/hosts/common_update_help.rb:26
1734
+ #: ../lib/hammer_cli_foreman/hosts/common_update_help.rb:33
1735
+ msgid "For %{condition}"
1736
+ msgstr ""
1737
+
1738
+ #: ../lib/hammer_cli_foreman/hosts/common_update_help.rb:22
1739
+ msgid ""
1740
+ "VLAN tag, this attribute has precedence over the subnet VLAN ID. Only for virt"
1741
+ "ual interfaces."
1742
+ msgstr ""
1743
+
1744
+ #: ../lib/hammer_cli_foreman/hosts/common_update_help.rb:23
1745
+ msgid "Identifier of the interface to which this interface belongs, e.g. eth1."
1746
+ msgstr ""
1747
+
1748
+ #: ../lib/hammer_cli_foreman/hosts/common_update_help.rb:29
1749
+ msgid "Identifiers of slave interfaces, e.g. [eth1,eth2]"
1750
+ msgstr ""
1751
+
1752
+ #: ../lib/hammer_cli_foreman/hosts/common_update_help.rb:35
1753
+ msgid "always IPMI"
1754
+ msgstr ""
1755
+
1756
+ #: ../lib/hammer_cli_foreman/hosts/common_update_help.rb:42
1757
+ msgid "Provider specific options"
1758
+ msgstr ""
1759
+
1760
+ #: ../lib/hammer_cli_foreman/hosts/common_update_options.rb:6
1761
+ msgid "Login of the owner"
1762
+ msgstr ""
1763
+
1764
+ #: ../lib/hammer_cli_foreman/hosts/common_update_options.rb:8
1765
+ msgid "ID of the owner"
1766
+ msgstr ""
1767
+
1768
+ #: ../lib/hammer_cli_foreman/hosts/common_update_options.rb:35
1769
+ msgid "Host parameters."
1770
+ msgstr ""
1771
+
1772
+ #: ../lib/hammer_cli_foreman/hosts/common_update_options.rb:37
1773
+ msgid "Compute resource attributes."
1774
+ msgstr ""
1775
+
1776
+ #: ../lib/hammer_cli_foreman/hosts/common_update_options.rb:39
1777
+ msgid "Volume parameters"
1778
+ msgstr ""
1779
+
1780
+ #: ../lib/hammer_cli_foreman/hosts/common_update_options.rb:41
1781
+ msgid "Interface parameters."
1782
+ msgstr ""
1783
+
1784
+ #: ../lib/hammer_cli_foreman/hosts/common_update_options.rb:55
1785
+ msgid "Enter the root password for the host:"
1786
+ msgstr ""
1787
+
1529
1788
  #: ../lib/hammer_cli_foreman/id_resolver.rb:36
1530
1789
  msgid "Architecture name"
1531
1790
  msgstr ""
@@ -1616,7 +1875,7 @@ msgstr ""
1616
1875
 
1617
1876
  #: ../lib/hammer_cli_foreman/id_resolver.rb:63
1618
1877
  #: ../lib/hammer_cli_foreman/smart_variable.rb:50
1619
- #: ../lib/hammer_cli_foreman/smart_variable.rb:113
1878
+ #: ../lib/hammer_cli_foreman/smart_variable.rb:112
1620
1879
  msgid "Smart variable name"
1621
1880
  msgstr ""
1622
1881
 
@@ -2177,55 +2436,66 @@ msgstr ""
2177
2436
  msgid "User groups"
2178
2437
  msgstr ""
2179
2438
 
2439
+ #: ../lib/hammer_cli_foreman/references.rb:35
2180
2440
  #: ../lib/hammer_cli_foreman/references.rb:42
2441
+ msgid "Usergroup"
2442
+ msgstr ""
2443
+
2444
+ #: ../lib/hammer_cli_foreman/references.rb:37
2445
+ #: ../lib/hammer_cli_foreman/references.rb:44
2446
+ #: ../lib/hammer_cli_foreman/references.rb:142
2447
+ msgid "Roles"
2448
+ msgstr ""
2449
+
2450
+ #: ../lib/hammer_cli_foreman/references.rb:41
2451
+ msgid "Inherited User groups"
2452
+ msgstr ""
2453
+
2454
+ #: ../lib/hammer_cli_foreman/references.rb:53
2181
2455
  msgid "Smart proxies"
2182
2456
  msgstr ""
2183
2457
 
2184
- #: ../lib/hammer_cli_foreman/references.rb:50
2458
+ #: ../lib/hammer_cli_foreman/references.rb:61
2185
2459
  msgid "Compute resources"
2186
2460
  msgstr ""
2187
2461
 
2188
- #: ../lib/hammer_cli_foreman/references.rb:58
2462
+ #: ../lib/hammer_cli_foreman/references.rb:69
2189
2463
  msgid "Installation media"
2190
2464
  msgstr ""
2191
2465
 
2192
- #: ../lib/hammer_cli_foreman/references.rb:66
2466
+ #: ../lib/hammer_cli_foreman/references.rb:77
2193
2467
  msgid "Templates"
2194
2468
  msgstr ""
2195
2469
 
2196
- #: ../lib/hammer_cli_foreman/references.rb:74
2470
+ #: ../lib/hammer_cli_foreman/references.rb:85
2197
2471
  msgid "Domains"
2198
2472
  msgstr ""
2199
2473
 
2200
- #: ../lib/hammer_cli_foreman/references.rb:82
2474
+ #: ../lib/hammer_cli_foreman/references.rb:93
2201
2475
  msgid "Environments"
2202
2476
  msgstr ""
2203
2477
 
2204
- #: ../lib/hammer_cli_foreman/references.rb:90
2478
+ #: ../lib/hammer_cli_foreman/references.rb:101
2205
2479
  msgid "Hostgroups"
2206
2480
  msgstr ""
2207
2481
 
2208
- #: ../lib/hammer_cli_foreman/references.rb:98
2482
+ #: ../lib/hammer_cli_foreman/references.rb:109
2209
2483
  msgid "Subnets"
2210
2484
  msgstr ""
2211
2485
 
2212
- #: ../lib/hammer_cli_foreman/references.rb:107
2486
+ #: ../lib/hammer_cli_foreman/references.rb:118
2213
2487
  msgid "Parameters"
2214
2488
  msgstr ""
2215
2489
 
2216
- #: ../lib/hammer_cli_foreman/references.rb:115
2490
+ #: ../lib/hammer_cli_foreman/references.rb:126
2217
2491
  msgid "Puppetclasses"
2218
2492
  msgstr ""
2219
2493
 
2220
- #: ../lib/hammer_cli_foreman/references.rb:123
2494
+ #: ../lib/hammer_cli_foreman/references.rb:134
2221
2495
  msgid "Operating systems"
2222
2496
  msgstr ""
2223
2497
 
2224
- #: ../lib/hammer_cli_foreman/references.rb:131
2225
- msgid "Roles"
2226
- msgstr ""
2227
-
2228
- #: ../lib/hammer_cli_foreman/references.rb:139
2498
+ #: ../lib/hammer_cli_foreman/references.rb:150
2229
2499
  msgid "External user groups"
2230
2500
  msgstr ""
2231
2501
 
@@ -2331,43 +2601,35 @@ msgstr ""
2331
2601
  msgid "The server does not support such operation."
2332
2602
  msgstr ""
2333
2603
 
2334
- #: ../lib/hammer_cli_foreman/role.rb:20
2604
+ #: ../lib/hammer_cli_foreman/role.rb:13
2335
2605
  msgid "Builtin"
2336
2606
  msgstr ""
2337
2607
 
2338
- #: ../lib/hammer_cli_foreman/role.rb:24
2339
- msgid "Yes"
2340
- msgstr ""
2341
-
2342
- #: ../lib/hammer_cli_foreman/role.rb:24
2343
- msgid "No"
2344
- msgstr ""
2345
-
2346
- #: ../lib/hammer_cli_foreman/role.rb:36
2608
+ #: ../lib/hammer_cli_foreman/role.rb:32
2347
2609
  msgid "User role id"
2348
2610
  msgstr ""
2349
2611
 
2350
- #: ../lib/hammer_cli_foreman/role.rb:64
2612
+ #: ../lib/hammer_cli_foreman/role.rb:60
2351
2613
  msgid "User role [%<name>s] created"
2352
2614
  msgstr ""
2353
2615
 
2354
- #: ../lib/hammer_cli_foreman/role.rb:65
2616
+ #: ../lib/hammer_cli_foreman/role.rb:61
2355
2617
  msgid "Could not create the user role"
2356
2618
  msgstr ""
2357
2619
 
2358
- #: ../lib/hammer_cli_foreman/role.rb:72
2620
+ #: ../lib/hammer_cli_foreman/role.rb:68
2359
2621
  msgid "User role [%<name>s] updated"
2360
2622
  msgstr ""
2361
2623
 
2362
- #: ../lib/hammer_cli_foreman/role.rb:73
2624
+ #: ../lib/hammer_cli_foreman/role.rb:69
2363
2625
  msgid "Could not update the user role"
2364
2626
  msgstr ""
2365
2627
 
2366
- #: ../lib/hammer_cli_foreman/role.rb:80
2628
+ #: ../lib/hammer_cli_foreman/role.rb:76
2367
2629
  msgid "User role [%<name>s] deleted"
2368
2630
  msgstr ""
2369
2631
 
2370
- #: ../lib/hammer_cli_foreman/role.rb:81
2632
+ #: ../lib/hammer_cli_foreman/role.rb:77
2371
2633
  msgid "Could not delete the user roles"
2372
2634
  msgstr ""
2373
2635
 
@@ -2404,7 +2666,7 @@ msgid "Hidden Value?"
2404
2666
  msgstr ""
2405
2667
 
2406
2668
  #: ../lib/hammer_cli_foreman/smart_class_parameter.rb:62
2407
- #: ../lib/hammer_cli_foreman/smart_class_parameter.rb:78
2669
+ #: ../lib/hammer_cli_foreman/smart_class_parameter.rb:79
2408
2670
  msgid "Use puppet default"
2409
2671
  msgstr ""
2410
2672
 
@@ -2447,12 +2709,12 @@ msgstr ""
2447
2709
  msgid "Order"
2448
2710
  msgstr ""
2449
2711
 
2450
- #: ../lib/hammer_cli_foreman/smart_class_parameter.rb:74
2712
+ #: ../lib/hammer_cli_foreman/smart_class_parameter.rb:75
2451
2713
  #: ../lib/hammer_cli_foreman/smart_variable.rb:65
2452
2714
  msgid "Values"
2453
2715
  msgstr ""
2454
2716
 
2455
- #: ../lib/hammer_cli_foreman/smart_class_parameter.rb:76
2717
+ #: ../lib/hammer_cli_foreman/smart_class_parameter.rb:77
2456
2718
  #: ../lib/hammer_cli_foreman/smart_variable.rb:67
2457
2719
  msgid "Match"
2458
2720
  msgstr ""
@@ -2478,18 +2740,18 @@ msgid "Type of the parameter."
2478
2740
  msgstr ""
2479
2741
 
2480
2742
  #: ../lib/hammer_cli_foreman/smart_class_parameter.rb:120
2481
- #: ../lib/hammer_cli_foreman/smart_variable.rb:93
2482
- #: ../lib/hammer_cli_foreman/smart_variable.rb:107
2743
+ #: ../lib/hammer_cli_foreman/smart_variable.rb:92
2744
+ #: ../lib/hammer_cli_foreman/smart_variable.rb:106
2483
2745
  msgid "Type of the validator."
2484
2746
  msgstr ""
2485
2747
 
2486
2748
  #: ../lib/hammer_cli_foreman/smart_class_parameter.rb:134
2487
- #: ../lib/hammer_cli_foreman/smart_variable.rb:126
2749
+ #: ../lib/hammer_cli_foreman/smart_variable.rb:125
2488
2750
  msgid "Override value created"
2489
2751
  msgstr ""
2490
2752
 
2491
2753
  #: ../lib/hammer_cli_foreman/smart_class_parameter.rb:135
2492
- #: ../lib/hammer_cli_foreman/smart_variable.rb:127
2754
+ #: ../lib/hammer_cli_foreman/smart_variable.rb:126
2493
2755
  msgid "Could not create the override value"
2494
2756
  msgstr ""
2495
2757
 
@@ -2498,12 +2760,12 @@ msgid "Cannot use --value when --use-puppet-default is true"
2498
2760
  msgstr ""
2499
2761
 
2500
2762
  #: ../lib/hammer_cli_foreman/smart_class_parameter.rb:158
2501
- #: ../lib/hammer_cli_foreman/smart_variable.rb:139
2763
+ #: ../lib/hammer_cli_foreman/smart_variable.rb:138
2502
2764
  msgid "Override value deleted"
2503
2765
  msgstr ""
2504
2766
 
2505
2767
  #: ../lib/hammer_cli_foreman/smart_class_parameter.rb:159
2506
- #: ../lib/hammer_cli_foreman/smart_variable.rb:140
2768
+ #: ../lib/hammer_cli_foreman/smart_variable.rb:139
2507
2769
  msgid "Could not delete the override value"
2508
2770
  msgstr ""
2509
2771
 
@@ -2565,36 +2827,36 @@ msgid "Variable"
2565
2827
  msgstr ""
2566
2828
 
2567
2829
  #: ../lib/hammer_cli_foreman/smart_variable.rb:50
2568
- #: ../lib/hammer_cli_foreman/smart_variable.rb:113
2830
+ #: ../lib/hammer_cli_foreman/smart_variable.rb:112
2569
2831
  msgid "Use --variable instead"
2570
2832
  msgstr ""
2571
2833
 
2572
- #: ../lib/hammer_cli_foreman/smart_variable.rb:85
2834
+ #: ../lib/hammer_cli_foreman/smart_variable.rb:84
2573
2835
  msgid "Smart variable [%{variable}] created"
2574
2836
  msgstr ""
2575
2837
 
2576
- #: ../lib/hammer_cli_foreman/smart_variable.rb:86
2838
+ #: ../lib/hammer_cli_foreman/smart_variable.rb:85
2577
2839
  msgid "Could not create the smart variable"
2578
2840
  msgstr ""
2579
2841
 
2580
- #: ../lib/hammer_cli_foreman/smart_variable.rb:90
2581
- #: ../lib/hammer_cli_foreman/smart_variable.rb:104
2842
+ #: ../lib/hammer_cli_foreman/smart_variable.rb:89
2843
+ #: ../lib/hammer_cli_foreman/smart_variable.rb:103
2582
2844
  msgid "Type of the variable."
2583
2845
  msgstr ""
2584
2846
 
2585
- #: ../lib/hammer_cli_foreman/smart_variable.rb:99
2847
+ #: ../lib/hammer_cli_foreman/smart_variable.rb:98
2586
2848
  msgid "Smart variable [%{variable}] updated"
2587
2849
  msgstr ""
2588
2850
 
2589
- #: ../lib/hammer_cli_foreman/smart_variable.rb:100
2851
+ #: ../lib/hammer_cli_foreman/smart_variable.rb:99
2590
2852
  msgid "Could not update the smart variable"
2591
2853
  msgstr ""
2592
2854
 
2593
- #: ../lib/hammer_cli_foreman/smart_variable.rb:115
2855
+ #: ../lib/hammer_cli_foreman/smart_variable.rb:114
2594
2856
  msgid "Smart variable [%{variable}] deleted"
2595
2857
  msgstr ""
2596
2858
 
2597
- #: ../lib/hammer_cli_foreman/smart_variable.rb:116
2859
+ #: ../lib/hammer_cli_foreman/smart_variable.rb:115
2598
2860
  msgid "Could not delete the smart variable"
2599
2861
  msgstr ""
2600
2862
 
@@ -2757,39 +3019,39 @@ msgstr ""
2757
3019
  msgid "Last login"
2758
3020
  msgstr ""
2759
3021
 
2760
- #: ../lib/hammer_cli_foreman/user.rb:34
3022
+ #: ../lib/hammer_cli_foreman/user.rb:35
2761
3023
  msgid "Default organization"
2762
3024
  msgstr ""
2763
3025
 
2764
- #: ../lib/hammer_cli_foreman/user.rb:35
3026
+ #: ../lib/hammer_cli_foreman/user.rb:36
2765
3027
  msgid "Default location"
2766
3028
  msgstr ""
2767
3029
 
2768
- #: ../lib/hammer_cli_foreman/user.rb:43 ../lib/hammer_cli_foreman/user.rb:44
3030
+ #: ../lib/hammer_cli_foreman/user.rb:44 ../lib/hammer_cli_foreman/user.rb:45
2769
3031
  msgid "default"
2770
3032
  msgstr ""
2771
3033
 
2772
- #: ../lib/hammer_cli_foreman/user.rb:54
3034
+ #: ../lib/hammer_cli_foreman/user.rb:56
2773
3035
  msgid "User [%{login}] created"
2774
3036
  msgstr ""
2775
3037
 
2776
- #: ../lib/hammer_cli_foreman/user.rb:55
3038
+ #: ../lib/hammer_cli_foreman/user.rb:57
2777
3039
  msgid "Could not create the user"
2778
3040
  msgstr ""
2779
3041
 
2780
- #: ../lib/hammer_cli_foreman/user.rb:62
3042
+ #: ../lib/hammer_cli_foreman/user.rb:64
2781
3043
  msgid "User [%{login}] updated"
2782
3044
  msgstr ""
2783
3045
 
2784
- #: ../lib/hammer_cli_foreman/user.rb:63
3046
+ #: ../lib/hammer_cli_foreman/user.rb:65
2785
3047
  msgid "Could not update the user"
2786
3048
  msgstr ""
2787
3049
 
2788
- #: ../lib/hammer_cli_foreman/user.rb:70
3050
+ #: ../lib/hammer_cli_foreman/user.rb:72
2789
3051
  msgid "User [%{login}] deleted"
2790
3052
  msgstr ""
2791
3053
 
2792
- #: ../lib/hammer_cli_foreman/user.rb:71
3054
+ #: ../lib/hammer_cli_foreman/user.rb:73
2793
3055
  msgid "Could not delete the user"
2794
3056
  msgstr ""
2795
3057