[DEPRECATION WARNING]: ANSIBLE_COLLECTIONS_PATHS option, does not fit var naming standard, use the singular form ANSIBLE_COLLECTIONS_PATH instead. This feature will be removed from ansible-core in version 2.19. Deprecation warnings can be disabled by setting deprecation_warnings=False in ansible.cfg. ansible-playbook [core 2.17.2] config file = None configured module search path = ['/root/.ansible/plugins/modules', '/usr/share/ansible/plugins/modules'] ansible python module location = /usr/local/lib/python3.12/site-packages/ansible ansible collection location = /tmp/tmp.MRQfWlar3z executable location = /usr/local/bin/ansible-playbook python version = 3.12.4 (main, Jul 17 2024, 00:00:00) [GCC 14.1.1 20240607 (Red Hat 14.1.1-5)] (/usr/bin/python3.12) jinja version = 3.1.4 libyaml = True No config file found; using defaults running playbook inside collection fedora.linux_system_roles statically imported: /tmp/tmp.MRQfWlar3z/ansible_collections/fedora/linux_system_roles/tests/rhc/tasks/setup_candlepin.yml statically imported: /tmp/tmp.MRQfWlar3z/ansible_collections/fedora/linux_system_roles/tests/rhc/tasks/setup_test_data.yml statically imported: /tmp/tmp.MRQfWlar3z/ansible_collections/fedora/linux_system_roles/tests/rhc/tasks/check_candlepin.yml redirecting (type: callback) ansible.builtin.debug to ansible.posix.debug redirecting (type: callback) ansible.builtin.debug to ansible.posix.debug redirecting (type: callback) ansible.builtin.profile_tasks to ansible.posix.profile_tasks Skipping callback 'default', as we already have a stdout callback. Skipping callback 'minimal', as we already have a stdout callback. Skipping callback 'oneline', as we already have a stdout callback. PLAYBOOK: tests_environments.yml *********************************************** 1 plays in /tmp/tmp.MRQfWlar3z/ansible_collections/fedora/linux_system_roles/tests/rhc/tests_environments.yml PLAY [Basic repository enablement/disablement test] **************************** TASK [Get LSR_RHC_TEST_DATA environment variable] ****************************** task path: /tmp/tmp.MRQfWlar3z/ansible_collections/fedora/linux_system_roles/tests/rhc/tasks/setup_test_data.yml:3 Tuesday 06 August 2024 13:13:19 -0400 (0:00:00.012) 0:00:00.012 ******** ok: [managed_node1] => { "ansible_facts": { "lsr_rhc_test_data_file": "" }, "changed": false } TASK [Import test data] ******************************************************** task path: /tmp/tmp.MRQfWlar3z/ansible_collections/fedora/linux_system_roles/tests/rhc/tasks/setup_test_data.yml:12 Tuesday 06 August 2024 13:13:19 -0400 (0:00:00.019) 0:00:00.031 ******** skipping: [managed_node1] => { "changed": false, "false_condition": "lsr_rhc_test_data_file | length > 0", "skip_reason": "Conditional result was False" } TASK [Get facts for external test data] **************************************** task path: /tmp/tmp.MRQfWlar3z/ansible_collections/fedora/linux_system_roles/tests/rhc/tasks/setup_test_data.yml:16 Tuesday 06 August 2024 13:13:19 -0400 (0:00:00.032) 0:00:00.064 ******** skipping: [managed_node1] => { "changed": false, "false_condition": "lsr_rhc_test_data_file | length > 0", "skip_reason": "Conditional result was False" } TASK [Set local lsr_rhc_test_data] ********************************************* task path: /tmp/tmp.MRQfWlar3z/ansible_collections/fedora/linux_system_roles/tests/rhc/tasks/setup_test_data.yml:24 Tuesday 06 August 2024 13:13:19 -0400 (0:00:00.032) 0:00:00.096 ******** ok: [managed_node1] => { "ansible_facts": { "lsr_rhc_test_data": { "baseurl": "http://localhost:8080", "candlepin_host": "candlepin.local", "candlepin_insecure": false, "candlepin_port": 8443, "candlepin_prefix": "/candlepin", "env_nonworking": "Ceci n'est pas une environment", "envs_register": [ "Environment 2" ], "insights": false, "proxy_auth_hostname": "localhost", "proxy_auth_password": "proxypass", "proxy_auth_port": 3130, "proxy_auth_scheme": "https", "proxy_auth_username": "proxyuser", "proxy_noauth_hostname": "localhost", "proxy_noauth_port": 3128, "proxy_noauth_scheme": "https", "proxy_nonworking_hostname": "wrongproxy", "proxy_nonworking_password": "wrong-proxypassword", "proxy_nonworking_port": 4000, "proxy_nonworking_username": "wrong-proxyuser", "reg_activation_keys": [ "default_key" ], "reg_invalid_password": "invalid-password", "reg_invalid_username": "invalid-user", "reg_organization": "admin", "reg_password": "admin", "reg_username": "admin", "release": null, "repositories": [ { "name": "admin-content-label-5051", "state": "enabled" }, { "name": "content-label-32060", "state": "disabled" } ] } }, "ansible_included_var_files": [ "/tmp/tmp.MRQfWlar3z/ansible_collections/fedora/linux_system_roles/tests/rhc/tasks/../files/candlepin_data.yml" ], "changed": false } TASK [Check if system is ostree] *********************************************** task path: /tmp/tmp.MRQfWlar3z/ansible_collections/fedora/linux_system_roles/tests/rhc/tasks/setup_test_data.yml:32 Tuesday 06 August 2024 13:13:19 -0400 (0:00:00.037) 0:00:00.133 ******** [WARNING]: Platform linux on host managed_node1 is using the discovered Python interpreter at /usr/bin/python3.12, but future installation of another Python interpreter could change the meaning of that path. See https://docs.ansible.com/ansible- core/2.17/reference_appendices/interpreter_discovery.html for more information. ok: [managed_node1] => { "ansible_facts": { "discovered_interpreter_python": "/usr/bin/python3.12" }, "changed": false, "stat": { "exists": false } } TASK [Set flag to indicate system is ostree] *********************************** task path: /tmp/tmp.MRQfWlar3z/ansible_collections/fedora/linux_system_roles/tests/rhc/tasks/setup_test_data.yml:37 Tuesday 06 August 2024 13:13:20 -0400 (0:00:00.532) 0:00:00.666 ******** ok: [managed_node1] => { "ansible_facts": { "__rhc_is_ostree": false }, "changed": false } TASK [Get facts for external test data] **************************************** task path: /tmp/tmp.MRQfWlar3z/ansible_collections/fedora/linux_system_roles/tests/rhc/tasks/setup_candlepin.yml:9 Tuesday 06 August 2024 13:13:20 -0400 (0:00:00.021) 0:00:00.687 ******** ok: [managed_node1] TASK [Set helper fact for Candlepin base URL] ********************************** task path: /tmp/tmp.MRQfWlar3z/ansible_collections/fedora/linux_system_roles/tests/rhc/tasks/setup_candlepin.yml:17 Tuesday 06 August 2024 13:13:21 -0400 (0:00:00.685) 0:00:01.372 ******** ok: [managed_node1] => { "ansible_facts": { "_cp_url": "https://candlepin.local:8443/candlepin" }, "changed": false } TASK [Set helper fact for Candlepin owner URL] ********************************* task path: /tmp/tmp.MRQfWlar3z/ansible_collections/fedora/linux_system_roles/tests/rhc/tasks/setup_candlepin.yml:21 Tuesday 06 August 2024 13:13:21 -0400 (0:00:00.036) 0:00:01.409 ******** ok: [managed_node1] => { "ansible_facts": { "_cp_url_owner": "https://candlepin.local:8443/candlepin/owners/admin" }, "changed": false } TASK [Add candlepin hostname to /etc/hosts] ************************************ task path: /tmp/tmp.MRQfWlar3z/ansible_collections/fedora/linux_system_roles/tests/rhc/tasks/setup_candlepin.yml:25 Tuesday 06 August 2024 13:13:21 -0400 (0:00:00.036) 0:00:01.446 ******** changed: [managed_node1] => { "backup": "", "changed": true } MSG: line added TASK [Install needed packages] ************************************************* task path: /tmp/tmp.MRQfWlar3z/ansible_collections/fedora/linux_system_roles/tests/rhc/tasks/setup_candlepin.yml:31 Tuesday 06 August 2024 13:13:21 -0400 (0:00:00.468) 0:00:01.914 ******** changed: [managed_node1] => { "changed": true, "rc": 0, "results": [ "Installed: criu-3.19-5.el10.x86_64", "Installed: criu-libs-3.19-5.el10.x86_64", "Installed: crun-1.15-4.el10.x86_64", "Installed: fuse-overlayfs-1.13-2.el10.x86_64", "Installed: container-selinux-3:2.232.1-3.el10.noarch", "Installed: fuse3-3.16.2-5.el10.x86_64", "Installed: libnet-1.3-4.el10.x86_64", "Installed: conmon-2:2.1.12-2.el10.x86_64", "Installed: aardvark-dns-2:1.12.1-1.el10.x86_64", "Installed: containers-common-5:0.57.3-4.el10.noarch", "Installed: passt-0^20240624.g1ee2eca-1.el10.x86_64", "Installed: podman-5:5.2.0-1.el10.x86_64", "Installed: shadow-utils-subid-2:4.15.0-3.el10.x86_64", "Installed: catatonit-5:0.1.7-7.el10.x86_64", "Installed: containers-common-extra-5:0.57.3-4.el10.noarch", "Installed: fuse-common-3.16.2-5.el10.x86_64", "Installed: netavark-2:1.12.1-1.el10.x86_64", "Installed: passt-selinux-0^20240624.g1ee2eca-1.el10.noarch" ] } TASK [Stop and remove Candlepin container] ************************************* task path: /tmp/tmp.MRQfWlar3z/ansible_collections/fedora/linux_system_roles/tests/rhc/tasks/setup_candlepin.yml:38 Tuesday 06 August 2024 13:14:27 -0400 (0:01:06.295) 0:01:08.210 ******** ok: [managed_node1] => { "changed": false, "cmd": [ "podman", "stop", "candlepin" ], "delta": "0:00:00.127035", "end": "2024-08-06 13:14:28.459070", "failed_when_result": false, "rc": 125, "start": "2024-08-06 13:14:28.332035" } STDERR: Error: no container with name or ID "candlepin" found: no such container MSG: non-zero return code TASK [Start Candlepin container] *********************************************** task path: /tmp/tmp.MRQfWlar3z/ansible_collections/fedora/linux_system_roles/tests/rhc/tasks/setup_candlepin.yml:50 Tuesday 06 August 2024 13:14:28 -0400 (0:00:00.592) 0:01:08.803 ******** ok: [managed_node1] => { "changed": false, "cmd": [ "podman", "run", "--rm", "--detach", "--hostname", "candlepin.local", "--name", "candlepin", "--publish", "8443:8443", "--publish", "8080:8080", "ghcr.io/ptoscano/candlepin-unofficial" ], "delta": "0:00:21.914280", "end": "2024-08-06 13:14:50.758820", "rc": 0, "start": "2024-08-06 13:14:28.844540" } STDOUT: d51726e737447786be66d92f21a86316755ad423d168f056898acb6e6df3be31 STDERR: Trying to pull ghcr.io/ptoscano/candlepin-unofficial:latest... Getting image source signatures Copying blob sha256:f4044c0a7932d1b61b1c2f443761e35fcd9c1aaf0adc29a1a473a513e520223d Copying config sha256:6734fa95f90fc70f6d4c43f26654a54357ef9a1d69aca290778f786f63d535dd Writing manifest to image destination TASK [Ensure directories exist] ************************************************ task path: /tmp/tmp.MRQfWlar3z/ansible_collections/fedora/linux_system_roles/tests/rhc/tasks/setup_candlepin.yml:71 Tuesday 06 August 2024 13:14:50 -0400 (0:00:22.313) 0:01:31.116 ******** ok: [managed_node1] => (item=/etc/pki/product) => { "ansible_loop_var": "item", "changed": false, "gid": 0, "group": "root", "item": "/etc/pki/product", "mode": "0755", "owner": "root", "path": "/etc/pki/product", "secontext": "unconfined_u:object_r:cert_t:s0", "size": 6, "state": "directory", "uid": 0 } ok: [managed_node1] => (item=/etc/pki/product-default) => { "ansible_loop_var": "item", "changed": false, "gid": 0, "group": "root", "item": "/etc/pki/product-default", "mode": "0755", "owner": "root", "path": "/etc/pki/product-default", "secontext": "unconfined_u:object_r:cert_t:s0", "size": 6, "state": "directory", "uid": 0 } ok: [managed_node1] => (item=/etc/rhsm/ca) => { "ansible_loop_var": "item", "changed": false, "gid": 0, "group": "root", "item": "/etc/rhsm/ca", "mode": "0755", "owner": "root", "path": "/etc/rhsm/ca", "secontext": "system_u:object_r:rhsmcertd_config_t:s0", "size": 68, "state": "directory", "uid": 0 } TASK [Copy product certificates] *********************************************** task path: /tmp/tmp.MRQfWlar3z/ansible_collections/fedora/linux_system_roles/tests/rhc/tasks/setup_candlepin.yml:81 Tuesday 06 August 2024 13:14:52 -0400 (0:00:02.160) 0:01:33.276 ******** ok: [managed_node1] => (item=5050) => { "ansible_loop_var": "item", "changed": false, "cmd": [ "podman", "cp", "candlepin:/home/candlepin/devel/candlepin/generated_certs/5050.pem", "/etc/pki/product-default/" ], "delta": "0:00:00.373587", "end": "2024-08-06 13:14:53.868425", "item": "5050", "rc": 0, "start": "2024-08-06 13:14:53.494838" } TASK [Copy Candlepin CA certificate for subscription-manager] ****************** task path: /tmp/tmp.MRQfWlar3z/ansible_collections/fedora/linux_system_roles/tests/rhc/tasks/setup_candlepin.yml:92 Tuesday 06 August 2024 13:14:53 -0400 (0:00:00.981) 0:01:34.257 ******** ok: [managed_node1] => { "changed": false, "cmd": [ "podman", "cp", "candlepin:/etc/candlepin/certs/candlepin-ca.crt", "/etc/rhsm/ca/candlepin-ca.pem" ], "delta": "0:00:00.401850", "end": "2024-08-06 13:14:54.969187", "rc": 0, "start": "2024-08-06 13:14:54.567337" } TASK [Copy Candlepin CA certificate for system] ******************************** task path: /tmp/tmp.MRQfWlar3z/ansible_collections/fedora/linux_system_roles/tests/rhc/tasks/setup_candlepin.yml:101 Tuesday 06 August 2024 13:14:55 -0400 (0:00:01.111) 0:01:35.368 ******** ok: [managed_node1] => { "changed": false, "cmd": [ "podman", "cp", "candlepin:/etc/candlepin/certs/candlepin-ca.crt", "/etc/pki/ca-trust/source/anchors/candlepin-ca.pem" ], "delta": "0:00:00.347795", "end": "2024-08-06 13:14:56.056766", "rc": 0, "start": "2024-08-06 13:14:55.708971" } TASK [Update system certificates store] **************************************** task path: /tmp/tmp.MRQfWlar3z/ansible_collections/fedora/linux_system_roles/tests/rhc/tasks/setup_candlepin.yml:110 Tuesday 06 August 2024 13:14:56 -0400 (0:00:01.085) 0:01:36.454 ******** ok: [managed_node1] => { "changed": false, "cmd": [ "update-ca-trust", "extract" ], "delta": "0:00:01.707907", "end": "2024-08-06 13:14:58.477193", "rc": 0, "start": "2024-08-06 13:14:56.769286" } TASK [Wait for started Candlepin] ********************************************** task path: /tmp/tmp.MRQfWlar3z/ansible_collections/fedora/linux_system_roles/tests/rhc/tasks/setup_candlepin.yml:117 Tuesday 06 August 2024 13:14:58 -0400 (0:00:02.418) 0:01:38.873 ******** ok: [managed_node1] => { "attempts": 1, "changed": false, "connection": "close", "content_type": "application/json", "cookies": {}, "cookies_string": "", "date": "Tue, 06 Aug 2024 17:15:16 GMT", "elapsed": 17, "redirected": true, "status": 200, "transfer_encoding": "chunked", "url": "https://candlepin.local:8443/candlepin/", "vary": "accept-encoding", "x_candlepin_request_uuid": "f5029c72-9d20-4c54-a5e4-1884e0b7b88a", "x_version": "4.4.14-1" } MSG: OK (unknown bytes) TASK [Install GPG key for RPM repositories] ************************************ task path: /tmp/tmp.MRQfWlar3z/ansible_collections/fedora/linux_system_roles/tests/rhc/tasks/setup_candlepin.yml:127 Tuesday 06 August 2024 13:15:16 -0400 (0:00:18.074) 0:01:56.947 ******** changed: [managed_node1] => { "changed": true, "checksum_dest": null, "checksum_src": "a7227bb0574d5f24302ea9fec0fa02f01bea694f", "dest": "/etc/pki/rpm-gpg/RPM-GPG-KEY-candlepin", "elapsed": 0, "gid": 0, "group": "root", "md5sum": "50e1fa4ceab85304b29dc9f71e1d1b3c", "mode": "0644", "owner": "root", "secontext": "system_u:object_r:cert_t:s0", "size": 1660, "src": "/root/.ansible/tmp/ansible-tmp-1722964516.718592-6361-139348439919923/tmpkqu_11dz", "state": "file", "status_code": 200, "uid": 0, "url": "http://candlepin.local:8080/RPM-GPG-KEY-candlepin" } MSG: OK (1660 bytes) TASK [Query for default_key activation key] ************************************ task path: /tmp/tmp.MRQfWlar3z/ansible_collections/fedora/linux_system_roles/tests/rhc/tasks/setup_candlepin.yml:133 Tuesday 06 August 2024 13:15:17 -0400 (0:00:00.588) 0:01:57.535 ******** ok: [managed_node1] => { "changed": false, "connection": "close", "content_type": "application/json", "cookies": {}, "cookies_string": "", "date": "Tue, 06 Aug 2024 17:15:17 GMT", "elapsed": 0, "json": [ { "addOns": [], "autoAttach": null, "contentOverrides": [], "created": "2024-08-06T15:52:13+0000", "description": null, "id": "8a8082e49128630f0191286415ba0718", "name": "default_key", "owner": { "contentAccessMode": "entitlement", "displayName": "Admin Owner", "href": "/owners/********", "id": "8a8082e49128630f0191286322690002", "key": "VALUE_SPECIFIED_IN_NO_LOG_PARAMETER" }, "pools": [], "products": [], "releaseVer": { "releaseVer": null }, "role": null, "serviceLevel": null, "updated": "2024-08-06T15:52:13+0000", "usage": null } ], "redirected": false, "status": 200, "transfer_encoding": "chunked", "url": "https://candlepin.local:8443/candlepin/owners/********/activation_keys?name=default_key", "vary": "accept-encoding", "x_candlepin_request_uuid": "f0ee40fb-8869-4140-9922-6fba5cde5526", "x_version": "4.4.14-1" } MSG: OK (unknown bytes) TASK [Get pools for product 5050] ********************************************** task path: /tmp/tmp.MRQfWlar3z/ansible_collections/fedora/linux_system_roles/tests/rhc/tasks/setup_candlepin.yml:141 Tuesday 06 August 2024 13:15:18 -0400 (0:00:00.985) 0:01:58.521 ******** ok: [managed_node1] => { "changed": false, "connection": "close", "content_type": "application/json", "cookies": {}, "cookies_string": "", "date": "Tue, 06 Aug 2024 17:15:19 GMT", "elapsed": 0, "json": [ { "accountNumber": "1531935943", "activeSubscription": true, "attributes": [], "branding": [ { "created": "2024-08-06T15:51:14+0000", "name": "Branded Admin OS Instance Based one socket", "productId": "32060", "type": "OS", "updated": "2024-08-06T15:51:14+0000" } ], "calculatedAttributes": { "compliance_type": "Instance Based" }, "consumed": 0, "contractNumber": "0", "created": "2024-08-06T15:51:15+0000", "derivedProductAttributes": [], "derivedProductId": null, "derivedProductName": null, "derivedProvidedProducts": [], "developmentPool": false, "endDate": "2025-08-01T15:51:13+0000", "exported": 0, "href": "/pools/8a8082e49128630f01912863316201d5", "id": "8a8082e49128630f01912863316201d5", "managed": true, "orderNumber": "order-13847959", "owner": { "contentAccessMode": "entitlement", "displayName": "Admin Owner", "href": "/owners/********", "id": "8a8082e49128630f0191286322690002", "key": "VALUE_SPECIFIED_IN_NO_LOG_PARAMETER" }, "productAttributes": [ { "name": "host_limited", "value": "true" }, { "name": "instance_multiplier", "value": "2" }, { "name": "multi-entitlement", "value": "yes" }, { "name": "virt_limit", "value": "1" }, { "name": "variant", "value": "ALL" }, { "name": "stacking_id", "value": "15" }, { "name": "support_level", "value": "Standard" }, { "name": "sockets", "value": "1" }, { "name": "support_type", "value": "L1-L3" }, { "name": "arch", "value": "ALL" }, { "name": "type", "value": "MKT" }, { "name": "version", "value": "1.0" } ], "productId": "********os-onesocketib", "productName": "Admin OS Instance Based one socket", "providedProducts": [ { "productId": "5051", "productName": "Admin OS Developer Bits" }, { "productId": "32060", "productName": "Awesome OS Instance Server Bits" }, { "productId": "5050", "productName": "Admin OS Premium Architecture Bits" } ], "quantity": 10, "restrictedToUsername": null, "sourceEntitlement": null, "sourceStackId": null, "stackId": "15", "stacked": true, "startDate": "2024-08-01T15:51:13+0000", "subscriptionId": "upstream-31659796", "subscriptionSubKey": "master", "type": "NORMAL", "updated": "2024-08-06T15:51:15+0000", "upstreamConsumerId": null, "upstreamEntitlementId": null, "upstreamPoolId": null }, { "accountNumber": "1531935943", "activeSubscription": true, "attributes": [ { "name": "unmapped_guests_only", "value": "true" }, { "name": "pool_derived", "value": "true" }, { "name": "physical_only", "value": "false" }, { "name": "virt_limit", "value": "0" }, { "name": "requires_consumer_type", "value": "system" }, { "name": "virt_only", "value": "true" } ], "branding": [ { "created": "2024-08-06T15:51:14+0000", "name": "Branded Admin OS Instance Based one socket", "productId": "32060", "type": "OS", "updated": "2024-08-06T15:51:14+0000" } ], "calculatedAttributes": { "compliance_type": "Instance Based (Temporary)" }, "consumed": 0, "contractNumber": "0", "created": "2024-08-06T15:51:15+0000", "derivedProductAttributes": [], "derivedProductId": null, "derivedProductName": null, "derivedProvidedProducts": [], "developmentPool": false, "endDate": "2025-08-01T15:51:13+0000", "exported": 0, "href": "/pools/8a8082e49128630f01912863316301d7", "id": "8a8082e49128630f01912863316301d7", "managed": true, "orderNumber": "order-13847959", "owner": { "contentAccessMode": "entitlement", "displayName": "Admin Owner", "href": "/owners/********", "id": "8a8082e49128630f0191286322690002", "key": "VALUE_SPECIFIED_IN_NO_LOG_PARAMETER" }, "productAttributes": [ { "name": "host_limited", "value": "true" }, { "name": "instance_multiplier", "value": "2" }, { "name": "multi-entitlement", "value": "yes" }, { "name": "virt_limit", "value": "1" }, { "name": "variant", "value": "ALL" }, { "name": "stacking_id", "value": "15" }, { "name": "support_level", "value": "Standard" }, { "name": "sockets", "value": "1" }, { "name": "support_type", "value": "L1-L3" }, { "name": "arch", "value": "ALL" }, { "name": "type", "value": "MKT" }, { "name": "version", "value": "1.0" } ], "productId": "********os-onesocketib", "productName": "Admin OS Instance Based one socket", "providedProducts": [ { "productId": "5051", "productName": "Admin OS Developer Bits" }, { "productId": "32060", "productName": "Awesome OS Instance Server Bits" }, { "productId": "5050", "productName": "Admin OS Premium Architecture Bits" } ], "quantity": 10, "restrictedToUsername": null, "sourceEntitlement": null, "sourceStackId": null, "stackId": "15", "stacked": true, "startDate": "2024-08-01T15:51:13+0000", "subscriptionId": "upstream-31659796", "subscriptionSubKey": "derived", "type": "UNMAPPED_GUEST", "updated": "2024-08-06T15:51:15+0000", "upstreamConsumerId": null, "upstreamEntitlementId": null, "upstreamPoolId": null }, { "accountNumber": "1531935943", "activeSubscription": true, "attributes": [], "branding": [ { "created": "2024-08-06T15:51:14+0000", "name": "Branded Admin OS Server Bundled (2 Sockets, Standard Support)", "productId": "37065", "type": "OS", "updated": "2024-08-06T15:51:14+0000" } ], "calculatedAttributes": { "compliance_type": "Standard" }, "consumed": 0, "contractNumber": "0", "created": "2024-08-06T15:51:15+0000", "derivedProductAttributes": [], "derivedProductId": null, "derivedProductName": null, "derivedProvidedProducts": [], "developmentPool": false, "endDate": "2025-08-01T15:51:13+0000", "exported": 0, "href": "/pools/8a8082e49128630f01912863319a025f", "id": "8a8082e49128630f01912863319a025f", "managed": true, "orderNumber": "order-13847959", "owner": { "contentAccessMode": "entitlement", "displayName": "Admin Owner", "href": "/owners/********", "id": "8a8082e49128630f0191286322690002", "key": "VALUE_SPECIFIED_IN_NO_LOG_PARAMETER" }, "productAttributes": [ { "name": "management_enabled", "value": "1" }, { "name": "vcpu", "value": "4" }, { "name": "warning_period", "value": "30" }, { "name": "variant", "value": "ALL" }, { "name": "sockets", "value": "2" }, { "name": "support_level", "value": "Standard" }, { "name": "support_type", "value": "L1-L3" }, { "name": "arch", "value": "ALL" }, { "name": "type", "value": "MKT" }, { "name": "version", "value": "6.1" } ], "productId": "********os-server-2-socket-std", "productName": "Admin OS Server Bundled (2 Sockets, Standard Support)", "providedProducts": [ { "productId": "5051", "productName": "Admin OS Developer Bits" }, { "productId": "37065", "productName": "Clustering Bits (no content)" }, { "productId": "37067", "productName": "Shared Storage Bits (no content)" }, { "productId": "37060", "productName": "Awesome OS Server Bits" }, { "productId": "37068", "productName": "Large File Support Bits (no content)" }, { "productId": "5050", "productName": "Admin OS Premium Architecture Bits" }, { "productId": "37070", "productName": "Load Balancing Bits (no content)" }, { "productId": "37069", "productName": "Management Bits (no content)" } ], "quantity": 5, "restrictedToUsername": null, "sourceEntitlement": null, "sourceStackId": null, "stackId": null, "stacked": false, "startDate": "2024-08-01T15:51:13+0000", "subscriptionId": "upstream-92088489", "subscriptionSubKey": "master", "type": "NORMAL", "updated": "2024-08-06T15:51:15+0000", "upstreamConsumerId": null, "upstreamEntitlementId": null, "upstreamPoolId": null }, { "accountNumber": "1531935943", "activeSubscription": true, "attributes": [], "branding": [ { "created": "2024-08-06T15:51:14+0000", "name": "Branded Admin OS Server Bundled (2 Sockets, Standard Support)", "productId": "37065", "type": "OS", "updated": "2024-08-06T15:51:14+0000" } ], "calculatedAttributes": { "compliance_type": "Standard" }, "consumed": 0, "contractNumber": "0", "created": "2024-08-06T15:51:15+0000", "derivedProductAttributes": [], "derivedProductId": null, "derivedProductName": null, "derivedProvidedProducts": [], "developmentPool": false, "endDate": "2025-08-01T15:51:13+0000", "exported": 0, "href": "/pools/8a8082e49128630f01912863319f026f", "id": "8a8082e49128630f01912863319f026f", "managed": true, "orderNumber": "order-13847959", "owner": { "contentAccessMode": "entitlement", "displayName": "Admin Owner", "href": "/owners/********", "id": "8a8082e49128630f0191286322690002", "key": "VALUE_SPECIFIED_IN_NO_LOG_PARAMETER" }, "productAttributes": [ { "name": "management_enabled", "value": "1" }, { "name": "vcpu", "value": "4" }, { "name": "warning_period", "value": "30" }, { "name": "variant", "value": "ALL" }, { "name": "sockets", "value": "2" }, { "name": "support_level", "value": "Standard" }, { "name": "support_type", "value": "L1-L3" }, { "name": "arch", "value": "ALL" }, { "name": "type", "value": "MKT" }, { "name": "version", "value": "6.1" } ], "productId": "********os-server-2-socket-std", "productName": "Admin OS Server Bundled (2 Sockets, Standard Support)", "providedProducts": [ { "productId": "5051", "productName": "Admin OS Developer Bits" }, { "productId": "37065", "productName": "Clustering Bits (no content)" }, { "productId": "37067", "productName": "Shared Storage Bits (no content)" }, { "productId": "37060", "productName": "Awesome OS Server Bits" }, { "productId": "37068", "productName": "Large File Support Bits (no content)" }, { "productId": "5050", "productName": "Admin OS Premium Architecture Bits" }, { "productId": "37070", "productName": "Load Balancing Bits (no content)" }, { "productId": "37069", "productName": "Management Bits (no content)" } ], "quantity": 50, "restrictedToUsername": null, "sourceEntitlement": null, "sourceStackId": null, "stackId": null, "stacked": false, "startDate": "2024-08-01T15:51:13+0000", "subscriptionId": "upstream-97995467", "subscriptionSubKey": "master", "type": "NORMAL", "updated": "2024-08-06T15:51:15+0000", "upstreamConsumerId": null, "upstreamEntitlementId": null, "upstreamPoolId": null }, { "accountNumber": "1531935943", "activeSubscription": true, "attributes": [], "branding": [ { "created": "2024-08-06T15:51:14+0000", "name": "Branded Admin OS Instance Based one socket", "productId": "32060", "type": "OS", "updated": "2024-08-06T15:51:14+0000" } ], "calculatedAttributes": { "compliance_type": "Instance Based" }, "consumed": 0, "contractNumber": "0", "created": "2024-08-06T15:51:15+0000", "derivedProductAttributes": [], "derivedProductId": null, "derivedProductName": null, "derivedProvidedProducts": [], "developmentPool": false, "endDate": "2025-08-01T15:51:13+0000", "exported": 0, "href": "/pools/8a8082e49128630f0191286331a80287", "id": "8a8082e49128630f0191286331a80287", "managed": true, "orderNumber": "order-13847959", "owner": { "contentAccessMode": "entitlement", "displayName": "Admin Owner", "href": "/owners/********", "id": "8a8082e49128630f0191286322690002", "key": "VALUE_SPECIFIED_IN_NO_LOG_PARAMETER" }, "productAttributes": [ { "name": "host_limited", "value": "true" }, { "name": "instance_multiplier", "value": "2" }, { "name": "multi-entitlement", "value": "yes" }, { "name": "virt_limit", "value": "1" }, { "name": "variant", "value": "ALL" }, { "name": "stacking_id", "value": "15" }, { "name": "support_level", "value": "Standard" }, { "name": "sockets", "value": "1" }, { "name": "support_type", "value": "L1-L3" }, { "name": "arch", "value": "ALL" }, { "name": "type", "value": "MKT" }, { "name": "version", "value": "1.0" } ], "productId": "********os-onesocketib", "productName": "Admin OS Instance Based one socket", "providedProducts": [ { "productId": "5051", "productName": "Admin OS Developer Bits" }, { "productId": "32060", "productName": "Awesome OS Instance Server Bits" }, { "productId": "5050", "productName": "Admin OS Premium Architecture Bits" } ], "quantity": 100, "restrictedToUsername": null, "sourceEntitlement": null, "sourceStackId": null, "stackId": "15", "stacked": true, "startDate": "2024-08-01T15:51:13+0000", "subscriptionId": "upstream-70734081", "subscriptionSubKey": "master", "type": "NORMAL", "updated": "2024-08-06T15:51:15+0000", "upstreamConsumerId": null, "upstreamEntitlementId": null, "upstreamPoolId": null }, { "accountNumber": "1531935943", "activeSubscription": true, "attributes": [ { "name": "unmapped_guests_only", "value": "true" }, { "name": "pool_derived", "value": "true" }, { "name": "physical_only", "value": "false" }, { "name": "virt_limit", "value": "0" }, { "name": "requires_consumer_type", "value": "system" }, { "name": "virt_only", "value": "true" } ], "branding": [ { "created": "2024-08-06T15:51:14+0000", "name": "Branded Admin OS Instance Based one socket", "productId": "32060", "type": "OS", "updated": "2024-08-06T15:51:14+0000" } ], "calculatedAttributes": { "compliance_type": "Instance Based (Temporary)" }, "consumed": 0, "contractNumber": "0", "created": "2024-08-06T15:51:15+0000", "derivedProductAttributes": [], "derivedProductId": null, "derivedProductName": null, "derivedProvidedProducts": [], "developmentPool": false, "endDate": "2025-08-01T15:51:13+0000", "exported": 0, "href": "/pools/8a8082e49128630f0191286331a90289", "id": "8a8082e49128630f0191286331a90289", "managed": true, "orderNumber": "order-13847959", "owner": { "contentAccessMode": "entitlement", "displayName": "Admin Owner", "href": "/owners/********", "id": "8a8082e49128630f0191286322690002", "key": "VALUE_SPECIFIED_IN_NO_LOG_PARAMETER" }, "productAttributes": [ { "name": "host_limited", "value": "true" }, { "name": "instance_multiplier", "value": "2" }, { "name": "multi-entitlement", "value": "yes" }, { "name": "virt_limit", "value": "1" }, { "name": "variant", "value": "ALL" }, { "name": "stacking_id", "value": "15" }, { "name": "support_level", "value": "Standard" }, { "name": "sockets", "value": "1" }, { "name": "support_type", "value": "L1-L3" }, { "name": "arch", "value": "ALL" }, { "name": "type", "value": "MKT" }, { "name": "version", "value": "1.0" } ], "productId": "********os-onesocketib", "productName": "Admin OS Instance Based one socket", "providedProducts": [ { "productId": "5051", "productName": "Admin OS Developer Bits" }, { "productId": "32060", "productName": "Awesome OS Instance Server Bits" }, { "productId": "5050", "productName": "Admin OS Premium Architecture Bits" } ], "quantity": 100, "restrictedToUsername": null, "sourceEntitlement": null, "sourceStackId": null, "stackId": "15", "stacked": true, "startDate": "2024-08-01T15:51:13+0000", "subscriptionId": "upstream-70734081", "subscriptionSubKey": "derived", "type": "UNMAPPED_GUEST", "updated": "2024-08-06T15:51:15+0000", "upstreamConsumerId": null, "upstreamEntitlementId": null, "upstreamPoolId": null } ], "redirected": false, "status": 200, "transfer_encoding": "chunked", "url": "https://candlepin.local:8443/candlepin/owners/********/pools?product=5050", "vary": "accept-encoding", "x_candlepin_request_uuid": "a5b39d73-3c9c-470b-b66a-ad1279e1ecb1", "x_version": "4.4.14-1" } MSG: OK (unknown bytes) TASK [Add pools for product 5050 to default_key activation key] **************** task path: /tmp/tmp.MRQfWlar3z/ansible_collections/fedora/linux_system_roles/tests/rhc/tasks/setup_candlepin.yml:149 Tuesday 06 August 2024 13:15:19 -0400 (0:00:00.872) 0:01:59.394 ******** ok: [managed_node1] => (item={'created': '2024-08-06T15:51:15+0000', 'updated': '2024-08-06T15:51:15+0000', 'id': '8a8082e49128630f01912863316201d5', 'type': 'NORMAL', 'owner': {'id': '8a8082e49128630f0191286322690002', 'key': 'VALUE_SPECIFIED_IN_NO_LOG_PARAMETER', 'displayName': 'Admin Owner', 'href': '/owners/********', 'contentAccessMode': 'entitlement'}, 'activeSubscription': True, 'sourceEntitlement': None, 'quantity': 10, 'startDate': '2024-08-01T15:51:13+0000', 'endDate': '2025-08-01T15:51:13+0000', 'attributes': [], 'restrictedToUsername': None, 'contractNumber': '0', 'accountNumber': '1531935943', 'orderNumber': 'order-13847959', 'consumed': 0, 'exported': 0, 'branding': [{'created': '2024-08-06T15:51:14+0000', 'updated': '2024-08-06T15:51:14+0000', 'productId': '32060', 'name': 'Branded Admin OS Instance Based one socket', 'type': 'OS'}], 'calculatedAttributes': {'compliance_type': 'Instance Based'}, 'upstreamPoolId': None, 'upstreamEntitlementId': None, 'upstreamConsumerId': None, 'productName': 'Admin OS Instance Based one socket', 'productId': '********os-onesocketib', 'productAttributes': [{'name': 'host_limited', 'value': 'true'}, {'name': 'instance_multiplier', 'value': '2'}, {'name': 'multi-entitlement', 'value': 'yes'}, {'name': 'virt_limit', 'value': '1'}, {'name': 'variant', 'value': 'ALL'}, {'name': 'stacking_id', 'value': '15'}, {'name': 'support_level', 'value': 'Standard'}, {'name': 'sockets', 'value': '1'}, {'name': 'support_type', 'value': 'L1-L3'}, {'name': 'arch', 'value': 'ALL'}, {'name': 'type', 'value': 'MKT'}, {'name': 'version', 'value': '1.0'}], 'stackId': '15', 'stacked': True, 'sourceStackId': None, 'developmentPool': False, 'href': '/pools/8a8082e49128630f01912863316201d5', 'derivedProductAttributes': [], 'derivedProductId': None, 'derivedProductName': None, 'providedProducts': [{'productId': '5051', 'productName': 'Admin OS Developer Bits'}, {'productId': '32060', 'productName': 'Awesome OS Instance Server Bits'}, {'productId': '5050', 'productName': 'Admin OS Premium Architecture Bits'}], 'derivedProvidedProducts': [], 'subscriptionSubKey': 'master', 'subscriptionId': 'upstream-31659796', 'managed': True}) => { "ansible_loop_var": "item", "changed": false, "connection": "close", "content_type": "application/json", "cookies": {}, "cookies_string": "", "date": "Tue, 06 Aug 2024 17:15:19 GMT", "elapsed": 0, "item": { "accountNumber": "1531935943", "activeSubscription": true, "attributes": [], "branding": [ { "created": "2024-08-06T15:51:14+0000", "name": "Branded Admin OS Instance Based one socket", "productId": "32060", "type": "OS", "updated": "2024-08-06T15:51:14+0000" } ], "calculatedAttributes": { "compliance_type": "Instance Based" }, "consumed": 0, "contractNumber": "0", "created": "2024-08-06T15:51:15+0000", "derivedProductAttributes": [], "derivedProductId": null, "derivedProductName": null, "derivedProvidedProducts": [], "developmentPool": false, "endDate": "2025-08-01T15:51:13+0000", "exported": 0, "href": "/pools/8a8082e49128630f01912863316201d5", "id": "8a8082e49128630f01912863316201d5", "managed": true, "orderNumber": "order-13847959", "owner": { "contentAccessMode": "entitlement", "displayName": "Admin Owner", "href": "/owners/********", "id": "8a8082e49128630f0191286322690002", "key": "VALUE_SPECIFIED_IN_NO_LOG_PARAMETER" }, "productAttributes": [ { "name": "host_limited", "value": "true" }, { "name": "instance_multiplier", "value": "2" }, { "name": "multi-entitlement", "value": "yes" }, { "name": "virt_limit", "value": "1" }, { "name": "variant", "value": "ALL" }, { "name": "stacking_id", "value": "15" }, { "name": "support_level", "value": "Standard" }, { "name": "sockets", "value": "1" }, { "name": "support_type", "value": "L1-L3" }, { "name": "arch", "value": "ALL" }, { "name": "type", "value": "MKT" }, { "name": "version", "value": "1.0" } ], "productId": "********os-onesocketib", "productName": "Admin OS Instance Based one socket", "providedProducts": [ { "productId": "5051", "productName": "Admin OS Developer Bits" }, { "productId": "32060", "productName": "Awesome OS Instance Server Bits" }, { "productId": "5050", "productName": "Admin OS Premium Architecture Bits" } ], "quantity": 10, "restrictedToUsername": null, "sourceEntitlement": null, "sourceStackId": null, "stackId": "15", "stacked": true, "startDate": "2024-08-01T15:51:13+0000", "subscriptionId": "upstream-31659796", "subscriptionSubKey": "master", "type": "NORMAL", "updated": "2024-08-06T15:51:15+0000", "upstreamConsumerId": null, "upstreamEntitlementId": null, "upstreamPoolId": null }, "json": { "addOns": [], "autoAttach": null, "contentOverrides": [], "created": "2024-08-06T15:52:13+0000", "description": null, "id": "8a8082e49128630f0191286415ba0718", "name": "default_key", "owner": { "contentAccessMode": "entitlement", "displayName": "Admin Owner", "href": "/owners/********", "id": "8a8082e49128630f0191286322690002", "key": "VALUE_SPECIFIED_IN_NO_LOG_PARAMETER" }, "pools": [ { "poolId": "8a8082e49128630f01912863316201d5", "quantity": null } ], "products": [], "releaseVer": { "releaseVer": null }, "role": null, "serviceLevel": null, "updated": "2024-08-06T15:52:13+0000", "usage": null }, "redirected": false, "status": 200, "transfer_encoding": "chunked", "url": "https://candlepin.local:8443/candlepin/activation_keys/8a8082e49128630f0191286415ba0718/pools/8a8082e49128630f01912863316201d5", "vary": "accept-encoding", "x_candlepin_request_uuid": "ebaf38a9-09a6-4f6f-8cda-069085600029", "x_version": "4.4.14-1" } MSG: OK (unknown bytes) ok: [managed_node1] => (item={'created': '2024-08-06T15:51:15+0000', 'updated': '2024-08-06T15:51:15+0000', 'id': '8a8082e49128630f01912863316301d7', 'type': 'UNMAPPED_GUEST', 'owner': {'id': '8a8082e49128630f0191286322690002', 'key': 'VALUE_SPECIFIED_IN_NO_LOG_PARAMETER', 'displayName': 'Admin Owner', 'href': '/owners/********', 'contentAccessMode': 'entitlement'}, 'activeSubscription': True, 'sourceEntitlement': None, 'quantity': 10, 'startDate': '2024-08-01T15:51:13+0000', 'endDate': '2025-08-01T15:51:13+0000', 'attributes': [{'name': 'unmapped_guests_only', 'value': 'true'}, {'name': 'pool_derived', 'value': 'true'}, {'name': 'physical_only', 'value': 'false'}, {'name': 'virt_limit', 'value': '0'}, {'name': 'requires_consumer_type', 'value': 'system'}, {'name': 'virt_only', 'value': 'true'}], 'restrictedToUsername': None, 'contractNumber': '0', 'accountNumber': '1531935943', 'orderNumber': 'order-13847959', 'consumed': 0, 'exported': 0, 'branding': [{'created': '2024-08-06T15:51:14+0000', 'updated': '2024-08-06T15:51:14+0000', 'productId': '32060', 'name': 'Branded Admin OS Instance Based one socket', 'type': 'OS'}], 'calculatedAttributes': {'compliance_type': 'Instance Based (Temporary)'}, 'upstreamPoolId': None, 'upstreamEntitlementId': None, 'upstreamConsumerId': None, 'productName': 'Admin OS Instance Based one socket', 'productId': '********os-onesocketib', 'productAttributes': [{'name': 'host_limited', 'value': 'true'}, {'name': 'instance_multiplier', 'value': '2'}, {'name': 'multi-entitlement', 'value': 'yes'}, {'name': 'virt_limit', 'value': '1'}, {'name': 'variant', 'value': 'ALL'}, {'name': 'stacking_id', 'value': '15'}, {'name': 'support_level', 'value': 'Standard'}, {'name': 'sockets', 'value': '1'}, {'name': 'support_type', 'value': 'L1-L3'}, {'name': 'arch', 'value': 'ALL'}, {'name': 'type', 'value': 'MKT'}, {'name': 'version', 'value': '1.0'}], 'stackId': '15', 'stacked': True, 'sourceStackId': None, 'developmentPool': False, 'href': '/pools/8a8082e49128630f01912863316301d7', 'derivedProductAttributes': [], 'derivedProductId': None, 'derivedProductName': None, 'providedProducts': [{'productId': '5051', 'productName': 'Admin OS Developer Bits'}, {'productId': '32060', 'productName': 'Awesome OS Instance Server Bits'}, {'productId': '5050', 'productName': 'Admin OS Premium Architecture Bits'}], 'derivedProvidedProducts': [], 'subscriptionSubKey': 'derived', 'subscriptionId': 'upstream-31659796', 'managed': True}) => { "ansible_loop_var": "item", "changed": false, "connection": "close", "content_type": "application/json", "cookies": {}, "cookies_string": "", "date": "Tue, 06 Aug 2024 17:15:20 GMT", "elapsed": 0, "item": { "accountNumber": "1531935943", "activeSubscription": true, "attributes": [ { "name": "unmapped_guests_only", "value": "true" }, { "name": "pool_derived", "value": "true" }, { "name": "physical_only", "value": "false" }, { "name": "virt_limit", "value": "0" }, { "name": "requires_consumer_type", "value": "system" }, { "name": "virt_only", "value": "true" } ], "branding": [ { "created": "2024-08-06T15:51:14+0000", "name": "Branded Admin OS Instance Based one socket", "productId": "32060", "type": "OS", "updated": "2024-08-06T15:51:14+0000" } ], "calculatedAttributes": { "compliance_type": "Instance Based (Temporary)" }, "consumed": 0, "contractNumber": "0", "created": "2024-08-06T15:51:15+0000", "derivedProductAttributes": [], "derivedProductId": null, "derivedProductName": null, "derivedProvidedProducts": [], "developmentPool": false, "endDate": "2025-08-01T15:51:13+0000", "exported": 0, "href": "/pools/8a8082e49128630f01912863316301d7", "id": "8a8082e49128630f01912863316301d7", "managed": true, "orderNumber": "order-13847959", "owner": { "contentAccessMode": "entitlement", "displayName": "Admin Owner", "href": "/owners/********", "id": "8a8082e49128630f0191286322690002", "key": "VALUE_SPECIFIED_IN_NO_LOG_PARAMETER" }, "productAttributes": [ { "name": "host_limited", "value": "true" }, { "name": "instance_multiplier", "value": "2" }, { "name": "multi-entitlement", "value": "yes" }, { "name": "virt_limit", "value": "1" }, { "name": "variant", "value": "ALL" }, { "name": "stacking_id", "value": "15" }, { "name": "support_level", "value": "Standard" }, { "name": "sockets", "value": "1" }, { "name": "support_type", "value": "L1-L3" }, { "name": "arch", "value": "ALL" }, { "name": "type", "value": "MKT" }, { "name": "version", "value": "1.0" } ], "productId": "********os-onesocketib", "productName": "Admin OS Instance Based one socket", "providedProducts": [ { "productId": "5051", "productName": "Admin OS Developer Bits" }, { "productId": "32060", "productName": "Awesome OS Instance Server Bits" }, { "productId": "5050", "productName": "Admin OS Premium Architecture Bits" } ], "quantity": 10, "restrictedToUsername": null, "sourceEntitlement": null, "sourceStackId": null, "stackId": "15", "stacked": true, "startDate": "2024-08-01T15:51:13+0000", "subscriptionId": "upstream-31659796", "subscriptionSubKey": "derived", "type": "UNMAPPED_GUEST", "updated": "2024-08-06T15:51:15+0000", "upstreamConsumerId": null, "upstreamEntitlementId": null, "upstreamPoolId": null }, "json": { "addOns": [], "autoAttach": null, "contentOverrides": [], "created": "2024-08-06T15:52:13+0000", "description": null, "id": "8a8082e49128630f0191286415ba0718", "name": "default_key", "owner": { "contentAccessMode": "entitlement", "displayName": "Admin Owner", "href": "/owners/********", "id": "8a8082e49128630f0191286322690002", "key": "VALUE_SPECIFIED_IN_NO_LOG_PARAMETER" }, "pools": [ { "poolId": "8a8082e49128630f01912863316301d7", "quantity": null }, { "poolId": "8a8082e49128630f01912863316201d5", "quantity": null } ], "products": [], "releaseVer": { "releaseVer": null }, "role": null, "serviceLevel": null, "updated": "2024-08-06T15:52:13+0000", "usage": null }, "redirected": false, "status": 200, "transfer_encoding": "chunked", "url": "https://candlepin.local:8443/candlepin/activation_keys/8a8082e49128630f0191286415ba0718/pools/8a8082e49128630f01912863316301d7", "vary": "accept-encoding", "x_candlepin_request_uuid": "089baf8b-29e6-4910-888f-cf4a9a6cd03e", "x_version": "4.4.14-1" } MSG: OK (unknown bytes) ok: [managed_node1] => (item={'created': '2024-08-06T15:51:15+0000', 'updated': '2024-08-06T15:51:15+0000', 'id': '8a8082e49128630f01912863319a025f', 'type': 'NORMAL', 'owner': {'id': '8a8082e49128630f0191286322690002', 'key': 'VALUE_SPECIFIED_IN_NO_LOG_PARAMETER', 'displayName': 'Admin Owner', 'href': '/owners/********', 'contentAccessMode': 'entitlement'}, 'activeSubscription': True, 'sourceEntitlement': None, 'quantity': 5, 'startDate': '2024-08-01T15:51:13+0000', 'endDate': '2025-08-01T15:51:13+0000', 'attributes': [], 'restrictedToUsername': None, 'contractNumber': '0', 'accountNumber': '1531935943', 'orderNumber': 'order-13847959', 'consumed': 0, 'exported': 0, 'branding': [{'created': '2024-08-06T15:51:14+0000', 'updated': '2024-08-06T15:51:14+0000', 'productId': '37065', 'name': 'Branded Admin OS Server Bundled (2 Sockets, Standard Support)', 'type': 'OS'}], 'calculatedAttributes': {'compliance_type': 'Standard'}, 'upstreamPoolId': None, 'upstreamEntitlementId': None, 'upstreamConsumerId': None, 'productName': 'Admin OS Server Bundled (2 Sockets, Standard Support)', 'productId': '********os-server-2-socket-std', 'productAttributes': [{'name': 'management_enabled', 'value': '1'}, {'name': 'vcpu', 'value': '4'}, {'name': 'warning_period', 'value': '30'}, {'name': 'variant', 'value': 'ALL'}, {'name': 'sockets', 'value': '2'}, {'name': 'support_level', 'value': 'Standard'}, {'name': 'support_type', 'value': 'L1-L3'}, {'name': 'arch', 'value': 'ALL'}, {'name': 'type', 'value': 'MKT'}, {'name': 'version', 'value': '6.1'}], 'stackId': None, 'stacked': False, 'sourceStackId': None, 'developmentPool': False, 'href': '/pools/8a8082e49128630f01912863319a025f', 'derivedProductAttributes': [], 'derivedProductId': None, 'derivedProductName': None, 'providedProducts': [{'productId': '5051', 'productName': 'Admin OS Developer Bits'}, {'productId': '37065', 'productName': 'Clustering Bits (no content)'}, {'productId': '37067', 'productName': 'Shared Storage Bits (no content)'}, {'productId': '37060', 'productName': 'Awesome OS Server Bits'}, {'productId': '37068', 'productName': 'Large File Support Bits (no content)'}, {'productId': '5050', 'productName': 'Admin OS Premium Architecture Bits'}, {'productId': '37070', 'productName': 'Load Balancing Bits (no content)'}, {'productId': '37069', 'productName': 'Management Bits (no content)'}], 'derivedProvidedProducts': [], 'subscriptionSubKey': 'master', 'subscriptionId': 'upstream-92088489', 'managed': True}) => { "ansible_loop_var": "item", "changed": false, "connection": "close", "content_type": "application/json", "cookies": {}, "cookies_string": "", "date": "Tue, 06 Aug 2024 17:15:20 GMT", "elapsed": 0, "item": { "accountNumber": "1531935943", "activeSubscription": true, "attributes": [], "branding": [ { "created": "2024-08-06T15:51:14+0000", "name": "Branded Admin OS Server Bundled (2 Sockets, Standard Support)", "productId": "37065", "type": "OS", "updated": "2024-08-06T15:51:14+0000" } ], "calculatedAttributes": { "compliance_type": "Standard" }, "consumed": 0, "contractNumber": "0", "created": "2024-08-06T15:51:15+0000", "derivedProductAttributes": [], "derivedProductId": null, "derivedProductName": null, "derivedProvidedProducts": [], "developmentPool": false, "endDate": "2025-08-01T15:51:13+0000", "exported": 0, "href": "/pools/8a8082e49128630f01912863319a025f", "id": "8a8082e49128630f01912863319a025f", "managed": true, "orderNumber": "order-13847959", "owner": { "contentAccessMode": "entitlement", "displayName": "Admin Owner", "href": "/owners/********", "id": "8a8082e49128630f0191286322690002", "key": "VALUE_SPECIFIED_IN_NO_LOG_PARAMETER" }, "productAttributes": [ { "name": "management_enabled", "value": "1" }, { "name": "vcpu", "value": "4" }, { "name": "warning_period", "value": "30" }, { "name": "variant", "value": "ALL" }, { "name": "sockets", "value": "2" }, { "name": "support_level", "value": "Standard" }, { "name": "support_type", "value": "L1-L3" }, { "name": "arch", "value": "ALL" }, { "name": "type", "value": "MKT" }, { "name": "version", "value": "6.1" } ], "productId": "********os-server-2-socket-std", "productName": "Admin OS Server Bundled (2 Sockets, Standard Support)", "providedProducts": [ { "productId": "5051", "productName": "Admin OS Developer Bits" }, { "productId": "37065", "productName": "Clustering Bits (no content)" }, { "productId": "37067", "productName": "Shared Storage Bits (no content)" }, { "productId": "37060", "productName": "Awesome OS Server Bits" }, { "productId": "37068", "productName": "Large File Support Bits (no content)" }, { "productId": "5050", "productName": "Admin OS Premium Architecture Bits" }, { "productId": "37070", "productName": "Load Balancing Bits (no content)" }, { "productId": "37069", "productName": "Management Bits (no content)" } ], "quantity": 5, "restrictedToUsername": null, "sourceEntitlement": null, "sourceStackId": null, "stackId": null, "stacked": false, "startDate": "2024-08-01T15:51:13+0000", "subscriptionId": "upstream-92088489", "subscriptionSubKey": "master", "type": "NORMAL", "updated": "2024-08-06T15:51:15+0000", "upstreamConsumerId": null, "upstreamEntitlementId": null, "upstreamPoolId": null }, "json": { "addOns": [], "autoAttach": null, "contentOverrides": [], "created": "2024-08-06T15:52:13+0000", "description": null, "id": "8a8082e49128630f0191286415ba0718", "name": "default_key", "owner": { "contentAccessMode": "entitlement", "displayName": "Admin Owner", "href": "/owners/********", "id": "8a8082e49128630f0191286322690002", "key": "VALUE_SPECIFIED_IN_NO_LOG_PARAMETER" }, "pools": [ { "poolId": "8a8082e49128630f01912863316301d7", "quantity": null }, { "poolId": "8a8082e49128630f01912863316201d5", "quantity": null }, { "poolId": "8a8082e49128630f01912863319a025f", "quantity": null } ], "products": [], "releaseVer": { "releaseVer": null }, "role": null, "serviceLevel": null, "updated": "2024-08-06T15:52:13+0000", "usage": null }, "redirected": false, "status": 200, "transfer_encoding": "chunked", "url": "https://candlepin.local:8443/candlepin/activation_keys/8a8082e49128630f0191286415ba0718/pools/8a8082e49128630f01912863319a025f", "vary": "accept-encoding", "x_candlepin_request_uuid": "038836f3-99e8-4c23-8f55-cefb1c4de62b", "x_version": "4.4.14-1" } MSG: OK (unknown bytes) ok: [managed_node1] => (item={'created': '2024-08-06T15:51:15+0000', 'updated': '2024-08-06T15:51:15+0000', 'id': '8a8082e49128630f01912863319f026f', 'type': 'NORMAL', 'owner': {'id': '8a8082e49128630f0191286322690002', 'key': 'VALUE_SPECIFIED_IN_NO_LOG_PARAMETER', 'displayName': 'Admin Owner', 'href': '/owners/********', 'contentAccessMode': 'entitlement'}, 'activeSubscription': True, 'sourceEntitlement': None, 'quantity': 50, 'startDate': '2024-08-01T15:51:13+0000', 'endDate': '2025-08-01T15:51:13+0000', 'attributes': [], 'restrictedToUsername': None, 'contractNumber': '0', 'accountNumber': '1531935943', 'orderNumber': 'order-13847959', 'consumed': 0, 'exported': 0, 'branding': [{'created': '2024-08-06T15:51:14+0000', 'updated': '2024-08-06T15:51:14+0000', 'productId': '37065', 'name': 'Branded Admin OS Server Bundled (2 Sockets, Standard Support)', 'type': 'OS'}], 'calculatedAttributes': {'compliance_type': 'Standard'}, 'upstreamPoolId': None, 'upstreamEntitlementId': None, 'upstreamConsumerId': None, 'productName': 'Admin OS Server Bundled (2 Sockets, Standard Support)', 'productId': '********os-server-2-socket-std', 'productAttributes': [{'name': 'management_enabled', 'value': '1'}, {'name': 'vcpu', 'value': '4'}, {'name': 'warning_period', 'value': '30'}, {'name': 'variant', 'value': 'ALL'}, {'name': 'sockets', 'value': '2'}, {'name': 'support_level', 'value': 'Standard'}, {'name': 'support_type', 'value': 'L1-L3'}, {'name': 'arch', 'value': 'ALL'}, {'name': 'type', 'value': 'MKT'}, {'name': 'version', 'value': '6.1'}], 'stackId': None, 'stacked': False, 'sourceStackId': None, 'developmentPool': False, 'href': '/pools/8a8082e49128630f01912863319f026f', 'derivedProductAttributes': [], 'derivedProductId': None, 'derivedProductName': None, 'providedProducts': [{'productId': '5051', 'productName': 'Admin OS Developer Bits'}, {'productId': '37065', 'productName': 'Clustering Bits (no content)'}, {'productId': '37067', 'productName': 'Shared Storage Bits (no content)'}, {'productId': '37060', 'productName': 'Awesome OS Server Bits'}, {'productId': '37068', 'productName': 'Large File Support Bits (no content)'}, {'productId': '5050', 'productName': 'Admin OS Premium Architecture Bits'}, {'productId': '37070', 'productName': 'Load Balancing Bits (no content)'}, {'productId': '37069', 'productName': 'Management Bits (no content)'}], 'derivedProvidedProducts': [], 'subscriptionSubKey': 'master', 'subscriptionId': 'upstream-97995467', 'managed': True}) => { "ansible_loop_var": "item", "changed": false, "connection": "close", "content_type": "application/json", "cookies": {}, "cookies_string": "", "date": "Tue, 06 Aug 2024 17:15:21 GMT", "elapsed": 0, "item": { "accountNumber": "1531935943", "activeSubscription": true, "attributes": [], "branding": [ { "created": "2024-08-06T15:51:14+0000", "name": "Branded Admin OS Server Bundled (2 Sockets, Standard Support)", "productId": "37065", "type": "OS", "updated": "2024-08-06T15:51:14+0000" } ], "calculatedAttributes": { "compliance_type": "Standard" }, "consumed": 0, "contractNumber": "0", "created": "2024-08-06T15:51:15+0000", "derivedProductAttributes": [], "derivedProductId": null, "derivedProductName": null, "derivedProvidedProducts": [], "developmentPool": false, "endDate": "2025-08-01T15:51:13+0000", "exported": 0, "href": "/pools/8a8082e49128630f01912863319f026f", "id": "8a8082e49128630f01912863319f026f", "managed": true, "orderNumber": "order-13847959", "owner": { "contentAccessMode": "entitlement", "displayName": "Admin Owner", "href": "/owners/********", "id": "8a8082e49128630f0191286322690002", "key": "VALUE_SPECIFIED_IN_NO_LOG_PARAMETER" }, "productAttributes": [ { "name": "management_enabled", "value": "1" }, { "name": "vcpu", "value": "4" }, { "name": "warning_period", "value": "30" }, { "name": "variant", "value": "ALL" }, { "name": "sockets", "value": "2" }, { "name": "support_level", "value": "Standard" }, { "name": "support_type", "value": "L1-L3" }, { "name": "arch", "value": "ALL" }, { "name": "type", "value": "MKT" }, { "name": "version", "value": "6.1" } ], "productId": "********os-server-2-socket-std", "productName": "Admin OS Server Bundled (2 Sockets, Standard Support)", "providedProducts": [ { "productId": "5051", "productName": "Admin OS Developer Bits" }, { "productId": "37065", "productName": "Clustering Bits (no content)" }, { "productId": "37067", "productName": "Shared Storage Bits (no content)" }, { "productId": "37060", "productName": "Awesome OS Server Bits" }, { "productId": "37068", "productName": "Large File Support Bits (no content)" }, { "productId": "5050", "productName": "Admin OS Premium Architecture Bits" }, { "productId": "37070", "productName": "Load Balancing Bits (no content)" }, { "productId": "37069", "productName": "Management Bits (no content)" } ], "quantity": 50, "restrictedToUsername": null, "sourceEntitlement": null, "sourceStackId": null, "stackId": null, "stacked": false, "startDate": "2024-08-01T15:51:13+0000", "subscriptionId": "upstream-97995467", "subscriptionSubKey": "master", "type": "NORMAL", "updated": "2024-08-06T15:51:15+0000", "upstreamConsumerId": null, "upstreamEntitlementId": null, "upstreamPoolId": null }, "json": { "addOns": [], "autoAttach": null, "contentOverrides": [], "created": "2024-08-06T15:52:13+0000", "description": null, "id": "8a8082e49128630f0191286415ba0718", "name": "default_key", "owner": { "contentAccessMode": "entitlement", "displayName": "Admin Owner", "href": "/owners/********", "id": "8a8082e49128630f0191286322690002", "key": "VALUE_SPECIFIED_IN_NO_LOG_PARAMETER" }, "pools": [ { "poolId": "8a8082e49128630f01912863316301d7", "quantity": null }, { "poolId": "8a8082e49128630f01912863316201d5", "quantity": null }, { "poolId": "8a8082e49128630f01912863319f026f", "quantity": null }, { "poolId": "8a8082e49128630f01912863319a025f", "quantity": null } ], "products": [], "releaseVer": { "releaseVer": null }, "role": null, "serviceLevel": null, "updated": "2024-08-06T15:52:13+0000", "usage": null }, "redirected": false, "status": 200, "transfer_encoding": "chunked", "url": "https://candlepin.local:8443/candlepin/activation_keys/8a8082e49128630f0191286415ba0718/pools/8a8082e49128630f01912863319f026f", "vary": "accept-encoding", "x_candlepin_request_uuid": "5d21a585-0358-4b00-9ad6-e720d7ff73d2", "x_version": "4.4.14-1" } MSG: OK (unknown bytes) ok: [managed_node1] => (item={'created': '2024-08-06T15:51:15+0000', 'updated': '2024-08-06T15:51:15+0000', 'id': '8a8082e49128630f0191286331a80287', 'type': 'NORMAL', 'owner': {'id': '8a8082e49128630f0191286322690002', 'key': 'VALUE_SPECIFIED_IN_NO_LOG_PARAMETER', 'displayName': 'Admin Owner', 'href': '/owners/********', 'contentAccessMode': 'entitlement'}, 'activeSubscription': True, 'sourceEntitlement': None, 'quantity': 100, 'startDate': '2024-08-01T15:51:13+0000', 'endDate': '2025-08-01T15:51:13+0000', 'attributes': [], 'restrictedToUsername': None, 'contractNumber': '0', 'accountNumber': '1531935943', 'orderNumber': 'order-13847959', 'consumed': 0, 'exported': 0, 'branding': [{'created': '2024-08-06T15:51:14+0000', 'updated': '2024-08-06T15:51:14+0000', 'productId': '32060', 'name': 'Branded Admin OS Instance Based one socket', 'type': 'OS'}], 'calculatedAttributes': {'compliance_type': 'Instance Based'}, 'upstreamPoolId': None, 'upstreamEntitlementId': None, 'upstreamConsumerId': None, 'productName': 'Admin OS Instance Based one socket', 'productId': '********os-onesocketib', 'productAttributes': [{'name': 'host_limited', 'value': 'true'}, {'name': 'instance_multiplier', 'value': '2'}, {'name': 'multi-entitlement', 'value': 'yes'}, {'name': 'virt_limit', 'value': '1'}, {'name': 'variant', 'value': 'ALL'}, {'name': 'stacking_id', 'value': '15'}, {'name': 'support_level', 'value': 'Standard'}, {'name': 'sockets', 'value': '1'}, {'name': 'support_type', 'value': 'L1-L3'}, {'name': 'arch', 'value': 'ALL'}, {'name': 'type', 'value': 'MKT'}, {'name': 'version', 'value': '1.0'}], 'stackId': '15', 'stacked': True, 'sourceStackId': None, 'developmentPool': False, 'href': '/pools/8a8082e49128630f0191286331a80287', 'derivedProductAttributes': [], 'derivedProductId': None, 'derivedProductName': None, 'providedProducts': [{'productId': '5051', 'productName': 'Admin OS Developer Bits'}, {'productId': '32060', 'productName': 'Awesome OS Instance Server Bits'}, {'productId': '5050', 'productName': 'Admin OS Premium Architecture Bits'}], 'derivedProvidedProducts': [], 'subscriptionSubKey': 'master', 'subscriptionId': 'upstream-70734081', 'managed': True}) => { "ansible_loop_var": "item", "changed": false, "connection": "close", "content_type": "application/json", "cookies": {}, "cookies_string": "", "date": "Tue, 06 Aug 2024 17:15:21 GMT", "elapsed": 0, "item": { "accountNumber": "1531935943", "activeSubscription": true, "attributes": [], "branding": [ { "created": "2024-08-06T15:51:14+0000", "name": "Branded Admin OS Instance Based one socket", "productId": "32060", "type": "OS", "updated": "2024-08-06T15:51:14+0000" } ], "calculatedAttributes": { "compliance_type": "Instance Based" }, "consumed": 0, "contractNumber": "0", "created": "2024-08-06T15:51:15+0000", "derivedProductAttributes": [], "derivedProductId": null, "derivedProductName": null, "derivedProvidedProducts": [], "developmentPool": false, "endDate": "2025-08-01T15:51:13+0000", "exported": 0, "href": "/pools/8a8082e49128630f0191286331a80287", "id": "8a8082e49128630f0191286331a80287", "managed": true, "orderNumber": "order-13847959", "owner": { "contentAccessMode": "entitlement", "displayName": "Admin Owner", "href": "/owners/********", "id": "8a8082e49128630f0191286322690002", "key": "VALUE_SPECIFIED_IN_NO_LOG_PARAMETER" }, "productAttributes": [ { "name": "host_limited", "value": "true" }, { "name": "instance_multiplier", "value": "2" }, { "name": "multi-entitlement", "value": "yes" }, { "name": "virt_limit", "value": "1" }, { "name": "variant", "value": "ALL" }, { "name": "stacking_id", "value": "15" }, { "name": "support_level", "value": "Standard" }, { "name": "sockets", "value": "1" }, { "name": "support_type", "value": "L1-L3" }, { "name": "arch", "value": "ALL" }, { "name": "type", "value": "MKT" }, { "name": "version", "value": "1.0" } ], "productId": "********os-onesocketib", "productName": "Admin OS Instance Based one socket", "providedProducts": [ { "productId": "5051", "productName": "Admin OS Developer Bits" }, { "productId": "32060", "productName": "Awesome OS Instance Server Bits" }, { "productId": "5050", "productName": "Admin OS Premium Architecture Bits" } ], "quantity": 100, "restrictedToUsername": null, "sourceEntitlement": null, "sourceStackId": null, "stackId": "15", "stacked": true, "startDate": "2024-08-01T15:51:13+0000", "subscriptionId": "upstream-70734081", "subscriptionSubKey": "master", "type": "NORMAL", "updated": "2024-08-06T15:51:15+0000", "upstreamConsumerId": null, "upstreamEntitlementId": null, "upstreamPoolId": null }, "json": { "addOns": [], "autoAttach": null, "contentOverrides": [], "created": "2024-08-06T15:52:13+0000", "description": null, "id": "8a8082e49128630f0191286415ba0718", "name": "default_key", "owner": { "contentAccessMode": "entitlement", "displayName": "Admin Owner", "href": "/owners/********", "id": "8a8082e49128630f0191286322690002", "key": "VALUE_SPECIFIED_IN_NO_LOG_PARAMETER" }, "pools": [ { "poolId": "8a8082e49128630f01912863316301d7", "quantity": null }, { "poolId": "8a8082e49128630f01912863316201d5", "quantity": null }, { "poolId": "8a8082e49128630f01912863319f026f", "quantity": null }, { "poolId": "8a8082e49128630f0191286331a80287", "quantity": null }, { "poolId": "8a8082e49128630f01912863319a025f", "quantity": null } ], "products": [], "releaseVer": { "releaseVer": null }, "role": null, "serviceLevel": null, "updated": "2024-08-06T15:52:13+0000", "usage": null }, "redirected": false, "status": 200, "transfer_encoding": "chunked", "url": "https://candlepin.local:8443/candlepin/activation_keys/8a8082e49128630f0191286415ba0718/pools/8a8082e49128630f0191286331a80287", "vary": "accept-encoding", "x_candlepin_request_uuid": "7e4dbea9-da4a-4ffe-b1d8-7f32d661b095", "x_version": "4.4.14-1" } MSG: OK (unknown bytes) ok: [managed_node1] => (item={'created': '2024-08-06T15:51:15+0000', 'updated': '2024-08-06T15:51:15+0000', 'id': '8a8082e49128630f0191286331a90289', 'type': 'UNMAPPED_GUEST', 'owner': {'id': '8a8082e49128630f0191286322690002', 'key': 'VALUE_SPECIFIED_IN_NO_LOG_PARAMETER', 'displayName': 'Admin Owner', 'href': '/owners/********', 'contentAccessMode': 'entitlement'}, 'activeSubscription': True, 'sourceEntitlement': None, 'quantity': 100, 'startDate': '2024-08-01T15:51:13+0000', 'endDate': '2025-08-01T15:51:13+0000', 'attributes': [{'name': 'unmapped_guests_only', 'value': 'true'}, {'name': 'pool_derived', 'value': 'true'}, {'name': 'physical_only', 'value': 'false'}, {'name': 'virt_limit', 'value': '0'}, {'name': 'requires_consumer_type', 'value': 'system'}, {'name': 'virt_only', 'value': 'true'}], 'restrictedToUsername': None, 'contractNumber': '0', 'accountNumber': '1531935943', 'orderNumber': 'order-13847959', 'consumed': 0, 'exported': 0, 'branding': [{'created': '2024-08-06T15:51:14+0000', 'updated': '2024-08-06T15:51:14+0000', 'productId': '32060', 'name': 'Branded Admin OS Instance Based one socket', 'type': 'OS'}], 'calculatedAttributes': {'compliance_type': 'Instance Based (Temporary)'}, 'upstreamPoolId': None, 'upstreamEntitlementId': None, 'upstreamConsumerId': None, 'productName': 'Admin OS Instance Based one socket', 'productId': '********os-onesocketib', 'productAttributes': [{'name': 'host_limited', 'value': 'true'}, {'name': 'instance_multiplier', 'value': '2'}, {'name': 'multi-entitlement', 'value': 'yes'}, {'name': 'virt_limit', 'value': '1'}, {'name': 'variant', 'value': 'ALL'}, {'name': 'stacking_id', 'value': '15'}, {'name': 'support_level', 'value': 'Standard'}, {'name': 'sockets', 'value': '1'}, {'name': 'support_type', 'value': 'L1-L3'}, {'name': 'arch', 'value': 'ALL'}, {'name': 'type', 'value': 'MKT'}, {'name': 'version', 'value': '1.0'}], 'stackId': '15', 'stacked': True, 'sourceStackId': None, 'developmentPool': False, 'href': '/pools/8a8082e49128630f0191286331a90289', 'derivedProductAttributes': [], 'derivedProductId': None, 'derivedProductName': None, 'providedProducts': [{'productId': '5051', 'productName': 'Admin OS Developer Bits'}, {'productId': '32060', 'productName': 'Awesome OS Instance Server Bits'}, {'productId': '5050', 'productName': 'Admin OS Premium Architecture Bits'}], 'derivedProvidedProducts': [], 'subscriptionSubKey': 'derived', 'subscriptionId': 'upstream-70734081', 'managed': True}) => { "ansible_loop_var": "item", "changed": false, "connection": "close", "content_type": "application/json", "cookies": {}, "cookies_string": "", "date": "Tue, 06 Aug 2024 17:15:22 GMT", "elapsed": 0, "item": { "accountNumber": "1531935943", "activeSubscription": true, "attributes": [ { "name": "unmapped_guests_only", "value": "true" }, { "name": "pool_derived", "value": "true" }, { "name": "physical_only", "value": "false" }, { "name": "virt_limit", "value": "0" }, { "name": "requires_consumer_type", "value": "system" }, { "name": "virt_only", "value": "true" } ], "branding": [ { "created": "2024-08-06T15:51:14+0000", "name": "Branded Admin OS Instance Based one socket", "productId": "32060", "type": "OS", "updated": "2024-08-06T15:51:14+0000" } ], "calculatedAttributes": { "compliance_type": "Instance Based (Temporary)" }, "consumed": 0, "contractNumber": "0", "created": "2024-08-06T15:51:15+0000", "derivedProductAttributes": [], "derivedProductId": null, "derivedProductName": null, "derivedProvidedProducts": [], "developmentPool": false, "endDate": "2025-08-01T15:51:13+0000", "exported": 0, "href": "/pools/8a8082e49128630f0191286331a90289", "id": "8a8082e49128630f0191286331a90289", "managed": true, "orderNumber": "order-13847959", "owner": { "contentAccessMode": "entitlement", "displayName": "Admin Owner", "href": "/owners/********", "id": "8a8082e49128630f0191286322690002", "key": "VALUE_SPECIFIED_IN_NO_LOG_PARAMETER" }, "productAttributes": [ { "name": "host_limited", "value": "true" }, { "name": "instance_multiplier", "value": "2" }, { "name": "multi-entitlement", "value": "yes" }, { "name": "virt_limit", "value": "1" }, { "name": "variant", "value": "ALL" }, { "name": "stacking_id", "value": "15" }, { "name": "support_level", "value": "Standard" }, { "name": "sockets", "value": "1" }, { "name": "support_type", "value": "L1-L3" }, { "name": "arch", "value": "ALL" }, { "name": "type", "value": "MKT" }, { "name": "version", "value": "1.0" } ], "productId": "********os-onesocketib", "productName": "Admin OS Instance Based one socket", "providedProducts": [ { "productId": "5051", "productName": "Admin OS Developer Bits" }, { "productId": "32060", "productName": "Awesome OS Instance Server Bits" }, { "productId": "5050", "productName": "Admin OS Premium Architecture Bits" } ], "quantity": 100, "restrictedToUsername": null, "sourceEntitlement": null, "sourceStackId": null, "stackId": "15", "stacked": true, "startDate": "2024-08-01T15:51:13+0000", "subscriptionId": "upstream-70734081", "subscriptionSubKey": "derived", "type": "UNMAPPED_GUEST", "updated": "2024-08-06T15:51:15+0000", "upstreamConsumerId": null, "upstreamEntitlementId": null, "upstreamPoolId": null }, "json": { "addOns": [], "autoAttach": null, "contentOverrides": [], "created": "2024-08-06T15:52:13+0000", "description": null, "id": "8a8082e49128630f0191286415ba0718", "name": "default_key", "owner": { "contentAccessMode": "entitlement", "displayName": "Admin Owner", "href": "/owners/********", "id": "8a8082e49128630f0191286322690002", "key": "VALUE_SPECIFIED_IN_NO_LOG_PARAMETER" }, "pools": [ { "poolId": "8a8082e49128630f01912863316301d7", "quantity": null }, { "poolId": "8a8082e49128630f0191286331a90289", "quantity": null }, { "poolId": "8a8082e49128630f01912863316201d5", "quantity": null }, { "poolId": "8a8082e49128630f01912863319f026f", "quantity": null }, { "poolId": "8a8082e49128630f0191286331a80287", "quantity": null }, { "poolId": "8a8082e49128630f01912863319a025f", "quantity": null } ], "products": [], "releaseVer": { "releaseVer": null }, "role": null, "serviceLevel": null, "updated": "2024-08-06T15:52:13+0000", "usage": null }, "redirected": false, "status": 200, "transfer_encoding": "chunked", "url": "https://candlepin.local:8443/candlepin/activation_keys/8a8082e49128630f0191286415ba0718/pools/8a8082e49128630f0191286331a90289", "vary": "accept-encoding", "x_candlepin_request_uuid": "ef368d5c-079f-4b85-9347-b486c628079d", "x_version": "4.4.14-1" } MSG: OK (unknown bytes) TASK [Add environments] ******************************************************** task path: /tmp/tmp.MRQfWlar3z/ansible_collections/fedora/linux_system_roles/tests/rhc/tasks/setup_candlepin.yml:160 Tuesday 06 August 2024 13:15:22 -0400 (0:00:03.520) 0:02:02.914 ******** ok: [managed_node1] => (item={'name': 'Environment 1', 'desc': 'The environment 1', 'id': 'envId1'}) => { "ansible_loop_var": "item", "changed": false, "connection": "close", "content_type": "application/json", "cookies": {}, "cookies_string": "", "date": "Tue, 06 Aug 2024 17:15:22 GMT", "elapsed": 0, "item": { "desc": "The environment 1", "id": "envId1", "name": "Environment 1" }, "json": { "contentPrefix": null, "created": "2024-08-06T17:15:23+0000", "description": "The environment 1", "environmentContent": [], "id": "envId1", "name": "Environment 1", "owner": { "contentAccessMode": "entitlement", "displayName": "Admin Owner", "href": "/owners/********", "id": "8a8082e49128630f0191286322690002", "key": "VALUE_SPECIFIED_IN_NO_LOG_PARAMETER" }, "type": null, "updated": "2024-08-06T17:15:23+0000" }, "redirected": false, "status": 200, "transfer_encoding": "chunked", "url": "https://candlepin.local:8443/candlepin/owners/********/environments", "vary": "accept-encoding", "x_candlepin_request_uuid": "fc1c121e-38e6-42c1-bc99-bd98aa8e6e68", "x_version": "4.4.14-1" } MSG: OK (unknown bytes) ok: [managed_node1] => (item={'name': 'Environment 2', 'desc': 'The environment 2', 'id': 'envId2'}) => { "ansible_loop_var": "item", "changed": false, "connection": "close", "content_type": "application/json", "cookies": {}, "cookies_string": "", "date": "Tue, 06 Aug 2024 17:15:23 GMT", "elapsed": 0, "item": { "desc": "The environment 2", "id": "envId2", "name": "Environment 2" }, "json": { "contentPrefix": null, "created": "2024-08-06T17:15:23+0000", "description": "The environment 2", "environmentContent": [], "id": "envId2", "name": "Environment 2", "owner": { "contentAccessMode": "entitlement", "displayName": "Admin Owner", "href": "/owners/********", "id": "8a8082e49128630f0191286322690002", "key": "VALUE_SPECIFIED_IN_NO_LOG_PARAMETER" }, "type": null, "updated": "2024-08-06T17:15:23+0000" }, "redirected": false, "status": 200, "transfer_encoding": "chunked", "url": "https://candlepin.local:8443/candlepin/owners/********/environments", "vary": "accept-encoding", "x_candlepin_request_uuid": "03e44bd4-0818-4b1f-9e41-220850655bd9", "x_version": "4.4.14-1" } MSG: OK (unknown bytes) TASK [Check Candlepin works] *************************************************** task path: /tmp/tmp.MRQfWlar3z/ansible_collections/fedora/linux_system_roles/tests/rhc/tasks/check_candlepin.yml:3 Tuesday 06 August 2024 13:15:23 -0400 (0:00:01.255) 0:02:04.170 ******** ok: [managed_node1] => { "changed": false, "connection": "close", "content_type": "application/json", "cookies": {}, "cookies_string": "", "date": "Tue, 06 Aug 2024 17:15:23 GMT", "elapsed": 0, "redirected": true, "status": 200, "transfer_encoding": "chunked", "url": "https://candlepin.local:8443/candlepin/", "vary": "accept-encoding", "x_candlepin_request_uuid": "870aef0c-667b-4c1a-82ab-adb40aee6dc9", "x_version": "4.4.14-1" } MSG: OK (unknown bytes) TASK [Skip if no test environments are set] ************************************ task path: /tmp/tmp.MRQfWlar3z/ansible_collections/fedora/linux_system_roles/tests/rhc/tests_environments.yml:15 Tuesday 06 August 2024 13:15:24 -0400 (0:00:00.458) 0:02:04.628 ******** META: end_play conditional evaluated to False, continuing play skipping: [managed_node1] => { "skip_reason": "end_play conditional evaluated to False, continuing play" } MSG: end_play TASK [Ensure ansible_facts used by the test] *********************************** task path: /tmp/tmp.MRQfWlar3z/ansible_collections/fedora/linux_system_roles/tests/rhc/tests_environments.yml:22 Tuesday 06 August 2024 13:15:24 -0400 (0:00:00.026) 0:02:04.655 ******** ok: [managed_node1] TASK [Register (wrong environment)] ******************************************** task path: /tmp/tmp.MRQfWlar3z/ansible_collections/fedora/linux_system_roles/tests/rhc/tests_environments.yml:33 Tuesday 06 August 2024 13:15:24 -0400 (0:00:00.484) 0:02:05.139 ******** included: fedora.linux_system_roles.rhc for managed_node1 TASK [fedora.linux_system_roles.rhc : Set ansible_facts required by role] ****** task path: /tmp/tmp.MRQfWlar3z/ansible_collections/fedora/linux_system_roles/roles/rhc/tasks/main.yml:3 Tuesday 06 August 2024 13:15:24 -0400 (0:00:00.018) 0:02:05.158 ******** included: /tmp/tmp.MRQfWlar3z/ansible_collections/fedora/linux_system_roles/roles/rhc/tasks/set_vars.yml for managed_node1 TASK [fedora.linux_system_roles.rhc : Ensure ansible_facts used by role] ******* task path: /tmp/tmp.MRQfWlar3z/ansible_collections/fedora/linux_system_roles/roles/rhc/tasks/set_vars.yml:3 Tuesday 06 August 2024 13:15:24 -0400 (0:00:00.018) 0:02:05.176 ******** skipping: [managed_node1] => { "changed": false, "false_condition": "__rhc_required_facts | difference(ansible_facts.keys() | list) | length > 0", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.rhc : Check if system is ostree] *************** task path: /tmp/tmp.MRQfWlar3z/ansible_collections/fedora/linux_system_roles/roles/rhc/tasks/set_vars.yml:11 Tuesday 06 August 2024 13:15:24 -0400 (0:00:00.016) 0:02:05.193 ******** skipping: [managed_node1] => { "changed": false, "false_condition": "not __rhc_is_ostree is defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.rhc : Set flag to indicate system is ostree] *** task path: /tmp/tmp.MRQfWlar3z/ansible_collections/fedora/linux_system_roles/roles/rhc/tasks/set_vars.yml:16 Tuesday 06 August 2024 13:15:24 -0400 (0:00:00.014) 0:02:05.207 ******** skipping: [managed_node1] => { "changed": false, "false_condition": "not __rhc_is_ostree is defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.rhc : Check if insights-packages are installed] *** task path: /tmp/tmp.MRQfWlar3z/ansible_collections/fedora/linux_system_roles/roles/rhc/tasks/set_vars.yml:20 Tuesday 06 August 2024 13:15:24 -0400 (0:00:00.013) 0:02:05.220 ******** skipping: [managed_node1] => { "changed": false, "false_condition": "ansible_distribution == \"RedHat\"", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.rhc : Handle insights unregistration] ********** task path: /tmp/tmp.MRQfWlar3z/ansible_collections/fedora/linux_system_roles/roles/rhc/tasks/main.yml:6 Tuesday 06 August 2024 13:15:24 -0400 (0:00:00.011) 0:02:05.232 ******** skipping: [managed_node1] => { "changed": false, "false_condition": "ansible_distribution == \"RedHat\"", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.rhc : Handle system subscription] ************** task path: /tmp/tmp.MRQfWlar3z/ansible_collections/fedora/linux_system_roles/roles/rhc/tasks/main.yml:15 Tuesday 06 August 2024 13:15:24 -0400 (0:00:00.011) 0:02:05.244 ******** included: /tmp/tmp.MRQfWlar3z/ansible_collections/fedora/linux_system_roles/roles/rhc/tasks/subscription-manager.yml for managed_node1 TASK [fedora.linux_system_roles.rhc : Ensure required packages are installed] *** task path: /tmp/tmp.MRQfWlar3z/ansible_collections/fedora/linux_system_roles/roles/rhc/tasks/subscription-manager.yml:3 Tuesday 06 August 2024 13:15:24 -0400 (0:00:00.030) 0:02:05.274 ******** ok: [managed_node1] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do TASK [fedora.linux_system_roles.rhc : Get subscription status] ***************** task path: /tmp/tmp.MRQfWlar3z/ansible_collections/fedora/linux_system_roles/roles/rhc/tasks/subscription-manager.yml:10 Tuesday 06 August 2024 13:15:26 -0400 (0:00:01.173) 0:02:06.448 ******** skipping: [managed_node1] => { "changed": false, "false_condition": "not rhc_release is none", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.rhc : Call subscription-manager] *************** task path: /tmp/tmp.MRQfWlar3z/ansible_collections/fedora/linux_system_roles/roles/rhc/tasks/subscription-manager.yml:23 Tuesday 06 August 2024 13:15:26 -0400 (0:00:00.016) 0:02:06.464 ******** fatal: [managed_node1]: FAILED! => { "changed": false, "cmd": "/usr/sbin/subscription-manager register --org VALUE_SPECIFIED_IN_NO_LOG_PARAMETER --auto-attach --environment 'Ceci n'\"'\"'est pas une environment' --username VALUE_SPECIFIED_IN_NO_LOG_PARAMETER --password '********'", "rc": 65 } STDOUT: Registering to: candlepin.local:8443/candlepin STDERR: No such environment: Ceci n'est pas une environment MSG: No such environment: Ceci n'est pas une environment TASK [Assert registration failed] ********************************************** task path: /tmp/tmp.MRQfWlar3z/ansible_collections/fedora/linux_system_roles/tests/rhc/tests_environments.yml:57 Tuesday 06 August 2024 13:15:27 -0400 (0:00:01.707) 0:02:08.172 ******** ok: [managed_node1] => { "changed": false } MSG: All assertions passed TASK [Register (with existing environments)] *********************************** task path: /tmp/tmp.MRQfWlar3z/ansible_collections/fedora/linux_system_roles/tests/rhc/tests_environments.yml:63 Tuesday 06 August 2024 13:15:27 -0400 (0:00:00.016) 0:02:08.188 ******** included: fedora.linux_system_roles.rhc for managed_node1 TASK [fedora.linux_system_roles.rhc : Set ansible_facts required by role] ****** task path: /tmp/tmp.MRQfWlar3z/ansible_collections/fedora/linux_system_roles/roles/rhc/tasks/main.yml:3 Tuesday 06 August 2024 13:15:27 -0400 (0:00:00.018) 0:02:08.206 ******** included: /tmp/tmp.MRQfWlar3z/ansible_collections/fedora/linux_system_roles/roles/rhc/tasks/set_vars.yml for managed_node1 TASK [fedora.linux_system_roles.rhc : Ensure ansible_facts used by role] ******* task path: /tmp/tmp.MRQfWlar3z/ansible_collections/fedora/linux_system_roles/roles/rhc/tasks/set_vars.yml:3 Tuesday 06 August 2024 13:15:27 -0400 (0:00:00.017) 0:02:08.224 ******** skipping: [managed_node1] => { "changed": false, "false_condition": "__rhc_required_facts | difference(ansible_facts.keys() | list) | length > 0", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.rhc : Check if system is ostree] *************** task path: /tmp/tmp.MRQfWlar3z/ansible_collections/fedora/linux_system_roles/roles/rhc/tasks/set_vars.yml:11 Tuesday 06 August 2024 13:15:27 -0400 (0:00:00.015) 0:02:08.240 ******** skipping: [managed_node1] => { "changed": false, "false_condition": "not __rhc_is_ostree is defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.rhc : Set flag to indicate system is ostree] *** task path: /tmp/tmp.MRQfWlar3z/ansible_collections/fedora/linux_system_roles/roles/rhc/tasks/set_vars.yml:16 Tuesday 06 August 2024 13:15:27 -0400 (0:00:00.013) 0:02:08.254 ******** skipping: [managed_node1] => { "changed": false, "false_condition": "not __rhc_is_ostree is defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.rhc : Check if insights-packages are installed] *** task path: /tmp/tmp.MRQfWlar3z/ansible_collections/fedora/linux_system_roles/roles/rhc/tasks/set_vars.yml:20 Tuesday 06 August 2024 13:15:27 -0400 (0:00:00.013) 0:02:08.267 ******** skipping: [managed_node1] => { "changed": false, "false_condition": "ansible_distribution == \"RedHat\"", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.rhc : Handle insights unregistration] ********** task path: /tmp/tmp.MRQfWlar3z/ansible_collections/fedora/linux_system_roles/roles/rhc/tasks/main.yml:6 Tuesday 06 August 2024 13:15:27 -0400 (0:00:00.012) 0:02:08.279 ******** skipping: [managed_node1] => { "changed": false, "false_condition": "ansible_distribution == \"RedHat\"", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.rhc : Handle system subscription] ************** task path: /tmp/tmp.MRQfWlar3z/ansible_collections/fedora/linux_system_roles/roles/rhc/tasks/main.yml:15 Tuesday 06 August 2024 13:15:27 -0400 (0:00:00.011) 0:02:08.291 ******** included: /tmp/tmp.MRQfWlar3z/ansible_collections/fedora/linux_system_roles/roles/rhc/tasks/subscription-manager.yml for managed_node1 TASK [fedora.linux_system_roles.rhc : Ensure required packages are installed] *** task path: /tmp/tmp.MRQfWlar3z/ansible_collections/fedora/linux_system_roles/roles/rhc/tasks/subscription-manager.yml:3 Tuesday 06 August 2024 13:15:28 -0400 (0:00:00.020) 0:02:08.312 ******** ok: [managed_node1] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do TASK [fedora.linux_system_roles.rhc : Get subscription status] ***************** task path: /tmp/tmp.MRQfWlar3z/ansible_collections/fedora/linux_system_roles/roles/rhc/tasks/subscription-manager.yml:10 Tuesday 06 August 2024 13:15:29 -0400 (0:00:01.172) 0:02:09.485 ******** skipping: [managed_node1] => { "changed": false, "false_condition": "not rhc_release is none", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.rhc : Call subscription-manager] *************** task path: /tmp/tmp.MRQfWlar3z/ansible_collections/fedora/linux_system_roles/roles/rhc/tasks/subscription-manager.yml:23 Tuesday 06 August 2024 13:15:29 -0400 (0:00:00.016) 0:02:09.502 ******** changed: [managed_node1] => { "changed": true, "subscribed_pool_ids": [] } MSG: System successfully registered to 'candlepin.local'. TASK [fedora.linux_system_roles.rhc : Set or unset the release] **************** task path: /tmp/tmp.MRQfWlar3z/ansible_collections/fedora/linux_system_roles/roles/rhc/tasks/subscription-manager.yml:50 Tuesday 06 August 2024 13:15:37 -0400 (0:00:08.308) 0:02:17.810 ******** skipping: [managed_node1] => { "changed": false, "false_condition": "not rhc_release is none", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.rhc : Configure repositories] ****************** task path: /tmp/tmp.MRQfWlar3z/ansible_collections/fedora/linux_system_roles/roles/rhc/tasks/subscription-manager.yml:59 Tuesday 06 August 2024 13:15:37 -0400 (0:00:00.016) 0:02:17.827 ******** skipping: [managed_node1] => { "changed": false, "skipped_reason": "No items in the list" } TASK [fedora.linux_system_roles.rhc : Handle insights registration] ************ task path: /tmp/tmp.MRQfWlar3z/ansible_collections/fedora/linux_system_roles/roles/rhc/tasks/main.yml:18 Tuesday 06 August 2024 13:15:37 -0400 (0:00:00.010) 0:02:17.838 ******** skipping: [managed_node1] => { "changed": false, "false_condition": "ansible_distribution == \"RedHat\"", "skip_reason": "Conditional result was False" } TASK [Get enabled environments] ************************************************ task path: /tmp/tmp.MRQfWlar3z/ansible_collections/fedora/linux_system_roles/tests/rhc/tests_environments.yml:93 Tuesday 06 August 2024 13:15:37 -0400 (0:00:00.013) 0:02:17.851 ******** included: /tmp/tmp.MRQfWlar3z/ansible_collections/fedora/linux_system_roles/tests/rhc/tasks/list_environments.yml for managed_node1 TASK [Run subscription-manager environments --list-enabled] ******************** task path: /tmp/tmp.MRQfWlar3z/ansible_collections/fedora/linux_system_roles/tests/rhc/tasks/list_environments.yml:3 Tuesday 06 August 2024 13:15:37 -0400 (0:00:00.019) 0:02:17.871 ******** ok: [managed_node1] => { "changed": false, "cmd": "set -euo pipefail\nsubscription-manager environments --list-enabled |\nawk -F':' '/^Name/ {gsub(/^[ \\t]+|[ \\t]+$/, \"\", $2); print $2}'\n", "delta": "0:00:00.470292", "end": "2024-08-06 13:15:38.389314", "rc": 0, "start": "2024-08-06 13:15:37.919022" } STDOUT: Environment 2 TASK [Check environments to enable are enabled] ******************************** task path: /tmp/tmp.MRQfWlar3z/ansible_collections/fedora/linux_system_roles/tests/rhc/tests_environments.yml:96 Tuesday 06 August 2024 13:15:38 -0400 (0:00:00.876) 0:02:18.748 ******** ok: [managed_node1] => { "changed": false } MSG: All assertions passed TASK [Unregister] ************************************************************** task path: /tmp/tmp.MRQfWlar3z/ansible_collections/fedora/linux_system_roles/tests/rhc/tests_environments.yml:104 Tuesday 06 August 2024 13:15:38 -0400 (0:00:00.022) 0:02:18.770 ******** included: fedora.linux_system_roles.rhc for managed_node1 TASK [fedora.linux_system_roles.rhc : Set ansible_facts required by role] ****** task path: /tmp/tmp.MRQfWlar3z/ansible_collections/fedora/linux_system_roles/roles/rhc/tasks/main.yml:3 Tuesday 06 August 2024 13:15:38 -0400 (0:00:00.021) 0:02:18.792 ******** included: /tmp/tmp.MRQfWlar3z/ansible_collections/fedora/linux_system_roles/roles/rhc/tasks/set_vars.yml for managed_node1 TASK [fedora.linux_system_roles.rhc : Ensure ansible_facts used by role] ******* task path: /tmp/tmp.MRQfWlar3z/ansible_collections/fedora/linux_system_roles/roles/rhc/tasks/set_vars.yml:3 Tuesday 06 August 2024 13:15:38 -0400 (0:00:00.017) 0:02:18.810 ******** skipping: [managed_node1] => { "changed": false, "false_condition": "__rhc_required_facts | difference(ansible_facts.keys() | list) | length > 0", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.rhc : Check if system is ostree] *************** task path: /tmp/tmp.MRQfWlar3z/ansible_collections/fedora/linux_system_roles/roles/rhc/tasks/set_vars.yml:11 Tuesday 06 August 2024 13:15:38 -0400 (0:00:00.016) 0:02:18.826 ******** skipping: [managed_node1] => { "changed": false, "false_condition": "not __rhc_is_ostree is defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.rhc : Set flag to indicate system is ostree] *** task path: /tmp/tmp.MRQfWlar3z/ansible_collections/fedora/linux_system_roles/roles/rhc/tasks/set_vars.yml:16 Tuesday 06 August 2024 13:15:38 -0400 (0:00:00.013) 0:02:18.840 ******** skipping: [managed_node1] => { "changed": false, "false_condition": "not __rhc_is_ostree is defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.rhc : Check if insights-packages are installed] *** task path: /tmp/tmp.MRQfWlar3z/ansible_collections/fedora/linux_system_roles/roles/rhc/tasks/set_vars.yml:20 Tuesday 06 August 2024 13:15:38 -0400 (0:00:00.014) 0:02:18.854 ******** skipping: [managed_node1] => { "changed": false, "false_condition": "ansible_distribution == \"RedHat\"", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.rhc : Handle insights unregistration] ********** task path: /tmp/tmp.MRQfWlar3z/ansible_collections/fedora/linux_system_roles/roles/rhc/tasks/main.yml:6 Tuesday 06 August 2024 13:15:38 -0400 (0:00:00.012) 0:02:18.866 ******** skipping: [managed_node1] => { "changed": false, "false_condition": "ansible_distribution == \"RedHat\"", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.rhc : Handle system subscription] ************** task path: /tmp/tmp.MRQfWlar3z/ansible_collections/fedora/linux_system_roles/roles/rhc/tasks/main.yml:15 Tuesday 06 August 2024 13:15:38 -0400 (0:00:00.012) 0:02:18.878 ******** included: /tmp/tmp.MRQfWlar3z/ansible_collections/fedora/linux_system_roles/roles/rhc/tasks/subscription-manager.yml for managed_node1 TASK [fedora.linux_system_roles.rhc : Ensure required packages are installed] *** task path: /tmp/tmp.MRQfWlar3z/ansible_collections/fedora/linux_system_roles/roles/rhc/tasks/subscription-manager.yml:3 Tuesday 06 August 2024 13:15:38 -0400 (0:00:00.020) 0:02:18.899 ******** skipping: [managed_node1] => { "changed": false, "false_condition": "rhc_state | d('present') == \"present\"", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.rhc : Get subscription status] ***************** task path: /tmp/tmp.MRQfWlar3z/ansible_collections/fedora/linux_system_roles/roles/rhc/tasks/subscription-manager.yml:10 Tuesday 06 August 2024 13:15:38 -0400 (0:00:00.015) 0:02:18.914 ******** skipping: [managed_node1] => { "changed": false, "false_condition": "rhc_state | d(\"present\") == \"present\"", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.rhc : Call subscription-manager] *************** task path: /tmp/tmp.MRQfWlar3z/ansible_collections/fedora/linux_system_roles/roles/rhc/tasks/subscription-manager.yml:23 Tuesday 06 August 2024 13:15:38 -0400 (0:00:00.014) 0:02:18.929 ******** changed: [managed_node1] => { "changed": true } MSG: System successfully unregistered from None. TASK [fedora.linux_system_roles.rhc : Set or unset the release] **************** task path: /tmp/tmp.MRQfWlar3z/ansible_collections/fedora/linux_system_roles/roles/rhc/tasks/subscription-manager.yml:50 Tuesday 06 August 2024 13:15:40 -0400 (0:00:02.325) 0:02:21.255 ******** skipping: [managed_node1] => { "changed": false, "false_condition": "rhc_state | d(\"present\") in [\"present\", \"reconnect\"]", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.rhc : Configure repositories] ****************** task path: /tmp/tmp.MRQfWlar3z/ansible_collections/fedora/linux_system_roles/roles/rhc/tasks/subscription-manager.yml:59 Tuesday 06 August 2024 13:15:40 -0400 (0:00:00.014) 0:02:21.269 ******** skipping: [managed_node1] => { "changed": false, "skipped_reason": "No items in the list" } TASK [fedora.linux_system_roles.rhc : Handle insights registration] ************ task path: /tmp/tmp.MRQfWlar3z/ansible_collections/fedora/linux_system_roles/roles/rhc/tasks/main.yml:18 Tuesday 06 August 2024 13:15:40 -0400 (0:00:00.010) 0:02:21.280 ******** skipping: [managed_node1] => { "changed": false, "false_condition": "ansible_distribution == \"RedHat\"", "skip_reason": "Conditional result was False" } PLAY RECAP ********************************************************************* managed_node1 : ok=41 changed=5 unreachable=0 failed=0 skipped=27 rescued=1 ignored=0 Tuesday 06 August 2024 13:15:41 -0400 (0:00:00.016) 0:02:21.296 ******** =============================================================================== Install needed packages ------------------------------------------------ 66.30s /tmp/tmp.MRQfWlar3z/ansible_collections/fedora/linux_system_roles/tests/rhc/tasks/setup_candlepin.yml:31 Start Candlepin container ---------------------------------------------- 22.31s /tmp/tmp.MRQfWlar3z/ansible_collections/fedora/linux_system_roles/tests/rhc/tasks/setup_candlepin.yml:50 Wait for started Candlepin --------------------------------------------- 18.07s /tmp/tmp.MRQfWlar3z/ansible_collections/fedora/linux_system_roles/tests/rhc/tasks/setup_candlepin.yml:117 fedora.linux_system_roles.rhc : Call subscription-manager --------------- 8.31s /tmp/tmp.MRQfWlar3z/ansible_collections/fedora/linux_system_roles/roles/rhc/tasks/subscription-manager.yml:23 Add pools for product 5050 to default_key activation key ---------------- 3.52s /tmp/tmp.MRQfWlar3z/ansible_collections/fedora/linux_system_roles/tests/rhc/tasks/setup_candlepin.yml:149 Update system certificates store ---------------------------------------- 2.42s /tmp/tmp.MRQfWlar3z/ansible_collections/fedora/linux_system_roles/tests/rhc/tasks/setup_candlepin.yml:110 fedora.linux_system_roles.rhc : Call subscription-manager --------------- 2.33s /tmp/tmp.MRQfWlar3z/ansible_collections/fedora/linux_system_roles/roles/rhc/tasks/subscription-manager.yml:23 Ensure directories exist ------------------------------------------------ 2.16s /tmp/tmp.MRQfWlar3z/ansible_collections/fedora/linux_system_roles/tests/rhc/tasks/setup_candlepin.yml:71 fedora.linux_system_roles.rhc : Call subscription-manager --------------- 1.71s /tmp/tmp.MRQfWlar3z/ansible_collections/fedora/linux_system_roles/roles/rhc/tasks/subscription-manager.yml:23 Add environments -------------------------------------------------------- 1.26s /tmp/tmp.MRQfWlar3z/ansible_collections/fedora/linux_system_roles/tests/rhc/tasks/setup_candlepin.yml:160 fedora.linux_system_roles.rhc : Ensure required packages are installed --- 1.17s /tmp/tmp.MRQfWlar3z/ansible_collections/fedora/linux_system_roles/roles/rhc/tasks/subscription-manager.yml:3 fedora.linux_system_roles.rhc : Ensure required packages are installed --- 1.17s /tmp/tmp.MRQfWlar3z/ansible_collections/fedora/linux_system_roles/roles/rhc/tasks/subscription-manager.yml:3 Copy Candlepin CA certificate for subscription-manager ------------------ 1.11s /tmp/tmp.MRQfWlar3z/ansible_collections/fedora/linux_system_roles/tests/rhc/tasks/setup_candlepin.yml:92 Copy Candlepin CA certificate for system -------------------------------- 1.09s /tmp/tmp.MRQfWlar3z/ansible_collections/fedora/linux_system_roles/tests/rhc/tasks/setup_candlepin.yml:101 Query for default_key activation key ------------------------------------ 0.99s /tmp/tmp.MRQfWlar3z/ansible_collections/fedora/linux_system_roles/tests/rhc/tasks/setup_candlepin.yml:133 Copy product certificates ----------------------------------------------- 0.98s /tmp/tmp.MRQfWlar3z/ansible_collections/fedora/linux_system_roles/tests/rhc/tasks/setup_candlepin.yml:81 Run subscription-manager environments --list-enabled -------------------- 0.88s /tmp/tmp.MRQfWlar3z/ansible_collections/fedora/linux_system_roles/tests/rhc/tasks/list_environments.yml:3 Get pools for product 5050 ---------------------------------------------- 0.87s /tmp/tmp.MRQfWlar3z/ansible_collections/fedora/linux_system_roles/tests/rhc/tasks/setup_candlepin.yml:141 Get facts for external test data ---------------------------------------- 0.69s /tmp/tmp.MRQfWlar3z/ansible_collections/fedora/linux_system_roles/tests/rhc/tasks/setup_candlepin.yml:9 Stop and remove Candlepin container ------------------------------------- 0.59s /tmp/tmp.MRQfWlar3z/ansible_collections/fedora/linux_system_roles/tests/rhc/tasks/setup_candlepin.yml:38