Merge "Add ability to disable serial throttling for mnaio installs"
This commit is contained in:
commit
e55b331d2d
@ -80,6 +80,17 @@
|
||||
when:
|
||||
- pre_config_osa | default(true) | bool
|
||||
|
||||
- name: Drop config to disable serial throttle settings
|
||||
template:
|
||||
src: "osa/user_unserial_variables.yml"
|
||||
dest: /etc/openstack_deploy/user_unserial_variables.yml
|
||||
mode: "0644"
|
||||
owner: root
|
||||
group: root
|
||||
when:
|
||||
- pre_config_osa | default(true) | bool
|
||||
- osa_disable_serial | default(false) | bool
|
||||
|
||||
- name: Ensure the user_variables file is populated
|
||||
lineinfile:
|
||||
path: /etc/openstack_deploy/user_variables.yml
|
||||
|
@ -126,3 +126,4 @@ osa_enable_dashboard: true
|
||||
osa_enable_network: true
|
||||
osa_enable_meter: true
|
||||
osa_enable_object_storage: true
|
||||
osa_disable_serial: false
|
||||
|
16
multi-node-aio/playbooks/osa/user_unserial_variables.yml
Normal file
16
multi-node-aio/playbooks/osa/user_unserial_variables.yml
Normal file
@ -0,0 +1,16 @@
|
||||
cinder_api_serial: 100%
|
||||
cinder_scheduler_serial: 100%
|
||||
cinder_backend_serial: 100%
|
||||
glance_api_serial: 100%
|
||||
glance_registry_serial: 100%
|
||||
neutron_server_serial: 100%
|
||||
neutron_agent_serial: 100%
|
||||
neutron_other_serial: 100%
|
||||
nova_conductor_serial: 100%
|
||||
nova_scheduler_serial: 100%
|
||||
nova_api_serial: 100%
|
||||
nova_console_serial: 100%
|
||||
nova_compute_serial: 100%
|
||||
nova_serial: 100%
|
||||
#keystone_serial: 100% # Do NOT enable due to race condition with authorized_keys module.
|
||||
|
Loading…
Reference in New Issue
Block a user