File tree Expand file tree Collapse file tree 5 files changed +24
-4
lines changed Expand file tree Collapse file tree 5 files changed +24
-4
lines changed Original file line number Diff line number Diff line change 159159
160160 kubectl -n kube-system logs ds/openstack-cloud-controller-manager > /var/log/csi-pod/occm.log
161161
162+ - name : Collect pod logs for debug purpose (early collection on deployment failure)
163+ shell :
164+ executable : /bin/bash
165+ cmd : |
166+ set -x
167+ mkdir -p /var/log/csi-pod
168+ kubectl logs deployment/csi-cinder-controllerplugin -n kube-system -c cinder-csi-plugin > /var/log/csi-pod/deployment-csi-cinder-controllerplugin.log
169+ kubectl logs daemonset/csi-cinder-nodeplugin -n kube-system -c cinder-csi-plugin > /var/log/csi-pod/deployment-csi-cinder-nodeplugin.log
170+ ignore_errors : true
171+
162172 - name : &failmsg Stop due to prior failure of csi-cinder-plugin
163173 fail :
164174 msg : *failmsg
Original file line number Diff line number Diff line change 9292 capabilities:
9393 add: ["SYS_ADMIN"]
9494 allowPrivilegeEscalation: true
95- image: quay. io/k8scsi /nfsplugin:v2.0.0
95+ image: registry.k8s. io/sig-storage /nfsplugin:v4.12.1
9696 args:
9797 - "--nodeid=\$(NODE_ID)"
9898 - "--endpoint=unix://plugin/csi.sock"
187187 debug :
188188 var : describe_csi.stdout_lines
189189
190+ - name : Collect pod logs for debug purpose (early collection on deployment failure)
191+ shell :
192+ executable : /bin/bash
193+ cmd : |
194+ set -x
195+ mkdir -p /var/log/csi-pod
196+ kubectl logs -l app=openstack-manila-csi,component=controllerplugin -n default -c nfs-nodeplugin --tail=-1 > /var/log/csi-pod/deployment-csi-manila-controllerplugin.log
197+ kubectl logs -l app=openstack-manila-csi,component=nodeplugin -n default -c nfs-nodeplugin --tail=-1 > /var/log/csi-pod/deployment-csi-manila-nodeplugin.log
198+ ignore_errors : true
199+
190200 - name : &failmsg Stop due to prior failure of manila-csi-plugin
191201 fail :
192202 msg : *failmsg
Original file line number Diff line number Diff line change 11---
2- go_version : ' 1.22.2 '
2+ go_version : ' 1.25.3 '
33arch : ' amd64'
44go_tarball : ' go{{ go_version }}.linux-{{ arch }}.tar.gz'
55go_download_location : ' https://go.dev/dl/{{ go_tarball }}'
Original file line number Diff line number Diff line change 11---
2- k3s_release : v1.32.2-rc3 +k3s1
2+ k3s_release : v1.34.1 +k3s1
33worker_node_count : 1
44cluster_token : " K1039d1cf76d1f8b0e8b0d48e7c60d9c4a43c2e7a56de5d86f346f2288a2677f1d7::server:2acba4e60918c0e2d1f1d1a7c4e81e7b"
55devstack_workdir : " {{ ansible_user_dir }}/devstack"
Original file line number Diff line number Diff line change 44 gather_facts : true
55
66 vars :
7- e2e_test_version : v1.32.2
7+ e2e_test_version : v1.34.1
88 user : stack
99 devstack_workdir : /home/{{ user }}/devstack
1010
You can’t perform that action at this time.
0 commit comments