CI: Increase RADOS timeout for cephadm jobs

Default timeout is 5 and we're often hitting that on our poor man's
Ceph.

Change-Id: Ide92b3c32150c0045b0723155f94b21ea9cdce66
This commit is contained in:
Michal Nasiadka 2024-02-14 10:52:23 +01:00
parent fe155496e1
commit 63cf525af5
2 changed files with 6 additions and 0 deletions

View File

@ -175,6 +175,10 @@
- src: "tests/templates/global.conf.j2" - src: "tests/templates/global.conf.j2"
dest: /etc/kolla/config/global.conf dest: /etc/kolla/config/global.conf
when: "{{ openstack_core_enabled }}" when: "{{ openstack_core_enabled }}"
# cinder.conf
- src: "tests/templates/cinder-overrides.j2"
dest: /etc/kolla/config/cinder.conf
when: "{{ scenario == 'cephadm' }}"
# nova-compute.conf # nova-compute.conf
- src: "tests/templates/nova-compute-overrides.j2" - src: "tests/templates/nova-compute-overrides.j2"
dest: /etc/kolla/config/nova/nova-compute.conf dest: /etc/kolla/config/nova/nova-compute.conf

View File

@ -0,0 +1,2 @@
[rbd-1]
rados_connect_timeout = 60