Skip to content
Snippets Groups Projects
Commit 0d0a8136 authored by Dominik Jall's avatar Dominik Jall
Browse files

issue #98 initial playbook for controller and inventory for local deployment....

issue #98 initial playbook for controller and inventory for local deployment. ignore .retry files from ansible.

Signed-off-by: default avatarHoang Anh Le <hoang@de.ibm.com>

issue #98 add component name var for logging.

Signed-off-by: default avatarHoang Anh Le <hoang@de.ibm.com>

issue #98 one invoker on local. also set ansible_host to ip for local

Signed-off-by: default avatarHoang Anh Le <hoang@de.ibm.com>
parent e6d8a036
No related branches found
No related tags found
No related merge requests found
......@@ -14,3 +14,4 @@ nginx.conf
cloudant-local.env
results
.gradle
*.retry
\ No newline at end of file
nginx:
conf:
dir: /tmp/nginx
whisk:
version:
date: "21-02-2016"
name: "ansible"
ssl:
cert: config/keys/openwhisk-self-cert.pem
key: config/keys/openwhisk-self-key.pem
logs:
dir: /tmp/wsklogs
docker:
restart:
policy: always
controller:
host: 172.17.0.1
port: 10001
consul:
host: 172.17.0.1
port4: 8500
port5: 8600
kafka:
host: 172.17.0.1
port: 9092
ras:
port: 9093
zookeeper:
host: 172.17.0.1
port: 2181
activator:
host: 172.17.0.1
port: 12000
invoker:
port: 12001
loadBalancer:
port: 10003
\ No newline at end of file
[edge]
localhost ansible_connection=local ansible_host=172.17.0.1
[main]
localhost ansible_connection=local ansible_host=172.17.0.1
[kafka]
localhost ansible_connection=local ansible_host=172.17.0.1
[invoker]
localhost ansible_connection=local ansible_host=172.17.0.1
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment