[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.lkotlMibkz executable location = /usr/local/bin/ansible-playbook python version = 3.12.4 (main, Jul 17 2024, 00:00:00) [GCC 11.4.1 20231218 (Red Hat 11.4.1-3)] (/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.lkotlMibkz/ansible_collections/fedora/linux_system_roles/tests/rhc/tasks/setup_candlepin.yml statically imported: /tmp/tmp.lkotlMibkz/ansible_collections/fedora/linux_system_roles/tests/rhc/tasks/setup_test_data.yml statically imported: /tmp/tmp.lkotlMibkz/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.lkotlMibkz/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.lkotlMibkz/ansible_collections/fedora/linux_system_roles/tests/rhc/tasks/setup_test_data.yml:3 Tuesday 06 August 2024 13:15:00 -0400 (0:00:00.025) 0:00:00.025 ******** ok: [managed_node1] => { "ansible_facts": { "lsr_rhc_test_data_file": "" }, "changed": false } TASK [Import test data] ******************************************************** task path: /tmp/tmp.lkotlMibkz/ansible_collections/fedora/linux_system_roles/tests/rhc/tasks/setup_test_data.yml:12 Tuesday 06 August 2024 13:15:00 -0400 (0:00:00.019) 0:00:00.044 ******** 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.lkotlMibkz/ansible_collections/fedora/linux_system_roles/tests/rhc/tasks/setup_test_data.yml:16 Tuesday 06 August 2024 13:15:00 -0400 (0:00:00.030) 0:00:00.074 ******** 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.lkotlMibkz/ansible_collections/fedora/linux_system_roles/tests/rhc/tasks/setup_test_data.yml:24 Tuesday 06 August 2024 13:15:00 -0400 (0:00:00.032) 0:00:00.106 ******** 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.lkotlMibkz/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.lkotlMibkz/ansible_collections/fedora/linux_system_roles/tests/rhc/tasks/setup_test_data.yml:32 Tuesday 06 August 2024 13:15:00 -0400 (0:00:00.034) 0:00:00.141 ******** [WARNING]: Platform linux on host managed_node1 is using the discovered Python interpreter at /usr/bin/python3.9, 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.9" }, "changed": false, "stat": { "exists": false } } TASK [Set flag to indicate system is ostree] *********************************** task path: /tmp/tmp.lkotlMibkz/ansible_collections/fedora/linux_system_roles/tests/rhc/tasks/setup_test_data.yml:37 Tuesday 06 August 2024 13:15:01 -0400 (0:00:00.795) 0:00:00.937 ******** ok: [managed_node1] => { "ansible_facts": { "__rhc_is_ostree": false }, "changed": false } TASK [Get facts for external test data] **************************************** task path: /tmp/tmp.lkotlMibkz/ansible_collections/fedora/linux_system_roles/tests/rhc/tasks/setup_candlepin.yml:9 Tuesday 06 August 2024 13:15:01 -0400 (0:00:00.019) 0:00:00.957 ******** ok: [managed_node1] TASK [Set helper fact for Candlepin base URL] ********************************** task path: /tmp/tmp.lkotlMibkz/ansible_collections/fedora/linux_system_roles/tests/rhc/tasks/setup_candlepin.yml:17 Tuesday 06 August 2024 13:15:01 -0400 (0:00:00.720) 0:00:01.677 ******** 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.lkotlMibkz/ansible_collections/fedora/linux_system_roles/tests/rhc/tasks/setup_candlepin.yml:21 Tuesday 06 August 2024 13:15:01 -0400 (0:00:00.038) 0:00:01.715 ******** 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.lkotlMibkz/ansible_collections/fedora/linux_system_roles/tests/rhc/tasks/setup_candlepin.yml:25 Tuesday 06 August 2024 13:15:01 -0400 (0:00:00.036) 0:00:01.751 ******** changed: [managed_node1] => { "backup": "", "changed": true } MSG: line added TASK [Install needed packages] ************************************************* task path: /tmp/tmp.lkotlMibkz/ansible_collections/fedora/linux_system_roles/tests/rhc/tasks/setup_candlepin.yml:31 Tuesday 06 August 2024 13:15:02 -0400 (0:00:00.477) 0:00:02.229 ******** changed: [managed_node1] => { "changed": true, "rc": 0, "results": [ "Installed: container-selinux-3:2.232.1-1.el9.noarch", "Installed: libslirp-4.4.0-8.el9.x86_64", "Installed: shadow-utils-subid-2:4.9-9.el9.x86_64", "Installed: containers-common-2:1-90.el9.x86_64", "Installed: protobuf-c-1.3.3-13.el9.x86_64", "Installed: fuse-overlayfs-1.14-1.el9.x86_64", "Installed: passt-0^20240624.g1ee2eca-1.el9.x86_64", "Installed: fuse3-3.10.2-9.el9.x86_64", "Installed: passt-selinux-0^20240624.g1ee2eca-1.el9.noarch", "Installed: aardvark-dns-2:1.11.0-1.el9.x86_64", "Installed: slirp4netns-1.3.1-1.el9.x86_64", "Installed: fuse3-libs-3.10.2-9.el9.x86_64", "Installed: netavark-2:1.11.0-1.el9.x86_64", "Installed: libnet-1.2-7.el9.x86_64", "Installed: yajl-2.1.0-22.el9.x86_64", "Installed: criu-3.19-1.el9.x86_64", "Installed: criu-libs-3.19-1.el9.x86_64", "Installed: crun-1.15-1.el9.x86_64", "Installed: conmon-3:2.1.12-1.el9.x86_64", "Installed: podman-2:5.1.2-1.el9.x86_64", "Installed: fuse-common-3.10.2-9.el9.x86_64" ] } TASK [Stop and remove Candlepin container] ************************************* task path: /tmp/tmp.lkotlMibkz/ansible_collections/fedora/linux_system_roles/tests/rhc/tasks/setup_candlepin.yml:38 Tuesday 06 August 2024 13:16:18 -0400 (0:01:16.261) 0:01:18.490 ******** ok: [managed_node1] => { "changed": false, "cmd": [ "podman", "stop", "candlepin" ], "delta": "0:00:00.205913", "end": "2024-08-06 13:16:19.260607", "failed_when_result": false, "rc": 125, "start": "2024-08-06 13:16:19.054694" } 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.lkotlMibkz/ansible_collections/fedora/linux_system_roles/tests/rhc/tasks/setup_candlepin.yml:50 Tuesday 06 August 2024 13:16:19 -0400 (0:00:00.671) 0:01:19.162 ******** 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:27.513772", "end": "2024-08-06 13:16:47.168295", "rc": 0, "start": "2024-08-06 13:16:19.654523" } STDOUT: fc10c69ed736b4c7632a85927e2134b71ec883775cf00ab01c8db67d404e0894 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.lkotlMibkz/ansible_collections/fedora/linux_system_roles/tests/rhc/tasks/setup_candlepin.yml:71 Tuesday 06 August 2024 13:16:47 -0400 (0:00:27.931) 0:01:47.093 ******** 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.lkotlMibkz/ansible_collections/fedora/linux_system_roles/tests/rhc/tasks/setup_candlepin.yml:81 Tuesday 06 August 2024 13:16:49 -0400 (0:00:01.938) 0:01:49.032 ******** 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.433326", "end": "2024-08-06 13:16:50.158384", "item": "5050", "rc": 0, "start": "2024-08-06 13:16:49.725058" } TASK [Copy Candlepin CA certificate for subscription-manager] ****************** task path: /tmp/tmp.lkotlMibkz/ansible_collections/fedora/linux_system_roles/tests/rhc/tasks/setup_candlepin.yml:92 Tuesday 06 August 2024 13:16:50 -0400 (0:00:01.068) 0:01:50.101 ******** 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.539616", "end": "2024-08-06 13:16:51.423859", "rc": 0, "start": "2024-08-06 13:16:50.884243" } TASK [Copy Candlepin CA certificate for system] ******************************** task path: /tmp/tmp.lkotlMibkz/ansible_collections/fedora/linux_system_roles/tests/rhc/tasks/setup_candlepin.yml:101 Tuesday 06 August 2024 13:16:51 -0400 (0:00:01.256) 0:01:51.358 ******** 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.504979", "end": "2024-08-06 13:16:52.687876", "rc": 0, "start": "2024-08-06 13:16:52.182897" } TASK [Update system certificates store] **************************************** task path: /tmp/tmp.lkotlMibkz/ansible_collections/fedora/linux_system_roles/tests/rhc/tasks/setup_candlepin.yml:110 Tuesday 06 August 2024 13:16:52 -0400 (0:00:01.270) 0:01:52.629 ******** ok: [managed_node1] => { "changed": false, "cmd": [ "update-ca-trust", "extract" ], "delta": "0:00:02.203087", "end": "2024-08-06 13:16:55.578245", "rc": 0, "start": "2024-08-06 13:16:53.375158" } TASK [Wait for started Candlepin] ********************************************** task path: /tmp/tmp.lkotlMibkz/ansible_collections/fedora/linux_system_roles/tests/rhc/tasks/setup_candlepin.yml:117 Tuesday 06 August 2024 13:16:55 -0400 (0:00:02.879) 0:01:55.508 ******** ok: [managed_node1] => { "attempts": 1, "changed": false, "connection": "close", "content_type": "application/json", "cookies": {}, "cookies_string": "", "date": "Tue, 06 Aug 2024 17:17:18 GMT", "elapsed": 22, "redirected": true, "status": 200, "transfer_encoding": "chunked", "url": "https://candlepin.local:8443/candlepin/", "vary": "accept-encoding", "x_candlepin_request_uuid": "c34b9e11-ba91-4f00-8d38-e66fd1f75a85", "x_version": "4.4.14-1" } MSG: OK (unknown bytes) TASK [Install GPG key for RPM repositories] ************************************ task path: /tmp/tmp.lkotlMibkz/ansible_collections/fedora/linux_system_roles/tests/rhc/tasks/setup_candlepin.yml:127 Tuesday 06 August 2024 13:17:18 -0400 (0:00:23.109) 0:02:18.618 ******** 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-1722964638.82911-6852-154681275601086/tmp0fd0_3nw", "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.lkotlMibkz/ansible_collections/fedora/linux_system_roles/tests/rhc/tasks/setup_candlepin.yml:133 Tuesday 06 August 2024 13:17:19 -0400 (0:00:00.604) 0:02:19.222 ******** ok: [managed_node1] => { "changed": false, "connection": "close", "content_type": "application/json", "cookies": {}, "cookies_string": "", "date": "Tue, 06 Aug 2024 17:17:20 GMT", "elapsed": 1, "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": "a60ba491-c8c7-4da8-afa9-e10349203aec", "x_version": "4.4.14-1" } MSG: OK (unknown bytes) TASK [Get pools for product 5050] ********************************************** task path: /tmp/tmp.lkotlMibkz/ansible_collections/fedora/linux_system_roles/tests/rhc/tasks/setup_candlepin.yml:141 Tuesday 06 August 2024 13:17:20 -0400 (0:00:01.584) 0:02:20.806 ******** ok: [managed_node1] => { "changed": false, "connection": "close", "content_type": "application/json", "cookies": {}, "cookies_string": "", "date": "Tue, 06 Aug 2024 17:17:20 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": "aa624aff-7b32-4737-b7b1-7a8c40c0db9b", "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.lkotlMibkz/ansible_collections/fedora/linux_system_roles/tests/rhc/tasks/setup_candlepin.yml:149 Tuesday 06 August 2024 13:17:21 -0400 (0:00:00.950) 0:02:21.757 ******** 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:17:22 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": "f0619974-e1c4-44de-94ae-173cb0111975", "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:17: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/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": "247a40d8-b9f8-4678-89f2-514ffac44572", "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:17:23 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": "1e44f6f7-e320-4444-92cc-b31217987773", "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:17:23 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": "82d64b82-a5f5-474b-ab60-021f2afac325", "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:17:24 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": "9827a0f0-18b7-47e9-aa68-7a1b9a1b3243", "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:17:24 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": "c32e751c-02c2-42ed-b62a-911c235fefdf", "x_version": "4.4.14-1" } MSG: OK (unknown bytes) TASK [Add environments] ******************************************************** task path: /tmp/tmp.lkotlMibkz/ansible_collections/fedora/linux_system_roles/tests/rhc/tasks/setup_candlepin.yml:160 Tuesday 06 August 2024 13:17:25 -0400 (0:00:03.757) 0:02:25.514 ******** 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:17:26 GMT", "elapsed": 0, "item": { "desc": "The environment 1", "id": "envId1", "name": "Environment 1" }, "json": { "contentPrefix": null, "created": "2024-08-06T17:17:26+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:17:26+0000" }, "redirected": false, "status": 200, "transfer_encoding": "chunked", "url": "https://candlepin.local:8443/candlepin/owners/********/environments", "vary": "accept-encoding", "x_candlepin_request_uuid": "a84d5253-91bc-4731-a0f3-11de00cc5efa", "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:17:26 GMT", "elapsed": 0, "item": { "desc": "The environment 2", "id": "envId2", "name": "Environment 2" }, "json": { "contentPrefix": null, "created": "2024-08-06T17:17:26+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:17:26+0000" }, "redirected": false, "status": 200, "transfer_encoding": "chunked", "url": "https://candlepin.local:8443/candlepin/owners/********/environments", "vary": "accept-encoding", "x_candlepin_request_uuid": "84b412e2-6e80-4517-a755-b78b0fd233f6", "x_version": "4.4.14-1" } MSG: OK (unknown bytes) TASK [Check Candlepin works] *************************************************** task path: /tmp/tmp.lkotlMibkz/ansible_collections/fedora/linux_system_roles/tests/rhc/tasks/check_candlepin.yml:3 Tuesday 06 August 2024 13:17:27 -0400 (0:00:01.374) 0:02:26.889 ******** ok: [managed_node1] => { "changed": false, "connection": "close", "content_type": "application/json", "cookies": {}, "cookies_string": "", "date": "Tue, 06 Aug 2024 17:17:27 GMT", "elapsed": 0, "redirected": true, "status": 200, "transfer_encoding": "chunked", "url": "https://candlepin.local:8443/candlepin/", "vary": "accept-encoding", "x_candlepin_request_uuid": "bc61c4e6-f42f-4498-98b3-e68e7f06696b", "x_version": "4.4.14-1" } MSG: OK (unknown bytes) TASK [Skip if no test environments are set] ************************************ task path: /tmp/tmp.lkotlMibkz/ansible_collections/fedora/linux_system_roles/tests/rhc/tests_environments.yml:15 Tuesday 06 August 2024 13:17:27 -0400 (0:00:00.512) 0:02:27.401 ******** 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.lkotlMibkz/ansible_collections/fedora/linux_system_roles/tests/rhc/tests_environments.yml:22 Tuesday 06 August 2024 13:17:27 -0400 (0:00:00.023) 0:02:27.425 ******** ok: [managed_node1] TASK [Register (wrong environment)] ******************************************** task path: /tmp/tmp.lkotlMibkz/ansible_collections/fedora/linux_system_roles/tests/rhc/tests_environments.yml:33 Tuesday 06 August 2024 13:17:28 -0400 (0:00:00.509) 0:02:27.934 ******** 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.lkotlMibkz/ansible_collections/fedora/linux_system_roles/roles/rhc/tasks/main.yml:3 Tuesday 06 August 2024 13:17:28 -0400 (0:00:00.018) 0:02:27.952 ******** included: /tmp/tmp.lkotlMibkz/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.lkotlMibkz/ansible_collections/fedora/linux_system_roles/roles/rhc/tasks/set_vars.yml:3 Tuesday 06 August 2024 13:17:28 -0400 (0:00:00.015) 0:02:27.968 ******** 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.lkotlMibkz/ansible_collections/fedora/linux_system_roles/roles/rhc/tasks/set_vars.yml:11 Tuesday 06 August 2024 13:17:28 -0400 (0:00:00.015) 0:02:27.983 ******** 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.lkotlMibkz/ansible_collections/fedora/linux_system_roles/roles/rhc/tasks/set_vars.yml:16 Tuesday 06 August 2024 13:17:28 -0400 (0:00:00.013) 0:02:27.997 ******** 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.lkotlMibkz/ansible_collections/fedora/linux_system_roles/roles/rhc/tasks/set_vars.yml:20 Tuesday 06 August 2024 13:17:28 -0400 (0:00:00.012) 0:02:28.009 ******** 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.lkotlMibkz/ansible_collections/fedora/linux_system_roles/roles/rhc/tasks/main.yml:6 Tuesday 06 August 2024 13:17:28 -0400 (0:00:00.011) 0:02:28.020 ******** 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.lkotlMibkz/ansible_collections/fedora/linux_system_roles/roles/rhc/tasks/main.yml:15 Tuesday 06 August 2024 13:17:28 -0400 (0:00:00.010) 0:02:28.031 ******** included: /tmp/tmp.lkotlMibkz/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.lkotlMibkz/ansible_collections/fedora/linux_system_roles/roles/rhc/tasks/subscription-manager.yml:3 Tuesday 06 August 2024 13:17:28 -0400 (0:00:00.031) 0:02:28.062 ******** 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.lkotlMibkz/ansible_collections/fedora/linux_system_roles/roles/rhc/tasks/subscription-manager.yml:10 Tuesday 06 August 2024 13:17:30 -0400 (0:00:02.033) 0:02:30.095 ******** 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.lkotlMibkz/ansible_collections/fedora/linux_system_roles/roles/rhc/tasks/subscription-manager.yml:23 Tuesday 06 August 2024 13:17:30 -0400 (0:00:00.014) 0:02:30.110 ******** fatal: [managed_node1]: FAILED! => { "changed": false, "cmd": "/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.lkotlMibkz/ansible_collections/fedora/linux_system_roles/tests/rhc/tests_environments.yml:57 Tuesday 06 August 2024 13:17:32 -0400 (0:00:01.774) 0:02:31.885 ******** ok: [managed_node1] => { "changed": false } MSG: All assertions passed TASK [Register (with existing environments)] *********************************** task path: /tmp/tmp.lkotlMibkz/ansible_collections/fedora/linux_system_roles/tests/rhc/tests_environments.yml:63 Tuesday 06 August 2024 13:17:32 -0400 (0:00:00.015) 0:02:31.900 ******** 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.lkotlMibkz/ansible_collections/fedora/linux_system_roles/roles/rhc/tasks/main.yml:3 Tuesday 06 August 2024 13:17:32 -0400 (0:00:00.016) 0:02:31.917 ******** included: /tmp/tmp.lkotlMibkz/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.lkotlMibkz/ansible_collections/fedora/linux_system_roles/roles/rhc/tasks/set_vars.yml:3 Tuesday 06 August 2024 13:17:32 -0400 (0:00:00.015) 0:02:31.932 ******** 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.lkotlMibkz/ansible_collections/fedora/linux_system_roles/roles/rhc/tasks/set_vars.yml:11 Tuesday 06 August 2024 13:17:32 -0400 (0:00:00.014) 0:02:31.947 ******** 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.lkotlMibkz/ansible_collections/fedora/linux_system_roles/roles/rhc/tasks/set_vars.yml:16 Tuesday 06 August 2024 13:17:32 -0400 (0:00:00.015) 0:02:31.963 ******** 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.lkotlMibkz/ansible_collections/fedora/linux_system_roles/roles/rhc/tasks/set_vars.yml:20 Tuesday 06 August 2024 13:17:32 -0400 (0:00:00.013) 0:02:31.976 ******** 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.lkotlMibkz/ansible_collections/fedora/linux_system_roles/roles/rhc/tasks/main.yml:6 Tuesday 06 August 2024 13:17:32 -0400 (0:00:00.011) 0:02:31.987 ******** 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.lkotlMibkz/ansible_collections/fedora/linux_system_roles/roles/rhc/tasks/main.yml:15 Tuesday 06 August 2024 13:17:32 -0400 (0:00:00.011) 0:02:31.999 ******** included: /tmp/tmp.lkotlMibkz/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.lkotlMibkz/ansible_collections/fedora/linux_system_roles/roles/rhc/tasks/subscription-manager.yml:3 Tuesday 06 August 2024 13:17:32 -0400 (0:00:00.020) 0:02:32.020 ******** 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.lkotlMibkz/ansible_collections/fedora/linux_system_roles/roles/rhc/tasks/subscription-manager.yml:10 Tuesday 06 August 2024 13:17:34 -0400 (0:00:01.945) 0:02:33.965 ******** 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.lkotlMibkz/ansible_collections/fedora/linux_system_roles/roles/rhc/tasks/subscription-manager.yml:23 Tuesday 06 August 2024 13:17:34 -0400 (0:00:00.015) 0:02:33.981 ******** 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.lkotlMibkz/ansible_collections/fedora/linux_system_roles/roles/rhc/tasks/subscription-manager.yml:50 Tuesday 06 August 2024 13:17:42 -0400 (0:00:08.743) 0:02:42.724 ******** 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.lkotlMibkz/ansible_collections/fedora/linux_system_roles/roles/rhc/tasks/subscription-manager.yml:59 Tuesday 06 August 2024 13:17:42 -0400 (0:00:00.015) 0:02:42.740 ******** 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.lkotlMibkz/ansible_collections/fedora/linux_system_roles/roles/rhc/tasks/main.yml:18 Tuesday 06 August 2024 13:17:42 -0400 (0:00:00.010) 0:02:42.750 ******** skipping: [managed_node1] => { "changed": false, "false_condition": "ansible_distribution == \"RedHat\"", "skip_reason": "Conditional result was False" } TASK [Get enabled environments] ************************************************ task path: /tmp/tmp.lkotlMibkz/ansible_collections/fedora/linux_system_roles/tests/rhc/tests_environments.yml:93 Tuesday 06 August 2024 13:17:42 -0400 (0:00:00.012) 0:02:42.763 ******** included: /tmp/tmp.lkotlMibkz/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.lkotlMibkz/ansible_collections/fedora/linux_system_roles/tests/rhc/tasks/list_environments.yml:3 Tuesday 06 August 2024 13:17:42 -0400 (0:00:00.017) 0:02:42.781 ******** 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.490131", "end": "2024-08-06 13:17:43.744323", "rc": 0, "start": "2024-08-06 13:17:43.254192" } STDOUT: Environment 2 TASK [Check environments to enable are enabled] ******************************** task path: /tmp/tmp.lkotlMibkz/ansible_collections/fedora/linux_system_roles/tests/rhc/tests_environments.yml:96 Tuesday 06 August 2024 13:17:43 -0400 (0:00:00.865) 0:02:43.646 ******** ok: [managed_node1] => { "changed": false } MSG: All assertions passed TASK [Unregister] ************************************************************** task path: /tmp/tmp.lkotlMibkz/ansible_collections/fedora/linux_system_roles/tests/rhc/tests_environments.yml:104 Tuesday 06 August 2024 13:17:43 -0400 (0:00:00.020) 0:02:43.666 ******** 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.lkotlMibkz/ansible_collections/fedora/linux_system_roles/roles/rhc/tasks/main.yml:3 Tuesday 06 August 2024 13:17:43 -0400 (0:00:00.019) 0:02:43.686 ******** included: /tmp/tmp.lkotlMibkz/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.lkotlMibkz/ansible_collections/fedora/linux_system_roles/roles/rhc/tasks/set_vars.yml:3 Tuesday 06 August 2024 13:17:43 -0400 (0:00:00.015) 0:02:43.702 ******** 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.lkotlMibkz/ansible_collections/fedora/linux_system_roles/roles/rhc/tasks/set_vars.yml:11 Tuesday 06 August 2024 13:17:43 -0400 (0:00:00.015) 0:02:43.717 ******** 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.lkotlMibkz/ansible_collections/fedora/linux_system_roles/roles/rhc/tasks/set_vars.yml:16 Tuesday 06 August 2024 13:17:43 -0400 (0:00:00.014) 0:02:43.732 ******** 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.lkotlMibkz/ansible_collections/fedora/linux_system_roles/roles/rhc/tasks/set_vars.yml:20 Tuesday 06 August 2024 13:17:43 -0400 (0:00:00.014) 0:02:43.746 ******** 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.lkotlMibkz/ansible_collections/fedora/linux_system_roles/roles/rhc/tasks/main.yml:6 Tuesday 06 August 2024 13:17:43 -0400 (0:00:00.011) 0:02:43.757 ******** 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.lkotlMibkz/ansible_collections/fedora/linux_system_roles/roles/rhc/tasks/main.yml:15 Tuesday 06 August 2024 13:17:43 -0400 (0:00:00.011) 0:02:43.769 ******** included: /tmp/tmp.lkotlMibkz/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.lkotlMibkz/ansible_collections/fedora/linux_system_roles/roles/rhc/tasks/subscription-manager.yml:3 Tuesday 06 August 2024 13:17:43 -0400 (0:00:00.021) 0:02:43.790 ******** 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.lkotlMibkz/ansible_collections/fedora/linux_system_roles/roles/rhc/tasks/subscription-manager.yml:10 Tuesday 06 August 2024 13:17:43 -0400 (0:00:00.014) 0:02:43.804 ******** 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.lkotlMibkz/ansible_collections/fedora/linux_system_roles/roles/rhc/tasks/subscription-manager.yml:23 Tuesday 06 August 2024 13:17:43 -0400 (0:00:00.013) 0:02:43.818 ******** 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.lkotlMibkz/ansible_collections/fedora/linux_system_roles/roles/rhc/tasks/subscription-manager.yml:50 Tuesday 06 August 2024 13:17:46 -0400 (0:00:02.459) 0:02:46.278 ******** 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.lkotlMibkz/ansible_collections/fedora/linux_system_roles/roles/rhc/tasks/subscription-manager.yml:59 Tuesday 06 August 2024 13:17:46 -0400 (0:00:00.013) 0:02:46.291 ******** 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.lkotlMibkz/ansible_collections/fedora/linux_system_roles/roles/rhc/tasks/main.yml:18 Tuesday 06 August 2024 13:17:46 -0400 (0:00:00.010) 0:02:46.301 ******** 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:17:46 -0400 (0:00:00.015) 0:02:46.316 ******** =============================================================================== Install needed packages ------------------------------------------------ 76.26s /tmp/tmp.lkotlMibkz/ansible_collections/fedora/linux_system_roles/tests/rhc/tasks/setup_candlepin.yml:31 Start Candlepin container ---------------------------------------------- 27.93s /tmp/tmp.lkotlMibkz/ansible_collections/fedora/linux_system_roles/tests/rhc/tasks/setup_candlepin.yml:50 Wait for started Candlepin --------------------------------------------- 23.11s /tmp/tmp.lkotlMibkz/ansible_collections/fedora/linux_system_roles/tests/rhc/tasks/setup_candlepin.yml:117 fedora.linux_system_roles.rhc : Call subscription-manager --------------- 8.74s /tmp/tmp.lkotlMibkz/ansible_collections/fedora/linux_system_roles/roles/rhc/tasks/subscription-manager.yml:23 Add pools for product 5050 to default_key activation key ---------------- 3.76s /tmp/tmp.lkotlMibkz/ansible_collections/fedora/linux_system_roles/tests/rhc/tasks/setup_candlepin.yml:149 Update system certificates store ---------------------------------------- 2.88s /tmp/tmp.lkotlMibkz/ansible_collections/fedora/linux_system_roles/tests/rhc/tasks/setup_candlepin.yml:110 fedora.linux_system_roles.rhc : Call subscription-manager --------------- 2.46s /tmp/tmp.lkotlMibkz/ansible_collections/fedora/linux_system_roles/roles/rhc/tasks/subscription-manager.yml:23 fedora.linux_system_roles.rhc : Ensure required packages are installed --- 2.03s /tmp/tmp.lkotlMibkz/ansible_collections/fedora/linux_system_roles/roles/rhc/tasks/subscription-manager.yml:3 fedora.linux_system_roles.rhc : Ensure required packages are installed --- 1.95s /tmp/tmp.lkotlMibkz/ansible_collections/fedora/linux_system_roles/roles/rhc/tasks/subscription-manager.yml:3 Ensure directories exist ------------------------------------------------ 1.94s /tmp/tmp.lkotlMibkz/ansible_collections/fedora/linux_system_roles/tests/rhc/tasks/setup_candlepin.yml:71 fedora.linux_system_roles.rhc : Call subscription-manager --------------- 1.77s /tmp/tmp.lkotlMibkz/ansible_collections/fedora/linux_system_roles/roles/rhc/tasks/subscription-manager.yml:23 Query for default_key activation key ------------------------------------ 1.58s /tmp/tmp.lkotlMibkz/ansible_collections/fedora/linux_system_roles/tests/rhc/tasks/setup_candlepin.yml:133 Add environments -------------------------------------------------------- 1.37s /tmp/tmp.lkotlMibkz/ansible_collections/fedora/linux_system_roles/tests/rhc/tasks/setup_candlepin.yml:160 Copy Candlepin CA certificate for system -------------------------------- 1.27s /tmp/tmp.lkotlMibkz/ansible_collections/fedora/linux_system_roles/tests/rhc/tasks/setup_candlepin.yml:101 Copy Candlepin CA certificate for subscription-manager ------------------ 1.26s /tmp/tmp.lkotlMibkz/ansible_collections/fedora/linux_system_roles/tests/rhc/tasks/setup_candlepin.yml:92 Copy product certificates ----------------------------------------------- 1.07s /tmp/tmp.lkotlMibkz/ansible_collections/fedora/linux_system_roles/tests/rhc/tasks/setup_candlepin.yml:81 Get pools for product 5050 ---------------------------------------------- 0.95s /tmp/tmp.lkotlMibkz/ansible_collections/fedora/linux_system_roles/tests/rhc/tasks/setup_candlepin.yml:141 Run subscription-manager environments --list-enabled -------------------- 0.87s /tmp/tmp.lkotlMibkz/ansible_collections/fedora/linux_system_roles/tests/rhc/tasks/list_environments.yml:3 Check if system is ostree ----------------------------------------------- 0.80s /tmp/tmp.lkotlMibkz/ansible_collections/fedora/linux_system_roles/tests/rhc/tasks/setup_test_data.yml:32 Get facts for external test data ---------------------------------------- 0.72s /tmp/tmp.lkotlMibkz/ansible_collections/fedora/linux_system_roles/tests/rhc/tasks/setup_candlepin.yml:9