This is an automated email from the ASF dual-hosted git repository.

dgrove pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/openwhisk-runtime-swift.git

commit ead47c2c174566f4d15048ef8f6bfc437c6b9d6f
Author: David Grove <gro...@us.ibm.com>
AuthorDate: Fri Feb 12 16:01:41 2021 -0500

    add elasticsearch and etcd to hosts
    
    The swift runtime overrides group_vars/all to add back some
    no longer supported Swift runtimes, so for now just replicate
    the host file updates from the core repo.  We need to revisit this...
---
 ansible/environments/local/hosts | 6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/ansible/environments/local/hosts b/ansible/environments/local/hosts
index 7ee31f2..085f5d2 100644
--- a/ansible/environments/local/hosts
+++ b/ansible/environments/local/hosts
@@ -39,8 +39,14 @@ invoker0            ansible_host=172.17.0.1 
ansible_connection=local
 [db]
 172.17.0.1          ansible_host=172.17.0.1 ansible_connection=local
 
+[elasticsearch:children]
+db
+
 [redis]
 172.17.0.1          ansible_host=172.17.0.1 ansible_connection=local
 
 [apigateway]
 172.17.0.1          ansible_host=172.17.0.1 ansible_connection=local
+
+[etcd]
+etcd0            ansible_host=172.17.0.1 ansible_connection=local

Reply via email to