Merge "Reduce manila CI check memory consumption"
This commit is contained in:
commit
efd1004009
@ -8,11 +8,14 @@ ceph-osd_hosts:
|
|||||||
aio1:
|
aio1:
|
||||||
ip: 172.29.236.100
|
ip: 172.29.236.100
|
||||||
|
|
||||||
|
{% if 'manila' not in bootstrap_host_scenarios_expanded %}
|
||||||
# The nodes that the Ceph RadosGW object gateways will be running on
|
# The nodes that the Ceph RadosGW object gateways will be running on
|
||||||
ceph-rgw_hosts:
|
ceph-rgw_hosts:
|
||||||
aio1:
|
aio1:
|
||||||
ip: 172.29.236.100
|
ip: 172.29.236.100
|
||||||
|
{% endif %}
|
||||||
|
|
||||||
|
{% if 'manila' in bootstrap_host_scenarios_expanded %}
|
||||||
ceph-mds_hosts:
|
ceph-mds_hosts:
|
||||||
aio1:
|
aio1:
|
||||||
ip: 172.29.236.100
|
ip: 172.29.236.100
|
||||||
@ -20,3 +23,4 @@ ceph-mds_hosts:
|
|||||||
ceph-nfs_hosts:
|
ceph-nfs_hosts:
|
||||||
aio1:
|
aio1:
|
||||||
ip: 172.29.236.100
|
ip: 172.29.236.100
|
||||||
|
{% endif %}
|
||||||
|
@ -79,6 +79,7 @@ placement_wsgi_buffer_size: 16384
|
|||||||
manila_wsgi_processes_max: 2
|
manila_wsgi_processes_max: 2
|
||||||
manila_wsgi_processes: 2
|
manila_wsgi_processes: 2
|
||||||
manila_wsgi_threads: 1
|
manila_wsgi_threads: 1
|
||||||
|
manila_osapi_share_workers: 2
|
||||||
manila_wsgi_buffer_size: 65535
|
manila_wsgi_buffer_size: 65535
|
||||||
|
|
||||||
## Nova
|
## Nova
|
||||||
|
@ -28,8 +28,8 @@ tempest_flavors:
|
|||||||
vcpus: 1
|
vcpus: 1
|
||||||
- name: manila-service-flavor
|
- name: manila-service-flavor
|
||||||
id: 100
|
id: 100
|
||||||
ram: 256
|
ram: 320
|
||||||
disk: 3
|
disk: 5
|
||||||
vcpus: 1
|
vcpus: 1
|
||||||
|
|
||||||
tempest_test_includelist:
|
tempest_test_includelist:
|
||||||
@ -63,6 +63,8 @@ tempest_images:
|
|||||||
format: "qcow2"
|
format: "qcow2"
|
||||||
name: "manila-service-image"
|
name: "manila-service-image"
|
||||||
|
|
||||||
|
nova_console_type: disabled
|
||||||
|
|
||||||
manila_backends:
|
manila_backends:
|
||||||
cephfsnfs1:
|
cephfsnfs1:
|
||||||
cephfs_auth_id: manila
|
cephfs_auth_id: manila
|
||||||
|
Loading…
x
Reference in New Issue
Block a user