Authored by chunhua.zhang

add

... ... @@ -21,7 +21,7 @@ db:
read: 10.66.106.5
uic:
write: 10.66.6.136
read: 10.66.106.12
read: 10.66.6.136
search: 10.66.6.6
mongo: 10.66.6.19
ordersplit:
... ... @@ -43,7 +43,11 @@ db:
# java inner load balancer
java:
inner_lb: 10.66.4.112
single_inner_lb: 10.66.4.112
search_lb: 10.66.4.112
#rabbit
rabbit:
common_local: 10.66.4.112
order_local: 10.66.4.234
... ... @@ -55,8 +59,8 @@ redis:
search: 10.66.4.249
zookeeper:
- 10.66.4.9
- 10.66.4.8
- 10.66.4.3
- 10.66.4.4
- 10.66.4.5
- 10.66.4.3
\ No newline at end of file
- 10.66.4.8
- 10.66.4.9
\ No newline at end of file
... ...
#!/usr/bin/env ansible-playbook
- include: playbooks/test-resolv.yml
\ No newline at end of file
- include: playbooks/test-dns.yml
\ No newline at end of file
... ...