Skip to content

Commit

Permalink
Disable PrivateDevices for galera and Memcached
Browse files Browse the repository at this point in the history
Change-Id: I93318a73c43ff7c6ae423271bd8c252ad94b0149
Depends-On: I67ef7ba02ee652e9855b9cf4ba7a44a361844a83
Related-Bug: 1697531
  • Loading branch information
mgariepy committed Jun 16, 2017
1 parent c928fda commit 7938542
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions test-vars.yml
Expand Up @@ -79,6 +79,7 @@ galera_wsrep_node_name: "{{ inventory_hostname }}"
galera_wsrep_provider_options:
- { option: "gcache.size", value: "32M" }
galera_server_id: "{{ inventory_hostname | string_2_int }}"
galera_disable_privatedevices: "{{ ((properties.is_metal | default(false)) | bool) | ternary('false', 'true') }}"

# RabbitMQ Settings
rabbitmq_cookie_token: secrete
Expand All @@ -91,6 +92,7 @@ rabbitmq_password: "secrete"
memcached_listen: "{{ test_memcached_host }}"
memcached_servers: "{{ test_memcached_host }}"
memcached_encryption_key: "secrete"
memcached_disable_privatedevices: "{{ ((properties.is_metal | default(false)) | bool) | ternary('false', 'true') }}"

# Keystone Settings
keystone_ssl: True
Expand Down

0 comments on commit 7938542

Please sign in to comment.