2025-09-30 16:20:55,680 p=30507 u=zuul n=ansible | [WARNING]: Found variable using reserved name: namespace 2025-09-30 16:20:55,681 p=30507 u=zuul n=ansible | PLAY [Create the kustomization for deploying CloudKitty] *********************** 2025-09-30 16:20:55,714 p=30507 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 16:20:55,715 p=30507 u=zuul n=ansible | Tuesday 30 September 2025 16:20:55 +0000 (0:00:00.049) 0:00:00.049 ***** 2025-09-30 16:20:56,342 p=30507 u=zuul n=ansible | changed: [localhost] 2025-09-30 16:20:56,355 p=30507 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 16:20:56,355 p=30507 u=zuul n=ansible | Tuesday 30 September 2025 16:20:56 +0000 (0:00:00.640) 0:00:00.689 ***** 2025-09-30 16:21:17,360 p=30507 u=zuul n=ansible | changed: [localhost] 2025-09-30 16:21:17,373 p=30507 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 16:21:17,373 p=30507 u=zuul n=ansible | Tuesday 30 September 2025 16:21:17 +0000 (0:00:21.017) 0:00:21.707 ***** 2025-09-30 16:21:17,718 p=30507 u=zuul n=ansible | changed: [localhost] 2025-09-30 16:21:17,729 p=30507 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 16:21:17,729 p=30507 u=zuul n=ansible | Tuesday 30 September 2025 16:21:17 +0000 (0:00:00.355) 0:00:22.063 ***** 2025-09-30 16:21:18,217 p=30507 u=zuul n=ansible | changed: [localhost] 2025-09-30 16:21:18,233 p=30507 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 16:21:18,233 p=30507 u=zuul n=ansible | Tuesday 30 September 2025 16:21:18 +0000 (0:00:00.503) 0:00:22.567 ***** 2025-09-30 16:21:33,308 p=30507 u=zuul n=ansible | changed: [localhost] 2025-09-30 16:21:33,331 p=30507 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 16:21:33,332 p=30507 u=zuul n=ansible | Tuesday 30 September 2025 16:21:33 +0000 (0:00:15.098) 0:00:37.666 ***** 2025-09-30 16:21:33,742 p=30507 u=zuul n=ansible | changed: [localhost] 2025-09-30 16:21:33,751 p=30507 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 16:21:33,751 p=30507 u=zuul n=ansible | Tuesday 30 September 2025 16:21:33 +0000 (0:00:00.419) 0:00:38.085 ***** 2025-09-30 16:21:34,210 p=30507 u=zuul n=ansible | changed: [localhost] 2025-09-30 16:21:34,224 p=30507 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 16:21:34,224 p=30507 u=zuul n=ansible | Tuesday 30 September 2025 16:21:34 +0000 (0:00:00.472) 0:00:38.558 ***** 2025-09-30 16:21:34,545 p=30507 u=zuul n=ansible | changed: [localhost] 2025-09-30 16:21:34,555 p=30507 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 16:21:34,556 p=30507 u=zuul n=ansible | Tuesday 30 September 2025 16:21:34 +0000 (0:00:00.331) 0:00:38.890 ***** 2025-09-30 16:21:41,904 p=30507 u=zuul n=ansible | changed: [localhost] 2025-09-30 16:21:41,928 p=30507 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 16:21:41,928 p=30507 u=zuul n=ansible | Tuesday 30 September 2025 16:21:41 +0000 (0:00:07.372) 0:00:46.262 ***** 2025-09-30 16:21:42,314 p=30507 u=zuul n=ansible | changed: [localhost] 2025-09-30 16:21:42,323 p=30507 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 16:21:42,323 p=30507 u=zuul n=ansible | Tuesday 30 September 2025 16:21:42 +0000 (0:00:00.394) 0:00:46.657 ***** 2025-09-30 16:21:43,309 p=30507 u=zuul n=ansible | changed: [localhost] 2025-09-30 16:21:43,319 p=30507 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 16:21:43,319 p=30507 u=zuul n=ansible | Tuesday 30 September 2025 16:21:43 +0000 (0:00:00.996) 0:00:47.653 ***** 2025-09-30 16:21:43,618 p=30507 u=zuul n=ansible | changed: [localhost] 2025-09-30 16:21:43,630 p=30507 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 16:21:43,630 p=30507 u=zuul n=ansible | Tuesday 30 September 2025 16:21:43 +0000 (0:00:00.311) 0:00:47.964 ***** 2025-09-30 16:21:43,974 p=30507 u=zuul n=ansible | changed: [localhost] 2025-09-30 16:21:43,992 p=30507 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 16:21:43,992 p=30507 u=zuul n=ansible | Tuesday 30 September 2025 16:21:43 +0000 (0:00:00.361) 0:00:48.326 ***** 2025-09-30 16:21:49,183 p=30507 u=zuul n=ansible | changed: [localhost] 2025-09-30 16:21:49,208 p=30507 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 16:21:49,209 p=30507 u=zuul n=ansible | Tuesday 30 September 2025 16:21:49 +0000 (0:00:05.216) 0:00:53.543 ***** 2025-09-30 16:21:49,871 p=30507 u=zuul n=ansible | changed: [localhost] 2025-09-30 16:21:49,924 p=30507 u=zuul n=ansible | PLAY RECAP ********************************************************************* 2025-09-30 16:21:49,924 p=30507 u=zuul n=ansible | localhost : ok=15 changed=15 unreachable=0 failed=0 skipped=0 rescued=0 ignored=0 2025-09-30 16:21:49,924 p=30507 u=zuul n=ansible | Tuesday 30 September 2025 16:21:49 +0000 (0:00:00.715) 0:00:54.258 ***** 2025-09-30 16:21:49,924 p=30507 u=zuul n=ansible | =============================================================================== 2025-09-30 16:21:49,924 p=30507 u=zuul n=ansible | deploy-logging-dependencies : Wait for the CLO csv to be created ------- 21.02s 2025-09-30 16:21:49,924 p=30507 u=zuul n=ansible | deploy-logging-dependencies : Wait for the Loki resources to be available -- 15.10s 2025-09-30 16:21:49,924 p=30507 u=zuul n=ansible | deploy-logging-dependencies : Wait for the minio pod to be running ------ 7.37s 2025-09-30 16:21:49,924 p=30507 u=zuul n=ansible | deploy-logging-dependencies : Wait for the cluster log forwarder to be ready --- 5.22s 2025-09-30 16:21:49,924 p=30507 u=zuul n=ansible | deploy-logging-dependencies : Create the SA and apply the right permissions --- 1.00s 2025-09-30 16:21:49,924 p=30507 u=zuul n=ansible | Copy controlplane kustomization ----------------------------------------- 0.72s 2025-09-30 16:21:49,924 p=30507 u=zuul n=ansible | deploy-logging-dependencies : Create the CLO subscription and loki-operator subscriptions --- 0.64s 2025-09-30 16:21:49,924 p=30507 u=zuul n=ansible | deploy-logging-dependencies : Wait for the CLO resources to be available --- 0.50s 2025-09-30 16:21:49,924 p=30507 u=zuul n=ansible | deploy-logging-dependencies : Create minio deployment ------------------- 0.47s 2025-09-30 16:21:49,924 p=30507 u=zuul n=ansible | deploy-logging-dependencies : Wait for the route kind to be present in the cluster --- 0.42s 2025-09-30 16:21:49,925 p=30507 u=zuul n=ansible | deploy-logging-dependencies : Create loki S3 secret --------------------- 0.39s 2025-09-30 16:21:49,925 p=30507 u=zuul n=ansible | deploy-logging-dependencies : Wait for cluster log forwarder to be created --- 0.36s 2025-09-30 16:21:49,925 p=30507 u=zuul n=ansible | deploy-logging-dependencies : Wait for the loki-operator csv to be created --- 0.36s 2025-09-30 16:21:49,925 p=30507 u=zuul n=ansible | deploy-logging-dependencies : Wait for the minio pod to be created ------ 0.33s 2025-09-30 16:21:49,925 p=30507 u=zuul n=ansible | deploy-logging-dependencies : Create cluster log forwarder -------------- 0.31s