File tree Expand file tree Collapse file tree 7 files changed +8
-0
lines changed
docker-machine/group_vars Expand file tree Collapse file tree 7 files changed +8
-0
lines changed Original file line number Diff line number Diff line change @@ -32,6 +32,7 @@ whisk_api_localhost_name: "openwhisk"
3232
3333# Hardcoded for docker-machine since db init runs on host not inside VM
3434db_prefix: whisk_dockermachine_
35+ db_confdir: "{{ config_root_dir }}/couchdb"
3536
3637# API GW connection configuration
3738apigw_auth_user: ""
Original file line number Diff line number Diff line change @@ -26,6 +26,7 @@ runtimes_bypass_pull_for_local_images: true
2626invoker_use_runc: "{{ ansible_distribution != 'MacOSX' }}"
2727
2828db_prefix: whisk_local_
29+ db_confdir: "{{ config_root_dir }}/couchdb"
2930
3031# API GW connection configuration
3132apigw_auth_user: ""
Original file line number Diff line number Diff line change @@ -26,6 +26,7 @@ runtimes_bypass_pull_for_local_images: true
2626invoker_use_runc: "{{ ansible_distribution != 'MacOSX' }}"
2727
2828db_prefix: whisk_local_
29+ db_confdir: "{{ config_root_dir }}/couchdb"
2930
3031# API GW connection configuration
3132apigw_auth_user: ""
Original file line number Diff line number Diff line change @@ -26,6 +26,7 @@ runtimes_bypass_pull_for_local_images: true
2626invoker_use_runc: "{{ ansible_distribution != 'MacOSX' }}"
2727
2828db_prefix: whisk_local_
29+ db_confdir: "{{ config_root_dir }}/couchdb"
2930
3031# API GW connection configuration
3132apigw_auth_user: ""
Original file line number Diff line number Diff line change @@ -26,6 +26,7 @@ runtimes_bypass_pull_for_local_images: true
2626invoker_use_runc: "{{ ansible_distribution != 'MacOSX' }}"
2727
2828db_prefix: whisk_local_
29+ db_confdir: "{{ config_root_dir }}/couchdb"
2930
3031# API GW connection configuration
3132apigw_auth_user: ""
Original file line number Diff line number Diff line change @@ -24,6 +24,7 @@ runtimes_bypass_pull_for_local_images: true
2424invoker_use_runc: "{{ ansible_distribution != 'MacOSX' }}"
2525
2626db_prefix: whisk_local_
27+ db_confdir: "{{ config_root_dir }}/couchdb"
2728
2829# API GW connection configuration
2930apigw_auth_user: ""
Original file line number Diff line number Diff line change 271271 port: "{{ db_port | default(lookup('ini', 'db_port section=db_creds file={{ playbook_dir }}/db_local.ini')) }}"
272272 host: "{{ db_host | default(lookup('ini', 'db_host section=db_creds file={{ playbook_dir }}/db_local.ini')) }}"
273273 persist_path: "{{ db_persist_path | default(false) }}"
274+ dir:
275+ become: "{{ db_dir_become | default(true) }}"
274276 instances: "{{ groups['db'] | length }}"
275277 authkeys:
276278 - guest
You can’t perform that action at this time.
0 commit comments