# STDOUT: ---v---v---v---v---v--- ansible-playbook [core 2.16.0] config file = /etc/ansible/ansible.cfg configured module search path = ['/home/jenkins/.ansible/plugins/modules', '/usr/share/ansible/plugins/modules'] ansible python module location = /opt/ansible-2.16/lib/python3.11/site-packages/ansible ansible collection location = /WORKDIR/git-jajerome-ansible-hostfh1al2lo/.collection executable location = /opt/ansible-2.16/bin/ansible-playbook python version = 3.11.5 (main, Sep 7 2023, 00:00:00) [GCC 11.4.1 20230605 (Red Hat 11.4.1-2)] (/opt/ansible-2.16/bin/python) jinja version = 3.1.2 libyaml = True Using /etc/ansible/ansible.cfg as config file statically imported: /WORKDIR/git-jajerome-ansible-hostfh1al2lo/tests/tasks/setup_candlepin.yml statically imported: /WORKDIR/git-jajerome-ansible-hostfh1al2lo/tests/tasks/setup_test_data.yml statically imported: /WORKDIR/git-jajerome-ansible-hostfh1al2lo/tests/tasks/check_candlepin.yml Skipping callback 'debug', as we already have a stdout callback. 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_register_unregister.yml **************************************** 1 plays in /WORKDIR/git-jajerome-ansible-hostfh1al2lo/tests/tests_register_unregister.yml PLAY [Basic register/unregister] *********************************************** TASK [Get LSR_RHC_TEST_DATA environment variable] ****************************** task path: /WORKDIR/git-jajerome-ansible-hostfh1al2lo/tests/tasks/setup_test_data.yml:3 Thursday 18 January 2024 17:42:18 +0000 (0:00:00.013) 0:00:00.013 ****** ok: [sut] => { "ansible_facts": { "lsr_rhc_test_data_file": "" }, "changed": false } TASK [Import test data] ******************************************************** task path: /WORKDIR/git-jajerome-ansible-hostfh1al2lo/tests/tasks/setup_test_data.yml:12 Thursday 18 January 2024 17:42:18 +0000 (0:00:00.010) 0:00:00.024 ****** skipping: [sut] => { "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: /WORKDIR/git-jajerome-ansible-hostfh1al2lo/tests/tasks/setup_test_data.yml:16 Thursday 18 January 2024 17:42:18 +0000 (0:00:00.014) 0:00:00.038 ****** skipping: [sut] => { "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: /WORKDIR/git-jajerome-ansible-hostfh1al2lo/tests/tasks/setup_test_data.yml:24 Thursday 18 January 2024 17:42:19 +0000 (0:00:00.015) 0:00:00.053 ****** ok: [sut] => { "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": [ "/WORKDIR/git-jajerome-ansible-hostfh1al2lo/tests/tasks/../files/candlepin_data.yml" ], "changed": false } TASK [Check if system is ostree] *********************************************** task path: /WORKDIR/git-jajerome-ansible-hostfh1al2lo/tests/tasks/setup_test_data.yml:32 Thursday 18 January 2024 17:42:19 +0000 (0:00:00.017) 0:00:00.071 ****** ok: [sut] => { "changed": false, "stat": { "exists": false } } TASK [Set flag to indicate system is ostree] *********************************** task path: /WORKDIR/git-jajerome-ansible-hostfh1al2lo/tests/tasks/setup_test_data.yml:37 Thursday 18 January 2024 17:42:19 +0000 (0:00:00.237) 0:00:00.308 ****** ok: [sut] => { "ansible_facts": { "__rhc_is_ostree": false }, "changed": false } TASK [Get facts for external test data] **************************************** task path: /WORKDIR/git-jajerome-ansible-hostfh1al2lo/tests/tasks/setup_candlepin.yml:9 Thursday 18 January 2024 17:42:19 +0000 (0:00:00.011) 0:00:00.320 ****** ok: [sut] TASK [Set helper fact for Candlepin base URL] ********************************** task path: /WORKDIR/git-jajerome-ansible-hostfh1al2lo/tests/tasks/setup_candlepin.yml:17 Thursday 18 January 2024 17:42:19 +0000 (0:00:00.470) 0:00:00.791 ****** ok: [sut] => { "ansible_facts": { "_cp_url": "https://candlepin.local:8443/candlepin" }, "changed": false } TASK [Add candlepin hostname to /etc/hosts] ************************************ task path: /WORKDIR/git-jajerome-ansible-hostfh1al2lo/tests/tasks/setup_candlepin.yml:21 Thursday 18 January 2024 17:42:19 +0000 (0:00:00.017) 0:00:00.808 ****** changed: [sut] => { "backup": "", "changed": true } MSG: line added TASK [Install needed packages] ************************************************* task path: /WORKDIR/git-jajerome-ansible-hostfh1al2lo/tests/tasks/setup_candlepin.yml:27 Thursday 18 January 2024 17:42:20 +0000 (0:00:00.257) 0:00:01.065 ****** changed: [sut] => { "changed": true, "rc": 0, "results": [ "Installed: fuse3-3.10.2-6.el9.x86_64", "Installed: aardvark-dns-2:1.9.0-1.el9.x86_64", "Installed: fuse3-libs-3.10.2-6.el9.x86_64", "Installed: container-selinux-3:2.228.0-1.el9.noarch", "Installed: netavark-2:1.9.0-1.el9.x86_64", "Installed: protobuf-c-1.3.3-13.el9.x86_64", "Installed: libslirp-4.4.0-7.el9.x86_64", "Installed: containers-common-2:1-55.el9.x86_64", "Installed: podman-2:4.8.1-1.el9.x86_64", "Installed: yajl-2.1.0-22.el9.x86_64", "Installed: slirp4netns-1.2.2-1.el9.x86_64", "Installed: fuse-common-3.10.2-6.el9.x86_64", "Installed: libnet-1.2-6.el9.x86_64", "Installed: criu-3.19-1.el9.x86_64", "Installed: criu-libs-3.19-1.el9.x86_64", "Installed: crun-1.12-1.el9.x86_64", "Installed: fuse-overlayfs-1.12-1.el9.x86_64", "Installed: shadow-utils-subid-2:4.9-8.el9.x86_64", "Installed: conmon-2:2.1.10-1.el9.x86_64" ] } TASK [Stop and remove Candlepin container] ************************************* task path: /WORKDIR/git-jajerome-ansible-hostfh1al2lo/tests/tasks/setup_candlepin.yml:34 Thursday 18 January 2024 17:43:09 +0000 (0:00:49.065) 0:00:50.131 ****** ok: [sut] => { "actions": [], "changed": false, "container": {}, "podman_actions": [] } TASK [Start Candlepin container] *********************************************** task path: /WORKDIR/git-jajerome-ansible-hostfh1al2lo/tests/tasks/setup_candlepin.yml:39 Thursday 18 January 2024 17:43:09 +0000 (0:00:00.477) 0:00:50.608 ****** changed: [sut] => { "actions": [ "pulled image ghcr.io/ptoscano/candlepin-unofficial", "started candlepin" ], "changed": true, "container": { "AppArmorProfile": "", "Args": [ "/sbin/init" ], "BoundingCaps": [ "CAP_CHOWN", "CAP_DAC_OVERRIDE", "CAP_FOWNER", "CAP_FSETID", "CAP_KILL", "CAP_NET_BIND_SERVICE", "CAP_SETFCAP", "CAP_SETGID", "CAP_SETPCAP", "CAP_SETUID", "CAP_SYS_CHROOT" ], "Config": { "Annotations": { "io.container.manager": "libpod", "io.podman.annotations.autoremove": "TRUE", "org.opencontainers.image.stopSignal": "37" }, "AttachStderr": false, "AttachStdin": false, "AttachStdout": false, "Cmd": [ "/sbin/init" ], "CreateCommand": [ "podman", "container", "run", "--name", "candlepin", "--detach=True", "--hostname", "candlepin.local", "--privileged=False", "--publish", "8443:8443", "--publish", "8080:8080", "--rm", "ghcr.io/ptoscano/candlepin-unofficial" ], "Domainname": "", "Entrypoint": "/sbin/init", "Env": [ "PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin", "container=podman", "TERM=xterm", "HOSTNAME=candlepin.local", "HOME=/root", "container_uuid=0925ab09fae61416910de70246eb2e49" ], "HealthcheckOnFailureAction": "none", "Hostname": "candlepin.local", "Image": "ghcr.io/ptoscano/candlepin-unofficial:latest", "Labels": { "io.buildah.version": "1.23.1", "org.label-schema.build-date": "20240109", "org.label-schema.license": "GPLv2", "org.label-schema.name": "CentOS Stream 9 Base Image", "org.label-schema.schema-version": "1.0", "org.label-schema.vendor": "CentOS" }, "OnBuild": null, "OpenStdin": false, "Passwd": true, "StdinOnce": false, "StopSignal": 37, "StopTimeout": 10, "SystemdMode": true, "Timeout": 0, "Tty": false, "Umask": "0022", "User": "root", "Volumes": null, "WorkingDir": "/home/candlepin", "sdNotifyMode": "container" }, "ConmonPidFile": "/run/containers/storage/overlay-containers/0925ab09fae61416910de70246eb2e49dfb1c75743f200c4ed1dc5c11d934301/userdata/conmon.pid", "Created": "2024-01-18T17:43:32.433904472Z", "Dependencies": [], "Driver": "overlay", "EffectiveCaps": [ "CAP_CHOWN", "CAP_DAC_OVERRIDE", "CAP_FOWNER", "CAP_FSETID", "CAP_KILL", "CAP_NET_BIND_SERVICE", "CAP_SETFCAP", "CAP_SETGID", "CAP_SETPCAP", "CAP_SETUID", "CAP_SYS_CHROOT" ], "ExecIDs": [], "GraphDriver": { "Data": { "LowerDir": "/var/lib/containers/storage/overlay/6de23b201c8b1f3c664261dac711543bd88171578eb37dafcfb7e889495e7cda/diff", "MergedDir": "/var/lib/containers/storage/overlay/ec078e214703737e55b9481c300f0e2ce67a8f63bc56ebe873612b5c409e4a6d/merged", "UpperDir": "/var/lib/containers/storage/overlay/ec078e214703737e55b9481c300f0e2ce67a8f63bc56ebe873612b5c409e4a6d/diff", "WorkDir": "/var/lib/containers/storage/overlay/ec078e214703737e55b9481c300f0e2ce67a8f63bc56ebe873612b5c409e4a6d/work" }, "Name": "overlay" }, "HostConfig": { "AutoRemove": true, "Binds": [], "BlkioDeviceReadBps": null, "BlkioDeviceReadIOps": null, "BlkioDeviceWriteBps": null, "BlkioDeviceWriteIOps": null, "BlkioWeight": 0, "BlkioWeightDevice": null, "CapAdd": [], "CapDrop": [], "Cgroup": "", "CgroupConf": null, "CgroupManager": "systemd", "CgroupMode": "private", "CgroupParent": "", "Cgroups": "default", "ConsoleSize": [ 0, 0 ], "ContainerIDFile": "", "CpuCount": 0, "CpuPercent": 0, "CpuPeriod": 0, "CpuQuota": 0, "CpuRealtimePeriod": 0, "CpuRealtimeRuntime": 0, "CpuShares": 0, "CpusetCpus": "", "CpusetMems": "", "Devices": [], "DiskQuota": 0, "Dns": [], "DnsOptions": [], "DnsSearch": [], "ExtraHosts": [], "GroupAdd": [], "IOMaximumBandwidth": 0, "IOMaximumIOps": 0, "IpcMode": "shareable", "Isolation": "", "KernelMemory": 0, "Links": null, "LogConfig": { "Config": null, "Path": "", "Size": "0B", "Tag": "", "Type": "journald" }, "Memory": 0, "MemoryReservation": 0, "MemorySwap": 0, "MemorySwappiness": 0, "NanoCpus": 0, "NetworkMode": "bridge", "OomKillDisable": false, "OomScoreAdj": 0, "PidMode": "private", "PidsLimit": 2048, "PortBindings": { "8080/tcp": [ { "HostIp": "", "HostPort": "8080" } ], "8443/tcp": [ { "HostIp": "", "HostPort": "8443" } ] }, "Privileged": false, "PublishAllPorts": false, "ReadonlyRootfs": false, "RestartPolicy": { "MaximumRetryCount": 0, "Name": "" }, "Runtime": "oci", "SecurityOpt": [], "ShmSize": 65536000, "Tmpfs": {}, "UTSMode": "private", "Ulimits": [ { "Hard": 4194304, "Name": "RLIMIT_NPROC", "Soft": 4194304 } ], "UsernsMode": "", "VolumeDriver": "", "VolumesFrom": null }, "HostnamePath": "/run/containers/storage/overlay-containers/0925ab09fae61416910de70246eb2e49dfb1c75743f200c4ed1dc5c11d934301/userdata/hostname", "HostsPath": "/run/containers/storage/overlay-containers/0925ab09fae61416910de70246eb2e49dfb1c75743f200c4ed1dc5c11d934301/userdata/hosts", "Id": "0925ab09fae61416910de70246eb2e49dfb1c75743f200c4ed1dc5c11d934301", "Image": "af88606f0277e15c83b5dda0caa8b53b3e4d11ae53faeb013118f2bd7d1a3c39", "ImageDigest": "sha256:2d1a16328e3a826664c7b3b28dcea36fee36b80ec0ec71848b59f137c8b09ef0", "ImageName": "ghcr.io/ptoscano/candlepin-unofficial:latest", "IsInfra": false, "IsService": false, "KubeExitCodePropagation": "invalid", "MountLabel": "system_u:object_r:container_file_t:s0:c576,c600", "Mounts": [], "Name": "candlepin", "Namespace": "", "NetworkSettings": { "Bridge": "", "EndpointID": "", "Gateway": "10.88.0.1", "GlobalIPv6Address": "", "GlobalIPv6PrefixLen": 0, "HairpinMode": false, "IPAddress": "10.88.0.2", "IPPrefixLen": 16, "IPv6Gateway": "", "LinkLocalIPv6Address": "", "LinkLocalIPv6PrefixLen": 0, "MacAddress": "d2:8d:e7:9b:a0:e0", "Networks": { "podman": { "Aliases": [ "0925ab09fae6", "candlepin.local" ], "DriverOpts": null, "EndpointID": "", "Gateway": "10.88.0.1", "GlobalIPv6Address": "", "GlobalIPv6PrefixLen": 0, "IPAMConfig": null, "IPAddress": "10.88.0.2", "IPPrefixLen": 16, "IPv6Gateway": "", "Links": null, "MacAddress": "d2:8d:e7:9b:a0:e0", "NetworkID": "podman" } }, "Ports": { "22/tcp": null, "8080/tcp": [ { "HostIp": "", "HostPort": "8080" } ], "8443/tcp": [ { "HostIp": "", "HostPort": "8443" } ] }, "SandboxID": "", "SandboxKey": "/run/netns/netns-fde2b5be-74b0-f19e-db6d-be45986ebc70" }, "OCIConfigPath": "/var/lib/containers/storage/overlay-containers/0925ab09fae61416910de70246eb2e49dfb1c75743f200c4ed1dc5c11d934301/userdata/config.json", "OCIRuntime": "crun", "Path": "/sbin/init", "PidFile": "/run/containers/storage/overlay-containers/0925ab09fae61416910de70246eb2e49dfb1c75743f200c4ed1dc5c11d934301/userdata/pidfile", "Pod": "", "ProcessLabel": "system_u:system_r:container_init_t:s0:c576,c600", "ResolvConfPath": "/run/containers/storage/overlay-containers/0925ab09fae61416910de70246eb2e49dfb1c75743f200c4ed1dc5c11d934301/userdata/resolv.conf", "RestartCount": 0, "Rootfs": "", "State": { "CgroupPath": "/machine.slice/libpod-0925ab09fae61416910de70246eb2e49dfb1c75743f200c4ed1dc5c11d934301.scope", "CheckpointedAt": "0001-01-01T00:00:00Z", "ConmonPid": 10415, "Dead": false, "Error": "", "ExitCode": 0, "FinishedAt": "0001-01-01T00:00:00Z", "Health": { "FailingStreak": 0, "Log": null, "Status": "" }, "OOMKilled": false, "OciVersion": "1.1.0+dev", "Paused": false, "Pid": 10417, "Restarting": false, "RestoredAt": "0001-01-01T00:00:00Z", "Running": true, "StartedAt": "2024-01-18T17:43:33.760555945Z", "Status": "running" }, "StaticDir": "/var/lib/containers/storage/overlay-containers/0925ab09fae61416910de70246eb2e49dfb1c75743f200c4ed1dc5c11d934301/userdata", "lockNumber": 0 }, "podman_actions": [ "podman run --name candlepin --detach=True --hostname candlepin.local --privileged=False --publish 8443:8443 --publish 8080:8080 --rm ghcr.io/ptoscano/candlepin-unofficial" ], "podman_systemd": { "container-candlepin": "# container-candlepin.service\n# autogenerated by Podman 4.8.1\n# Thu Jan 18 17:43:34 UTC 2024\n\n[Unit]\nDescription=Podman container-candlepin.service\nDocumentation=man:podman-generate-systemd(1)\nWants=network-online.target\nAfter=network-online.target\nRequiresMountsFor=/run/containers/storage\n\n[Service]\nEnvironment=PODMAN_SYSTEMD_UNIT=%n\nRestart=on-failure\nTimeoutStopSec=70\nExecStart=/usr/bin/podman start candlepin\nExecStop=/usr/bin/podman stop \\\n\t-t 10 candlepin\nExecStopPost=/usr/bin/podman stop \\\n\t-t 10 candlepin\nPIDFile=/run/containers/storage/overlay-containers/0925ab09fae61416910de70246eb2e49dfb1c75743f200c4ed1dc5c11d934301/userdata/conmon.pid\nType=forking\n\n[Install]\nWantedBy=default.target\n" } } STDOUT: 0925ab09fae61416910de70246eb2e49dfb1c75743f200c4ed1dc5c11d934301 TASK [Ensure directories exist] ************************************************ task path: /WORKDIR/git-jajerome-ansible-hostfh1al2lo/tests/tasks/setup_candlepin.yml:52 Thursday 18 January 2024 17:43:34 +0000 (0:00:24.559) 0:01:15.168 ****** changed: [sut] => (item=/etc/pki/product) => { "ansible_loop_var": "item", "changed": true, "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 } changed: [sut] => (item=/etc/pki/product-default) => { "ansible_loop_var": "item", "changed": true, "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 } changed: [sut] => (item=/etc/rhsm/ca) => { "ansible_loop_var": "item", "changed": true, "gid": 0, "group": "root", "item": "/etc/rhsm/ca", "mode": "0755", "owner": "root", "path": "/etc/rhsm/ca", "secontext": "unconfined_u:object_r:etc_t:s0", "size": 6, "state": "directory", "uid": 0 } TASK [Copy product certificates] *********************************************** task path: /WORKDIR/git-jajerome-ansible-hostfh1al2lo/tests/tasks/setup_candlepin.yml:62 Thursday 18 January 2024 17:43:35 +0000 (0:00:01.191) 0:01:16.359 ****** ok: [sut] => (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.450398", "end": "2024-01-18 17:43:36.196935", "item": "5050", "rc": 0, "start": "2024-01-18 17:43:35.746537" } TASK [Copy Candlepin CA certificate for subscription-manager] ****************** task path: /WORKDIR/git-jajerome-ansible-hostfh1al2lo/tests/tasks/setup_candlepin.yml:73 Thursday 18 January 2024 17:43:36 +0000 (0:00:00.916) 0:01:17.275 ****** ok: [sut] => { "changed": false, "cmd": [ "podman", "cp", "candlepin:/etc/candlepin/certs/candlepin-ca.crt", "/etc/rhsm/ca/candlepin-ca.pem" ], "delta": "0:00:00.498454", "end": "2024-01-18 17:43:37.060970", "rc": 0, "start": "2024-01-18 17:43:36.562516" } TASK [Copy Candlepin CA certificate for system] ******************************** task path: /WORKDIR/git-jajerome-ansible-hostfh1al2lo/tests/tasks/setup_candlepin.yml:82 Thursday 18 January 2024 17:43:37 +0000 (0:00:00.869) 0:01:18.145 ****** ok: [sut] => { "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.488685", "end": "2024-01-18 17:43:37.948165", "rc": 0, "start": "2024-01-18 17:43:37.459480" } TASK [Update system certificates store] **************************************** task path: /WORKDIR/git-jajerome-ansible-hostfh1al2lo/tests/tasks/setup_candlepin.yml:91 Thursday 18 January 2024 17:43:37 +0000 (0:00:00.884) 0:01:19.030 ****** ok: [sut] => { "changed": false, "cmd": [ "update-ca-trust", "extract" ], "delta": "0:00:01.667700", "end": "2024-01-18 17:43:39.999432", "rc": 0, "start": "2024-01-18 17:43:38.331732" } TASK [Wait for started Candlepin] ********************************************** task path: /WORKDIR/git-jajerome-ansible-hostfh1al2lo/tests/tasks/setup_candlepin.yml:98 Thursday 18 January 2024 17:43:40 +0000 (0:00:02.045) 0:01:21.075 ****** ok: [sut] => { "attempts": 1, "changed": false, "connection": "close", "content_type": "application/json", "cookies": {}, "cookies_string": "", "date": "Thu, 18 Jan 2024 17:44:00 GMT", "elapsed": 20, "redirected": true, "status": 200, "transfer_encoding": "chunked", "url": "https://candlepin.local:8443/candlepin/", "vary": "accept-encoding", "x_candlepin_request_uuid": "a608f68d-b572-41ca-988b-b2175fa78ed9", "x_version": "4.4.3-1" } MSG: OK (unknown bytes) TASK [Install GPG key for RPM repositories] ************************************ task path: /WORKDIR/git-jajerome-ansible-hostfh1al2lo/tests/tasks/setup_candlepin.yml:108 Thursday 18 January 2024 17:44:01 +0000 (0:00:20.987) 0:01:42.062 ****** changed: [sut] => { "changed": true, "checksum_dest": null, "checksum_src": "d178e73d478af1a430dc0db7bc623e5e3959b1b8", "dest": "/etc/pki/rpm-gpg/RPM-GPG-KEY-candlepin", "elapsed": 0, "gid": 0, "group": "root", "md5sum": "de448bf6090b3c3acb1f7963b325427a", "mode": "0644", "owner": "root", "secontext": "system_u:object_r:cert_t:s0", "size": 1660, "src": "/root/.ansible/tmp/ansible-moduletmp-1705599841.315507-rttg25as/tmp6p706vla", "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: /WORKDIR/git-jajerome-ansible-hostfh1al2lo/tests/tasks/setup_candlepin.yml:114 Thursday 18 January 2024 17:44:01 +0000 (0:00:00.541) 0:01:42.604 ****** ok: [sut] => { "changed": false, "connection": "close", "content_type": "application/json", "cookies": {}, "cookies_string": "", "date": "Thu, 18 Jan 2024 17:44:02 GMT", "elapsed": 0, "json": [ { "addOns": [], "autoAttach": null, "contentOverrides": [], "created": "2024-01-11T16:57:55+0000", "description": null, "id": "8a8082e48cf974d6018cf9757d720746", "name": "default_key", "owner": { "contentAccessMode": "entitlement", "displayName": "Admin Owner", "href": "/owners/********", "id": "8a8082e48cf974d6018cf974e4de0002", "key": "VALUE_SPECIFIED_IN_NO_LOG_PARAMETER" }, "pools": [], "products": [], "releaseVer": { "releaseVer": null }, "role": null, "serviceLevel": null, "updated": "2024-01-11T16:57:55+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": "b5d710bf-1e62-48f6-8050-88b2f73cc90d", "x_version": "4.4.3-1" } MSG: OK (unknown bytes) TASK [Get pools for product 5050] ********************************************** task path: /WORKDIR/git-jajerome-ansible-hostfh1al2lo/tests/tasks/setup_candlepin.yml:122 Thursday 18 January 2024 17:44:02 +0000 (0:00:01.087) 0:01:43.692 ****** ok: [sut] => { "changed": false, "connection": "close", "content_type": "application/json", "cookies": {}, "cookies_string": "", "date": "Thu, 18 Jan 2024 17:44:03 GMT", "elapsed": 0, "json": [ { "accountNumber": "8155523356", "activeSubscription": true, "attributes": [], "branding": [ { "created": "2024-01-11T16:57:20+0000", "name": "Branded Admin OS Server Bundled (2 Sockets, Standard Support)", "productId": "37065", "type": "OS", "updated": "2024-01-11T16:57:20+0000" } ], "calculatedAttributes": { "compliance_type": "Standard" }, "consumed": 0, "contractNumber": "0", "created": "2024-01-11T16:57:20+0000", "derivedProductAttributes": [], "derivedProductId": null, "derivedProductName": null, "derivedProvidedProducts": [], "developmentPool": false, "endDate": "2025-01-05T16:57:18+0000", "exported": 0, "href": "/pools/8a8082e48cf974d6018cf974f29c0307", "id": "8a8082e48cf974d6018cf974f29c0307", "managed": true, "orderNumber": "order-28645278", "owner": { "contentAccessMode": "entitlement", "displayName": "Admin Owner", "href": "/owners/********", "id": "8a8082e48cf974d6018cf974e4de0002", "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": "arch", "value": "ALL" }, { "name": "sockets", "value": "2" }, { "name": "support_level", "value": "Standard" }, { "name": "support_type", "value": "L1-L3" }, { "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-01-06T16:57:18+0000", "subscriptionId": "upstream-18699492", "subscriptionSubKey": "master", "type": "NORMAL", "updated": "2024-01-11T16:57:20+0000", "upstreamConsumerId": null, "upstreamEntitlementId": null, "upstreamPoolId": null }, { "accountNumber": "8155523356", "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-01-11T16:57:20+0000", "name": "Branded Admin OS Instance Based one socket", "productId": "32060", "type": "OS", "updated": "2024-01-11T16:57:20+0000" } ], "calculatedAttributes": { "compliance_type": "Instance Based (Temporary)" }, "consumed": 0, "contractNumber": "0", "created": "2024-01-11T16:57:20+0000", "derivedProductAttributes": [], "derivedProductId": null, "derivedProductName": null, "derivedProvidedProducts": [], "developmentPool": false, "endDate": "2025-01-05T16:57:18+0000", "exported": 0, "href": "/pools/8a8082e48cf974d6018cf974f28a02c9", "id": "8a8082e48cf974d6018cf974f28a02c9", "managed": true, "orderNumber": "order-28645278", "owner": { "contentAccessMode": "entitlement", "displayName": "Admin Owner", "href": "/owners/********", "id": "8a8082e48cf974d6018cf974e4de0002", "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": "arch", "value": "ALL" }, { "name": "sockets", "value": "1" }, { "name": "stacking_id", "value": "15" }, { "name": "support_level", "value": "Standard" }, { "name": "support_type", "value": "L1-L3" }, { "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-01-06T16:57:18+0000", "subscriptionId": "upstream-59962853", "subscriptionSubKey": "derived", "type": "UNMAPPED_GUEST", "updated": "2024-01-11T16:57:20+0000", "upstreamConsumerId": null, "upstreamEntitlementId": null, "upstreamPoolId": null }, { "accountNumber": "8155523356", "activeSubscription": true, "attributes": [], "branding": [ { "created": "2024-01-11T16:57:20+0000", "name": "Branded Admin OS Instance Based one socket", "productId": "32060", "type": "OS", "updated": "2024-01-11T16:57:20+0000" } ], "calculatedAttributes": { "compliance_type": "Instance Based" }, "consumed": 0, "contractNumber": "0", "created": "2024-01-11T16:57:20+0000", "derivedProductAttributes": [], "derivedProductId": null, "derivedProductName": null, "derivedProvidedProducts": [], "developmentPool": false, "endDate": "2025-01-05T16:57:18+0000", "exported": 0, "href": "/pools/8a8082e48cf974d6018cf974f28a02c7", "id": "8a8082e48cf974d6018cf974f28a02c7", "managed": true, "orderNumber": "order-28645278", "owner": { "contentAccessMode": "entitlement", "displayName": "Admin Owner", "href": "/owners/********", "id": "8a8082e48cf974d6018cf974e4de0002", "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": "arch", "value": "ALL" }, { "name": "sockets", "value": "1" }, { "name": "stacking_id", "value": "15" }, { "name": "support_level", "value": "Standard" }, { "name": "support_type", "value": "L1-L3" }, { "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-01-06T16:57:18+0000", "subscriptionId": "upstream-59962853", "subscriptionSubKey": "master", "type": "NORMAL", "updated": "2024-01-11T16:57:20+0000", "upstreamConsumerId": null, "upstreamEntitlementId": null, "upstreamPoolId": null }, { "accountNumber": "8155523356", "activeSubscription": true, "attributes": [], "branding": [ { "created": "2024-01-11T16:57:20+0000", "name": "Branded Admin OS Server Bundled (2 Sockets, Standard Support)", "productId": "37065", "type": "OS", "updated": "2024-01-11T16:57:20+0000" } ], "calculatedAttributes": { "compliance_type": "Standard" }, "consumed": 0, "contractNumber": "0", "created": "2024-01-11T16:57:20+0000", "derivedProductAttributes": [], "derivedProductId": null, "derivedProductName": null, "derivedProvidedProducts": [], "developmentPool": false, "endDate": "2025-01-05T16:57:18+0000", "exported": 0, "href": "/pools/8a8082e48cf974d6018cf974f28802c1", "id": "8a8082e48cf974d6018cf974f28802c1", "managed": true, "orderNumber": "order-28645278", "owner": { "contentAccessMode": "entitlement", "displayName": "Admin Owner", "href": "/owners/********", "id": "8a8082e48cf974d6018cf974e4de0002", "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": "arch", "value": "ALL" }, { "name": "sockets", "value": "2" }, { "name": "support_level", "value": "Standard" }, { "name": "support_type", "value": "L1-L3" }, { "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-01-06T16:57:18+0000", "subscriptionId": "upstream-51556531", "subscriptionSubKey": "master", "type": "NORMAL", "updated": "2024-01-11T16:57:20+0000", "upstreamConsumerId": null, "upstreamEntitlementId": null, "upstreamPoolId": null }, { "accountNumber": "8155523356", "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-01-11T16:57:20+0000", "name": "Branded Admin OS Instance Based one socket", "productId": "32060", "type": "OS", "updated": "2024-01-11T16:57:20+0000" } ], "calculatedAttributes": { "compliance_type": "Instance Based (Temporary)" }, "consumed": 0, "contractNumber": "0", "created": "2024-01-11T16:57:20+0000", "derivedProductAttributes": [], "derivedProductId": null, "derivedProductName": null, "derivedProvidedProducts": [], "developmentPool": false, "endDate": "2025-01-05T16:57:18+0000", "exported": 0, "href": "/pools/8a8082e48cf974d6018cf974f25e023d", "id": "8a8082e48cf974d6018cf974f25e023d", "managed": true, "orderNumber": "order-28645278", "owner": { "contentAccessMode": "entitlement", "displayName": "Admin Owner", "href": "/owners/********", "id": "8a8082e48cf974d6018cf974e4de0002", "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": "arch", "value": "ALL" }, { "name": "sockets", "value": "1" }, { "name": "stacking_id", "value": "15" }, { "name": "support_level", "value": "Standard" }, { "name": "support_type", "value": "L1-L3" }, { "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-01-06T16:57:18+0000", "subscriptionId": "upstream-60005341", "subscriptionSubKey": "derived", "type": "UNMAPPED_GUEST", "updated": "2024-01-11T16:57:20+0000", "upstreamConsumerId": null, "upstreamEntitlementId": null, "upstreamPoolId": null }, { "accountNumber": "8155523356", "activeSubscription": true, "attributes": [], "branding": [ { "created": "2024-01-11T16:57:20+0000", "name": "Branded Admin OS Instance Based one socket", "productId": "32060", "type": "OS", "updated": "2024-01-11T16:57:20+0000" } ], "calculatedAttributes": { "compliance_type": "Instance Based" }, "consumed": 0, "contractNumber": "0", "created": "2024-01-11T16:57:20+0000", "derivedProductAttributes": [], "derivedProductId": null, "derivedProductName": null, "derivedProvidedProducts": [], "developmentPool": false, "endDate": "2025-01-05T16:57:18+0000", "exported": 0, "href": "/pools/8a8082e48cf974d6018cf974f25e023b", "id": "8a8082e48cf974d6018cf974f25e023b", "managed": true, "orderNumber": "order-28645278", "owner": { "contentAccessMode": "entitlement", "displayName": "Admin Owner", "href": "/owners/********", "id": "8a8082e48cf974d6018cf974e4de0002", "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": "arch", "value": "ALL" }, { "name": "sockets", "value": "1" }, { "name": "stacking_id", "value": "15" }, { "name": "support_level", "value": "Standard" }, { "name": "support_type", "value": "L1-L3" }, { "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-01-06T16:57:18+0000", "subscriptionId": "upstream-60005341", "subscriptionSubKey": "master", "type": "NORMAL", "updated": "2024-01-11T16:57:20+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": "e72ac325-247a-4a6c-867d-f81f1303e3e6", "x_version": "4.4.3-1" } MSG: OK (unknown bytes) TASK [Add pools for product 5050 to default_key activation key] **************** task path: /WORKDIR/git-jajerome-ansible-hostfh1al2lo/tests/tasks/setup_candlepin.yml:130 Thursday 18 January 2024 17:44:03 +0000 (0:00:00.973) 0:01:44.665 ****** ok: [sut] => (item={'created': '2024-01-11T16:57:20+0000', 'updated': '2024-01-11T16:57:20+0000', 'id': '8a8082e48cf974d6018cf974f29c0307', 'type': 'NORMAL', 'owner': {'id': '8a8082e48cf974d6018cf974e4de0002', 'key': 'VALUE_SPECIFIED_IN_NO_LOG_PARAMETER', 'displayName': 'Admin Owner', 'href': '/owners/********', 'contentAccessMode': 'entitlement'}, 'activeSubscription': True, 'sourceEntitlement': None, 'quantity': 5, 'startDate': '2024-01-06T16:57:18+0000', 'endDate': '2025-01-05T16:57:18+0000', 'attributes': [], 'restrictedToUsername': None, 'contractNumber': '0', 'accountNumber': '8155523356', 'orderNumber': 'order-28645278', 'consumed': 0, 'exported': 0, 'branding': [{'created': '2024-01-11T16:57:20+0000', 'updated': '2024-01-11T16:57:20+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': 'arch', 'value': 'ALL'}, {'name': 'sockets', 'value': '2'}, {'name': 'support_level', 'value': 'Standard'}, {'name': 'support_type', 'value': 'L1-L3'}, {'name': 'type', 'value': 'MKT'}, {'name': 'version', 'value': '6.1'}], 'stackId': None, 'stacked': False, 'sourceStackId': None, 'developmentPool': False, 'href': '/pools/8a8082e48cf974d6018cf974f29c0307', '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-18699492', 'managed': True}) => { "ansible_loop_var": "item", "changed": false, "connection": "close", "content_type": "application/json", "cookies": {}, "cookies_string": "", "date": "Thu, 18 Jan 2024 17:44:04 GMT", "elapsed": 0, "item": { "accountNumber": "8155523356", "activeSubscription": true, "attributes": [], "branding": [ { "created": "2024-01-11T16:57:20+0000", "name": "Branded Admin OS Server Bundled (2 Sockets, Standard Support)", "productId": "37065", "type": "OS", "updated": "2024-01-11T16:57:20+0000" } ], "calculatedAttributes": { "compliance_type": "Standard" }, "consumed": 0, "contractNumber": "0", "created": "2024-01-11T16:57:20+0000", "derivedProductAttributes": [], "derivedProductId": null, "derivedProductName": null, "derivedProvidedProducts": [], "developmentPool": false, "endDate": "2025-01-05T16:57:18+0000", "exported": 0, "href": "/pools/8a8082e48cf974d6018cf974f29c0307", "id": "8a8082e48cf974d6018cf974f29c0307", "managed": true, "orderNumber": "order-28645278", "owner": { "contentAccessMode": "entitlement", "displayName": "Admin Owner", "href": "/owners/********", "id": "8a8082e48cf974d6018cf974e4de0002", "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": "arch", "value": "ALL" }, { "name": "sockets", "value": "2" }, { "name": "support_level", "value": "Standard" }, { "name": "support_type", "value": "L1-L3" }, { "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-01-06T16:57:18+0000", "subscriptionId": "upstream-18699492", "subscriptionSubKey": "master", "type": "NORMAL", "updated": "2024-01-11T16:57:20+0000", "upstreamConsumerId": null, "upstreamEntitlementId": null, "upstreamPoolId": null }, "json": { "addOns": [], "autoAttach": null, "contentOverrides": [], "created": "2024-01-11T16:57:55+0000", "description": null, "id": "8a8082e48cf974d6018cf9757d720746", "name": "default_key", "owner": { "contentAccessMode": "entitlement", "displayName": "Admin Owner", "href": "/owners/********", "id": "8a8082e48cf974d6018cf974e4de0002", "key": "VALUE_SPECIFIED_IN_NO_LOG_PARAMETER" }, "pools": [ { "poolId": "8a8082e48cf974d6018cf974f29c0307", "quantity": null } ], "products": [], "releaseVer": { "releaseVer": null }, "role": null, "serviceLevel": null, "updated": "2024-01-11T16:57:55+0000", "usage": null }, "redirected": false, "status": 200, "transfer_encoding": "chunked", "url": "https://candlepin.local:8443/candlepin/activation_keys/8a8082e48cf974d6018cf9757d720746/pools/8a8082e48cf974d6018cf974f29c0307", "vary": "accept-encoding", "x_candlepin_request_uuid": "5a89cf1e-97d4-4f43-a201-b47679df582d", "x_version": "4.4.3-1" } MSG: OK (unknown bytes) ok: [sut] => (item={'created': '2024-01-11T16:57:20+0000', 'updated': '2024-01-11T16:57:20+0000', 'id': '8a8082e48cf974d6018cf974f28a02c9', 'type': 'UNMAPPED_GUEST', 'owner': {'id': '8a8082e48cf974d6018cf974e4de0002', 'key': 'VALUE_SPECIFIED_IN_NO_LOG_PARAMETER', 'displayName': 'Admin Owner', 'href': '/owners/********', 'contentAccessMode': 'entitlement'}, 'activeSubscription': True, 'sourceEntitlement': None, 'quantity': 10, 'startDate': '2024-01-06T16:57:18+0000', 'endDate': '2025-01-05T16:57:18+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': '8155523356', 'orderNumber': 'order-28645278', 'consumed': 0, 'exported': 0, 'branding': [{'created': '2024-01-11T16:57:20+0000', 'updated': '2024-01-11T16:57:20+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': 'arch', 'value': 'ALL'}, {'name': 'sockets', 'value': '1'}, {'name': 'stacking_id', 'value': '15'}, {'name': 'support_level', 'value': 'Standard'}, {'name': 'support_type', 'value': 'L1-L3'}, {'name': 'type', 'value': 'MKT'}, {'name': 'version', 'value': '1.0'}], 'stackId': '15', 'stacked': True, 'sourceStackId': None, 'developmentPool': False, 'href': '/pools/8a8082e48cf974d6018cf974f28a02c9', '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-59962853', 'managed': True}) => { "ansible_loop_var": "item", "changed": false, "connection": "close", "content_type": "application/json", "cookies": {}, "cookies_string": "", "date": "Thu, 18 Jan 2024 17:44:04 GMT", "elapsed": 0, "item": { "accountNumber": "8155523356", "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-01-11T16:57:20+0000", "name": "Branded Admin OS Instance Based one socket", "productId": "32060", "type": "OS", "updated": "2024-01-11T16:57:20+0000" } ], "calculatedAttributes": { "compliance_type": "Instance Based (Temporary)" }, "consumed": 0, "contractNumber": "0", "created": "2024-01-11T16:57:20+0000", "derivedProductAttributes": [], "derivedProductId": null, "derivedProductName": null, "derivedProvidedProducts": [], "developmentPool": false, "endDate": "2025-01-05T16:57:18+0000", "exported": 0, "href": "/pools/8a8082e48cf974d6018cf974f28a02c9", "id": "8a8082e48cf974d6018cf974f28a02c9", "managed": true, "orderNumber": "order-28645278", "owner": { "contentAccessMode": "entitlement", "displayName": "Admin Owner", "href": "/owners/********", "id": "8a8082e48cf974d6018cf974e4de0002", "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": "arch", "value": "ALL" }, { "name": "sockets", "value": "1" }, { "name": "stacking_id", "value": "15" }, { "name": "support_level", "value": "Standard" }, { "name": "support_type", "value": "L1-L3" }, { "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-01-06T16:57:18+0000", "subscriptionId": "upstream-59962853", "subscriptionSubKey": "derived", "type": "UNMAPPED_GUEST", "updated": "2024-01-11T16:57:20+0000", "upstreamConsumerId": null, "upstreamEntitlementId": null, "upstreamPoolId": null }, "json": { "addOns": [], "autoAttach": null, "contentOverrides": [], "created": "2024-01-11T16:57:55+0000", "description": null, "id": "8a8082e48cf974d6018cf9757d720746", "name": "default_key", "owner": { "contentAccessMode": "entitlement", "displayName": "Admin Owner", "href": "/owners/********", "id": "8a8082e48cf974d6018cf974e4de0002", "key": "VALUE_SPECIFIED_IN_NO_LOG_PARAMETER" }, "pools": [ { "poolId": "8a8082e48cf974d6018cf974f29c0307", "quantity": null }, { "poolId": "8a8082e48cf974d6018cf974f28a02c9", "quantity": null } ], "products": [], "releaseVer": { "releaseVer": null }, "role": null, "serviceLevel": null, "updated": "2024-01-11T16:57:55+0000", "usage": null }, "redirected": false, "status": 200, "transfer_encoding": "chunked", "url": "https://candlepin.local:8443/candlepin/activation_keys/8a8082e48cf974d6018cf9757d720746/pools/8a8082e48cf974d6018cf974f28a02c9", "vary": "accept-encoding", "x_candlepin_request_uuid": "7dfa7e4d-bf18-43bb-9c26-befd2eb183ed", "x_version": "4.4.3-1" } MSG: OK (unknown bytes) ok: [sut] => (item={'created': '2024-01-11T16:57:20+0000', 'updated': '2024-01-11T16:57:20+0000', 'id': '8a8082e48cf974d6018cf974f28a02c7', 'type': 'NORMAL', 'owner': {'id': '8a8082e48cf974d6018cf974e4de0002', 'key': 'VALUE_SPECIFIED_IN_NO_LOG_PARAMETER', 'displayName': 'Admin Owner', 'href': '/owners/********', 'contentAccessMode': 'entitlement'}, 'activeSubscription': True, 'sourceEntitlement': None, 'quantity': 10, 'startDate': '2024-01-06T16:57:18+0000', 'endDate': '2025-01-05T16:57:18+0000', 'attributes': [], 'restrictedToUsername': None, 'contractNumber': '0', 'accountNumber': '8155523356', 'orderNumber': 'order-28645278', 'consumed': 0, 'exported': 0, 'branding': [{'created': '2024-01-11T16:57:20+0000', 'updated': '2024-01-11T16:57:20+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': 'arch', 'value': 'ALL'}, {'name': 'sockets', 'value': '1'}, {'name': 'stacking_id', 'value': '15'}, {'name': 'support_level', 'value': 'Standard'}, {'name': 'support_type', 'value': 'L1-L3'}, {'name': 'type', 'value': 'MKT'}, {'name': 'version', 'value': '1.0'}], 'stackId': '15', 'stacked': True, 'sourceStackId': None, 'developmentPool': False, 'href': '/pools/8a8082e48cf974d6018cf974f28a02c7', '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-59962853', 'managed': True}) => { "ansible_loop_var": "item", "changed": false, "connection": "close", "content_type": "application/json", "cookies": {}, "cookies_string": "", "date": "Thu, 18 Jan 2024 17:44:05 GMT", "elapsed": 0, "item": { "accountNumber": "8155523356", "activeSubscription": true, "attributes": [], "branding": [ { "created": "2024-01-11T16:57:20+0000", "name": "Branded Admin OS Instance Based one socket", "productId": "32060", "type": "OS", "updated": "2024-01-11T16:57:20+0000" } ], "calculatedAttributes": { "compliance_type": "Instance Based" }, "consumed": 0, "contractNumber": "0", "created": "2024-01-11T16:57:20+0000", "derivedProductAttributes": [], "derivedProductId": null, "derivedProductName": null, "derivedProvidedProducts": [], "developmentPool": false, "endDate": "2025-01-05T16:57:18+0000", "exported": 0, "href": "/pools/8a8082e48cf974d6018cf974f28a02c7", "id": "8a8082e48cf974d6018cf974f28a02c7", "managed": true, "orderNumber": "order-28645278", "owner": { "contentAccessMode": "entitlement", "displayName": "Admin Owner", "href": "/owners/********", "id": "8a8082e48cf974d6018cf974e4de0002", "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": "arch", "value": "ALL" }, { "name": "sockets", "value": "1" }, { "name": "stacking_id", "value": "15" }, { "name": "support_level", "value": "Standard" }, { "name": "support_type", "value": "L1-L3" }, { "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-01-06T16:57:18+0000", "subscriptionId": "upstream-59962853", "subscriptionSubKey": "master", "type": "NORMAL", "updated": "2024-01-11T16:57:20+0000", "upstreamConsumerId": null, "upstreamEntitlementId": null, "upstreamPoolId": null }, "json": { "addOns": [], "autoAttach": null, "contentOverrides": [], "created": "2024-01-11T16:57:55+0000", "description": null, "id": "8a8082e48cf974d6018cf9757d720746", "name": "default_key", "owner": { "contentAccessMode": "entitlement", "displayName": "Admin Owner", "href": "/owners/********", "id": "8a8082e48cf974d6018cf974e4de0002", "key": "VALUE_SPECIFIED_IN_NO_LOG_PARAMETER" }, "pools": [ { "poolId": "8a8082e48cf974d6018cf974f29c0307", "quantity": null }, { "poolId": "8a8082e48cf974d6018cf974f28a02c7", "quantity": null }, { "poolId": "8a8082e48cf974d6018cf974f28a02c9", "quantity": null } ], "products": [], "releaseVer": { "releaseVer": null }, "role": null, "serviceLevel": null, "updated": "2024-01-11T16:57:55+0000", "usage": null }, "redirected": false, "status": 200, "transfer_encoding": "chunked", "url": "https://candlepin.local:8443/candlepin/activation_keys/8a8082e48cf974d6018cf9757d720746/pools/8a8082e48cf974d6018cf974f28a02c7", "vary": "accept-encoding", "x_candlepin_request_uuid": "7db274d6-7b93-47fc-8577-0eb5b289fd83", "x_version": "4.4.3-1" } MSG: OK (unknown bytes) ok: [sut] => (item={'created': '2024-01-11T16:57:20+0000', 'updated': '2024-01-11T16:57:20+0000', 'id': '8a8082e48cf974d6018cf974f28802c1', 'type': 'NORMAL', 'owner': {'id': '8a8082e48cf974d6018cf974e4de0002', 'key': 'VALUE_SPECIFIED_IN_NO_LOG_PARAMETER', 'displayName': 'Admin Owner', 'href': '/owners/********', 'contentAccessMode': 'entitlement'}, 'activeSubscription': True, 'sourceEntitlement': None, 'quantity': 50, 'startDate': '2024-01-06T16:57:18+0000', 'endDate': '2025-01-05T16:57:18+0000', 'attributes': [], 'restrictedToUsername': None, 'contractNumber': '0', 'accountNumber': '8155523356', 'orderNumber': 'order-28645278', 'consumed': 0, 'exported': 0, 'branding': [{'created': '2024-01-11T16:57:20+0000', 'updated': '2024-01-11T16:57:20+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': 'arch', 'value': 'ALL'}, {'name': 'sockets', 'value': '2'}, {'name': 'support_level', 'value': 'Standard'}, {'name': 'support_type', 'value': 'L1-L3'}, {'name': 'type', 'value': 'MKT'}, {'name': 'version', 'value': '6.1'}], 'stackId': None, 'stacked': False, 'sourceStackId': None, 'developmentPool': False, 'href': '/pools/8a8082e48cf974d6018cf974f28802c1', '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-51556531', 'managed': True}) => { "ansible_loop_var": "item", "changed": false, "connection": "close", "content_type": "application/json", "cookies": {}, "cookies_string": "", "date": "Thu, 18 Jan 2024 17:44:05 GMT", "elapsed": 0, "item": { "accountNumber": "8155523356", "activeSubscription": true, "attributes": [], "branding": [ { "created": "2024-01-11T16:57:20+0000", "name": "Branded Admin OS Server Bundled (2 Sockets, Standard Support)", "productId": "37065", "type": "OS", "updated": "2024-01-11T16:57:20+0000" } ], "calculatedAttributes": { "compliance_type": "Standard" }, "consumed": 0, "contractNumber": "0", "created": "2024-01-11T16:57:20+0000", "derivedProductAttributes": [], "derivedProductId": null, "derivedProductName": null, "derivedProvidedProducts": [], "developmentPool": false, "endDate": "2025-01-05T16:57:18+0000", "exported": 0, "href": "/pools/8a8082e48cf974d6018cf974f28802c1", "id": "8a8082e48cf974d6018cf974f28802c1", "managed": true, "orderNumber": "order-28645278", "owner": { "contentAccessMode": "entitlement", "displayName": "Admin Owner", "href": "/owners/********", "id": "8a8082e48cf974d6018cf974e4de0002", "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": "arch", "value": "ALL" }, { "name": "sockets", "value": "2" }, { "name": "support_level", "value": "Standard" }, { "name": "support_type", "value": "L1-L3" }, { "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-01-06T16:57:18+0000", "subscriptionId": "upstream-51556531", "subscriptionSubKey": "master", "type": "NORMAL", "updated": "2024-01-11T16:57:20+0000", "upstreamConsumerId": null, "upstreamEntitlementId": null, "upstreamPoolId": null }, "json": { "addOns": [], "autoAttach": null, "contentOverrides": [], "created": "2024-01-11T16:57:55+0000", "description": null, "id": "8a8082e48cf974d6018cf9757d720746", "name": "default_key", "owner": { "contentAccessMode": "entitlement", "displayName": "Admin Owner", "href": "/owners/********", "id": "8a8082e48cf974d6018cf974e4de0002", "key": "VALUE_SPECIFIED_IN_NO_LOG_PARAMETER" }, "pools": [ { "poolId": "8a8082e48cf974d6018cf974f29c0307", "quantity": null }, { "poolId": "8a8082e48cf974d6018cf974f28802c1", "quantity": null }, { "poolId": "8a8082e48cf974d6018cf974f28a02c7", "quantity": null }, { "poolId": "8a8082e48cf974d6018cf974f28a02c9", "quantity": null } ], "products": [], "releaseVer": { "releaseVer": null }, "role": null, "serviceLevel": null, "updated": "2024-01-11T16:57:55+0000", "usage": null }, "redirected": false, "status": 200, "transfer_encoding": "chunked", "url": "https://candlepin.local:8443/candlepin/activation_keys/8a8082e48cf974d6018cf9757d720746/pools/8a8082e48cf974d6018cf974f28802c1", "vary": "accept-encoding", "x_candlepin_request_uuid": "bf8ecb92-83f0-4521-a5fc-af790e3c25d4", "x_version": "4.4.3-1" } MSG: OK (unknown bytes) ok: [sut] => (item={'created': '2024-01-11T16:57:20+0000', 'updated': '2024-01-11T16:57:20+0000', 'id': '8a8082e48cf974d6018cf974f25e023d', 'type': 'UNMAPPED_GUEST', 'owner': {'id': '8a8082e48cf974d6018cf974e4de0002', 'key': 'VALUE_SPECIFIED_IN_NO_LOG_PARAMETER', 'displayName': 'Admin Owner', 'href': '/owners/********', 'contentAccessMode': 'entitlement'}, 'activeSubscription': True, 'sourceEntitlement': None, 'quantity': 100, 'startDate': '2024-01-06T16:57:18+0000', 'endDate': '2025-01-05T16:57:18+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': '8155523356', 'orderNumber': 'order-28645278', 'consumed': 0, 'exported': 0, 'branding': [{'created': '2024-01-11T16:57:20+0000', 'updated': '2024-01-11T16:57:20+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': 'arch', 'value': 'ALL'}, {'name': 'sockets', 'value': '1'}, {'name': 'stacking_id', 'value': '15'}, {'name': 'support_level', 'value': 'Standard'}, {'name': 'support_type', 'value': 'L1-L3'}, {'name': 'type', 'value': 'MKT'}, {'name': 'version', 'value': '1.0'}], 'stackId': '15', 'stacked': True, 'sourceStackId': None, 'developmentPool': False, 'href': '/pools/8a8082e48cf974d6018cf974f25e023d', '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-60005341', 'managed': True}) => { "ansible_loop_var": "item", "changed": false, "connection": "close", "content_type": "application/json", "cookies": {}, "cookies_string": "", "date": "Thu, 18 Jan 2024 17:44:06 GMT", "elapsed": 0, "item": { "accountNumber": "8155523356", "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-01-11T16:57:20+0000", "name": "Branded Admin OS Instance Based one socket", "productId": "32060", "type": "OS", "updated": "2024-01-11T16:57:20+0000" } ], "calculatedAttributes": { "compliance_type": "Instance Based (Temporary)" }, "consumed": 0, "contractNumber": "0", "created": "2024-01-11T16:57:20+0000", "derivedProductAttributes": [], "derivedProductId": null, "derivedProductName": null, "derivedProvidedProducts": [], "developmentPool": false, "endDate": "2025-01-05T16:57:18+0000", "exported": 0, "href": "/pools/8a8082e48cf974d6018cf974f25e023d", "id": "8a8082e48cf974d6018cf974f25e023d", "managed": true, "orderNumber": "order-28645278", "owner": { "contentAccessMode": "entitlement", "displayName": "Admin Owner", "href": "/owners/********", "id": "8a8082e48cf974d6018cf974e4de0002", "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": "arch", "value": "ALL" }, { "name": "sockets", "value": "1" }, { "name": "stacking_id", "value": "15" }, { "name": "support_level", "value": "Standard" }, { "name": "support_type", "value": "L1-L3" }, { "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-01-06T16:57:18+0000", "subscriptionId": "upstream-60005341", "subscriptionSubKey": "derived", "type": "UNMAPPED_GUEST", "updated": "2024-01-11T16:57:20+0000", "upstreamConsumerId": null, "upstreamEntitlementId": null, "upstreamPoolId": null }, "json": { "addOns": [], "autoAttach": null, "contentOverrides": [], "created": "2024-01-11T16:57:55+0000", "description": null, "id": "8a8082e48cf974d6018cf9757d720746", "name": "default_key", "owner": { "contentAccessMode": "entitlement", "displayName": "Admin Owner", "href": "/owners/********", "id": "8a8082e48cf974d6018cf974e4de0002", "key": "VALUE_SPECIFIED_IN_NO_LOG_PARAMETER" }, "pools": [ { "poolId": "8a8082e48cf974d6018cf974f25e023d", "quantity": null }, { "poolId": "8a8082e48cf974d6018cf974f29c0307", "quantity": null }, { "poolId": "8a8082e48cf974d6018cf974f28802c1", "quantity": null }, { "poolId": "8a8082e48cf974d6018cf974f28a02c7", "quantity": null }, { "poolId": "8a8082e48cf974d6018cf974f28a02c9", "quantity": null } ], "products": [], "releaseVer": { "releaseVer": null }, "role": null, "serviceLevel": null, "updated": "2024-01-11T16:57:55+0000", "usage": null }, "redirected": false, "status": 200, "transfer_encoding": "chunked", "url": "https://candlepin.local:8443/candlepin/activation_keys/8a8082e48cf974d6018cf9757d720746/pools/8a8082e48cf974d6018cf974f25e023d", "vary": "accept-encoding", "x_candlepin_request_uuid": "86de44cc-d3b1-4e8d-a5cd-105a5eff3de3", "x_version": "4.4.3-1" } MSG: OK (unknown bytes) ok: [sut] => (item={'created': '2024-01-11T16:57:20+0000', 'updated': '2024-01-11T16:57:20+0000', 'id': '8a8082e48cf974d6018cf974f25e023b', 'type': 'NORMAL', 'owner': {'id': '8a8082e48cf974d6018cf974e4de0002', 'key': 'VALUE_SPECIFIED_IN_NO_LOG_PARAMETER', 'displayName': 'Admin Owner', 'href': '/owners/********', 'contentAccessMode': 'entitlement'}, 'activeSubscription': True, 'sourceEntitlement': None, 'quantity': 100, 'startDate': '2024-01-06T16:57:18+0000', 'endDate': '2025-01-05T16:57:18+0000', 'attributes': [], 'restrictedToUsername': None, 'contractNumber': '0', 'accountNumber': '8155523356', 'orderNumber': 'order-28645278', 'consumed': 0, 'exported': 0, 'branding': [{'created': '2024-01-11T16:57:20+0000', 'updated': '2024-01-11T16:57:20+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': 'arch', 'value': 'ALL'}, {'name': 'sockets', 'value': '1'}, {'name': 'stacking_id', 'value': '15'}, {'name': 'support_level', 'value': 'Standard'}, {'name': 'support_type', 'value': 'L1-L3'}, {'name': 'type', 'value': 'MKT'}, {'name': 'version', 'value': '1.0'}], 'stackId': '15', 'stacked': True, 'sourceStackId': None, 'developmentPool': False, 'href': '/pools/8a8082e48cf974d6018cf974f25e023b', '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-60005341', 'managed': True}) => { "ansible_loop_var": "item", "changed": false, "connection": "close", "content_type": "application/json", "cookies": {}, "cookies_string": "", "date": "Thu, 18 Jan 2024 17:44:06 GMT", "elapsed": 0, "item": { "accountNumber": "8155523356", "activeSubscription": true, "attributes": [], "branding": [ { "created": "2024-01-11T16:57:20+0000", "name": "Branded Admin OS Instance Based one socket", "productId": "32060", "type": "OS", "updated": "2024-01-11T16:57:20+0000" } ], "calculatedAttributes": { "compliance_type": "Instance Based" }, "consumed": 0, "contractNumber": "0", "created": "2024-01-11T16:57:20+0000", "derivedProductAttributes": [], "derivedProductId": null, "derivedProductName": null, "derivedProvidedProducts": [], "developmentPool": false, "endDate": "2025-01-05T16:57:18+0000", "exported": 0, "href": "/pools/8a8082e48cf974d6018cf974f25e023b", "id": "8a8082e48cf974d6018cf974f25e023b", "managed": true, "orderNumber": "order-28645278", "owner": { "contentAccessMode": "entitlement", "displayName": "Admin Owner", "href": "/owners/********", "id": "8a8082e48cf974d6018cf974e4de0002", "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": "arch", "value": "ALL" }, { "name": "sockets", "value": "1" }, { "name": "stacking_id", "value": "15" }, { "name": "support_level", "value": "Standard" }, { "name": "support_type", "value": "L1-L3" }, { "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-01-06T16:57:18+0000", "subscriptionId": "upstream-60005341", "subscriptionSubKey": "master", "type": "NORMAL", "updated": "2024-01-11T16:57:20+0000", "upstreamConsumerId": null, "upstreamEntitlementId": null, "upstreamPoolId": null }, "json": { "addOns": [], "autoAttach": null, "contentOverrides": [], "created": "2024-01-11T16:57:55+0000", "description": null, "id": "8a8082e48cf974d6018cf9757d720746", "name": "default_key", "owner": { "contentAccessMode": "entitlement", "displayName": "Admin Owner", "href": "/owners/********", "id": "8a8082e48cf974d6018cf974e4de0002", "key": "VALUE_SPECIFIED_IN_NO_LOG_PARAMETER" }, "pools": [ { "poolId": "8a8082e48cf974d6018cf974f25e023d", "quantity": null }, { "poolId": "8a8082e48cf974d6018cf974f29c0307", "quantity": null }, { "poolId": "8a8082e48cf974d6018cf974f28802c1", "quantity": null }, { "poolId": "8a8082e48cf974d6018cf974f28a02c7", "quantity": null }, { "poolId": "8a8082e48cf974d6018cf974f28a02c9", "quantity": null }, { "poolId": "8a8082e48cf974d6018cf974f25e023b", "quantity": null } ], "products": [], "releaseVer": { "releaseVer": null }, "role": null, "serviceLevel": null, "updated": "2024-01-11T16:57:55+0000", "usage": null }, "redirected": false, "status": 200, "transfer_encoding": "chunked", "url": "https://candlepin.local:8443/candlepin/activation_keys/8a8082e48cf974d6018cf9757d720746/pools/8a8082e48cf974d6018cf974f25e023b", "vary": "accept-encoding", "x_candlepin_request_uuid": "351ab439-0cab-4fcc-a84e-8985cdec0e38", "x_version": "4.4.3-1" } MSG: OK (unknown bytes) TASK [Add environments] ******************************************************** task path: /WORKDIR/git-jajerome-ansible-hostfh1al2lo/tests/tasks/setup_candlepin.yml:141 Thursday 18 January 2024 17:44:07 +0000 (0:00:04.076) 0:01:48.742 ****** skipping: [sut] => (item={'name': 'Environment 1', 'desc': 'The environment 1', 'id': 'envId1'}) => { "ansible_loop_var": "item", "changed": false, "false_condition": "environments | d(false)", "item": { "desc": "The environment 1", "id": "envId1", "name": "Environment 1" }, "skip_reason": "Conditional result was False" } skipping: [sut] => (item={'name': 'Environment 2', 'desc': 'The environment 2', 'id': 'envId2'}) => { "ansible_loop_var": "item", "changed": false, "false_condition": "environments | d(false)", "item": { "desc": "The environment 2", "id": "envId2", "name": "Environment 2" }, "skip_reason": "Conditional result was False" } skipping: [sut] => { "changed": false } MSG: All items skipped TASK [Check Candlepin works] *************************************************** task path: /WORKDIR/git-jajerome-ansible-hostfh1al2lo/tests/tasks/check_candlepin.yml:3 Thursday 18 January 2024 17:44:07 +0000 (0:00:00.021) 0:01:48.763 ****** ok: [sut] => { "changed": false, "connection": "close", "content_type": "application/json", "cookies": {}, "cookies_string": "", "date": "Thu, 18 Jan 2024 17:44:08 GMT", "elapsed": 0, "redirected": true, "status": 200, "transfer_encoding": "chunked", "url": "https://candlepin.local:8443/candlepin/", "vary": "accept-encoding", "x_candlepin_request_uuid": "a55d2f0c-d102-4740-b57d-344e380ddca5", "x_version": "4.4.3-1" } MSG: OK (unknown bytes) TASK [Register (wrong username, wrong password)] ******************************* task path: /WORKDIR/git-jajerome-ansible-hostfh1al2lo/tests/tests_register_unregister.yml:15 Thursday 18 January 2024 17:44:08 +0000 (0:00:00.451) 0:01:49.215 ****** TASK [fedora.linux_system_roles.rhc : Set ansible_facts required by role] ****** task path: /WORKDIR/git-jajerome-ansible-hostfh1al2lo/.collection/ansible_collections/fedora/linux_system_roles/roles/rhc/tasks/main.yml:3 Thursday 18 January 2024 17:44:08 +0000 (0:00:00.012) 0:01:49.227 ****** included: /WORKDIR/git-jajerome-ansible-hostfh1al2lo/.collection/ansible_collections/fedora/linux_system_roles/roles/rhc/tasks/set_vars.yml for sut TASK [fedora.linux_system_roles.rhc : Ensure ansible_facts used by role] ******* task path: /WORKDIR/git-jajerome-ansible-hostfh1al2lo/.collection/ansible_collections/fedora/linux_system_roles/roles/rhc/tasks/set_vars.yml:3 Thursday 18 January 2024 17:44:08 +0000 (0:00:00.012) 0:01:49.240 ****** skipping: [sut] => { "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: /WORKDIR/git-jajerome-ansible-hostfh1al2lo/.collection/ansible_collections/fedora/linux_system_roles/roles/rhc/tasks/set_vars.yml:11 Thursday 18 January 2024 17:44:08 +0000 (0:00:00.016) 0:01:49.256 ****** skipping: [sut] => { "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: /WORKDIR/git-jajerome-ansible-hostfh1al2lo/.collection/ansible_collections/fedora/linux_system_roles/roles/rhc/tasks/set_vars.yml:16 Thursday 18 January 2024 17:44:08 +0000 (0:00:00.009) 0:01:49.266 ****** skipping: [sut] => { "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: /WORKDIR/git-jajerome-ansible-hostfh1al2lo/.collection/ansible_collections/fedora/linux_system_roles/roles/rhc/tasks/set_vars.yml:20 Thursday 18 January 2024 17:44:08 +0000 (0:00:00.009) 0:01:49.276 ****** skipping: [sut] => { "changed": false, "false_condition": "ansible_distribution == \"RedHat\"", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.rhc : Handle insights unregistration] ********** task path: /WORKDIR/git-jajerome-ansible-hostfh1al2lo/.collection/ansible_collections/fedora/linux_system_roles/roles/rhc/tasks/main.yml:6 Thursday 18 January 2024 17:44:08 +0000 (0:00:00.006) 0:01:49.283 ****** skipping: [sut] => { "changed": false, "false_condition": "ansible_distribution == \"RedHat\"", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.rhc : Handle system subscription] ************** task path: /WORKDIR/git-jajerome-ansible-hostfh1al2lo/.collection/ansible_collections/fedora/linux_system_roles/roles/rhc/tasks/main.yml:15 Thursday 18 January 2024 17:44:08 +0000 (0:00:00.006) 0:01:49.289 ****** included: /WORKDIR/git-jajerome-ansible-hostfh1al2lo/.collection/ansible_collections/fedora/linux_system_roles/roles/rhc/tasks/subscription-manager.yml for sut TASK [fedora.linux_system_roles.rhc : Ensure required packages are installed] *** task path: /WORKDIR/git-jajerome-ansible-hostfh1al2lo/.collection/ansible_collections/fedora/linux_system_roles/roles/rhc/tasks/subscription-manager.yml:3 Thursday 18 January 2024 17:44:08 +0000 (0:00:00.033) 0:01:49.323 ****** changed: [sut] => { "changed": true, "rc": 0, "results": [ "Installed: python3-subscription-manager-rhsm-1.29.39-1.el9.x86_64", "Installed: python3-cloud-what-1.29.39-1.el9.x86_64", "Installed: subscription-manager-rhsm-certificates-20220623-1.el9.noarch", "Installed: python3-decorator-4.4.2-6.el9.noarch", "Installed: virt-what-1.25-5.el9.x86_64", "Installed: python3-librepo-1.14.5-1.el9.x86_64", "Installed: python3-iniparse-0.4-45.el9.noarch", "Installed: python3-inotify-0.9.6-25.el9.noarch", "Installed: dmidecode-1:3.3-7.el9.x86_64", "Installed: subscription-manager-1.29.39-1.el9.x86_64", "Installed: usermode-1.114-4.el9.x86_64", "Installed: libdnf-plugin-subscription-manager-1.29.39-1.el9.x86_64" ] } TASK [fedora.linux_system_roles.rhc : Get subscription status] ***************** task path: /WORKDIR/git-jajerome-ansible-hostfh1al2lo/.collection/ansible_collections/fedora/linux_system_roles/roles/rhc/tasks/subscription-manager.yml:10 Thursday 18 January 2024 17:44:12 +0000 (0:00:04.055) 0:01:53.379 ****** skipping: [sut] => { "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: /WORKDIR/git-jajerome-ansible-hostfh1al2lo/.collection/ansible_collections/fedora/linux_system_roles/roles/rhc/tasks/subscription-manager.yml:23 Thursday 18 January 2024 17:44:12 +0000 (0:00:00.018) 0:01:53.397 ****** fatal: [sut]: FAILED! => { "changed": false } MSG: Failed to register with 'candlepin.local': com.redhat.RHSM1.Error: {"exception": "RestlibException", "severity": "error", "message": "Invalid Credentials"} TASK [Assert registration failed] ********************************************** task path: /WORKDIR/git-jajerome-ansible-hostfh1al2lo/tests/tests_register_unregister.yml:35 Thursday 18 January 2024 17:44:20 +0000 (0:00:07.740) 0:02:01.138 ****** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Register] **************************************************************** task path: /WORKDIR/git-jajerome-ansible-hostfh1al2lo/tests/tests_register_unregister.yml:39 Thursday 18 January 2024 17:44:20 +0000 (0:00:00.009) 0:02:01.148 ****** TASK [fedora.linux_system_roles.rhc : Set ansible_facts required by role] ****** task path: /WORKDIR/git-jajerome-ansible-hostfh1al2lo/.collection/ansible_collections/fedora/linux_system_roles/roles/rhc/tasks/main.yml:3 Thursday 18 January 2024 17:44:20 +0000 (0:00:00.010) 0:02:01.159 ****** included: /WORKDIR/git-jajerome-ansible-hostfh1al2lo/.collection/ansible_collections/fedora/linux_system_roles/roles/rhc/tasks/set_vars.yml for sut TASK [fedora.linux_system_roles.rhc : Ensure ansible_facts used by role] ******* task path: /WORKDIR/git-jajerome-ansible-hostfh1al2lo/.collection/ansible_collections/fedora/linux_system_roles/roles/rhc/tasks/set_vars.yml:3 Thursday 18 January 2024 17:44:20 +0000 (0:00:00.009) 0:02:01.169 ****** skipping: [sut] => { "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: /WORKDIR/git-jajerome-ansible-hostfh1al2lo/.collection/ansible_collections/fedora/linux_system_roles/roles/rhc/tasks/set_vars.yml:11 Thursday 18 January 2024 17:44:20 +0000 (0:00:00.016) 0:02:01.185 ****** skipping: [sut] => { "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: /WORKDIR/git-jajerome-ansible-hostfh1al2lo/.collection/ansible_collections/fedora/linux_system_roles/roles/rhc/tasks/set_vars.yml:16 Thursday 18 January 2024 17:44:20 +0000 (0:00:00.010) 0:02:01.196 ****** skipping: [sut] => { "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: /WORKDIR/git-jajerome-ansible-hostfh1al2lo/.collection/ansible_collections/fedora/linux_system_roles/roles/rhc/tasks/set_vars.yml:20 Thursday 18 January 2024 17:44:20 +0000 (0:00:00.010) 0:02:01.206 ****** skipping: [sut] => { "changed": false, "false_condition": "ansible_distribution == \"RedHat\"", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.rhc : Handle insights unregistration] ********** task path: /WORKDIR/git-jajerome-ansible-hostfh1al2lo/.collection/ansible_collections/fedora/linux_system_roles/roles/rhc/tasks/main.yml:6 Thursday 18 January 2024 17:44:20 +0000 (0:00:00.008) 0:02:01.214 ****** skipping: [sut] => { "changed": false, "false_condition": "ansible_distribution == \"RedHat\"", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.rhc : Handle system subscription] ************** task path: /WORKDIR/git-jajerome-ansible-hostfh1al2lo/.collection/ansible_collections/fedora/linux_system_roles/roles/rhc/tasks/main.yml:15 Thursday 18 January 2024 17:44:20 +0000 (0:00:00.006) 0:02:01.220 ****** included: /WORKDIR/git-jajerome-ansible-hostfh1al2lo/.collection/ansible_collections/fedora/linux_system_roles/roles/rhc/tasks/subscription-manager.yml for sut TASK [fedora.linux_system_roles.rhc : Ensure required packages are installed] *** task path: /WORKDIR/git-jajerome-ansible-hostfh1al2lo/.collection/ansible_collections/fedora/linux_system_roles/roles/rhc/tasks/subscription-manager.yml:3 Thursday 18 January 2024 17:44:20 +0000 (0:00:00.011) 0:02:01.232 ****** ok: [sut] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do TASK [fedora.linux_system_roles.rhc : Get subscription status] ***************** task path: /WORKDIR/git-jajerome-ansible-hostfh1al2lo/.collection/ansible_collections/fedora/linux_system_roles/roles/rhc/tasks/subscription-manager.yml:10 Thursday 18 January 2024 17:44:26 +0000 (0:00:06.417) 0:02:07.650 ****** skipping: [sut] => { "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: /WORKDIR/git-jajerome-ansible-hostfh1al2lo/.collection/ansible_collections/fedora/linux_system_roles/roles/rhc/tasks/subscription-manager.yml:23 Thursday 18 January 2024 17:44:26 +0000 (0:00:00.019) 0:02:07.669 ****** changed: [sut] => { "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: /WORKDIR/git-jajerome-ansible-hostfh1al2lo/.collection/ansible_collections/fedora/linux_system_roles/roles/rhc/tasks/subscription-manager.yml:50 Thursday 18 January 2024 17:44:35 +0000 (0:00:08.948) 0:02:16.617 ****** skipping: [sut] => { "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: /WORKDIR/git-jajerome-ansible-hostfh1al2lo/.collection/ansible_collections/fedora/linux_system_roles/roles/rhc/tasks/subscription-manager.yml:59 Thursday 18 January 2024 17:44:35 +0000 (0:00:00.018) 0:02:16.636 ****** skipping: [sut] => { "changed": false, "skipped_reason": "No items in the list" } TASK [fedora.linux_system_roles.rhc : Handle insights registration] ************ task path: /WORKDIR/git-jajerome-ansible-hostfh1al2lo/.collection/ansible_collections/fedora/linux_system_roles/roles/rhc/tasks/main.yml:18 Thursday 18 January 2024 17:44:35 +0000 (0:00:00.006) 0:02:16.642 ****** skipping: [sut] => { "changed": false, "false_condition": "ansible_distribution == \"RedHat\"", "skip_reason": "Conditional result was False" } TASK [Register (noop)] ********************************************************* task path: /WORKDIR/git-jajerome-ansible-hostfh1al2lo/tests/tests_register_unregister.yml:57 Thursday 18 January 2024 17:44:35 +0000 (0:00:00.007) 0:02:16.649 ****** TASK [fedora.linux_system_roles.rhc : Set ansible_facts required by role] ****** task path: /WORKDIR/git-jajerome-ansible-hostfh1al2lo/.collection/ansible_collections/fedora/linux_system_roles/roles/rhc/tasks/main.yml:3 Thursday 18 January 2024 17:44:35 +0000 (0:00:00.011) 0:02:16.661 ****** included: /WORKDIR/git-jajerome-ansible-hostfh1al2lo/.collection/ansible_collections/fedora/linux_system_roles/roles/rhc/tasks/set_vars.yml for sut TASK [fedora.linux_system_roles.rhc : Ensure ansible_facts used by role] ******* task path: /WORKDIR/git-jajerome-ansible-hostfh1al2lo/.collection/ansible_collections/fedora/linux_system_roles/roles/rhc/tasks/set_vars.yml:3 Thursday 18 January 2024 17:44:35 +0000 (0:00:00.009) 0:02:16.671 ****** skipping: [sut] => { "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: /WORKDIR/git-jajerome-ansible-hostfh1al2lo/.collection/ansible_collections/fedora/linux_system_roles/roles/rhc/tasks/set_vars.yml:11 Thursday 18 January 2024 17:44:35 +0000 (0:00:00.016) 0:02:16.687 ****** skipping: [sut] => { "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: /WORKDIR/git-jajerome-ansible-hostfh1al2lo/.collection/ansible_collections/fedora/linux_system_roles/roles/rhc/tasks/set_vars.yml:16 Thursday 18 January 2024 17:44:35 +0000 (0:00:00.009) 0:02:16.697 ****** skipping: [sut] => { "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: /WORKDIR/git-jajerome-ansible-hostfh1al2lo/.collection/ansible_collections/fedora/linux_system_roles/roles/rhc/tasks/set_vars.yml:20 Thursday 18 January 2024 17:44:35 +0000 (0:00:00.009) 0:02:16.707 ****** skipping: [sut] => { "changed": false, "false_condition": "ansible_distribution == \"RedHat\"", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.rhc : Handle insights unregistration] ********** task path: /WORKDIR/git-jajerome-ansible-hostfh1al2lo/.collection/ansible_collections/fedora/linux_system_roles/roles/rhc/tasks/main.yml:6 Thursday 18 January 2024 17:44:35 +0000 (0:00:00.006) 0:02:16.713 ****** skipping: [sut] => { "changed": false, "false_condition": "ansible_distribution == \"RedHat\"", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.rhc : Handle system subscription] ************** task path: /WORKDIR/git-jajerome-ansible-hostfh1al2lo/.collection/ansible_collections/fedora/linux_system_roles/roles/rhc/tasks/main.yml:15 Thursday 18 January 2024 17:44:35 +0000 (0:00:00.006) 0:02:16.720 ****** included: /WORKDIR/git-jajerome-ansible-hostfh1al2lo/.collection/ansible_collections/fedora/linux_system_roles/roles/rhc/tasks/subscription-manager.yml for sut TASK [fedora.linux_system_roles.rhc : Ensure required packages are installed] *** task path: /WORKDIR/git-jajerome-ansible-hostfh1al2lo/.collection/ansible_collections/fedora/linux_system_roles/roles/rhc/tasks/subscription-manager.yml:3 Thursday 18 January 2024 17:44:35 +0000 (0:00:00.012) 0:02:16.732 ****** ok: [sut] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do TASK [fedora.linux_system_roles.rhc : Get subscription status] ***************** task path: /WORKDIR/git-jajerome-ansible-hostfh1al2lo/.collection/ansible_collections/fedora/linux_system_roles/roles/rhc/tasks/subscription-manager.yml:10 Thursday 18 January 2024 17:44:37 +0000 (0:00:01.459) 0:02:18.192 ****** skipping: [sut] => { "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: /WORKDIR/git-jajerome-ansible-hostfh1al2lo/.collection/ansible_collections/fedora/linux_system_roles/roles/rhc/tasks/subscription-manager.yml:23 Thursday 18 January 2024 17:44:37 +0000 (0:00:00.018) 0:02:18.210 ****** ok: [sut] => { "changed": false } MSG: System already registered. TASK [fedora.linux_system_roles.rhc : Set or unset the release] **************** task path: /WORKDIR/git-jajerome-ansible-hostfh1al2lo/.collection/ansible_collections/fedora/linux_system_roles/roles/rhc/tasks/subscription-manager.yml:50 Thursday 18 January 2024 17:44:38 +0000 (0:00:01.663) 0:02:19.874 ****** skipping: [sut] => { "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: /WORKDIR/git-jajerome-ansible-hostfh1al2lo/.collection/ansible_collections/fedora/linux_system_roles/roles/rhc/tasks/subscription-manager.yml:59 Thursday 18 January 2024 17:44:38 +0000 (0:00:00.020) 0:02:19.895 ****** skipping: [sut] => { "changed": false, "skipped_reason": "No items in the list" } TASK [fedora.linux_system_roles.rhc : Handle insights registration] ************ task path: /WORKDIR/git-jajerome-ansible-hostfh1al2lo/.collection/ansible_collections/fedora/linux_system_roles/roles/rhc/tasks/main.yml:18 Thursday 18 January 2024 17:44:38 +0000 (0:00:00.006) 0:02:19.902 ****** skipping: [sut] => { "changed": false, "false_condition": "ansible_distribution == \"RedHat\"", "skip_reason": "Conditional result was False" } TASK [Get rhsm UUID] *********************************************************** task path: /WORKDIR/git-jajerome-ansible-hostfh1al2lo/tests/tests_register_unregister.yml:75 Thursday 18 January 2024 17:44:38 +0000 (0:00:00.008) 0:02:19.911 ****** included: /WORKDIR/git-jajerome-ansible-hostfh1al2lo/tests/tasks/get_rhsm_uuid.yml for sut TASK [Run subscription-manager identity] *************************************** task path: /WORKDIR/git-jajerome-ansible-hostfh1al2lo/tests/tasks/get_rhsm_uuid.yml:3 Thursday 18 January 2024 17:44:38 +0000 (0:00:00.009) 0:02:19.920 ****** ok: [sut] => { "changed": false, "cmd": "set -euo pipefail\nsubscription-manager identity |\nawk '/^system identity: / {print $3}'\n", "delta": "0:00:00.411050", "end": "2024-01-18 17:44:39.451016", "rc": 0, "start": "2024-01-18 17:44:39.039966" } STDOUT: 6e09c012-cb73-4adb-8895-1db708c5c3ca TASK [Rename the rhsm UUID to test_rhsm_uuid_before] *************************** task path: /WORKDIR/git-jajerome-ansible-hostfh1al2lo/tests/tests_register_unregister.yml:78 Thursday 18 January 2024 17:44:39 +0000 (0:00:00.603) 0:02:20.523 ****** ok: [sut] => { "ansible_facts": { "test_rhsm_uuid_before": { "changed": false, "cmd": "set -euo pipefail\nsubscription-manager identity |\nawk '/^system identity: / {print $3}'\n", "delta": "0:00:00.411050", "end": "2024-01-18 17:44:39.451016", "failed": false, "msg": "", "rc": 0, "start": "2024-01-18 17:44:39.039966", "stderr": "", "stderr_lines": [], "stdout": "6e09c012-cb73-4adb-8895-1db708c5c3ca", "stdout_lines": [ "6e09c012-cb73-4adb-8895-1db708c5c3ca" ] } }, "changed": false } TASK [Register (force)] ******************************************************** task path: /WORKDIR/git-jajerome-ansible-hostfh1al2lo/tests/tests_register_unregister.yml:82 Thursday 18 January 2024 17:44:39 +0000 (0:00:00.008) 0:02:20.532 ****** TASK [fedora.linux_system_roles.rhc : Set ansible_facts required by role] ****** task path: /WORKDIR/git-jajerome-ansible-hostfh1al2lo/.collection/ansible_collections/fedora/linux_system_roles/roles/rhc/tasks/main.yml:3 Thursday 18 January 2024 17:44:39 +0000 (0:00:00.014) 0:02:20.546 ****** included: /WORKDIR/git-jajerome-ansible-hostfh1al2lo/.collection/ansible_collections/fedora/linux_system_roles/roles/rhc/tasks/set_vars.yml for sut TASK [fedora.linux_system_roles.rhc : Ensure ansible_facts used by role] ******* task path: /WORKDIR/git-jajerome-ansible-hostfh1al2lo/.collection/ansible_collections/fedora/linux_system_roles/roles/rhc/tasks/set_vars.yml:3 Thursday 18 January 2024 17:44:39 +0000 (0:00:00.010) 0:02:20.556 ****** skipping: [sut] => { "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: /WORKDIR/git-jajerome-ansible-hostfh1al2lo/.collection/ansible_collections/fedora/linux_system_roles/roles/rhc/tasks/set_vars.yml:11 Thursday 18 January 2024 17:44:39 +0000 (0:00:00.016) 0:02:20.572 ****** skipping: [sut] => { "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: /WORKDIR/git-jajerome-ansible-hostfh1al2lo/.collection/ansible_collections/fedora/linux_system_roles/roles/rhc/tasks/set_vars.yml:16 Thursday 18 January 2024 17:44:39 +0000 (0:00:00.010) 0:02:20.582 ****** skipping: [sut] => { "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: /WORKDIR/git-jajerome-ansible-hostfh1al2lo/.collection/ansible_collections/fedora/linux_system_roles/roles/rhc/tasks/set_vars.yml:20 Thursday 18 January 2024 17:44:39 +0000 (0:00:00.009) 0:02:20.592 ****** skipping: [sut] => { "changed": false, "false_condition": "ansible_distribution == \"RedHat\"", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.rhc : Handle insights unregistration] ********** task path: /WORKDIR/git-jajerome-ansible-hostfh1al2lo/.collection/ansible_collections/fedora/linux_system_roles/roles/rhc/tasks/main.yml:6 Thursday 18 January 2024 17:44:39 +0000 (0:00:00.007) 0:02:20.600 ****** skipping: [sut] => { "changed": false, "false_condition": "ansible_distribution == \"RedHat\"", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.rhc : Handle system subscription] ************** task path: /WORKDIR/git-jajerome-ansible-hostfh1al2lo/.collection/ansible_collections/fedora/linux_system_roles/roles/rhc/tasks/main.yml:15 Thursday 18 January 2024 17:44:39 +0000 (0:00:00.006) 0:02:20.606 ****** included: /WORKDIR/git-jajerome-ansible-hostfh1al2lo/.collection/ansible_collections/fedora/linux_system_roles/roles/rhc/tasks/subscription-manager.yml for sut TASK [fedora.linux_system_roles.rhc : Ensure required packages are installed] *** task path: /WORKDIR/git-jajerome-ansible-hostfh1al2lo/.collection/ansible_collections/fedora/linux_system_roles/roles/rhc/tasks/subscription-manager.yml:3 Thursday 18 January 2024 17:44:39 +0000 (0:00:00.011) 0:02:20.618 ****** skipping: [sut] => { "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: /WORKDIR/git-jajerome-ansible-hostfh1al2lo/.collection/ansible_collections/fedora/linux_system_roles/roles/rhc/tasks/subscription-manager.yml:10 Thursday 18 January 2024 17:44:39 +0000 (0:00:00.015) 0:02:20.633 ****** skipping: [sut] => { "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: /WORKDIR/git-jajerome-ansible-hostfh1al2lo/.collection/ansible_collections/fedora/linux_system_roles/roles/rhc/tasks/subscription-manager.yml:23 Thursday 18 January 2024 17:44:39 +0000 (0:00:00.015) 0:02:20.649 ****** changed: [sut] => { "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: /WORKDIR/git-jajerome-ansible-hostfh1al2lo/.collection/ansible_collections/fedora/linux_system_roles/roles/rhc/tasks/subscription-manager.yml:50 Thursday 18 January 2024 17:44:47 +0000 (0:00:07.998) 0:02:28.647 ****** skipping: [sut] => { "changed": false, "false_condition": "rhc_state | d(\"present\") == \"present\"", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.rhc : Configure repositories] ****************** task path: /WORKDIR/git-jajerome-ansible-hostfh1al2lo/.collection/ansible_collections/fedora/linux_system_roles/roles/rhc/tasks/subscription-manager.yml:59 Thursday 18 January 2024 17:44:47 +0000 (0:00:00.018) 0:02:28.665 ****** skipping: [sut] => { "changed": false, "skipped_reason": "No items in the list" } TASK [fedora.linux_system_roles.rhc : Handle insights registration] ************ task path: /WORKDIR/git-jajerome-ansible-hostfh1al2lo/.collection/ansible_collections/fedora/linux_system_roles/roles/rhc/tasks/main.yml:18 Thursday 18 January 2024 17:44:47 +0000 (0:00:00.008) 0:02:28.674 ****** skipping: [sut] => { "changed": false, "false_condition": "ansible_distribution == \"RedHat\"", "skip_reason": "Conditional result was False" } TASK [Get rhsm UUID] *********************************************************** task path: /WORKDIR/git-jajerome-ansible-hostfh1al2lo/tests/tests_register_unregister.yml:101 Thursday 18 January 2024 17:44:47 +0000 (0:00:00.008) 0:02:28.683 ****** included: /WORKDIR/git-jajerome-ansible-hostfh1al2lo/tests/tasks/get_rhsm_uuid.yml for sut TASK [Run subscription-manager identity] *************************************** task path: /WORKDIR/git-jajerome-ansible-hostfh1al2lo/tests/tasks/get_rhsm_uuid.yml:3 Thursday 18 January 2024 17:44:47 +0000 (0:00:00.011) 0:02:28.694 ****** ok: [sut] => { "changed": false, "cmd": "set -euo pipefail\nsubscription-manager identity |\nawk '/^system identity: / {print $3}'\n", "delta": "0:00:00.416912", "end": "2024-01-18 17:44:48.330691", "rc": 0, "start": "2024-01-18 17:44:47.913779" } STDOUT: 6815c5cd-80aa-40f3-838a-b0a6242a3347 TASK [Rename the rhsm UUID to test_rhsm_uuid_after] **************************** task path: /WORKDIR/git-jajerome-ansible-hostfh1al2lo/tests/tests_register_unregister.yml:104 Thursday 18 January 2024 17:44:48 +0000 (0:00:00.709) 0:02:29.403 ****** ok: [sut] => { "ansible_facts": { "test_rhsm_uuid_after": { "changed": false, "cmd": "set -euo pipefail\nsubscription-manager identity |\nawk '/^system identity: / {print $3}'\n", "delta": "0:00:00.416912", "end": "2024-01-18 17:44:48.330691", "failed": false, "msg": "", "rc": 0, "start": "2024-01-18 17:44:47.913779", "stderr": "", "stderr_lines": [], "stdout": "6815c5cd-80aa-40f3-838a-b0a6242a3347", "stdout_lines": [ "6815c5cd-80aa-40f3-838a-b0a6242a3347" ] } }, "changed": false } TASK [Check the rhsm UUID changed] ********************************************* task path: /WORKDIR/git-jajerome-ansible-hostfh1al2lo/tests/tests_register_unregister.yml:108 Thursday 18 January 2024 17:44:48 +0000 (0:00:00.008) 0:02:29.412 ****** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Unregister] ************************************************************** task path: /WORKDIR/git-jajerome-ansible-hostfh1al2lo/tests/tests_register_unregister.yml:112 Thursday 18 January 2024 17:44:48 +0000 (0:00:00.008) 0:02:29.420 ****** TASK [fedora.linux_system_roles.rhc : Set ansible_facts required by role] ****** task path: /WORKDIR/git-jajerome-ansible-hostfh1al2lo/.collection/ansible_collections/fedora/linux_system_roles/roles/rhc/tasks/main.yml:3 Thursday 18 January 2024 17:44:48 +0000 (0:00:00.016) 0:02:29.436 ****** included: /WORKDIR/git-jajerome-ansible-hostfh1al2lo/.collection/ansible_collections/fedora/linux_system_roles/roles/rhc/tasks/set_vars.yml for sut TASK [fedora.linux_system_roles.rhc : Ensure ansible_facts used by role] ******* task path: /WORKDIR/git-jajerome-ansible-hostfh1al2lo/.collection/ansible_collections/fedora/linux_system_roles/roles/rhc/tasks/set_vars.yml:3 Thursday 18 January 2024 17:44:48 +0000 (0:00:00.009) 0:02:29.446 ****** skipping: [sut] => { "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: /WORKDIR/git-jajerome-ansible-hostfh1al2lo/.collection/ansible_collections/fedora/linux_system_roles/roles/rhc/tasks/set_vars.yml:11 Thursday 18 January 2024 17:44:48 +0000 (0:00:00.016) 0:02:29.462 ****** skipping: [sut] => { "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: /WORKDIR/git-jajerome-ansible-hostfh1al2lo/.collection/ansible_collections/fedora/linux_system_roles/roles/rhc/tasks/set_vars.yml:16 Thursday 18 January 2024 17:44:48 +0000 (0:00:00.009) 0:02:29.472 ****** skipping: [sut] => { "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: /WORKDIR/git-jajerome-ansible-hostfh1al2lo/.collection/ansible_collections/fedora/linux_system_roles/roles/rhc/tasks/set_vars.yml:20 Thursday 18 January 2024 17:44:48 +0000 (0:00:00.009) 0:02:29.482 ****** skipping: [sut] => { "changed": false, "false_condition": "ansible_distribution == \"RedHat\"", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.rhc : Handle insights unregistration] ********** task path: /WORKDIR/git-jajerome-ansible-hostfh1al2lo/.collection/ansible_collections/fedora/linux_system_roles/roles/rhc/tasks/main.yml:6 Thursday 18 January 2024 17:44:48 +0000 (0:00:00.007) 0:02:29.489 ****** skipping: [sut] => { "changed": false, "false_condition": "ansible_distribution == \"RedHat\"", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.rhc : Handle system subscription] ************** task path: /WORKDIR/git-jajerome-ansible-hostfh1al2lo/.collection/ansible_collections/fedora/linux_system_roles/roles/rhc/tasks/main.yml:15 Thursday 18 January 2024 17:44:48 +0000 (0:00:00.006) 0:02:29.496 ****** included: /WORKDIR/git-jajerome-ansible-hostfh1al2lo/.collection/ansible_collections/fedora/linux_system_roles/roles/rhc/tasks/subscription-manager.yml for sut TASK [fedora.linux_system_roles.rhc : Ensure required packages are installed] *** task path: /WORKDIR/git-jajerome-ansible-hostfh1al2lo/.collection/ansible_collections/fedora/linux_system_roles/roles/rhc/tasks/subscription-manager.yml:3 Thursday 18 January 2024 17:44:48 +0000 (0:00:00.011) 0:02:29.508 ****** skipping: [sut] => { "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: /WORKDIR/git-jajerome-ansible-hostfh1al2lo/.collection/ansible_collections/fedora/linux_system_roles/roles/rhc/tasks/subscription-manager.yml:10 Thursday 18 January 2024 17:44:48 +0000 (0:00:00.015) 0:02:29.523 ****** skipping: [sut] => { "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: /WORKDIR/git-jajerome-ansible-hostfh1al2lo/.collection/ansible_collections/fedora/linux_system_roles/roles/rhc/tasks/subscription-manager.yml:23 Thursday 18 January 2024 17:44:48 +0000 (0:00:00.015) 0:02:29.538 ****** changed: [sut] => { "changed": true } MSG: System successfully unregistered from None. TASK [fedora.linux_system_roles.rhc : Set or unset the release] **************** task path: /WORKDIR/git-jajerome-ansible-hostfh1al2lo/.collection/ansible_collections/fedora/linux_system_roles/roles/rhc/tasks/subscription-manager.yml:50 Thursday 18 January 2024 17:44:51 +0000 (0:00:03.061) 0:02:32.600 ****** skipping: [sut] => { "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: /WORKDIR/git-jajerome-ansible-hostfh1al2lo/.collection/ansible_collections/fedora/linux_system_roles/roles/rhc/tasks/subscription-manager.yml:59 Thursday 18 January 2024 17:44:51 +0000 (0:00:00.017) 0:02:32.617 ****** skipping: [sut] => { "changed": false, "skipped_reason": "No items in the list" } TASK [fedora.linux_system_roles.rhc : Handle insights registration] ************ task path: /WORKDIR/git-jajerome-ansible-hostfh1al2lo/.collection/ansible_collections/fedora/linux_system_roles/roles/rhc/tasks/main.yml:18 Thursday 18 January 2024 17:44:51 +0000 (0:00:00.006) 0:02:32.624 ****** skipping: [sut] => { "changed": false, "false_condition": "ansible_distribution == \"RedHat\"", "skip_reason": "Conditional result was False" } TASK [Register (activation key, missing org)] ********************************** task path: /WORKDIR/git-jajerome-ansible-hostfh1al2lo/tests/tests_register_unregister.yml:120 Thursday 18 January 2024 17:44:51 +0000 (0:00:00.007) 0:02:32.631 ****** TASK [fedora.linux_system_roles.rhc : Set ansible_facts required by role] ****** task path: /WORKDIR/git-jajerome-ansible-hostfh1al2lo/.collection/ansible_collections/fedora/linux_system_roles/roles/rhc/tasks/main.yml:3 Thursday 18 January 2024 17:44:51 +0000 (0:00:00.010) 0:02:32.641 ****** included: /WORKDIR/git-jajerome-ansible-hostfh1al2lo/.collection/ansible_collections/fedora/linux_system_roles/roles/rhc/tasks/set_vars.yml for sut TASK [fedora.linux_system_roles.rhc : Ensure ansible_facts used by role] ******* task path: /WORKDIR/git-jajerome-ansible-hostfh1al2lo/.collection/ansible_collections/fedora/linux_system_roles/roles/rhc/tasks/set_vars.yml:3 Thursday 18 January 2024 17:44:51 +0000 (0:00:00.009) 0:02:32.651 ****** skipping: [sut] => { "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: /WORKDIR/git-jajerome-ansible-hostfh1al2lo/.collection/ansible_collections/fedora/linux_system_roles/roles/rhc/tasks/set_vars.yml:11 Thursday 18 January 2024 17:44:51 +0000 (0:00:00.016) 0:02:32.667 ****** skipping: [sut] => { "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: /WORKDIR/git-jajerome-ansible-hostfh1al2lo/.collection/ansible_collections/fedora/linux_system_roles/roles/rhc/tasks/set_vars.yml:16 Thursday 18 January 2024 17:44:51 +0000 (0:00:00.010) 0:02:32.677 ****** skipping: [sut] => { "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: /WORKDIR/git-jajerome-ansible-hostfh1al2lo/.collection/ansible_collections/fedora/linux_system_roles/roles/rhc/tasks/set_vars.yml:20 Thursday 18 January 2024 17:44:51 +0000 (0:00:00.009) 0:02:32.687 ****** skipping: [sut] => { "changed": false, "false_condition": "ansible_distribution == \"RedHat\"", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.rhc : Handle insights unregistration] ********** task path: /WORKDIR/git-jajerome-ansible-hostfh1al2lo/.collection/ansible_collections/fedora/linux_system_roles/roles/rhc/tasks/main.yml:6 Thursday 18 January 2024 17:44:51 +0000 (0:00:00.006) 0:02:32.693 ****** skipping: [sut] => { "changed": false, "false_condition": "ansible_distribution == \"RedHat\"", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.rhc : Handle system subscription] ************** task path: /WORKDIR/git-jajerome-ansible-hostfh1al2lo/.collection/ansible_collections/fedora/linux_system_roles/roles/rhc/tasks/main.yml:15 Thursday 18 January 2024 17:44:51 +0000 (0:00:00.006) 0:02:32.700 ****** included: /WORKDIR/git-jajerome-ansible-hostfh1al2lo/.collection/ansible_collections/fedora/linux_system_roles/roles/rhc/tasks/subscription-manager.yml for sut TASK [fedora.linux_system_roles.rhc : Ensure required packages are installed] *** task path: /WORKDIR/git-jajerome-ansible-hostfh1al2lo/.collection/ansible_collections/fedora/linux_system_roles/roles/rhc/tasks/subscription-manager.yml:3 Thursday 18 January 2024 17:44:51 +0000 (0:00:00.011) 0:02:32.711 ****** ok: [sut] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do TASK [fedora.linux_system_roles.rhc : Get subscription status] ***************** task path: /WORKDIR/git-jajerome-ansible-hostfh1al2lo/.collection/ansible_collections/fedora/linux_system_roles/roles/rhc/tasks/subscription-manager.yml:10 Thursday 18 January 2024 17:44:53 +0000 (0:00:01.351) 0:02:34.063 ****** skipping: [sut] => { "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: /WORKDIR/git-jajerome-ansible-hostfh1al2lo/.collection/ansible_collections/fedora/linux_system_roles/roles/rhc/tasks/subscription-manager.yml:23 Thursday 18 January 2024 17:44:53 +0000 (0:00:00.019) 0:02:34.082 ****** fatal: [sut]: FAILED! => { "changed": false } MSG: org_id is required when using activationkey TASK [Assert registration failed] ********************************************** task path: /WORKDIR/git-jajerome-ansible-hostfh1al2lo/tests/tests_register_unregister.yml:140 Thursday 18 January 2024 17:44:53 +0000 (0:00:00.231) 0:02:34.314 ****** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Register (using activation keys)] **************************************** task path: /WORKDIR/git-jajerome-ansible-hostfh1al2lo/tests/tests_register_unregister.yml:144 Thursday 18 January 2024 17:44:53 +0000 (0:00:00.011) 0:02:34.325 ****** TASK [fedora.linux_system_roles.rhc : Set ansible_facts required by role] ****** task path: /WORKDIR/git-jajerome-ansible-hostfh1al2lo/.collection/ansible_collections/fedora/linux_system_roles/roles/rhc/tasks/main.yml:3 Thursday 18 January 2024 17:44:53 +0000 (0:00:00.011) 0:02:34.337 ****** included: /WORKDIR/git-jajerome-ansible-hostfh1al2lo/.collection/ansible_collections/fedora/linux_system_roles/roles/rhc/tasks/set_vars.yml for sut TASK [fedora.linux_system_roles.rhc : Ensure ansible_facts used by role] ******* task path: /WORKDIR/git-jajerome-ansible-hostfh1al2lo/.collection/ansible_collections/fedora/linux_system_roles/roles/rhc/tasks/set_vars.yml:3 Thursday 18 January 2024 17:44:53 +0000 (0:00:00.011) 0:02:34.348 ****** skipping: [sut] => { "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: /WORKDIR/git-jajerome-ansible-hostfh1al2lo/.collection/ansible_collections/fedora/linux_system_roles/roles/rhc/tasks/set_vars.yml:11 Thursday 18 January 2024 17:44:53 +0000 (0:00:00.019) 0:02:34.368 ****** skipping: [sut] => { "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: /WORKDIR/git-jajerome-ansible-hostfh1al2lo/.collection/ansible_collections/fedora/linux_system_roles/roles/rhc/tasks/set_vars.yml:16 Thursday 18 January 2024 17:44:53 +0000 (0:00:00.010) 0:02:34.379 ****** skipping: [sut] => { "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: /WORKDIR/git-jajerome-ansible-hostfh1al2lo/.collection/ansible_collections/fedora/linux_system_roles/roles/rhc/tasks/set_vars.yml:20 Thursday 18 January 2024 17:44:53 +0000 (0:00:00.011) 0:02:34.390 ****** skipping: [sut] => { "changed": false, "false_condition": "ansible_distribution == \"RedHat\"", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.rhc : Handle insights unregistration] ********** task path: /WORKDIR/git-jajerome-ansible-hostfh1al2lo/.collection/ansible_collections/fedora/linux_system_roles/roles/rhc/tasks/main.yml:6 Thursday 18 January 2024 17:44:53 +0000 (0:00:00.007) 0:02:34.398 ****** skipping: [sut] => { "changed": false, "false_condition": "ansible_distribution == \"RedHat\"", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.rhc : Handle system subscription] ************** task path: /WORKDIR/git-jajerome-ansible-hostfh1al2lo/.collection/ansible_collections/fedora/linux_system_roles/roles/rhc/tasks/main.yml:15 Thursday 18 January 2024 17:44:53 +0000 (0:00:00.008) 0:02:34.406 ****** included: /WORKDIR/git-jajerome-ansible-hostfh1al2lo/.collection/ansible_collections/fedora/linux_system_roles/roles/rhc/tasks/subscription-manager.yml for sut TASK [fedora.linux_system_roles.rhc : Ensure required packages are installed] *** task path: /WORKDIR/git-jajerome-ansible-hostfh1al2lo/.collection/ansible_collections/fedora/linux_system_roles/roles/rhc/tasks/subscription-manager.yml:3 Thursday 18 January 2024 17:44:53 +0000 (0:00:00.012) 0:02:34.419 ****** ok: [sut] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do TASK [fedora.linux_system_roles.rhc : Get subscription status] ***************** task path: /WORKDIR/git-jajerome-ansible-hostfh1al2lo/.collection/ansible_collections/fedora/linux_system_roles/roles/rhc/tasks/subscription-manager.yml:10 Thursday 18 January 2024 17:44:54 +0000 (0:00:01.333) 0:02:35.753 ****** skipping: [sut] => { "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: /WORKDIR/git-jajerome-ansible-hostfh1al2lo/.collection/ansible_collections/fedora/linux_system_roles/roles/rhc/tasks/subscription-manager.yml:23 Thursday 18 January 2024 17:44:54 +0000 (0:00:00.019) 0:02:35.772 ****** changed: [sut] => { "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: /WORKDIR/git-jajerome-ansible-hostfh1al2lo/.collection/ansible_collections/fedora/linux_system_roles/roles/rhc/tasks/subscription-manager.yml:50 Thursday 18 January 2024 17:45:00 +0000 (0:00:05.978) 0:02:41.751 ****** skipping: [sut] => { "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: /WORKDIR/git-jajerome-ansible-hostfh1al2lo/.collection/ansible_collections/fedora/linux_system_roles/roles/rhc/tasks/subscription-manager.yml:59 Thursday 18 January 2024 17:45:00 +0000 (0:00:00.020) 0:02:41.771 ****** skipping: [sut] => { "changed": false, "skipped_reason": "No items in the list" } TASK [fedora.linux_system_roles.rhc : Handle insights registration] ************ task path: /WORKDIR/git-jajerome-ansible-hostfh1al2lo/.collection/ansible_collections/fedora/linux_system_roles/roles/rhc/tasks/main.yml:18 Thursday 18 January 2024 17:45:00 +0000 (0:00:00.006) 0:02:41.778 ****** skipping: [sut] => { "changed": false, "false_condition": "ansible_distribution == \"RedHat\"", "skip_reason": "Conditional result was False" } TASK [Register (using activation keys, noop)] ********************************** task path: /WORKDIR/git-jajerome-ansible-hostfh1al2lo/tests/tests_register_unregister.yml:161 Thursday 18 January 2024 17:45:00 +0000 (0:00:00.007) 0:02:41.786 ****** TASK [fedora.linux_system_roles.rhc : Set ansible_facts required by role] ****** task path: /WORKDIR/git-jajerome-ansible-hostfh1al2lo/.collection/ansible_collections/fedora/linux_system_roles/roles/rhc/tasks/main.yml:3 Thursday 18 January 2024 17:45:00 +0000 (0:00:00.012) 0:02:41.798 ****** included: /WORKDIR/git-jajerome-ansible-hostfh1al2lo/.collection/ansible_collections/fedora/linux_system_roles/roles/rhc/tasks/set_vars.yml for sut TASK [fedora.linux_system_roles.rhc : Ensure ansible_facts used by role] ******* task path: /WORKDIR/git-jajerome-ansible-hostfh1al2lo/.collection/ansible_collections/fedora/linux_system_roles/roles/rhc/tasks/set_vars.yml:3 Thursday 18 January 2024 17:45:00 +0000 (0:00:00.010) 0:02:41.809 ****** skipping: [sut] => { "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: /WORKDIR/git-jajerome-ansible-hostfh1al2lo/.collection/ansible_collections/fedora/linux_system_roles/roles/rhc/tasks/set_vars.yml:11 Thursday 18 January 2024 17:45:00 +0000 (0:00:00.016) 0:02:41.825 ****** skipping: [sut] => { "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: /WORKDIR/git-jajerome-ansible-hostfh1al2lo/.collection/ansible_collections/fedora/linux_system_roles/roles/rhc/tasks/set_vars.yml:16 Thursday 18 January 2024 17:45:00 +0000 (0:00:00.010) 0:02:41.836 ****** skipping: [sut] => { "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: /WORKDIR/git-jajerome-ansible-hostfh1al2lo/.collection/ansible_collections/fedora/linux_system_roles/roles/rhc/tasks/set_vars.yml:20 Thursday 18 January 2024 17:45:00 +0000 (0:00:00.009) 0:02:41.846 ****** skipping: [sut] => { "changed": false, "false_condition": "ansible_distribution == \"RedHat\"", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.rhc : Handle insights unregistration] ********** task path: /WORKDIR/git-jajerome-ansible-hostfh1al2lo/.collection/ansible_collections/fedora/linux_system_roles/roles/rhc/tasks/main.yml:6 Thursday 18 January 2024 17:45:00 +0000 (0:00:00.007) 0:02:41.853 ****** skipping: [sut] => { "changed": false, "false_condition": "ansible_distribution == \"RedHat\"", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.rhc : Handle system subscription] ************** task path: /WORKDIR/git-jajerome-ansible-hostfh1al2lo/.collection/ansible_collections/fedora/linux_system_roles/roles/rhc/tasks/main.yml:15 Thursday 18 January 2024 17:45:00 +0000 (0:00:00.007) 0:02:41.861 ****** included: /WORKDIR/git-jajerome-ansible-hostfh1al2lo/.collection/ansible_collections/fedora/linux_system_roles/roles/rhc/tasks/subscription-manager.yml for sut TASK [fedora.linux_system_roles.rhc : Ensure required packages are installed] *** task path: /WORKDIR/git-jajerome-ansible-hostfh1al2lo/.collection/ansible_collections/fedora/linux_system_roles/roles/rhc/tasks/subscription-manager.yml:3 Thursday 18 January 2024 17:45:00 +0000 (0:00:00.011) 0:02:41.873 ****** ok: [sut] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do TASK [fedora.linux_system_roles.rhc : Get subscription status] ***************** task path: /WORKDIR/git-jajerome-ansible-hostfh1al2lo/.collection/ansible_collections/fedora/linux_system_roles/roles/rhc/tasks/subscription-manager.yml:10 Thursday 18 January 2024 17:45:03 +0000 (0:00:02.353) 0:02:44.226 ****** skipping: [sut] => { "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: /WORKDIR/git-jajerome-ansible-hostfh1al2lo/.collection/ansible_collections/fedora/linux_system_roles/roles/rhc/tasks/subscription-manager.yml:23 Thursday 18 January 2024 17:45:03 +0000 (0:00:00.019) 0:02:44.245 ****** ok: [sut] => { "changed": false } MSG: System already registered. TASK [fedora.linux_system_roles.rhc : Set or unset the release] **************** task path: /WORKDIR/git-jajerome-ansible-hostfh1al2lo/.collection/ansible_collections/fedora/linux_system_roles/roles/rhc/tasks/subscription-manager.yml:50 Thursday 18 January 2024 17:45:03 +0000 (0:00:00.637) 0:02:44.883 ****** skipping: [sut] => { "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: /WORKDIR/git-jajerome-ansible-hostfh1al2lo/.collection/ansible_collections/fedora/linux_system_roles/roles/rhc/tasks/subscription-manager.yml:59 Thursday 18 January 2024 17:45:03 +0000 (0:00:00.019) 0:02:44.903 ****** skipping: [sut] => { "changed": false, "skipped_reason": "No items in the list" } TASK [fedora.linux_system_roles.rhc : Handle insights registration] ************ task path: /WORKDIR/git-jajerome-ansible-hostfh1al2lo/.collection/ansible_collections/fedora/linux_system_roles/roles/rhc/tasks/main.yml:18 Thursday 18 January 2024 17:45:03 +0000 (0:00:00.006) 0:02:44.909 ****** skipping: [sut] => { "changed": false, "false_condition": "ansible_distribution == \"RedHat\"", "skip_reason": "Conditional result was False" } TASK [Unregister] ************************************************************** task path: /WORKDIR/git-jajerome-ansible-hostfh1al2lo/tests/tests_register_unregister.yml:178 Thursday 18 January 2024 17:45:03 +0000 (0:00:00.007) 0:02:44.917 ****** TASK [fedora.linux_system_roles.rhc : Set ansible_facts required by role] ****** task path: /WORKDIR/git-jajerome-ansible-hostfh1al2lo/.collection/ansible_collections/fedora/linux_system_roles/roles/rhc/tasks/main.yml:3 Thursday 18 January 2024 17:45:03 +0000 (0:00:00.013) 0:02:44.930 ****** included: /WORKDIR/git-jajerome-ansible-hostfh1al2lo/.collection/ansible_collections/fedora/linux_system_roles/roles/rhc/tasks/set_vars.yml for sut TASK [fedora.linux_system_roles.rhc : Ensure ansible_facts used by role] ******* task path: /WORKDIR/git-jajerome-ansible-hostfh1al2lo/.collection/ansible_collections/fedora/linux_system_roles/roles/rhc/tasks/set_vars.yml:3 Thursday 18 January 2024 17:45:03 +0000 (0:00:00.009) 0:02:44.939 ****** skipping: [sut] => { "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: /WORKDIR/git-jajerome-ansible-hostfh1al2lo/.collection/ansible_collections/fedora/linux_system_roles/roles/rhc/tasks/set_vars.yml:11 Thursday 18 January 2024 17:45:03 +0000 (0:00:00.016) 0:02:44.956 ****** skipping: [sut] => { "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: /WORKDIR/git-jajerome-ansible-hostfh1al2lo/.collection/ansible_collections/fedora/linux_system_roles/roles/rhc/tasks/set_vars.yml:16 Thursday 18 January 2024 17:45:03 +0000 (0:00:00.009) 0:02:44.965 ****** skipping: [sut] => { "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: /WORKDIR/git-jajerome-ansible-hostfh1al2lo/.collection/ansible_collections/fedora/linux_system_roles/roles/rhc/tasks/set_vars.yml:20 Thursday 18 January 2024 17:45:03 +0000 (0:00:00.009) 0:02:44.975 ****** skipping: [sut] => { "changed": false, "false_condition": "ansible_distribution == \"RedHat\"", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.rhc : Handle insights unregistration] ********** task path: /WORKDIR/git-jajerome-ansible-hostfh1al2lo/.collection/ansible_collections/fedora/linux_system_roles/roles/rhc/tasks/main.yml:6 Thursday 18 January 2024 17:45:03 +0000 (0:00:00.007) 0:02:44.983 ****** skipping: [sut] => { "changed": false, "false_condition": "ansible_distribution == \"RedHat\"", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.rhc : Handle system subscription] ************** task path: /WORKDIR/git-jajerome-ansible-hostfh1al2lo/.collection/ansible_collections/fedora/linux_system_roles/roles/rhc/tasks/main.yml:15 Thursday 18 January 2024 17:45:03 +0000 (0:00:00.006) 0:02:44.990 ****** included: /WORKDIR/git-jajerome-ansible-hostfh1al2lo/.collection/ansible_collections/fedora/linux_system_roles/roles/rhc/tasks/subscription-manager.yml for sut TASK [fedora.linux_system_roles.rhc : Ensure required packages are installed] *** task path: /WORKDIR/git-jajerome-ansible-hostfh1al2lo/.collection/ansible_collections/fedora/linux_system_roles/roles/rhc/tasks/subscription-manager.yml:3 Thursday 18 January 2024 17:45:03 +0000 (0:00:00.011) 0:02:45.001 ****** skipping: [sut] => { "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: /WORKDIR/git-jajerome-ansible-hostfh1al2lo/.collection/ansible_collections/fedora/linux_system_roles/roles/rhc/tasks/subscription-manager.yml:10 Thursday 18 January 2024 17:45:03 +0000 (0:00:00.015) 0:02:45.016 ****** skipping: [sut] => { "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: /WORKDIR/git-jajerome-ansible-hostfh1al2lo/.collection/ansible_collections/fedora/linux_system_roles/roles/rhc/tasks/subscription-manager.yml:23 Thursday 18 January 2024 17:45:03 +0000 (0:00:00.014) 0:02:45.031 ****** changed: [sut] => { "changed": true } MSG: System successfully unregistered from None. TASK [fedora.linux_system_roles.rhc : Set or unset the release] **************** task path: /WORKDIR/git-jajerome-ansible-hostfh1al2lo/.collection/ansible_collections/fedora/linux_system_roles/roles/rhc/tasks/subscription-manager.yml:50 Thursday 18 January 2024 17:45:07 +0000 (0:00:03.735) 0:02:48.767 ****** skipping: [sut] => { "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: /WORKDIR/git-jajerome-ansible-hostfh1al2lo/.collection/ansible_collections/fedora/linux_system_roles/roles/rhc/tasks/subscription-manager.yml:59 Thursday 18 January 2024 17:45:07 +0000 (0:00:00.016) 0:02:48.784 ****** skipping: [sut] => { "changed": false, "skipped_reason": "No items in the list" } TASK [fedora.linux_system_roles.rhc : Handle insights registration] ************ task path: /WORKDIR/git-jajerome-ansible-hostfh1al2lo/.collection/ansible_collections/fedora/linux_system_roles/roles/rhc/tasks/main.yml:18 Thursday 18 January 2024 17:45:07 +0000 (0:00:00.007) 0:02:48.791 ****** skipping: [sut] => { "changed": false, "false_condition": "ansible_distribution == \"RedHat\"", "skip_reason": "Conditional result was False" } TASK [Unregister (noop)] ******************************************************* task path: /WORKDIR/git-jajerome-ansible-hostfh1al2lo/tests/tests_register_unregister.yml:184 Thursday 18 January 2024 17:45:07 +0000 (0:00:00.007) 0:02:48.798 ****** TASK [fedora.linux_system_roles.rhc : Set ansible_facts required by role] ****** task path: /WORKDIR/git-jajerome-ansible-hostfh1al2lo/.collection/ansible_collections/fedora/linux_system_roles/roles/rhc/tasks/main.yml:3 Thursday 18 January 2024 17:45:07 +0000 (0:00:00.014) 0:02:48.813 ****** included: /WORKDIR/git-jajerome-ansible-hostfh1al2lo/.collection/ansible_collections/fedora/linux_system_roles/roles/rhc/tasks/set_vars.yml for sut TASK [fedora.linux_system_roles.rhc : Ensure ansible_facts used by role] ******* task path: /WORKDIR/git-jajerome-ansible-hostfh1al2lo/.collection/ansible_collections/fedora/linux_system_roles/roles/rhc/tasks/set_vars.yml:3 Thursday 18 January 2024 17:45:07 +0000 (0:00:00.010) 0:02:48.823 ****** skipping: [sut] => { "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: /WORKDIR/git-jajerome-ansible-hostfh1al2lo/.collection/ansible_collections/fedora/linux_system_roles/roles/rhc/tasks/set_vars.yml:11 Thursday 18 January 2024 17:45:07 +0000 (0:00:00.042) 0:02:48.865 ****** skipping: [sut] => { "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: /WORKDIR/git-jajerome-ansible-hostfh1al2lo/.collection/ansible_collections/fedora/linux_system_roles/roles/rhc/tasks/set_vars.yml:16 Thursday 18 January 2024 17:45:07 +0000 (0:00:00.032) 0:02:48.898 ****** skipping: [sut] => { "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: /WORKDIR/git-jajerome-ansible-hostfh1al2lo/.collection/ansible_collections/fedora/linux_system_roles/roles/rhc/tasks/set_vars.yml:20 Thursday 18 January 2024 17:45:07 +0000 (0:00:00.032) 0:02:48.931 ****** skipping: [sut] => { "changed": false, "false_condition": "ansible_distribution == \"RedHat\"", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.rhc : Handle insights unregistration] ********** task path: /WORKDIR/git-jajerome-ansible-hostfh1al2lo/.collection/ansible_collections/fedora/linux_system_roles/roles/rhc/tasks/main.yml:6 Thursday 18 January 2024 17:45:07 +0000 (0:00:00.030) 0:02:48.962 ****** skipping: [sut] => { "changed": false, "false_condition": "ansible_distribution == \"RedHat\"", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.rhc : Handle system subscription] ************** task path: /WORKDIR/git-jajerome-ansible-hostfh1al2lo/.collection/ansible_collections/fedora/linux_system_roles/roles/rhc/tasks/main.yml:15 Thursday 18 January 2024 17:45:07 +0000 (0:00:00.050) 0:02:49.013 ****** included: /WORKDIR/git-jajerome-ansible-hostfh1al2lo/.collection/ansible_collections/fedora/linux_system_roles/roles/rhc/tasks/subscription-manager.yml for sut TASK [fedora.linux_system_roles.rhc : Ensure required packages are installed] *** task path: /WORKDIR/git-jajerome-ansible-hostfh1al2lo/.collection/ansible_collections/fedora/linux_system_roles/roles/rhc/tasks/subscription-manager.yml:3 Thursday 18 January 2024 17:45:07 +0000 (0:00:00.013) 0:02:49.026 ****** skipping: [sut] => { "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: /WORKDIR/git-jajerome-ansible-hostfh1al2lo/.collection/ansible_collections/fedora/linux_system_roles/roles/rhc/tasks/subscription-manager.yml:10 Thursday 18 January 2024 17:45:07 +0000 (0:00:00.019) 0:02:49.046 ****** skipping: [sut] => { "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: /WORKDIR/git-jajerome-ansible-hostfh1al2lo/.collection/ansible_collections/fedora/linux_system_roles/roles/rhc/tasks/subscription-manager.yml:23 Thursday 18 January 2024 17:45:08 +0000 (0:00:00.016) 0:02:49.062 ****** ok: [sut] => { "changed": false } MSG: System already unregistered. TASK [fedora.linux_system_roles.rhc : Set or unset the release] **************** task path: /WORKDIR/git-jajerome-ansible-hostfh1al2lo/.collection/ansible_collections/fedora/linux_system_roles/roles/rhc/tasks/subscription-manager.yml:50 Thursday 18 January 2024 17:45:09 +0000 (0:00:01.553) 0:02:50.616 ****** skipping: [sut] => { "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: /WORKDIR/git-jajerome-ansible-hostfh1al2lo/.collection/ansible_collections/fedora/linux_system_roles/roles/rhc/tasks/subscription-manager.yml:59 Thursday 18 January 2024 17:45:09 +0000 (0:00:00.016) 0:02:50.632 ****** skipping: [sut] => { "changed": false, "skipped_reason": "No items in the list" } TASK [fedora.linux_system_roles.rhc : Handle insights registration] ************ task path: /WORKDIR/git-jajerome-ansible-hostfh1al2lo/.collection/ansible_collections/fedora/linux_system_roles/roles/rhc/tasks/main.yml:18 Thursday 18 January 2024 17:45:09 +0000 (0:00:00.007) 0:02:50.639 ****** skipping: [sut] => { "changed": false, "false_condition": "ansible_distribution == \"RedHat\"", "skip_reason": "Conditional result was False" } PLAY RECAP ********************************************************************* sut : ok=64 changed=11 unreachable=0 failed=0 skipped=91 rescued=2 ignored=0 Thursday 18 January 2024 17:45:09 +0000 (0:00:00.009) 0:02:50.649 ****** =============================================================================== Install needed packages ------------------------------------------------ 49.07s /WORKDIR/git-jajerome-ansible-hostfh1al2lo/tests/tasks/setup_candlepin.yml:27 - Start Candlepin container ---------------------------------------------- 24.56s /WORKDIR/git-jajerome-ansible-hostfh1al2lo/tests/tasks/setup_candlepin.yml:39 - Wait for started Candlepin --------------------------------------------- 20.99s /WORKDIR/git-jajerome-ansible-hostfh1al2lo/tests/tasks/setup_candlepin.yml:98 - fedora.linux_system_roles.rhc : Call subscription-manager --------------- 8.95s /WORKDIR/git-jajerome-ansible-hostfh1al2lo/.collection/ansible_collections/fedora/linux_system_roles/roles/rhc/tasks/subscription-manager.yml:23 fedora.linux_system_roles.rhc : Call subscription-manager --------------- 8.00s /WORKDIR/git-jajerome-ansible-hostfh1al2lo/.collection/ansible_collections/fedora/linux_system_roles/roles/rhc/tasks/subscription-manager.yml:23 fedora.linux_system_roles.rhc : Call subscription-manager --------------- 7.74s /WORKDIR/git-jajerome-ansible-hostfh1al2lo/.collection/ansible_collections/fedora/linux_system_roles/roles/rhc/tasks/subscription-manager.yml:23 fedora.linux_system_roles.rhc : Ensure required packages are installed --- 6.42s /WORKDIR/git-jajerome-ansible-hostfh1al2lo/.collection/ansible_collections/fedora/linux_system_roles/roles/rhc/tasks/subscription-manager.yml:3 fedora.linux_system_roles.rhc : Call subscription-manager --------------- 5.98s /WORKDIR/git-jajerome-ansible-hostfh1al2lo/.collection/ansible_collections/fedora/linux_system_roles/roles/rhc/tasks/subscription-manager.yml:23 Add pools for product 5050 to default_key activation key ---------------- 4.08s /WORKDIR/git-jajerome-ansible-hostfh1al2lo/tests/tasks/setup_candlepin.yml:130 fedora.linux_system_roles.rhc : Ensure required packages are installed --- 4.06s /WORKDIR/git-jajerome-ansible-hostfh1al2lo/.collection/ansible_collections/fedora/linux_system_roles/roles/rhc/tasks/subscription-manager.yml:3 fedora.linux_system_roles.rhc : Call subscription-manager --------------- 3.74s /WORKDIR/git-jajerome-ansible-hostfh1al2lo/.collection/ansible_collections/fedora/linux_system_roles/roles/rhc/tasks/subscription-manager.yml:23 fedora.linux_system_roles.rhc : Call subscription-manager --------------- 3.06s /WORKDIR/git-jajerome-ansible-hostfh1al2lo/.collection/ansible_collections/fedora/linux_system_roles/roles/rhc/tasks/subscription-manager.yml:23 fedora.linux_system_roles.rhc : Ensure required packages are installed --- 2.35s /WORKDIR/git-jajerome-ansible-hostfh1al2lo/.collection/ansible_collections/fedora/linux_system_roles/roles/rhc/tasks/subscription-manager.yml:3 Update system certificates store ---------------------------------------- 2.05s /WORKDIR/git-jajerome-ansible-hostfh1al2lo/tests/tasks/setup_candlepin.yml:91 - fedora.linux_system_roles.rhc : Call subscription-manager --------------- 1.66s /WORKDIR/git-jajerome-ansible-hostfh1al2lo/.collection/ansible_collections/fedora/linux_system_roles/roles/rhc/tasks/subscription-manager.yml:23 fedora.linux_system_roles.rhc : Call subscription-manager --------------- 1.55s /WORKDIR/git-jajerome-ansible-hostfh1al2lo/.collection/ansible_collections/fedora/linux_system_roles/roles/rhc/tasks/subscription-manager.yml:23 fedora.linux_system_roles.rhc : Ensure required packages are installed --- 1.46s /WORKDIR/git-jajerome-ansible-hostfh1al2lo/.collection/ansible_collections/fedora/linux_system_roles/roles/rhc/tasks/subscription-manager.yml:3 fedora.linux_system_roles.rhc : Ensure required packages are installed --- 1.35s /WORKDIR/git-jajerome-ansible-hostfh1al2lo/.collection/ansible_collections/fedora/linux_system_roles/roles/rhc/tasks/subscription-manager.yml:3 fedora.linux_system_roles.rhc : Ensure required packages are installed --- 1.33s /WORKDIR/git-jajerome-ansible-hostfh1al2lo/.collection/ansible_collections/fedora/linux_system_roles/roles/rhc/tasks/subscription-manager.yml:3 Ensure directories exist ------------------------------------------------ 1.19s /WORKDIR/git-jajerome-ansible-hostfh1al2lo/tests/tasks/setup_candlepin.yml:52 - ---^---^---^---^---^--- # STDERR: ---v---v---v---v---v--- [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. ---^---^---^---^---^---