hammer_cli_foreman 0.5.1 → 0.6.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.
- checksums.yaml +4 -4
- data/doc/release_notes.md +9 -0
- data/lib/hammer_cli_foreman/id_resolver.rb +1 -1
- data/lib/hammer_cli_foreman/location.rb +1 -0
- data/lib/hammer_cli_foreman/organization.rb +1 -0
- data/lib/hammer_cli_foreman/role.rb +4 -0
- data/lib/hammer_cli_foreman/smart_class_parameter.rb +3 -4
- data/lib/hammer_cli_foreman/smart_variable.rb +1 -0
- data/lib/hammer_cli_foreman/testing/api_expectations.rb +68 -0
- data/lib/hammer_cli_foreman/version.rb +1 -1
- data/locale/de/LC_MESSAGES/hammer-cli-foreman.mo +0 -0
- data/locale/de/hammer-cli-foreman.edit.po +93 -98
- data/locale/de/hammer-cli-foreman.po +32 -20
- data/locale/en/LC_MESSAGES/hammer-cli-foreman.mo +0 -0
- data/locale/en/hammer-cli-foreman.edit.po +77 -69
- data/locale/en/hammer-cli-foreman.po +11 -5
- data/locale/en_GB/LC_MESSAGES/hammer-cli-foreman.mo +0 -0
- data/locale/en_GB/hammer-cli-foreman.edit.po +81 -73
- data/locale/en_GB/hammer-cli-foreman.po +83 -69
- data/locale/es/LC_MESSAGES/hammer-cli-foreman.mo +0 -0
- data/locale/es/hammer-cli-foreman.edit.po +142 -145
- data/locale/es/hammer-cli-foreman.po +29 -17
- data/locale/fr/LC_MESSAGES/hammer-cli-foreman.mo +0 -0
- data/locale/fr/hammer-cli-foreman.edit.po +94 -99
- data/locale/fr/hammer-cli-foreman.po +54 -42
- data/locale/hammer-cli-foreman.pot +106 -96
- data/locale/it/LC_MESSAGES/hammer-cli-foreman.mo +0 -0
- data/locale/it/hammer-cli-foreman.edit.po +93 -98
- data/locale/it/hammer-cli-foreman.po +28 -16
- data/locale/ja/LC_MESSAGES/hammer-cli-foreman.mo +0 -0
- data/locale/ja/hammer-cli-foreman.edit.po +93 -98
- data/locale/ja/hammer-cli-foreman.po +28 -16
- data/locale/ko/LC_MESSAGES/hammer-cli-foreman.mo +0 -0
- data/locale/ko/hammer-cli-foreman.edit.po +94 -99
- data/locale/ko/hammer-cli-foreman.po +28 -16
- data/locale/pt_BR/LC_MESSAGES/hammer-cli-foreman.mo +0 -0
- data/locale/pt_BR/hammer-cli-foreman.edit.po +93 -98
- data/locale/pt_BR/hammer-cli-foreman.po +28 -16
- data/locale/ru/LC_MESSAGES/hammer-cli-foreman.mo +0 -0
- data/locale/ru/hammer-cli-foreman.edit.po +93 -98
- data/locale/ru/hammer-cli-foreman.po +28 -16
- data/locale/zh_CN/LC_MESSAGES/hammer-cli-foreman.mo +0 -0
- data/locale/zh_CN/hammer-cli-foreman.edit.po +93 -98
- data/locale/zh_CN/hammer-cli-foreman.po +28 -16
- data/locale/zh_TW/LC_MESSAGES/hammer-cli-foreman.mo +0 -0
- data/locale/zh_TW/hammer-cli-foreman.edit.po +93 -98
- data/locale/zh_TW/hammer-cli-foreman.po +28 -16
- data/test/{unit/data → data}/1.10/foreman_api.json +0 -0
- data/test/{unit/data → data}/README.md +0 -0
- data/test/functional/location_test.rb +8 -8
- data/test/functional/organization_test.rb +8 -8
- data/test/functional/smart_class_parameter_test.rb +21 -0
- data/test/functional/test_helper.rb +4 -4
- data/test/reports/TEST-HammerCLIForeman-Architecture-CreateCommand-parameters.xml +11 -0
- data/test/reports/TEST-HammerCLIForeman-Architecture-CreateCommand.xml +7 -0
- data/test/reports/TEST-HammerCLIForeman-Architecture-DeleteCommand-parameters.xml +13 -0
- data/test/reports/TEST-HammerCLIForeman-Architecture-DeleteCommand.xml +7 -0
- data/test/reports/TEST-HammerCLIForeman-Architecture-InfoCommand-output.xml +13 -0
- data/test/reports/TEST-HammerCLIForeman-Architecture-InfoCommand-parameters.xml +13 -0
- data/test/reports/TEST-HammerCLIForeman-Architecture-InfoCommand.xml +7 -0
- data/test/reports/TEST-HammerCLIForeman-Architecture-ListCommand-output.xml +13 -0
- data/test/reports/TEST-HammerCLIForeman-Architecture-ListCommand-parameters.xml +17 -0
- data/test/reports/TEST-HammerCLIForeman-Architecture-ListCommand.xml +7 -0
- data/test/reports/TEST-HammerCLIForeman-Architecture-UpdateCommand-parameters.xml +15 -0
- data/test/reports/TEST-HammerCLIForeman-Architecture-UpdateCommand.xml +7 -0
- data/test/reports/TEST-HammerCLIForeman-Architecture.xml +7 -0
- data/test/reports/TEST-HammerCLIForeman-CommonParameter-DeleteCommand-parameters.xml +11 -0
- data/test/reports/TEST-HammerCLIForeman-CommonParameter-DeleteCommand.xml +7 -0
- data/test/reports/TEST-HammerCLIForeman-CommonParameter-ListCommand-output.xml +13 -0
- data/test/reports/TEST-HammerCLIForeman-CommonParameter-ListCommand-parameters.xml +17 -0
- data/test/reports/TEST-HammerCLIForeman-CommonParameter-ListCommand.xml +7 -0
- data/test/reports/TEST-HammerCLIForeman-CommonParameter-SetCommand-parameters.xml +13 -0
- data/test/reports/TEST-HammerCLIForeman-CommonParameter-SetCommand.xml +7 -0
- data/test/reports/TEST-HammerCLIForeman-CommonParameter.xml +7 -0
- data/test/reports/TEST-HammerCLIForeman-ComputeResource-CreateCommand-parameters.xml +15 -0
- data/test/reports/TEST-HammerCLIForeman-ComputeResource-CreateCommand.xml +7 -0
- data/test/reports/TEST-HammerCLIForeman-ComputeResource-DeleteCommand-parameters.xml +13 -0
- data/test/reports/TEST-HammerCLIForeman-ComputeResource-DeleteCommand.xml +7 -0
- data/test/reports/TEST-HammerCLIForeman-ComputeResource-InfoCommand-output.xml +17 -0
- data/test/reports/TEST-HammerCLIForeman-ComputeResource-InfoCommand-parameters.xml +13 -0
- data/test/reports/TEST-HammerCLIForeman-ComputeResource-InfoCommand.xml +7 -0
- data/test/reports/TEST-HammerCLIForeman-ComputeResource-ListCommand-output.xml +15 -0
- data/test/reports/TEST-HammerCLIForeman-ComputeResource-ListCommand-parameters.xml +17 -0
- data/test/reports/TEST-HammerCLIForeman-ComputeResource-ListCommand.xml +7 -0
- data/test/reports/TEST-HammerCLIForeman-ComputeResource-UpdateCommand-parameters.xml +15 -0
- data/test/reports/TEST-HammerCLIForeman-ComputeResource-UpdateCommand.xml +7 -0
- data/test/reports/TEST-HammerCLIForeman-ComputeResource.xml +7 -0
- data/test/reports/TEST-HammerCLIForeman-Domain-CreateCommand-parameters.xml +11 -0
- data/test/reports/TEST-HammerCLIForeman-Domain-CreateCommand.xml +7 -0
- data/test/reports/TEST-HammerCLIForeman-Domain-DeleteCommand-parameters.xml +13 -0
- data/test/reports/TEST-HammerCLIForeman-Domain-DeleteCommand.xml +7 -0
- data/test/reports/TEST-HammerCLIForeman-Domain-DeleteParameterCommand-parameters.xml +15 -0
- data/test/reports/TEST-HammerCLIForeman-Domain-DeleteParameterCommand.xml +7 -0
- data/test/reports/TEST-HammerCLIForeman-Domain-InfoCommand-output.xml +21 -0
- data/test/reports/TEST-HammerCLIForeman-Domain-InfoCommand-parameters.xml +13 -0
- data/test/reports/TEST-HammerCLIForeman-Domain-InfoCommand.xml +7 -0
- data/test/reports/TEST-HammerCLIForeman-Domain-ListCommand-output.xml +13 -0
- data/test/reports/TEST-HammerCLIForeman-Domain-ListCommand-parameters.xml +17 -0
- data/test/reports/TEST-HammerCLIForeman-Domain-ListCommand.xml +7 -0
- data/test/reports/TEST-HammerCLIForeman-Domain-SetParameterCommand-parameters.xml +17 -0
- data/test/reports/TEST-HammerCLIForeman-Domain-SetParameterCommand.xml +7 -0
- data/test/reports/TEST-HammerCLIForeman-Domain-UpdateCommand-parameters.xml +15 -0
- data/test/reports/TEST-HammerCLIForeman-Domain-UpdateCommand.xml +7 -0
- data/test/reports/TEST-HammerCLIForeman-Domain.xml +7 -0
- data/test/reports/TEST-HammerCLIForeman-Environment-CreateCommand-parameters.xml +11 -0
- data/test/reports/TEST-HammerCLIForeman-Environment-CreateCommand.xml +7 -0
- data/test/reports/TEST-HammerCLIForeman-Environment-DeleteCommand-parameters.xml +13 -0
- data/test/reports/TEST-HammerCLIForeman-Environment-DeleteCommand.xml +7 -0
- data/test/reports/TEST-HammerCLIForeman-Environment-InfoCommand-output.xml +17 -0
- data/test/reports/TEST-HammerCLIForeman-Environment-InfoCommand-parameters.xml +13 -0
- data/test/reports/TEST-HammerCLIForeman-Environment-InfoCommand.xml +7 -0
- data/test/reports/TEST-HammerCLIForeman-Environment-ListCommand-output.xml +13 -0
- data/test/reports/TEST-HammerCLIForeman-Environment-ListCommand-parameters.xml +17 -0
- data/test/reports/TEST-HammerCLIForeman-Environment-ListCommand.xml +7 -0
- data/test/reports/TEST-HammerCLIForeman-Environment-UpdateCommand-parameters.xml +15 -0
- data/test/reports/TEST-HammerCLIForeman-Environment-UpdateCommand.xml +7 -0
- data/test/reports/TEST-HammerCLIForeman-Environment.xml +7 -0
- data/test/reports/TEST-HammerCLIForeman-ExceptionHandler.xml +13 -0
- data/test/reports/TEST-HammerCLIForeman-Host-CreateCommand-parameters.xml +46 -0
- data/test/reports/TEST-HammerCLIForeman-Host-CreateCommand.xml +7 -0
- data/test/reports/TEST-HammerCLIForeman-Host-DeleteCommand-parameters.xml +13 -0
- data/test/reports/TEST-HammerCLIForeman-Host-DeleteCommand.xml +7 -0
- data/test/reports/TEST-HammerCLIForeman-Host-DeleteParameterCommand-parameters.xml +15 -0
- data/test/reports/TEST-HammerCLIForeman-Host-DeleteParameterCommand.xml +7 -0
- data/test/reports/TEST-HammerCLIForeman-Host-InfoCommand-output.xml +85 -0
- data/test/reports/TEST-HammerCLIForeman-Host-InfoCommand-parameters.xml +13 -0
- data/test/reports/TEST-HammerCLIForeman-Host-InfoCommand.xml +7 -0
- data/test/reports/TEST-HammerCLIForeman-Host-ListCommand-output.xml +21 -0
- data/test/reports/TEST-HammerCLIForeman-Host-ListCommand-parameters.xml +17 -0
- data/test/reports/TEST-HammerCLIForeman-Host-ListCommand.xml +7 -0
- data/test/reports/TEST-HammerCLIForeman-Host-PuppetRunCommand-output.xml +9 -0
- data/test/reports/TEST-HammerCLIForeman-Host-PuppetRunCommand.xml +7 -0
- data/test/reports/TEST-HammerCLIForeman-Host-SetParameterCommand-parameters.xml +17 -0
- data/test/reports/TEST-HammerCLIForeman-Host-SetParameterCommand.xml +7 -0
- data/test/reports/TEST-HammerCLIForeman-Host-StatusCommand-output.xml +9 -0
- data/test/reports/TEST-HammerCLIForeman-Host-StatusCommand.xml +7 -0
- data/test/reports/TEST-HammerCLIForeman-Host-UpdateCommand-parameters.xml +40 -0
- data/test/reports/TEST-HammerCLIForeman-Host-UpdateCommand.xml +7 -0
- data/test/reports/TEST-HammerCLIForeman-Host.xml +7 -0
- data/test/reports/TEST-HammerCLIForeman-Hostgroup-CreateCommand-parameters.xml +11 -0
- data/test/reports/TEST-HammerCLIForeman-Hostgroup-CreateCommand.xml +7 -0
- data/test/reports/TEST-HammerCLIForeman-Hostgroup-DeleteCommand-parameters.xml +11 -0
- data/test/reports/TEST-HammerCLIForeman-Hostgroup-DeleteCommand.xml +7 -0
- data/test/reports/TEST-HammerCLIForeman-Hostgroup-DeleteParameterCommand-parameters.xml +13 -0
- data/test/reports/TEST-HammerCLIForeman-Hostgroup-DeleteParameterCommand.xml +7 -0
- data/test/reports/TEST-HammerCLIForeman-Hostgroup-InfoCommand-output.xml +29 -0
- data/test/reports/TEST-HammerCLIForeman-Hostgroup-InfoCommand-parameters.xml +11 -0
- data/test/reports/TEST-HammerCLIForeman-Hostgroup-InfoCommand.xml +7 -0
- data/test/reports/TEST-HammerCLIForeman-Hostgroup-ListCommand-output.xml +27 -0
- data/test/reports/TEST-HammerCLIForeman-Hostgroup-ListCommand-parameters.xml +17 -0
- data/test/reports/TEST-HammerCLIForeman-Hostgroup-ListCommand.xml +7 -0
- data/test/reports/TEST-HammerCLIForeman-Hostgroup-SetParameterCommand-parameters.xml +15 -0
- data/test/reports/TEST-HammerCLIForeman-Hostgroup-SetParameterCommand.xml +7 -0
- data/test/reports/TEST-HammerCLIForeman-Hostgroup-UpdateCommand-parameters.xml +13 -0
- data/test/reports/TEST-HammerCLIForeman-Hostgroup-UpdateCommand.xml +7 -0
- data/test/reports/TEST-HammerCLIForeman-Hostgroup.xml +7 -0
- data/test/reports/TEST-HammerCLIForeman-Location-CreateCommand-parameters.xml +11 -0
- data/test/reports/TEST-HammerCLIForeman-Location-CreateCommand-resource-disabled.xml +11 -0
- data/test/reports/TEST-HammerCLIForeman-Location-CreateCommand.xml +7 -0
- data/test/reports/TEST-HammerCLIForeman-Location-DeleteCommand-parameters.xml +13 -0
- data/test/reports/TEST-HammerCLIForeman-Location-DeleteCommand-resource-disabled.xml +11 -0
- data/test/reports/TEST-HammerCLIForeman-Location-DeleteCommand.xml +7 -0
- data/test/reports/TEST-HammerCLIForeman-Location-InfoCommand-output.xml +17 -0
- data/test/reports/TEST-HammerCLIForeman-Location-InfoCommand-parameters.xml +13 -0
- data/test/reports/TEST-HammerCLIForeman-Location-InfoCommand-resource-disabled.xml +11 -0
- data/test/reports/TEST-HammerCLIForeman-Location-InfoCommand.xml +7 -0
- data/test/reports/TEST-HammerCLIForeman-Location-ListCommand-output.xml +13 -0
- data/test/reports/TEST-HammerCLIForeman-Location-ListCommand-parameters.xml +17 -0
- data/test/reports/TEST-HammerCLIForeman-Location-ListCommand-resource-disabled.xml +11 -0
- data/test/reports/TEST-HammerCLIForeman-Location-ListCommand.xml +7 -0
- data/test/reports/TEST-HammerCLIForeman-Location-UpdateCommand-parameters.xml +15 -0
- data/test/reports/TEST-HammerCLIForeman-Location-UpdateCommand-resource-disabled.xml +11 -0
- data/test/reports/TEST-HammerCLIForeman-Location-UpdateCommand.xml +7 -0
- data/test/reports/TEST-HammerCLIForeman-Location.xml +7 -0
- data/test/reports/TEST-HammerCLIForeman-Medium-CreateCommand-parameters.xml +13 -0
- data/test/reports/TEST-HammerCLIForeman-Medium-CreateCommand.xml +7 -0
- data/test/reports/TEST-HammerCLIForeman-Medium-DeleteCommand-parameters.xml +13 -0
- data/test/reports/TEST-HammerCLIForeman-Medium-DeleteCommand.xml +7 -0
- data/test/reports/TEST-HammerCLIForeman-Medium-InfoCommand-output.xml +23 -0
- data/test/reports/TEST-HammerCLIForeman-Medium-InfoCommand-parameters.xml +13 -0
- data/test/reports/TEST-HammerCLIForeman-Medium-InfoCommand.xml +7 -0
- data/test/reports/TEST-HammerCLIForeman-Medium-ListCommand-output.xml +15 -0
- data/test/reports/TEST-HammerCLIForeman-Medium-ListCommand-parameters.xml +17 -0
- data/test/reports/TEST-HammerCLIForeman-Medium-ListCommand.xml +7 -0
- data/test/reports/TEST-HammerCLIForeman-Medium-UpdateCommand-parameters.xml +17 -0
- data/test/reports/TEST-HammerCLIForeman-Medium-UpdateCommand.xml +7 -0
- data/test/reports/TEST-HammerCLIForeman-Medium.xml +7 -0
- data/test/reports/TEST-HammerCLIForeman-OperatingSystem-CreateCommand-parameters.xml +11 -0
- data/test/reports/TEST-HammerCLIForeman-OperatingSystem-CreateCommand.xml +7 -0
- data/test/reports/TEST-HammerCLIForeman-OperatingSystem-DeleteCommand-parameters.xml +13 -0
- data/test/reports/TEST-HammerCLIForeman-OperatingSystem-DeleteCommand.xml +7 -0
- data/test/reports/TEST-HammerCLIForeman-OperatingSystem-DeleteParameterCommand-parameters.xml +13 -0
- data/test/reports/TEST-HammerCLIForeman-OperatingSystem-DeleteParameterCommand.xml +7 -0
- data/test/reports/TEST-HammerCLIForeman-OperatingSystem-InfoCommand-output.xml +27 -0
- data/test/reports/TEST-HammerCLIForeman-OperatingSystem-InfoCommand-parameters.xml +13 -0
- data/test/reports/TEST-HammerCLIForeman-OperatingSystem-InfoCommand.xml +7 -0
- data/test/reports/TEST-HammerCLIForeman-OperatingSystem-ListCommand-output.xml +17 -0
- data/test/reports/TEST-HammerCLIForeman-OperatingSystem-ListCommand-parameters.xml +17 -0
- data/test/reports/TEST-HammerCLIForeman-OperatingSystem-ListCommand.xml +7 -0
- data/test/reports/TEST-HammerCLIForeman-OperatingSystem-SetParameterCommand-parameters.xml +15 -0
- data/test/reports/TEST-HammerCLIForeman-OperatingSystem-SetParameterCommand.xml +7 -0
- data/test/reports/TEST-HammerCLIForeman-OperatingSystem-UpdateCommand-parameters.xml +17 -0
- data/test/reports/TEST-HammerCLIForeman-OperatingSystem-UpdateCommand.xml +7 -0
- data/test/reports/TEST-HammerCLIForeman-OperatingSystem.xml +7 -0
- data/test/reports/TEST-HammerCLIForeman-Organization-CreateCommand-parameters.xml +11 -0
- data/test/reports/TEST-HammerCLIForeman-Organization-CreateCommand-resource-disabled.xml +11 -0
- data/test/reports/TEST-HammerCLIForeman-Organization-CreateCommand.xml +7 -0
- data/test/reports/TEST-HammerCLIForeman-Organization-DeleteCommand-parameters.xml +13 -0
- data/test/reports/TEST-HammerCLIForeman-Organization-DeleteCommand-resource-disabled.xml +11 -0
- data/test/reports/TEST-HammerCLIForeman-Organization-DeleteCommand.xml +7 -0
- data/test/reports/TEST-HammerCLIForeman-Organization-InfoCommand-output.xml +17 -0
- data/test/reports/TEST-HammerCLIForeman-Organization-InfoCommand-parameters.xml +13 -0
- data/test/reports/TEST-HammerCLIForeman-Organization-InfoCommand-resource-disabled.xml +11 -0
- data/test/reports/TEST-HammerCLIForeman-Organization-InfoCommand.xml +7 -0
- data/test/reports/TEST-HammerCLIForeman-Organization-ListCommand-output.xml +13 -0
- data/test/reports/TEST-HammerCLIForeman-Organization-ListCommand-parameters.xml +17 -0
- data/test/reports/TEST-HammerCLIForeman-Organization-ListCommand-resource-disabled.xml +11 -0
- data/test/reports/TEST-HammerCLIForeman-Organization-ListCommand.xml +7 -0
- data/test/reports/TEST-HammerCLIForeman-Organization-UpdateCommand-parameters.xml +15 -0
- data/test/reports/TEST-HammerCLIForeman-Organization-UpdateCommand-resource-disabled.xml +11 -0
- data/test/reports/TEST-HammerCLIForeman-Organization-UpdateCommand.xml +7 -0
- data/test/reports/TEST-HammerCLIForeman-Organization.xml +7 -0
- data/test/reports/TEST-HammerCLIForeman-PartitionTable-CreateCommand-parameters.xml +13 -0
- data/test/reports/TEST-HammerCLIForeman-PartitionTable-CreateCommand.xml +7 -0
- data/test/reports/TEST-HammerCLIForeman-PartitionTable-DeleteCommand-parameters.xml +13 -0
- data/test/reports/TEST-HammerCLIForeman-PartitionTable-DeleteCommand.xml +7 -0
- data/test/reports/TEST-HammerCLIForeman-PartitionTable-DumpCommand-parameters.xml +15 -0
- data/test/reports/TEST-HammerCLIForeman-PartitionTable-DumpCommand.xml +7 -0
- data/test/reports/TEST-HammerCLIForeman-PartitionTable-InfoCommand-output.xml +19 -0
- data/test/reports/TEST-HammerCLIForeman-PartitionTable-InfoCommand-parameters.xml +13 -0
- data/test/reports/TEST-HammerCLIForeman-PartitionTable-InfoCommand.xml +7 -0
- data/test/reports/TEST-HammerCLIForeman-PartitionTable-ListCommand-output.xml +15 -0
- data/test/reports/TEST-HammerCLIForeman-PartitionTable-ListCommand-parameters.xml +17 -0
- data/test/reports/TEST-HammerCLIForeman-PartitionTable-ListCommand.xml +7 -0
- data/test/reports/TEST-HammerCLIForeman-PartitionTable-UpdateCommand-parameters.xml +13 -0
- data/test/reports/TEST-HammerCLIForeman-PartitionTable-UpdateCommand.xml +7 -0
- data/test/reports/TEST-HammerCLIForeman-PartitionTable.xml +7 -0
- data/test/reports/TEST-HammerCLIForeman-SmartProxy-CreateCommand-parameters.xml +13 -0
- data/test/reports/TEST-HammerCLIForeman-SmartProxy-CreateCommand.xml +7 -0
- data/test/reports/TEST-HammerCLIForeman-SmartProxy-DeleteCommand-parameters.xml +13 -0
- data/test/reports/TEST-HammerCLIForeman-SmartProxy-DeleteCommand.xml +7 -0
- data/test/reports/TEST-HammerCLIForeman-SmartProxy-InfoCommand-output.xml +21 -0
- data/test/reports/TEST-HammerCLIForeman-SmartProxy-InfoCommand-parameters.xml +13 -0
- data/test/reports/TEST-HammerCLIForeman-SmartProxy-InfoCommand.xml +7 -0
- data/test/reports/TEST-HammerCLIForeman-SmartProxy-ListCommand-output.xml +15 -0
- data/test/reports/TEST-HammerCLIForeman-SmartProxy-ListCommand-parameters.xml +11 -0
- data/test/reports/TEST-HammerCLIForeman-SmartProxy-ListCommand.xml +7 -0
- data/test/reports/TEST-HammerCLIForeman-SmartProxy-UpdateCommand-parameters.xml +15 -0
- data/test/reports/TEST-HammerCLIForeman-SmartProxy-UpdateCommand.xml +7 -0
- data/test/reports/TEST-HammerCLIForeman-SmartProxy.xml +7 -0
- data/test/reports/TEST-HammerCLIForeman-Subnet-CreateCommand-parameters.xml +15 -0
- data/test/reports/TEST-HammerCLIForeman-Subnet-CreateCommand.xml +7 -0
- data/test/reports/TEST-HammerCLIForeman-Subnet-DeleteCommand-parameters.xml +13 -0
- data/test/reports/TEST-HammerCLIForeman-Subnet-DeleteCommand.xml +7 -0
- data/test/reports/TEST-HammerCLIForeman-Subnet-InfoCommand-output.xml +43 -0
- data/test/reports/TEST-HammerCLIForeman-Subnet-InfoCommand-parameters.xml +13 -0
- data/test/reports/TEST-HammerCLIForeman-Subnet-InfoCommand.xml +7 -0
- data/test/reports/TEST-HammerCLIForeman-Subnet-ListCommand-output.xml +17 -0
- data/test/reports/TEST-HammerCLIForeman-Subnet-ListCommand-parameters.xml +17 -0
- data/test/reports/TEST-HammerCLIForeman-Subnet-ListCommand.xml +7 -0
- data/test/reports/TEST-HammerCLIForeman-Subnet-UpdateCommand-parameters.xml +15 -0
- data/test/reports/TEST-HammerCLIForeman-Subnet-UpdateCommand.xml +7 -0
- data/test/reports/TEST-HammerCLIForeman-Subnet.xml +7 -0
- data/test/reports/TEST-HammerCLIForeman-Template-CreateCommand-parameters.xml +15 -0
- data/test/reports/TEST-HammerCLIForeman-Template-CreateCommand.xml +7 -0
- data/test/reports/TEST-HammerCLIForeman-Template-DeleteCommand-parameters.xml +11 -0
- data/test/reports/TEST-HammerCLIForeman-Template-DeleteCommand.xml +7 -0
- data/test/reports/TEST-HammerCLIForeman-Template-DumpCommand-parameters.xml +12 -0
- data/test/reports/TEST-HammerCLIForeman-Template-DumpCommand.xml +7 -0
- data/test/reports/TEST-HammerCLIForeman-Template-InfoCommand-output.xml +17 -0
- data/test/reports/TEST-HammerCLIForeman-Template-InfoCommand-parameters.xml +11 -0
- data/test/reports/TEST-HammerCLIForeman-Template-InfoCommand.xml +7 -0
- data/test/reports/TEST-HammerCLIForeman-Template-ListCommand-output.xml +15 -0
- data/test/reports/TEST-HammerCLIForeman-Template-ListCommand-parameters.xml +17 -0
- data/test/reports/TEST-HammerCLIForeman-Template-ListCommand.xml +7 -0
- data/test/reports/TEST-HammerCLIForeman-Template-ListKindsCommand-parameters.xml +9 -0
- data/test/reports/TEST-HammerCLIForeman-Template-ListKindsCommand.xml +7 -0
- data/test/reports/TEST-HammerCLIForeman-Template-UpdateCommand-parameters.xml +11 -0
- data/test/reports/TEST-HammerCLIForeman-Template-UpdateCommand.xml +7 -0
- data/test/reports/TEST-HammerCLIForeman-Template.xml +7 -0
- data/test/reports/TEST-HammerCLIForeman-User-CreateCommand-parameters.xml +19 -0
- data/test/reports/TEST-HammerCLIForeman-User-CreateCommand.xml +7 -0
- data/test/reports/TEST-HammerCLIForeman-User-DeleteCommand-parameters.xml +11 -0
- data/test/reports/TEST-HammerCLIForeman-User-DeleteCommand.xml +7 -0
- data/test/reports/TEST-HammerCLIForeman-User-InfoCommand-output.xml +23 -0
- data/test/reports/TEST-HammerCLIForeman-User-InfoCommand-parameters.xml +11 -0
- data/test/reports/TEST-HammerCLIForeman-User-InfoCommand.xml +7 -0
- data/test/reports/TEST-HammerCLIForeman-User-ListCommand-output.xml +17 -0
- data/test/reports/TEST-HammerCLIForeman-User-ListCommand-parameters.xml +17 -0
- data/test/reports/TEST-HammerCLIForeman-User-ListCommand.xml +7 -0
- data/test/reports/TEST-HammerCLIForeman-User-UpdateCommand-parameters.xml +11 -0
- data/test/reports/TEST-HammerCLIForeman-User-UpdateCommand.xml +7 -0
- data/test/reports/TEST-HammerCLIForeman-User.xml +7 -0
- data/test/reports/TEST-MiniTest-Spec.xml +7 -0
- data/test/test_helper.rb +1 -1
- data/test/unit/location_test.rb +1 -0
- data/test/unit/organization_test.rb +1 -0
- data/test/unit/role_test.rb +8 -5
- metadata +541 -61
- data/test/functional/api_expectations.rb +0 -65
- data/test/functional/command_assertions.rb +0 -76
|
Binary file
|
|
@@ -9,9 +9,9 @@ msgid ""
|
|
|
9
9
|
msgstr ""
|
|
10
10
|
"Project-Id-Version: hammer-cli-foreman 0.4.0\n"
|
|
11
11
|
"Report-Msgid-Bugs-To: \n"
|
|
12
|
-
"POT-Creation-Date:
|
|
13
|
-
"PO-Revision-Date: 2015-
|
|
14
|
-
"Last-Translator:
|
|
12
|
+
"POT-Creation-Date: 2016-02-25 15:04+0100\n"
|
|
13
|
+
"PO-Revision-Date: 2015-12-11 09:30+0000\n"
|
|
14
|
+
"Last-Translator: Lukáš Zapletal\n"
|
|
15
15
|
"Language-Team: Italian (http://www.transifex.com/foreman/foreman/language/it/)"
|
|
16
16
|
"\n"
|
|
17
17
|
"MIME-Version: 1.0\n"
|
|
@@ -128,7 +128,7 @@ msgstr "Manipolazione utenti."
|
|
|
128
128
|
msgid "Manage user groups."
|
|
129
129
|
msgstr "Gestisci gruppi di utenti."
|
|
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:170 ../lib/hammer_cli_foreman/host.rb:207 ../lib/hammer_cli_foreman/host.rb:238 ../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/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:
|
|
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:170 ../lib/hammer_cli_foreman/host.rb:207 ../lib/hammer_cli_foreman/host.rb:238 ../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/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:74 ../lib/hammer_cli_foreman/smart_proxy.rb:11 ../lib/hammer_cli_foreman/smart_variable.rb:8 ../lib/hammer_cli_foreman/smart_variable.rb:64 ../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
132
|
msgid "Id"
|
|
133
133
|
msgstr "Id"
|
|
134
134
|
|
|
@@ -502,7 +502,7 @@ msgstr "Associare una risorsa"
|
|
|
502
502
|
msgid "Disassociate a resource"
|
|
503
503
|
msgstr "Rimuovere associazione di una risorsa"
|
|
504
504
|
|
|
505
|
-
#: ../lib/hammer_cli_foreman/common_parameter.rb:13 ../lib/hammer_cli_foreman/fact.rb:14 ../lib/hammer_cli_foreman/host.rb:334 ../lib/hammer_cli_foreman/settings.rb:13 ../lib/hammer_cli_foreman/smart_class_parameter.rb:
|
|
505
|
+
#: ../lib/hammer_cli_foreman/common_parameter.rb:13 ../lib/hammer_cli_foreman/fact.rb:14 ../lib/hammer_cli_foreman/host.rb:334 ../lib/hammer_cli_foreman/settings.rb:13 ../lib/hammer_cli_foreman/smart_class_parameter.rb:76 ../lib/hammer_cli_foreman/smart_variable.rb:66
|
|
506
506
|
msgid "Value"
|
|
507
507
|
msgstr "Valore"
|
|
508
508
|
|
|
@@ -562,7 +562,7 @@ msgstr "Titolare"
|
|
|
562
562
|
msgid "Url"
|
|
563
563
|
msgstr "Url"
|
|
564
564
|
|
|
565
|
-
#: ../lib/hammer_cli_foreman/compute_resource.rb:55 ../lib/hammer_cli_foreman/domain.rb:42 ../lib/hammer_cli_foreman/settings.rb:14 ../lib/hammer_cli_foreman/smart_class_parameter.rb:
|
|
565
|
+
#: ../lib/hammer_cli_foreman/compute_resource.rb:55 ../lib/hammer_cli_foreman/domain.rb:42 ../lib/hammer_cli_foreman/settings.rb:14 ../lib/hammer_cli_foreman/smart_class_parameter.rb:59 ../lib/hammer_cli_foreman/smart_variable.rb:51
|
|
566
566
|
msgid "Description"
|
|
567
567
|
msgstr "Descrizione"
|
|
568
568
|
|
|
@@ -950,7 +950,7 @@ msgstr ""
|
|
|
950
950
|
msgid "Identifier"
|
|
951
951
|
msgstr ""
|
|
952
952
|
|
|
953
|
-
#: ../lib/hammer_cli_foreman/host.rb:240 ../lib/hammer_cli_foreman/interface.rb:25 ../lib/hammer_cli_foreman/interface.rb:45 ../lib/hammer_cli_foreman/smart_class_parameter.rb:
|
|
953
|
+
#: ../lib/hammer_cli_foreman/host.rb:240 ../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:65 ../lib/hammer_cli_foreman/smart_variable.rb:12 ../lib/hammer_cli_foreman/smart_variable.rb:55 ../lib/hammer_cli_foreman/template.rb:27
|
|
954
954
|
msgid "Type"
|
|
955
955
|
msgstr "Tipo"
|
|
956
956
|
|
|
@@ -1230,14 +1230,14 @@ msgstr "Nome ambiente"
|
|
|
1230
1230
|
msgid "Host name"
|
|
1231
1231
|
msgstr "Hostname"
|
|
1232
1232
|
|
|
1233
|
-
#: ../lib/hammer_cli_foreman/id_resolver.rb:43
|
|
1234
|
-
msgid "Hostgroup title"
|
|
1235
|
-
msgstr ""
|
|
1236
|
-
|
|
1237
1233
|
#: ../lib/hammer_cli_foreman/id_resolver.rb:43
|
|
1238
1234
|
msgid "Hostgroup name"
|
|
1239
1235
|
msgstr "Nome hostgroup"
|
|
1240
1236
|
|
|
1237
|
+
#: ../lib/hammer_cli_foreman/id_resolver.rb:43
|
|
1238
|
+
msgid "Hostgroup title"
|
|
1239
|
+
msgstr ""
|
|
1240
|
+
|
|
1241
1241
|
#: ../lib/hammer_cli_foreman/id_resolver.rb:46
|
|
1242
1242
|
msgid "Location name"
|
|
1243
1243
|
msgstr "Nome posizione"
|
|
@@ -1315,9 +1315,8 @@ msgid "%s not found"
|
|
|
1315
1315
|
msgstr "%s non trovato"
|
|
1316
1316
|
|
|
1317
1317
|
#: ../lib/hammer_cli_foreman/id_resolver.rb:201
|
|
1318
|
-
#, fuzzy
|
|
1319
1318
|
msgid "found more than one %s"
|
|
1320
|
-
msgstr "
|
|
1319
|
+
msgstr ""
|
|
1321
1320
|
|
|
1322
1321
|
#: ../lib/hammer_cli_foreman/id_resolver.rb:212
|
|
1323
1322
|
msgid "Missing options to search %s"
|
|
@@ -1455,71 +1454,70 @@ msgstr ""
|
|
|
1455
1454
|
msgid "Could not delete the interface"
|
|
1456
1455
|
msgstr ""
|
|
1457
1456
|
|
|
1458
|
-
#: ../lib/hammer_cli_foreman/location.rb:24 ../lib/hammer_cli_foreman/location.rb:
|
|
1457
|
+
#: ../lib/hammer_cli_foreman/location.rb:24 ../lib/hammer_cli_foreman/location.rb:63 ../lib/hammer_cli_foreman/location.rb:75
|
|
1459
1458
|
msgid "Location numeric id to search by"
|
|
1460
1459
|
msgstr "ID numerico della posizione per la ricerca"
|
|
1461
1460
|
|
|
1462
|
-
#: ../lib/hammer_cli_foreman/location.rb:
|
|
1461
|
+
#: ../lib/hammer_cli_foreman/location.rb:27 ../lib/hammer_cli_foreman/organization.rb:27
|
|
1462
|
+
#, fuzzy
|
|
1463
|
+
msgid "Parent"
|
|
1464
|
+
msgstr "ID genitore"
|
|
1465
|
+
|
|
1466
|
+
#: ../lib/hammer_cli_foreman/location.rb:38 ../lib/hammer_cli_foreman/references.rb:18
|
|
1463
1467
|
msgid "Organizations"
|
|
1464
1468
|
msgstr "Organizzazioni"
|
|
1465
1469
|
|
|
1466
|
-
#: ../lib/hammer_cli_foreman/location.rb:
|
|
1470
|
+
#: ../lib/hammer_cli_foreman/location.rb:53
|
|
1467
1471
|
msgid "Location created"
|
|
1468
1472
|
msgstr "Posizione creata"
|
|
1469
1473
|
|
|
1470
|
-
#: ../lib/hammer_cli_foreman/location.rb:
|
|
1474
|
+
#: ../lib/hammer_cli_foreman/location.rb:54
|
|
1471
1475
|
msgid "Could not create the location"
|
|
1472
1476
|
msgstr "Impossibile creare la posizione"
|
|
1473
1477
|
|
|
1474
|
-
#: ../lib/hammer_cli_foreman/location.rb:
|
|
1478
|
+
#: ../lib/hammer_cli_foreman/location.rb:65
|
|
1475
1479
|
msgid "Location updated"
|
|
1476
1480
|
msgstr "Posizione aggiornata"
|
|
1477
1481
|
|
|
1478
|
-
#: ../lib/hammer_cli_foreman/location.rb:
|
|
1482
|
+
#: ../lib/hammer_cli_foreman/location.rb:66
|
|
1479
1483
|
msgid "Could not update the location"
|
|
1480
1484
|
msgstr "Impossibile aggiornare la posizione"
|
|
1481
1485
|
|
|
1482
|
-
#: ../lib/hammer_cli_foreman/location.rb:
|
|
1486
|
+
#: ../lib/hammer_cli_foreman/location.rb:77
|
|
1483
1487
|
msgid "Location deleted"
|
|
1484
1488
|
msgstr "Posizione cancellata"
|
|
1485
1489
|
|
|
1486
|
-
#: ../lib/hammer_cli_foreman/location.rb:
|
|
1490
|
+
#: ../lib/hammer_cli_foreman/location.rb:78
|
|
1487
1491
|
msgid "Could not delete the location"
|
|
1488
1492
|
msgstr "Impossibile cancellare la posizione"
|
|
1489
1493
|
|
|
1490
|
-
#: ../lib/hammer_cli_foreman/location.rb:
|
|
1491
|
-
#, fuzzy
|
|
1494
|
+
#: ../lib/hammer_cli_foreman/location.rb:87
|
|
1492
1495
|
msgid "Create or update parameter for a location."
|
|
1493
|
-
msgstr "
|
|
1496
|
+
msgstr ""
|
|
1494
1497
|
|
|
1495
|
-
#: ../lib/hammer_cli_foreman/location.rb:
|
|
1496
|
-
#, fuzzy
|
|
1498
|
+
#: ../lib/hammer_cli_foreman/location.rb:89 ../lib/hammer_cli_foreman/organization.rb:90
|
|
1497
1499
|
msgid "Parameter [%{name}] updated to value [%{value}]"
|
|
1498
|
-
msgstr "
|
|
1500
|
+
msgstr ""
|
|
1499
1501
|
|
|
1500
|
-
#: ../lib/hammer_cli_foreman/location.rb:
|
|
1502
|
+
#: ../lib/hammer_cli_foreman/location.rb:90 ../lib/hammer_cli_foreman/organization.rb:91
|
|
1501
1503
|
msgid "Parameter [%{name}] created with value [%{value}]"
|
|
1502
1504
|
msgstr ""
|
|
1503
1505
|
|
|
1504
|
-
#: ../lib/hammer_cli_foreman/location.rb:
|
|
1505
|
-
#, fuzzy
|
|
1506
|
+
#: ../lib/hammer_cli_foreman/location.rb:91
|
|
1506
1507
|
msgid "Could not set location parameter"
|
|
1507
|
-
msgstr "
|
|
1508
|
+
msgstr ""
|
|
1508
1509
|
|
|
1509
|
-
#: ../lib/hammer_cli_foreman/location.rb:
|
|
1510
|
-
#, fuzzy
|
|
1510
|
+
#: ../lib/hammer_cli_foreman/location.rb:98
|
|
1511
1511
|
msgid "Delete parameter for a location."
|
|
1512
|
-
msgstr "
|
|
1512
|
+
msgstr ""
|
|
1513
1513
|
|
|
1514
|
-
#: ../lib/hammer_cli_foreman/location.rb:
|
|
1515
|
-
#, fuzzy
|
|
1514
|
+
#: ../lib/hammer_cli_foreman/location.rb:100 ../lib/hammer_cli_foreman/organization.rb:101
|
|
1516
1515
|
msgid "Parameter [%{name}] deleted"
|
|
1517
|
-
msgstr "
|
|
1516
|
+
msgstr ""
|
|
1518
1517
|
|
|
1519
|
-
#: ../lib/hammer_cli_foreman/location.rb:
|
|
1520
|
-
#, fuzzy
|
|
1518
|
+
#: ../lib/hammer_cli_foreman/location.rb:101
|
|
1521
1519
|
msgid "Could not delete location parameter"
|
|
1522
|
-
msgstr "
|
|
1520
|
+
msgstr ""
|
|
1523
1521
|
|
|
1524
1522
|
#: ../lib/hammer_cli_foreman/media.rb:11
|
|
1525
1523
|
msgid "Path"
|
|
@@ -1697,50 +1695,47 @@ msgstr "Impossibile rimuovere il modello predefinito"
|
|
|
1697
1695
|
msgid "Default template of type %s not found"
|
|
1698
1696
|
msgstr "Template predefinito di tipo %s non trovato"
|
|
1699
1697
|
|
|
1700
|
-
#: ../lib/hammer_cli_foreman/organization.rb:
|
|
1698
|
+
#: ../lib/hammer_cli_foreman/organization.rb:38 ../lib/hammer_cli_foreman/references.rb:15
|
|
1701
1699
|
msgid "Locations"
|
|
1702
1700
|
msgstr "Posizioni"
|
|
1703
1701
|
|
|
1704
|
-
#: ../lib/hammer_cli_foreman/organization.rb:
|
|
1702
|
+
#: ../lib/hammer_cli_foreman/organization.rb:54
|
|
1705
1703
|
msgid "Organization created"
|
|
1706
1704
|
msgstr "Organizzazione creata"
|
|
1707
1705
|
|
|
1708
|
-
#: ../lib/hammer_cli_foreman/organization.rb:
|
|
1706
|
+
#: ../lib/hammer_cli_foreman/organization.rb:55
|
|
1709
1707
|
msgid "Could not create the organization"
|
|
1710
1708
|
msgstr "Impossibile creare l'organizzazione"
|
|
1711
1709
|
|
|
1712
|
-
#: ../lib/hammer_cli_foreman/organization.rb:
|
|
1710
|
+
#: ../lib/hammer_cli_foreman/organization.rb:66
|
|
1713
1711
|
msgid "Organization updated"
|
|
1714
1712
|
msgstr "Organizzazione aggiornata"
|
|
1715
1713
|
|
|
1716
|
-
#: ../lib/hammer_cli_foreman/organization.rb:
|
|
1714
|
+
#: ../lib/hammer_cli_foreman/organization.rb:67
|
|
1717
1715
|
msgid "Could not update the organization"
|
|
1718
1716
|
msgstr "Impossibile aggiornare l'organizzazione"
|
|
1719
1717
|
|
|
1720
|
-
#: ../lib/hammer_cli_foreman/organization.rb:
|
|
1718
|
+
#: ../lib/hammer_cli_foreman/organization.rb:78
|
|
1721
1719
|
msgid "Organization deleted"
|
|
1722
1720
|
msgstr "Organizzazione rimossa"
|
|
1723
1721
|
|
|
1724
|
-
#: ../lib/hammer_cli_foreman/organization.rb:
|
|
1722
|
+
#: ../lib/hammer_cli_foreman/organization.rb:79
|
|
1725
1723
|
msgid "Could not delete the organization"
|
|
1726
1724
|
msgstr "Impossibile rimuovere l'organizzazione"
|
|
1727
1725
|
|
|
1728
|
-
#: ../lib/hammer_cli_foreman/organization.rb:
|
|
1729
|
-
#, fuzzy
|
|
1726
|
+
#: ../lib/hammer_cli_foreman/organization.rb:88
|
|
1730
1727
|
msgid "Create or update parameter for an organization."
|
|
1731
|
-
msgstr "
|
|
1728
|
+
msgstr ""
|
|
1732
1729
|
|
|
1733
|
-
#: ../lib/hammer_cli_foreman/organization.rb:
|
|
1734
|
-
#, fuzzy
|
|
1730
|
+
#: ../lib/hammer_cli_foreman/organization.rb:92
|
|
1735
1731
|
msgid "Could not set organization parameter"
|
|
1736
|
-
msgstr "
|
|
1732
|
+
msgstr ""
|
|
1737
1733
|
|
|
1738
|
-
#: ../lib/hammer_cli_foreman/organization.rb:
|
|
1739
|
-
#, fuzzy
|
|
1734
|
+
#: ../lib/hammer_cli_foreman/organization.rb:99
|
|
1740
1735
|
msgid "Delete parameter for an organization."
|
|
1741
|
-
msgstr "
|
|
1736
|
+
msgstr ""
|
|
1742
1737
|
|
|
1743
|
-
#: ../lib/hammer_cli_foreman/organization.rb:
|
|
1738
|
+
#: ../lib/hammer_cli_foreman/organization.rb:102
|
|
1744
1739
|
msgid "Could not delete organization parameter"
|
|
1745
1740
|
msgstr ""
|
|
1746
1741
|
|
|
@@ -1962,38 +1957,38 @@ msgid "Builtin"
|
|
|
1962
1957
|
msgstr "Compilazione"
|
|
1963
1958
|
|
|
1964
1959
|
#: ../lib/hammer_cli_foreman/role.rb:24
|
|
1965
|
-
msgid "
|
|
1960
|
+
msgid "Yes"
|
|
1966
1961
|
msgstr ""
|
|
1967
1962
|
|
|
1968
1963
|
#: ../lib/hammer_cli_foreman/role.rb:24
|
|
1969
|
-
msgid "
|
|
1964
|
+
msgid "No"
|
|
1970
1965
|
msgstr ""
|
|
1971
1966
|
|
|
1972
1967
|
#: ../lib/hammer_cli_foreman/role.rb:36
|
|
1973
1968
|
msgid "User role id"
|
|
1974
1969
|
msgstr "ID ruolo utente"
|
|
1975
1970
|
|
|
1976
|
-
#: ../lib/hammer_cli_foreman/role.rb:
|
|
1971
|
+
#: ../lib/hammer_cli_foreman/role.rb:64
|
|
1977
1972
|
msgid "User role [%<name>s] created"
|
|
1978
1973
|
msgstr "Ruolo utente [%<name>s] creato"
|
|
1979
1974
|
|
|
1980
|
-
#: ../lib/hammer_cli_foreman/role.rb:
|
|
1975
|
+
#: ../lib/hammer_cli_foreman/role.rb:65
|
|
1981
1976
|
msgid "Could not create the user role"
|
|
1982
1977
|
msgstr "Impossibile creare il ruolo utente"
|
|
1983
1978
|
|
|
1984
|
-
#: ../lib/hammer_cli_foreman/role.rb:
|
|
1979
|
+
#: ../lib/hammer_cli_foreman/role.rb:72
|
|
1985
1980
|
msgid "User role [%<name>s] updated"
|
|
1986
1981
|
msgstr "Ruolo utente [%<name>s] aggiornato"
|
|
1987
1982
|
|
|
1988
|
-
#: ../lib/hammer_cli_foreman/role.rb:
|
|
1983
|
+
#: ../lib/hammer_cli_foreman/role.rb:73
|
|
1989
1984
|
msgid "Could not update the user role"
|
|
1990
1985
|
msgstr "Impossibile aggiornare il ruolo utente"
|
|
1991
1986
|
|
|
1992
|
-
#: ../lib/hammer_cli_foreman/role.rb:
|
|
1987
|
+
#: ../lib/hammer_cli_foreman/role.rb:80
|
|
1993
1988
|
msgid "User role [%<name>s] deleted"
|
|
1994
1989
|
msgstr "Ruolo utente [%<name>s] rimosso"
|
|
1995
1990
|
|
|
1996
|
-
#: ../lib/hammer_cli_foreman/role.rb:
|
|
1991
|
+
#: ../lib/hammer_cli_foreman/role.rb:81
|
|
1997
1992
|
msgid "Could not delete the user roles"
|
|
1998
1993
|
msgstr "Impossibile rimuovere questi ruoli utente"
|
|
1999
1994
|
|
|
@@ -2013,91 +2008,95 @@ msgstr "Valore predefinito"
|
|
|
2013
2008
|
msgid "Override"
|
|
2014
2009
|
msgstr "Override"
|
|
2015
2010
|
|
|
2016
|
-
#: ../lib/hammer_cli_foreman/smart_class_parameter.rb:
|
|
2011
|
+
#: ../lib/hammer_cli_foreman/smart_class_parameter.rb:35 ../lib/hammer_cli_foreman/smart_variable.rb:27
|
|
2017
2012
|
msgid "Puppet class"
|
|
2018
2013
|
msgstr "Classe del puppet"
|
|
2019
2014
|
|
|
2020
|
-
#: ../lib/hammer_cli_foreman/smart_class_parameter.rb:
|
|
2015
|
+
#: ../lib/hammer_cli_foreman/smart_class_parameter.rb:36 ../lib/hammer_cli_foreman/smart_variable.rb:28
|
|
2021
2016
|
msgid "Class Id"
|
|
2022
2017
|
msgstr "ID classe"
|
|
2023
2018
|
|
|
2024
|
-
#: ../lib/hammer_cli_foreman/smart_class_parameter.rb:
|
|
2019
|
+
#: ../lib/hammer_cli_foreman/smart_class_parameter.rb:61 ../lib/hammer_cli_foreman/smart_variable.rb:52
|
|
2020
|
+
msgid "Hidden Value?"
|
|
2021
|
+
msgstr ""
|
|
2022
|
+
|
|
2023
|
+
#: ../lib/hammer_cli_foreman/smart_class_parameter.rb:62
|
|
2025
2024
|
msgid "Required"
|
|
2026
2025
|
msgstr "Obbligatorio"
|
|
2027
2026
|
|
|
2028
|
-
#: ../lib/hammer_cli_foreman/smart_class_parameter.rb:
|
|
2027
|
+
#: ../lib/hammer_cli_foreman/smart_class_parameter.rb:64 ../lib/hammer_cli_foreman/smart_variable.rb:54
|
|
2029
2028
|
msgid "Validator"
|
|
2030
2029
|
msgstr "Convalidatore"
|
|
2031
2030
|
|
|
2032
|
-
#: ../lib/hammer_cli_foreman/smart_class_parameter.rb:
|
|
2031
|
+
#: ../lib/hammer_cli_foreman/smart_class_parameter.rb:66 ../lib/hammer_cli_foreman/smart_variable.rb:56
|
|
2033
2032
|
msgid "Rule"
|
|
2034
2033
|
msgstr "Regola"
|
|
2035
2034
|
|
|
2036
|
-
#: ../lib/hammer_cli_foreman/smart_class_parameter.rb:
|
|
2035
|
+
#: ../lib/hammer_cli_foreman/smart_class_parameter.rb:68 ../lib/hammer_cli_foreman/smart_variable.rb:58
|
|
2037
2036
|
msgid "Override values"
|
|
2038
2037
|
msgstr "Valori override"
|
|
2039
2038
|
|
|
2040
|
-
#: ../lib/hammer_cli_foreman/smart_class_parameter.rb:
|
|
2039
|
+
#: ../lib/hammer_cli_foreman/smart_class_parameter.rb:69 ../lib/hammer_cli_foreman/smart_variable.rb:59
|
|
2041
2040
|
msgid "Merge overrides"
|
|
2042
2041
|
msgstr ""
|
|
2043
2042
|
|
|
2044
|
-
#: ../lib/hammer_cli_foreman/smart_class_parameter.rb:
|
|
2043
|
+
#: ../lib/hammer_cli_foreman/smart_class_parameter.rb:70 ../lib/hammer_cli_foreman/smart_variable.rb:60
|
|
2045
2044
|
msgid "Merge default value"
|
|
2046
2045
|
msgstr ""
|
|
2047
2046
|
|
|
2048
|
-
#: ../lib/hammer_cli_foreman/smart_class_parameter.rb:
|
|
2047
|
+
#: ../lib/hammer_cli_foreman/smart_class_parameter.rb:71 ../lib/hammer_cli_foreman/smart_variable.rb:61
|
|
2049
2048
|
msgid "Avoid duplicates"
|
|
2050
2049
|
msgstr ""
|
|
2051
2050
|
|
|
2052
|
-
#: ../lib/hammer_cli_foreman/smart_class_parameter.rb:
|
|
2051
|
+
#: ../lib/hammer_cli_foreman/smart_class_parameter.rb:72 ../lib/hammer_cli_foreman/smart_variable.rb:62
|
|
2053
2052
|
msgid "Order"
|
|
2054
2053
|
msgstr "Ordine"
|
|
2055
2054
|
|
|
2056
|
-
#: ../lib/hammer_cli_foreman/smart_class_parameter.rb:
|
|
2055
|
+
#: ../lib/hammer_cli_foreman/smart_class_parameter.rb:73 ../lib/hammer_cli_foreman/smart_variable.rb:63
|
|
2057
2056
|
msgid "Values"
|
|
2058
2057
|
msgstr ""
|
|
2059
2058
|
|
|
2060
|
-
#: ../lib/hammer_cli_foreman/smart_class_parameter.rb:
|
|
2059
|
+
#: ../lib/hammer_cli_foreman/smart_class_parameter.rb:75 ../lib/hammer_cli_foreman/smart_variable.rb:65
|
|
2061
2060
|
msgid "Match"
|
|
2062
2061
|
msgstr "Corrispondenza"
|
|
2063
2062
|
|
|
2064
|
-
#: ../lib/hammer_cli_foreman/smart_class_parameter.rb:
|
|
2063
|
+
#: ../lib/hammer_cli_foreman/smart_class_parameter.rb:102
|
|
2065
2064
|
msgid "Parameter updated"
|
|
2066
2065
|
msgstr "Parametro aggiornato"
|
|
2067
2066
|
|
|
2068
|
-
#: ../lib/hammer_cli_foreman/smart_class_parameter.rb:
|
|
2067
|
+
#: ../lib/hammer_cli_foreman/smart_class_parameter.rb:103
|
|
2069
2068
|
msgid "Could not update the parameter"
|
|
2070
2069
|
msgstr "Impossibile aggiornare il parametro"
|
|
2071
2070
|
|
|
2072
|
-
#: ../lib/hammer_cli_foreman/smart_class_parameter.rb:
|
|
2071
|
+
#: ../lib/hammer_cli_foreman/smart_class_parameter.rb:110
|
|
2073
2072
|
msgid "Override this parameter."
|
|
2074
2073
|
msgstr "Sovrascrivi questo parametro."
|
|
2075
2074
|
|
|
2076
|
-
#: ../lib/hammer_cli_foreman/smart_class_parameter.rb:
|
|
2075
|
+
#: ../lib/hammer_cli_foreman/smart_class_parameter.rb:112
|
|
2077
2076
|
msgid "This parameter is required."
|
|
2078
2077
|
msgstr "Questo parametro è obbligatorio."
|
|
2079
2078
|
|
|
2080
|
-
#: ../lib/hammer_cli_foreman/smart_class_parameter.rb:
|
|
2079
|
+
#: ../lib/hammer_cli_foreman/smart_class_parameter.rb:114
|
|
2081
2080
|
msgid "Type of the parameter."
|
|
2082
2081
|
msgstr "Tipo di parametro."
|
|
2083
2082
|
|
|
2084
|
-
#: ../lib/hammer_cli_foreman/smart_class_parameter.rb:
|
|
2083
|
+
#: ../lib/hammer_cli_foreman/smart_class_parameter.rb:117 ../lib/hammer_cli_foreman/smart_variable.rb:91 ../lib/hammer_cli_foreman/smart_variable.rb:105
|
|
2085
2084
|
msgid "Type of the validator."
|
|
2086
2085
|
msgstr "Tipo di convalidatore."
|
|
2087
2086
|
|
|
2088
|
-
#: ../lib/hammer_cli_foreman/smart_class_parameter.rb:
|
|
2087
|
+
#: ../lib/hammer_cli_foreman/smart_class_parameter.rb:131 ../lib/hammer_cli_foreman/smart_variable.rb:123
|
|
2089
2088
|
msgid "Override value created"
|
|
2090
2089
|
msgstr ""
|
|
2091
2090
|
|
|
2092
|
-
#: ../lib/hammer_cli_foreman/smart_class_parameter.rb:
|
|
2091
|
+
#: ../lib/hammer_cli_foreman/smart_class_parameter.rb:132 ../lib/hammer_cli_foreman/smart_variable.rb:124
|
|
2093
2092
|
msgid "Could not create the override_value"
|
|
2094
2093
|
msgstr ""
|
|
2095
2094
|
|
|
2096
|
-
#: ../lib/hammer_cli_foreman/smart_class_parameter.rb:
|
|
2095
|
+
#: ../lib/hammer_cli_foreman/smart_class_parameter.rb:151 ../lib/hammer_cli_foreman/smart_variable.rb:136
|
|
2097
2096
|
msgid "Override value deleted"
|
|
2098
2097
|
msgstr ""
|
|
2099
2098
|
|
|
2100
|
-
#: ../lib/hammer_cli_foreman/smart_class_parameter.rb:
|
|
2099
|
+
#: ../lib/hammer_cli_foreman/smart_class_parameter.rb:152 ../lib/hammer_cli_foreman/smart_variable.rb:137
|
|
2101
2100
|
msgid "Could not delete the override value"
|
|
2102
2101
|
msgstr ""
|
|
2103
2102
|
|
|
@@ -2153,31 +2152,31 @@ msgstr "Aggiornate le funzionalità di Smart proxy"
|
|
|
2153
2152
|
msgid "Refresh of smart proxy features failed"
|
|
2154
2153
|
msgstr "Aggiornamento funzionalità smart proxy fallito"
|
|
2155
2154
|
|
|
2156
|
-
#: ../lib/hammer_cli_foreman/smart_variable.rb:
|
|
2155
|
+
#: ../lib/hammer_cli_foreman/smart_variable.rb:83
|
|
2157
2156
|
msgid "Smart variable [%{variable}] created"
|
|
2158
2157
|
msgstr ""
|
|
2159
2158
|
|
|
2160
|
-
#: ../lib/hammer_cli_foreman/smart_variable.rb:
|
|
2159
|
+
#: ../lib/hammer_cli_foreman/smart_variable.rb:84
|
|
2161
2160
|
msgid "Could not create the smart variable"
|
|
2162
2161
|
msgstr ""
|
|
2163
2162
|
|
|
2164
|
-
#: ../lib/hammer_cli_foreman/smart_variable.rb:
|
|
2163
|
+
#: ../lib/hammer_cli_foreman/smart_variable.rb:88 ../lib/hammer_cli_foreman/smart_variable.rb:102
|
|
2165
2164
|
msgid "Type of the variable."
|
|
2166
2165
|
msgstr ""
|
|
2167
2166
|
|
|
2168
|
-
#: ../lib/hammer_cli_foreman/smart_variable.rb:
|
|
2167
|
+
#: ../lib/hammer_cli_foreman/smart_variable.rb:97
|
|
2169
2168
|
msgid "Smart variable [%{variable}] updated"
|
|
2170
2169
|
msgstr ""
|
|
2171
2170
|
|
|
2172
|
-
#: ../lib/hammer_cli_foreman/smart_variable.rb:
|
|
2171
|
+
#: ../lib/hammer_cli_foreman/smart_variable.rb:98
|
|
2173
2172
|
msgid "Could not update the smart variable"
|
|
2174
2173
|
msgstr ""
|
|
2175
2174
|
|
|
2176
|
-
#: ../lib/hammer_cli_foreman/smart_variable.rb:
|
|
2175
|
+
#: ../lib/hammer_cli_foreman/smart_variable.rb:112
|
|
2177
2176
|
msgid "Smart variable [%{variable}] deleted"
|
|
2178
2177
|
msgstr ""
|
|
2179
2178
|
|
|
2180
|
-
#: ../lib/hammer_cli_foreman/smart_variable.rb:
|
|
2179
|
+
#: ../lib/hammer_cli_foreman/smart_variable.rb:113
|
|
2181
2180
|
msgid "Could not delete the smart variable"
|
|
2182
2181
|
msgstr ""
|
|
2183
2182
|
|
|
@@ -2384,7 +2383,3 @@ msgstr "Gruppo utenti [%<name>s] rimosso"
|
|
|
2384
2383
|
#: ../lib/hammer_cli_foreman/usergroup.rb:46
|
|
2385
2384
|
msgid "Could not delete the user group"
|
|
2386
2385
|
msgstr "Impossibile cancellare il gruppo di utenti"
|
|
2387
|
-
|
|
2388
|
-
#: ../lib/hammer_cli_foreman/id_resolver.rb:201
|
|
2389
|
-
#~ msgid "%s found more than once"
|
|
2390
|
-
#~ msgstr "%s trovato più di una volta"
|
|
@@ -7,10 +7,10 @@
|
|
|
7
7
|
# Giuseppe Pignataro <anubisteam01@gmail.com>, 2014
|
|
8
8
|
msgid ""
|
|
9
9
|
msgstr ""
|
|
10
|
-
"Project-Id-Version: hammer-cli-foreman 0.
|
|
10
|
+
"Project-Id-Version: hammer-cli-foreman 0.6.0\n"
|
|
11
11
|
"Report-Msgid-Bugs-To: \n"
|
|
12
|
-
"POT-Creation-Date: 2015-12-
|
|
13
|
-
"PO-Revision-Date: 2015-12-
|
|
12
|
+
"POT-Creation-Date: 2015-12-11 04:48+0000\n"
|
|
13
|
+
"PO-Revision-Date: 2015-12-15 09:31+0000\n"
|
|
14
14
|
"Last-Translator: Lukáš Zapletal\n"
|
|
15
15
|
"Language-Team: Italian (http://www.transifex.com/foreman/foreman/language/it/)\n"
|
|
16
16
|
"MIME-Version: 1.0\n"
|
|
@@ -856,12 +856,12 @@ msgstr "Permessi"
|
|
|
856
856
|
|
|
857
857
|
#: ../lib/hammer_cli_foreman/filter.rb:18
|
|
858
858
|
#: ../lib/hammer_cli_foreman/filter.rb:34
|
|
859
|
-
#: ../lib/hammer_cli_foreman/filter.rb:78 ../lib/hammer_cli_foreman/role.rb:
|
|
859
|
+
#: ../lib/hammer_cli_foreman/filter.rb:78 ../lib/hammer_cli_foreman/role.rb:46
|
|
860
860
|
msgid "(Miscellaneous)"
|
|
861
861
|
msgstr "(Altro)"
|
|
862
862
|
|
|
863
863
|
#: ../lib/hammer_cli_foreman/filter.rb:19
|
|
864
|
-
#: ../lib/hammer_cli_foreman/filter.rb:35 ../lib/hammer_cli_foreman/role.rb:
|
|
864
|
+
#: ../lib/hammer_cli_foreman/filter.rb:35 ../lib/hammer_cli_foreman/role.rb:47
|
|
865
865
|
msgid "none"
|
|
866
866
|
msgstr "nessuno"
|
|
867
867
|
|
|
@@ -1343,14 +1343,14 @@ msgstr "Nome ambiente"
|
|
|
1343
1343
|
msgid "Host name"
|
|
1344
1344
|
msgstr "Hostname"
|
|
1345
1345
|
|
|
1346
|
-
#: ../lib/hammer_cli_foreman/id_resolver.rb:43
|
|
1347
|
-
msgid "Hostgroup name"
|
|
1348
|
-
msgstr "Nome hostgroup"
|
|
1349
|
-
|
|
1350
1346
|
#: ../lib/hammer_cli_foreman/id_resolver.rb:43
|
|
1351
1347
|
msgid "Hostgroup title"
|
|
1352
1348
|
msgstr ""
|
|
1353
1349
|
|
|
1350
|
+
#: ../lib/hammer_cli_foreman/id_resolver.rb:43
|
|
1351
|
+
msgid "Hostgroup name"
|
|
1352
|
+
msgstr "Nome hostgroup"
|
|
1353
|
+
|
|
1354
1354
|
#: ../lib/hammer_cli_foreman/id_resolver.rb:46
|
|
1355
1355
|
msgid "Location name"
|
|
1356
1356
|
msgstr "Nome posizione"
|
|
@@ -2084,31 +2084,43 @@ msgstr "Impossibile rimuovere il riporto"
|
|
|
2084
2084
|
msgid "The server does not support such operation."
|
|
2085
2085
|
msgstr "Il server non supporta questa operazione."
|
|
2086
2086
|
|
|
2087
|
-
#: ../lib/hammer_cli_foreman/role.rb:
|
|
2087
|
+
#: ../lib/hammer_cli_foreman/role.rb:20
|
|
2088
|
+
msgid "Builtin"
|
|
2089
|
+
msgstr ""
|
|
2090
|
+
|
|
2091
|
+
#: ../lib/hammer_cli_foreman/role.rb:24
|
|
2092
|
+
msgid "No"
|
|
2093
|
+
msgstr ""
|
|
2094
|
+
|
|
2095
|
+
#: ../lib/hammer_cli_foreman/role.rb:24
|
|
2096
|
+
msgid "Yes"
|
|
2097
|
+
msgstr ""
|
|
2098
|
+
|
|
2099
|
+
#: ../lib/hammer_cli_foreman/role.rb:36
|
|
2088
2100
|
msgid "User role id"
|
|
2089
2101
|
msgstr "ID ruolo utente"
|
|
2090
2102
|
|
|
2091
|
-
#: ../lib/hammer_cli_foreman/role.rb:
|
|
2103
|
+
#: ../lib/hammer_cli_foreman/role.rb:60
|
|
2092
2104
|
msgid "User role [%<name>s] created"
|
|
2093
2105
|
msgstr "Ruolo utente [%<name>s] creato"
|
|
2094
2106
|
|
|
2095
|
-
#: ../lib/hammer_cli_foreman/role.rb:
|
|
2107
|
+
#: ../lib/hammer_cli_foreman/role.rb:61
|
|
2096
2108
|
msgid "Could not create the user role"
|
|
2097
2109
|
msgstr "Impossibile creare il ruolo utente"
|
|
2098
2110
|
|
|
2099
|
-
#: ../lib/hammer_cli_foreman/role.rb:
|
|
2111
|
+
#: ../lib/hammer_cli_foreman/role.rb:68
|
|
2100
2112
|
msgid "User role [%<name>s] updated"
|
|
2101
2113
|
msgstr "Ruolo utente [%<name>s] aggiornato"
|
|
2102
2114
|
|
|
2103
|
-
#: ../lib/hammer_cli_foreman/role.rb:
|
|
2115
|
+
#: ../lib/hammer_cli_foreman/role.rb:69
|
|
2104
2116
|
msgid "Could not update the user role"
|
|
2105
2117
|
msgstr "Impossibile aggiornare il ruolo utente"
|
|
2106
2118
|
|
|
2107
|
-
#: ../lib/hammer_cli_foreman/role.rb:
|
|
2119
|
+
#: ../lib/hammer_cli_foreman/role.rb:76
|
|
2108
2120
|
msgid "User role [%<name>s] deleted"
|
|
2109
2121
|
msgstr "Ruolo utente [%<name>s] rimosso"
|
|
2110
2122
|
|
|
2111
|
-
#: ../lib/hammer_cli_foreman/role.rb:
|
|
2123
|
+
#: ../lib/hammer_cli_foreman/role.rb:77
|
|
2112
2124
|
msgid "Could not delete the user roles"
|
|
2113
2125
|
msgstr "Impossibile rimuovere questi ruoli utente"
|
|
2114
2126
|
|