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:
parent
fe155496e1
commit
63cf525af5
@ -175,6 +175,10 @@
|
||||
- src: "tests/templates/global.conf.j2"
|
||||
dest: /etc/kolla/config/global.conf
|
||||
when: "{{ openstack_core_enabled }}"
|
||||
# cinder.conf
|
||||
- src: "tests/templates/cinder-overrides.j2"
|
||||
dest: /etc/kolla/config/cinder.conf
|
||||
when: "{{ scenario == 'cephadm' }}"
|
||||
# nova-compute.conf
|
||||
- src: "tests/templates/nova-compute-overrides.j2"
|
||||
dest: /etc/kolla/config/nova/nova-compute.conf
|
||||
|
2
tests/templates/cinder-overrides.j2
Normal file
2
tests/templates/cinder-overrides.j2
Normal file
@ -0,0 +1,2 @@
|
||||
[rbd-1]
|
||||
rados_connect_timeout = 60
|
Loading…
Reference in New Issue
Block a user