2025-09-29 21:34:50,638 p=30470 u=zuul n=ansible | [WARNING]: Found variable using reserved name: namespace 2025-09-29 21:34:50,639 p=30470 u=zuul n=ansible | PLAY [Create the kustomization for deploying CloudKitty] *********************** 2025-09-29 21:34:50,671 p=30470 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-29 21:34:50,671 p=30470 u=zuul n=ansible | Monday 29 September 2025 21:34:50 +0000 (0:00:00.047) 0:00:00.047 ****** 2025-09-29 21:34:51,301 p=30470 u=zuul n=ansible | changed: [localhost] 2025-09-29 21:34:51,311 p=30470 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-29 21:34:51,311 p=30470 u=zuul n=ansible | Monday 29 September 2025 21:34:51 +0000 (0:00:00.639) 0:00:00.686 ****** 2025-09-29 21:35:22,631 p=30470 u=zuul n=ansible | changed: [localhost] 2025-09-29 21:35:22,642 p=30470 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-29 21:35:22,642 p=30470 u=zuul n=ansible | Monday 29 September 2025 21:35:22 +0000 (0:00:31.330) 0:00:32.017 ****** 2025-09-29 21:35:33,222 p=30470 u=zuul n=ansible | changed: [localhost] 2025-09-29 21:35:33,233 p=30470 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-29 21:35:33,233 p=30470 u=zuul n=ansible | Monday 29 September 2025 21:35:33 +0000 (0:00:10.591) 0:00:42.608 ****** 2025-09-29 21:35:33,661 p=30470 u=zuul n=ansible | changed: [localhost] 2025-09-29 21:35:33,671 p=30470 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-29 21:35:33,671 p=30470 u=zuul n=ansible | Monday 29 September 2025 21:35:33 +0000 (0:00:00.438) 0:00:43.047 ****** 2025-09-29 21:35:39,542 p=30470 u=zuul n=ansible | changed: [localhost] 2025-09-29 21:35:39,553 p=30470 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-29 21:35:39,553 p=30470 u=zuul n=ansible | Monday 29 September 2025 21:35:39 +0000 (0:00:05.881) 0:00:48.929 ****** 2025-09-29 21:35:39,871 p=30470 u=zuul n=ansible | changed: [localhost] 2025-09-29 21:35:39,884 p=30470 u=zuul n=ansible | TASK [deploy-logging-dependencies : Create minio deployment _raw_params=oc apply -f {{ role_path }}/files/minio-dev.yaml ] *** 2025-09-29 21:35:39,884 p=30470 u=zuul n=ansible | Monday 29 September 2025 21:35:39 +0000 (0:00:00.331) 0:00:49.260 ****** 2025-09-29 21:35:41,271 p=30470 u=zuul n=ansible | changed: [localhost] 2025-09-29 21:35:41,280 p=30470 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-29 21:35:41,280 p=30470 u=zuul n=ansible | Monday 29 September 2025 21:35:41 +0000 (0:00:01.396) 0:00:50.656 ****** 2025-09-29 21:35:41,582 p=30470 u=zuul n=ansible | changed: [localhost] 2025-09-29 21:35:41,592 p=30470 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-29 21:35:41,592 p=30470 u=zuul n=ansible | Monday 29 September 2025 21:35:41 +0000 (0:00:00.312) 0:00:50.968 ****** 2025-09-29 21:35:48,741 p=30470 u=zuul n=ansible | changed: [localhost] 2025-09-29 21:35:48,750 p=30470 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-29 21:35:48,750 p=30470 u=zuul n=ansible | Monday 29 September 2025 21:35:48 +0000 (0:00:07.157) 0:00:58.126 ****** 2025-09-29 21:35:49,078 p=30470 u=zuul n=ansible | changed: [localhost] 2025-09-29 21:35:49,089 p=30470 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-29 21:35:49,089 p=30470 u=zuul n=ansible | Monday 29 September 2025 21:35:49 +0000 (0:00:00.339) 0:00:58.465 ****** 2025-09-29 21:35:49,901 p=30470 u=zuul n=ansible | changed: [localhost] 2025-09-29 21:35:49,911 p=30470 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-29 21:35:49,911 p=30470 u=zuul n=ansible | Monday 29 September 2025 21:35:49 +0000 (0:00:00.821) 0:00:59.287 ****** 2025-09-29 21:35:50,212 p=30470 u=zuul n=ansible | changed: [localhost] 2025-09-29 21:35:50,221 p=30470 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-29 21:35:50,221 p=30470 u=zuul n=ansible | Monday 29 September 2025 21:35:50 +0000 (0:00:00.309) 0:00:59.597 ****** 2025-09-29 21:35:50,537 p=30470 u=zuul n=ansible | changed: [localhost] 2025-09-29 21:35:50,546 p=30470 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-29 21:35:50,547 p=30470 u=zuul n=ansible | Monday 29 September 2025 21:35:50 +0000 (0:00:00.325) 0:00:59.922 ****** 2025-09-29 21:35:55,792 p=30470 u=zuul n=ansible | changed: [localhost] 2025-09-29 21:35:55,817 p=30470 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-29 21:35:55,817 p=30470 u=zuul n=ansible | Monday 29 September 2025 21:35:55 +0000 (0:00:05.270) 0:01:05.193 ****** 2025-09-29 21:35:56,479 p=30470 u=zuul n=ansible | changed: [localhost] 2025-09-29 21:35:56,514 p=30470 u=zuul n=ansible | PLAY RECAP ********************************************************************* 2025-09-29 21:35:56,514 p=30470 u=zuul n=ansible | localhost : ok=15 changed=15 unreachable=0 failed=0 skipped=0 rescued=0 ignored=0 2025-09-29 21:35:56,515 p=30470 u=zuul n=ansible | Monday 29 September 2025 21:35:56 +0000 (0:00:00.697) 0:01:05.890 ****** 2025-09-29 21:35:56,515 p=30470 u=zuul n=ansible | =============================================================================== 2025-09-29 21:35:56,515 p=30470 u=zuul n=ansible | deploy-logging-dependencies : Wait for the CLO csv to be created ------- 31.33s 2025-09-29 21:35:56,515 p=30470 u=zuul n=ansible | deploy-logging-dependencies : Wait for the loki-operator csv to be created -- 10.59s 2025-09-29 21:35:56,515 p=30470 u=zuul n=ansible | deploy-logging-dependencies : Wait for the minio pod to be running ------ 7.16s 2025-09-29 21:35:56,515 p=30470 u=zuul n=ansible | deploy-logging-dependencies : Wait for the Loki resources to be available --- 5.88s 2025-09-29 21:35:56,515 p=30470 u=zuul n=ansible | deploy-logging-dependencies : Wait for the cluster log forwarder to be ready --- 5.27s 2025-09-29 21:35:56,515 p=30470 u=zuul n=ansible | deploy-logging-dependencies : Create minio deployment ------------------- 1.40s 2025-09-29 21:35:56,515 p=30470 u=zuul n=ansible | deploy-logging-dependencies : Create the SA and apply the right permissions --- 0.82s 2025-09-29 21:35:56,515 p=30470 u=zuul n=ansible | Copy controlplane kustomization ----------------------------------------- 0.70s 2025-09-29 21:35:56,515 p=30470 u=zuul n=ansible | deploy-logging-dependencies : Create the CLO subscription and loki-operator subscriptions --- 0.64s 2025-09-29 21:35:56,515 p=30470 u=zuul n=ansible | deploy-logging-dependencies : Wait for the CLO resources to be available --- 0.44s 2025-09-29 21:35:56,515 p=30470 u=zuul n=ansible | deploy-logging-dependencies : Create loki S3 secret --------------------- 0.34s 2025-09-29 21:35:56,515 p=30470 u=zuul n=ansible | deploy-logging-dependencies : Wait for the route kind to be present in the cluster --- 0.33s 2025-09-29 21:35:56,515 p=30470 u=zuul n=ansible | deploy-logging-dependencies : Wait for cluster log forwarder to be created --- 0.33s 2025-09-29 21:35:56,515 p=30470 u=zuul n=ansible | deploy-logging-dependencies : Wait for the minio pod to be created ------ 0.31s 2025-09-29 21:35:56,515 p=30470 u=zuul n=ansible | deploy-logging-dependencies : Create cluster log forwarder -------------- 0.31s