Skip to content

Commit

Permalink
Issue: hitachienergy#611 Desc: Fix issue with lack of postgresql and …
Browse files Browse the repository at this point in the history
…rabbitmq in generated sample configuration
  • Loading branch information
erzetpe committed Nov 19, 2019
1 parent 688d5b5 commit c5f8b7d
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -31,15 +31,15 @@ specification:
- default-kafka1
- default-kafka2
postgresql:
count: 0
count: 1
machines:
- default-postgresql
load_balancer:
count: 1
machines:
- default-loadbalancer
rabbitmq:
count: 0
count: 1
machines:
- default-rabbitmq

Expand Down Expand Up @@ -112,4 +112,4 @@ provider: any
name: default-rabbitmq
specification:
hostname: rabbitmq # YOUR-MACHINE-HOSTNAME
ip: 192.168.100.111 # YOUR-MACHINE-IP
ip: 192.168.100.111 # YOUR-MACHINE-IP

0 comments on commit c5f8b7d

Please sign in to comment.