2025-09-30 20:23:47,439 p=30603 u=zuul n=ansible | [WARNING]: Found variable using reserved name: namespace 2025-09-30 20:23:47,440 p=30603 u=zuul n=ansible | PLAY [Create the kustomization for deploying CloudKitty] *********************** 2025-09-30 20:23:47,472 p=30603 u=zuul n=ansible | TASK [deploy-logging-dependencies : Create the CLO subscription and loki-operator subscriptions _raw_params=oc apply -f {{ role_path }}/files/operators.yaml ] *** 2025-09-30 20:23:47,472 p=30603 u=zuul n=ansible | Tuesday 30 September 2025 20:23:47 +0000 (0:00:00.047) 0:00:00.047 ***** 2025-09-30 20:23:48,123 p=30603 u=zuul n=ansible | changed: [localhost] 2025-09-30 20:23:48,133 p=30603 u=zuul n=ansible | TASK [deploy-logging-dependencies : Wait for the CLO csv to be created _raw_params=oc get csv --namespace=openshift-logging -l operators.coreos.com/cluster-logging.openshift-logging] *** 2025-09-30 20:23:48,133 p=30603 u=zuul n=ansible | Tuesday 30 September 2025 20:23:48 +0000 (0:00:00.661) 0:00:00.708 ***** 2025-09-30 20:24:19,530 p=30603 u=zuul n=ansible | changed: [localhost] 2025-09-30 20:24:19,539 p=30603 u=zuul n=ansible | TASK [deploy-logging-dependencies : Wait for the loki-operator csv to be created _raw_params=oc get csv --namespace=openshift-operators-redhat -l operators.coreos.com/loki-operator.openshift-operators-redhat] *** 2025-09-30 20:24:19,539 p=30603 u=zuul n=ansible | Tuesday 30 September 2025 20:24:19 +0000 (0:00:31.405) 0:00:32.114 ***** 2025-09-30 20:24:30,256 p=30603 u=zuul n=ansible | changed: [localhost] 2025-09-30 20:24:30,268 p=30603 u=zuul n=ansible | TASK [deploy-logging-dependencies : Wait for the CLO resources to be available _raw_params=oc wait --timeout=300s --for jsonpath="{.status.phase}"=Succeeded csv --namespace=openshift-logging -l operators.coreos.com/cluster-logging.openshift-logging ] *** 2025-09-30 20:24:30,268 p=30603 u=zuul n=ansible | Tuesday 30 September 2025 20:24:30 +0000 (0:00:10.729) 0:00:42.843 ***** 2025-09-30 20:24:30,702 p=30603 u=zuul n=ansible | changed: [localhost] 2025-09-30 20:24:30,711 p=30603 u=zuul n=ansible | TASK [deploy-logging-dependencies : Wait for the Loki resources to be available _raw_params=oc wait --timeout=300s --for jsonpath="{.status.phase}"=Succeeded csv --namespace=openshift-operators-redhat -l operators.coreos.com/loki-operator.openshift-operators-redhat ] *** 2025-09-30 20:24:30,712 p=30603 u=zuul n=ansible | Tuesday 30 September 2025 20:24:30 +0000 (0:00:00.443) 0:00:43.286 ***** 2025-09-30 20:24:39,205 p=30603 u=zuul n=ansible | changed: [localhost] 2025-09-30 20:24:39,229 p=30603 u=zuul n=ansible | TASK [deploy-logging-dependencies : Wait for the route kind to be present in the cluster _raw_params=oc api-resources --api-group=route.openshift.io --no-headers] *** 2025-09-30 20:24:39,230 p=30603 u=zuul n=ansible | Tuesday 30 September 2025 20:24:39 +0000 (0:00:08.518) 0:00:51.804 ***** 2025-09-30 20:24:39,606 p=30603 u=zuul n=ansible | changed: [localhost] 2025-09-30 20:24:39,616 p=30603 u=zuul n=ansible | TASK [deploy-logging-dependencies : Create minio deployment _raw_params=oc apply -f {{ role_path }}/files/minio-dev.yaml ] *** 2025-09-30 20:24:39,617 p=30603 u=zuul n=ansible | Tuesday 30 September 2025 20:24:39 +0000 (0:00:00.386) 0:00:52.191 ***** 2025-09-30 20:24:40,097 p=30603 u=zuul n=ansible | changed: [localhost] 2025-09-30 20:24:40,107 p=30603 u=zuul n=ansible | TASK [deploy-logging-dependencies : Wait for the minio pod to be created _raw_params=oc get pods --namespace=minio-dev minio] *** 2025-09-30 20:24:40,107 p=30603 u=zuul n=ansible | Tuesday 30 September 2025 20:24:40 +0000 (0:00:00.490) 0:00:52.681 ***** 2025-09-30 20:24:40,445 p=30603 u=zuul n=ansible | changed: [localhost] 2025-09-30 20:24:40,457 p=30603 u=zuul n=ansible | TASK [deploy-logging-dependencies : Wait for the minio pod to be running _raw_params=oc wait --timeout=300s --for jsonpath="{.status.phase}"=Running --namespace=minio-dev pod minio ] *** 2025-09-30 20:24:40,457 p=30603 u=zuul n=ansible | Tuesday 30 September 2025 20:24:40 +0000 (0:00:00.350) 0:00:53.032 ***** 2025-09-30 20:24:48,529 p=30603 u=zuul n=ansible | changed: [localhost] 2025-09-30 20:24:48,539 p=30603 u=zuul n=ansible | TASK [deploy-logging-dependencies : Create loki S3 secret _raw_params=oc apply -f {{ role_path }}/files/loki_secret.yaml #-n openshift-logging #- name: Create loki stack # ansible.builtin.shell: # cmd: | # oc apply -f {{ role_path }}/files/lokistack.yaml -n openshift-logging # #- name: Wait for lokistack to be created # ansible.builtin.command: # cmd: # oc get lokistacks --namespace=openshift-logging logging-loki # delay: 10 # retries: 20 # register: output # until: output.stdout_lines | length != 0 # #- name: Wait for the lokistack to be ready # ansible.builtin.command: # cmd: > # oc get lokistack logging-loki -n openshift-logging # -o jsonpath='{.status.conditions[?(@.type=="Ready")].status}' # register: loki_ready # until: loki_ready.stdout == "True" # retries: 40 # delay: 15 ] *** 2025-09-30 20:24:48,539 p=30603 u=zuul n=ansible | Tuesday 30 September 2025 20:24:48 +0000 (0:00:08.082) 0:01:01.114 ***** 2025-09-30 20:24:48,849 p=30603 u=zuul n=ansible | changed: [localhost] 2025-09-30 20:24:48,858 p=30603 u=zuul n=ansible | TASK [deploy-logging-dependencies : Create the SA and apply the right permissions _raw_params=oc create sa collector -n openshift-logging oc adm policy add-cluster-role-to-user logging-collector-logs-writer -z collector -n openshift-logging oc adm policy add-cluster-role-to-user collect-application-logs -z collector -n openshift-logging oc adm policy add-cluster-role-to-user collect-audit-logs -z collector -n openshift-logging oc adm policy add-cluster-role-to-user collect-infrastructure-logs -z collector -n openshift-logging ] *** 2025-09-30 20:24:48,858 p=30603 u=zuul n=ansible | Tuesday 30 September 2025 20:24:48 +0000 (0:00:00.319) 0:01:01.433 ***** 2025-09-30 20:24:49,730 p=30603 u=zuul n=ansible | changed: [localhost] 2025-09-30 20:24:49,740 p=30603 u=zuul n=ansible | TASK [deploy-logging-dependencies : Create cluster log forwarder _raw_params=oc apply -f {{ role_path }}/files/cluster_log_forwarder.yaml -n openshift-logging ] *** 2025-09-30 20:24:49,740 p=30603 u=zuul n=ansible | Tuesday 30 September 2025 20:24:49 +0000 (0:00:00.881) 0:01:02.315 ***** 2025-09-30 20:24:50,117 p=30603 u=zuul n=ansible | changed: [localhost] 2025-09-30 20:24:50,130 p=30603 u=zuul n=ansible | TASK [deploy-logging-dependencies : Wait for cluster log forwarder to be created _raw_params=oc get clusterlogforwarder --namespace=openshift-logging collector] *** 2025-09-30 20:24:50,130 p=30603 u=zuul n=ansible | Tuesday 30 September 2025 20:24:50 +0000 (0:00:00.389) 0:01:02.705 ***** 2025-09-30 20:24:50,506 p=30603 u=zuul n=ansible | changed: [localhost] 2025-09-30 20:24:50,519 p=30603 u=zuul n=ansible | TASK [deploy-logging-dependencies : Wait for the cluster log forwarder to be ready _raw_params=oc wait --timeout=300s --for condition=Ready=True --namespace=openshift-logging clusterlogforwarder collector ] *** 2025-09-30 20:24:50,519 p=30603 u=zuul n=ansible | Tuesday 30 September 2025 20:24:50 +0000 (0:00:00.389) 0:01:03.094 ***** 2025-09-30 20:24:55,629 p=30603 u=zuul n=ansible | changed: [localhost] 2025-09-30 20:24:55,667 p=30603 u=zuul n=ansible | TASK [Copy controlplane kustomization dest={{ cifmw_basedir }}/artifacts/manifests/kustomizations/controlplane/90-kustomize-controlplane-cloudkitty.yaml, content=apiVersion: kustomize.config.k8s.io/v1beta1 kind: Kustomization namespace: openstack patches: - patch: |- apiVersion: core.openstack.org/v1beta1 kind: OpenStackControlPlane metadata: name: unused spec: telemetry: # this is needed so the secrets are created for dataplane deployment enabled: true template: logging: enabled: false autoscaling: enabled: false cloudkitty: enabled: false s3StorageConfig: secret: type: "s3" name: "cloudkitty-loki-s3" target: kind: OpenStackControlPlane] *** 2025-09-30 20:24:55,667 p=30603 u=zuul n=ansible | Tuesday 30 September 2025 20:24:55 +0000 (0:00:05.148) 0:01:08.242 ***** 2025-09-30 20:24:56,420 p=30603 u=zuul n=ansible | changed: [localhost] 2025-09-30 20:24:56,474 p=30603 u=zuul n=ansible | PLAY RECAP ********************************************************************* 2025-09-30 20:24:56,474 p=30603 u=zuul n=ansible | localhost : ok=15 changed=15 unreachable=0 failed=0 skipped=0 rescued=0 ignored=0 2025-09-30 20:24:56,474 p=30603 u=zuul n=ansible | Tuesday 30 September 2025 20:24:56 +0000 (0:00:00.806) 0:01:09.049 ***** 2025-09-30 20:24:56,474 p=30603 u=zuul n=ansible | =============================================================================== 2025-09-30 20:24:56,474 p=30603 u=zuul n=ansible | deploy-logging-dependencies : Wait for the CLO csv to be created ------- 31.41s 2025-09-30 20:24:56,474 p=30603 u=zuul n=ansible | deploy-logging-dependencies : Wait for the loki-operator csv to be created -- 10.73s 2025-09-30 20:24:56,474 p=30603 u=zuul n=ansible | deploy-logging-dependencies : Wait for the Loki resources to be available --- 8.52s 2025-09-30 20:24:56,474 p=30603 u=zuul n=ansible | deploy-logging-dependencies : Wait for the minio pod to be running ------ 8.08s 2025-09-30 20:24:56,474 p=30603 u=zuul n=ansible | deploy-logging-dependencies : Wait for the cluster log forwarder to be ready --- 5.15s 2025-09-30 20:24:56,474 p=30603 u=zuul n=ansible | deploy-logging-dependencies : Create the SA and apply the right permissions --- 0.88s 2025-09-30 20:24:56,474 p=30603 u=zuul n=ansible | Copy controlplane kustomization ----------------------------------------- 0.81s 2025-09-30 20:24:56,474 p=30603 u=zuul n=ansible | deploy-logging-dependencies : Create the CLO subscription and loki-operator subscriptions --- 0.66s 2025-09-30 20:24:56,474 p=30603 u=zuul n=ansible | deploy-logging-dependencies : Create minio deployment ------------------- 0.49s 2025-09-30 20:24:56,474 p=30603 u=zuul n=ansible | deploy-logging-dependencies : Wait for the CLO resources to be available --- 0.44s 2025-09-30 20:24:56,475 p=30603 u=zuul n=ansible | deploy-logging-dependencies : Create cluster log forwarder -------------- 0.39s 2025-09-30 20:24:56,475 p=30603 u=zuul n=ansible | deploy-logging-dependencies : Wait for cluster log forwarder to be created --- 0.39s 2025-09-30 20:24:56,475 p=30603 u=zuul n=ansible | deploy-logging-dependencies : Wait for the route kind to be present in the cluster --- 0.39s 2025-09-30 20:24:56,475 p=30603 u=zuul n=ansible | deploy-logging-dependencies : Wait for the minio pod to be created ------ 0.35s 2025-09-30 20:24:56,475 p=30603 u=zuul n=ansible | deploy-logging-dependencies : Create loki S3 secret --------------------- 0.32s