hammer_cli_foreman 2.0.1 → 2.0.2
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/doc/release_notes.md +3 -0
- data/lib/hammer_cli_foreman/operating_system.rb +1 -1
- data/lib/hammer_cli_foreman/version.rb +1 -1
- metadata +94 -95
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: bb9fbae8eb789656dd8557891ccafe9b1a29fcd1bc3d11707b69d548466734fc
|
4
|
+
data.tar.gz: 4a97eeabaa13b2b7b5b42f464684fee2e7d5f6d0e926e494610131612af7bdba
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: de79bacffe1e4629244df7d1ba449bb05d9eff56e41035a85ed9e1f22e9cc53a9c5a1bd66f531c0582b18b8276894879fb12dcae7adbba571c414af92d553733
|
7
|
+
data.tar.gz: cb4707c53325b8103202faf2f28dec768f8f364c71113e694d2cc34ed7942ce3ae8e457aa3a1aa1f2053de7d9d529c1fbc60bc6f8400e52979a1a6d0a1f6cbc4
|
data/doc/release_notes.md
CHANGED
@@ -1,5 +1,8 @@
|
|
1
1
|
Release notes
|
2
2
|
=============
|
3
|
+
### 2.0.2 (2020-03-24)
|
4
|
+
* Use right param for os default template ([PR #508](https://github.com/theforeman/hammer-cli-foreman/pull/508)), [#29274](http://projects.theforeman.org/issues/29274)
|
5
|
+
|
3
6
|
### 2.0.1 (2020-02-25)
|
4
7
|
* Remove duplicate api requests on addassociatedcommand ([PR #503](https://github.com/theforeman/hammer-cli-foreman/pull/503)) ([PR #504](https://github.com/theforeman/hammer-cli-foreman/pull/504)), [#29096](http://projects.theforeman.org/issues/29096)
|
5
8
|
|
@@ -136,7 +136,7 @@ module HammerCLIForeman
|
|
136
136
|
params = {
|
137
137
|
"os_default_template" => {
|
138
138
|
"provisioning_template_id" => option_provisioning_template_id,
|
139
|
-
"
|
139
|
+
"template_kind_name" => tpl_kind_name
|
140
140
|
}
|
141
141
|
}.merge base_action_params
|
142
142
|
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: hammer_cli_foreman
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 2.0.
|
4
|
+
version: 2.0.2
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Tomáš Strachota
|
@@ -9,7 +9,7 @@ authors:
|
|
9
9
|
autorequire:
|
10
10
|
bindir: bin
|
11
11
|
cert_chain: []
|
12
|
-
date: 2020-
|
12
|
+
date: 2020-03-24 00:00:00.000000000 Z
|
13
13
|
dependencies:
|
14
14
|
- !ruby/object:Gem::Dependency
|
15
15
|
name: hammer_cli
|
@@ -80,14 +80,14 @@ email: tstracho@redhat.com
|
|
80
80
|
executables: []
|
81
81
|
extensions: []
|
82
82
|
extra_rdoc_files:
|
83
|
+
- doc/host_create.md
|
84
|
+
- doc/release_notes.md
|
83
85
|
- doc/configuration.md
|
84
|
-
- doc/developer_docs.md
|
85
86
|
- doc/name_id_resolution.md
|
86
|
-
- doc/
|
87
|
-
- doc/testing.md
|
87
|
+
- doc/developer_docs.md
|
88
88
|
- doc/using_hammer_cli_foreman_command.md
|
89
|
-
- doc/
|
90
|
-
- doc/
|
89
|
+
- doc/testing.md
|
90
|
+
- doc/option_builder.md
|
91
91
|
- README.md
|
92
92
|
files:
|
93
93
|
- LICENSE
|
@@ -340,110 +340,109 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
340
340
|
- !ruby/object:Gem::Version
|
341
341
|
version: '0'
|
342
342
|
requirements: []
|
343
|
-
|
344
|
-
rubygems_version: 2.7.10
|
343
|
+
rubygems_version: 3.0.3
|
345
344
|
signing_key:
|
346
345
|
specification_version: 4
|
347
346
|
summary: Foreman commands for Hammer
|
348
347
|
test_files:
|
349
|
-
- test/
|
348
|
+
- test/unit/image_test.rb
|
349
|
+
- test/unit/helpers/resource_disabled.rb
|
350
|
+
- test/unit/helpers/fake_searchables.rb
|
351
|
+
- test/unit/helpers/command.rb
|
352
|
+
- test/unit/messages_test.rb
|
353
|
+
- test/unit/config_group_test.rb
|
354
|
+
- test/unit/option_sources/id_params_test.rb
|
355
|
+
- test/unit/option_sources/ids_params_test.rb
|
356
|
+
- test/unit/exception_handler_test.rb
|
357
|
+
- test/unit/user_test.rb
|
358
|
+
- test/unit/api/session_authenticator_wrapper_test.rb
|
359
|
+
- test/unit/api/interactive_basic_auth_test.rb
|
360
|
+
- test/unit/api/oauth/oauth_authentication_code_grant_test.rb
|
361
|
+
- test/unit/api/oauth/oauth_password_grant_test.rb
|
362
|
+
- test/unit/api/void_auth_test.rb
|
363
|
+
- test/unit/hostgroup_test.rb
|
364
|
+
- test/unit/realm_test.rb
|
365
|
+
- test/unit/auth_source_external.rb
|
366
|
+
- test/unit/data/test_api.json
|
367
|
+
- test/unit/auth_source_ldap_test.rb
|
368
|
+
- test/unit/audit_test.rb
|
369
|
+
- test/unit/test_helper.rb
|
370
|
+
- test/unit/smart_class_parameter_test.rb
|
371
|
+
- test/unit/partition_table_test.rb
|
372
|
+
- test/unit/operating_system_test.rb
|
373
|
+
- test/unit/media_test.rb
|
374
|
+
- test/unit/architecture_test.rb
|
375
|
+
- test/unit/usergroup_test.rb
|
376
|
+
- test/unit/role_test.rb
|
377
|
+
- test/unit/location_test.rb
|
378
|
+
- test/unit/param_filters_test.rb
|
379
|
+
- test/unit/apipie_resource_mock.rb
|
380
|
+
- test/unit/option_builders_test.rb
|
381
|
+
- test/unit/api_test.rb
|
382
|
+
- test/unit/test_output_adapter.rb
|
383
|
+
- test/unit/sessions_test.rb
|
384
|
+
- test/unit/organization_test.rb
|
385
|
+
- test/unit/settings_test.rb
|
386
|
+
- test/unit/template_test.rb
|
387
|
+
- test/unit/dependency_resolver_test.rb
|
388
|
+
- test/unit/smart_proxy_test.rb
|
389
|
+
- test/unit/domain_test.rb
|
390
|
+
- test/unit/defaults_test.rb
|
391
|
+
- test/unit/model_test.rb
|
392
|
+
- test/unit/puppet_class_test.rb
|
393
|
+
- test/unit/compute_resource_test.rb
|
394
|
+
- test/unit/id_resolver_test.rb
|
395
|
+
- test/unit/filter_test.rb
|
396
|
+
- test/unit/puppet_environment_test.rb
|
397
|
+
- test/unit/output/formatters_test.rb
|
398
|
+
- test/unit/host_test.rb
|
399
|
+
- test/unit/config_report_test.rb
|
400
|
+
- test/unit/fact_test.rb
|
401
|
+
- test/unit/external_usergroup_test.rb
|
402
|
+
- test/unit/commands_test.rb
|
403
|
+
- test/unit/common_parameter_test.rb
|
404
|
+
- test/unit/subnet_test.rb
|
405
|
+
- test/data/2.0/foreman_api.json
|
406
|
+
- test/data/1.24/foreman_api.json
|
407
|
+
- test/data/1.18/foreman_api.json
|
350
408
|
- test/data/1.11/foreman_api.json
|
409
|
+
- test/data/1.10/foreman_api.json
|
410
|
+
- test/data/1.17/foreman_api.json
|
411
|
+
- test/data/1.15/foreman_api.json
|
351
412
|
- test/data/1.14/_foreman_api.json
|
352
413
|
- test/data/1.14/foreman_api.json
|
353
|
-
- test/data/1.15/foreman_api.json
|
354
|
-
- test/data/1.16/foreman_api.json
|
355
|
-
- test/data/1.17/foreman_api.json
|
356
|
-
- test/data/1.18/foreman_api.json
|
357
|
-
- test/data/1.20/foreman_api.json
|
358
414
|
- test/data/1.21/foreman_api.json
|
359
415
|
- test/data/1.22/foreman_api.json
|
360
|
-
- test/data/1.
|
416
|
+
- test/data/1.20/foreman_api.json
|
361
417
|
- test/data/README.md
|
362
|
-
- test/data/
|
363
|
-
- test/functional/
|
364
|
-
- test/functional/auth_source_test.rb
|
418
|
+
- test/data/1.16/foreman_api.json
|
419
|
+
- test/functional/http_proxy_test.rb
|
365
420
|
- test/functional/commands/list_test.rb
|
366
|
-
- test/functional/
|
367
|
-
- test/functional/
|
368
|
-
- test/functional/
|
421
|
+
- test/functional/user_test.rb
|
422
|
+
- test/functional/personal_access_token_test.rb
|
423
|
+
- test/functional/audit_test.rb
|
424
|
+
- test/functional/test_helper.rb
|
425
|
+
- test/functional/ping_test.rb
|
426
|
+
- test/functional/smart_class_parameter_test.rb
|
427
|
+
- test/functional/role_test.rb
|
428
|
+
- test/functional/location_test.rb
|
369
429
|
- test/functional/hostgroup/create_test.rb
|
370
430
|
- test/functional/hostgroup/update_test.rb
|
371
|
-
- test/functional/
|
431
|
+
- test/functional/subnet/create_test.rb
|
432
|
+
- test/functional/subnet/update_test.rb
|
372
433
|
- test/functional/organization_test.rb
|
373
|
-
- test/functional/personal_access_token_test.rb
|
374
|
-
- test/functional/proxy_test.rb
|
375
434
|
- test/functional/settings_test.rb
|
376
|
-
- test/functional/
|
377
|
-
- test/functional/
|
378
|
-
- test/functional/subnet/create_test.rb
|
379
|
-
- test/functional/test_helper.rb
|
380
|
-
- test/functional/user_test.rb
|
435
|
+
- test/functional/template_test.rb
|
436
|
+
- test/functional/proxy_test.rb
|
381
437
|
- test/functional/compute_resource_test.rb
|
382
|
-
- test/functional/
|
383
|
-
- test/functional/
|
384
|
-
- test/functional/http_proxy_test.rb
|
385
|
-
- test/functional/report_template_test.rb
|
386
|
-
- test/functional/role_test.rb
|
387
|
-
- test/functional/smart_class_parameter_test.rb
|
438
|
+
- test/functional/compute_attribute_test.rb
|
439
|
+
- test/functional/filter_test.rb
|
388
440
|
- test/functional/trend_test.rb
|
389
|
-
- test/functional/
|
390
|
-
- test/functional/
|
441
|
+
- test/functional/report_template_test.rb
|
442
|
+
- test/functional/compute_profile_test.rb
|
391
443
|
- test/functional/host_test.rb
|
392
|
-
- test/
|
393
|
-
- test/
|
394
|
-
- test/
|
395
|
-
- test/
|
396
|
-
- test/unit/api/session_authenticator_wrapper_test.rb
|
397
|
-
- test/unit/api_test.rb
|
398
|
-
- test/unit/architecture_test.rb
|
399
|
-
- test/unit/audit_test.rb
|
400
|
-
- test/unit/auth_source_ldap_test.rb
|
401
|
-
- test/unit/common_parameter_test.rb
|
402
|
-
- test/unit/compute_resource_test.rb
|
403
|
-
- test/unit/config_group_test.rb
|
404
|
-
- test/unit/config_report_test.rb
|
405
|
-
- test/unit/data/test_api.json
|
406
|
-
- test/unit/defaults_test.rb
|
407
|
-
- test/unit/dependency_resolver_test.rb
|
408
|
-
- test/unit/domain_test.rb
|
409
|
-
- test/unit/exception_handler_test.rb
|
410
|
-
- test/unit/external_usergroup_test.rb
|
411
|
-
- test/unit/fact_test.rb
|
412
|
-
- test/unit/helpers/command.rb
|
413
|
-
- test/unit/helpers/fake_searchables.rb
|
414
|
-
- test/unit/helpers/resource_disabled.rb
|
415
|
-
- test/unit/id_resolver_test.rb
|
416
|
-
- test/unit/image_test.rb
|
417
|
-
- test/unit/location_test.rb
|
418
|
-
- test/unit/media_test.rb
|
419
|
-
- test/unit/messages_test.rb
|
420
|
-
- test/unit/model_test.rb
|
421
|
-
- test/unit/operating_system_test.rb
|
422
|
-
- test/unit/option_builders_test.rb
|
423
|
-
- test/unit/option_sources/id_params_test.rb
|
424
|
-
- test/unit/option_sources/ids_params_test.rb
|
425
|
-
- test/unit/organization_test.rb
|
426
|
-
- test/unit/output/formatters_test.rb
|
427
|
-
- test/unit/param_filters_test.rb
|
428
|
-
- test/unit/partition_table_test.rb
|
429
|
-
- test/unit/puppet_environment_test.rb
|
430
|
-
- test/unit/realm_test.rb
|
431
|
-
- test/unit/role_test.rb
|
432
|
-
- test/unit/settings_test.rb
|
433
|
-
- test/unit/smart_proxy_test.rb
|
434
|
-
- test/unit/subnet_test.rb
|
435
|
-
- test/unit/test_helper.rb
|
436
|
-
- test/unit/user_test.rb
|
437
|
-
- test/unit/usergroup_test.rb
|
438
|
-
- test/unit/filter_test.rb
|
439
|
-
- test/unit/hostgroup_test.rb
|
440
|
-
- test/unit/smart_class_parameter_test.rb
|
441
|
-
- test/unit/test_output_adapter.rb
|
442
|
-
- test/unit/commands_test.rb
|
443
|
-
- test/unit/auth_source_external.rb
|
444
|
-
- test/unit/sessions_test.rb
|
445
|
-
- test/unit/apipie_resource_mock.rb
|
446
|
-
- test/unit/host_test.rb
|
447
|
-
- test/unit/puppet_class_test.rb
|
448
|
-
- test/unit/template_test.rb
|
444
|
+
- test/functional/ssh_keys_test.rb
|
445
|
+
- test/functional/status_test.rb
|
446
|
+
- test/functional/associating_commands_test.rb
|
447
|
+
- test/functional/auth_source_test.rb
|
449
448
|
- test/test_helper.rb
|