File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -65,21 +65,6 @@ api_hello_runnable_github_token=88ddc423c2312d02a8bbcaad76dd4c374a30e4af
6565env=beta
6666aws_custid=437258487404
6767vpc_id=vpc-9e84e1fb
68- security_groups:
69- - sg_api
70- - sg_bastion
71- - sg_dock
72- - sg_hipache
73- - sg_mongo
74- - sg_nat
75- - sg_navi
76- - sg_neo4j
77- - sg_rabbit
78- - sg_rds
79- - sg_redis
80- - sg_services
81- - sg_userland
82- - sg_web
8368sg_api=sg-a6e684c2
8469sg_bastion=sg-6bc8060f
8570sg_dock=sg-d6e684b2
Original file line number Diff line number Diff line change @@ -13,21 +13,20 @@ is_redis_update_required: 'yes'
1313
1414# container settings
1515container_envs : >
16- -e PORT={{ hosted_ports[0] }}
17- -e REDIS_PORT={{ redis_port }}
18- -e REDIS_IPADDRESS={{ redis_host_address }}
1916 -e DATADOG_HOST={{ datadog_host_address }}
2017 -e DATADOG_PORT={{ datadog_port }}
21- -e CONTAINER_WEIGHT=0
18+ -e DOCKER_CERT_PATH=/etc/ssl/docker
2219 -e NEWRELIC_KEY={{ new_relic_license_key }}
20+ -e PORT={{ hosted_ports[0] }}
2321 -e RABBITMQ_HOSTNAME={{ rabbit_host_address }}
2422 -e RABBITMQ_PASSWORD={{ rabbit_password }}
2523 -e RABBITMQ_PORT={{ rabbit_port }}
2624 -e RABBITMQ_USERNAME={{ rabbit_username }}
27- -e CONSUL_HOST={{ consul_host_address }}
28- -e CONSUL_PORT={{ consul_api_port }}
29- -e DOCKER_CERT_PATH=/etc/ssl/docker
25+ -e REDIS_IPADDRESS={{ redis_host_address }}
26+ -e REDIS_PORT={{ redis_port }}
3027 -e SWARM_CONTAINER_NAME={{ swarm_container_name }}
28+ -e SWARM_HOSTNAME={{ swarm_host_address }}
29+ -e SWARM_PORT={{ swarm_master_port }}
3130
3231container_run_opts : >
3332 -h {{ name }}
Original file line number Diff line number Diff line change @@ -29,7 +29,6 @@ container_envs: >
2929 -e REGISTRY_HOST={{ registry_host }}
3030 -e ROLLBAR_KEY={{ shiva_rollbar_key }}
3131 -e DOCKER_PORT={{ docker_port }}
32- -e SWARM_TOKEN={{ swarm_token }}
3332
3433container_run_opts : >
3534 -h {{ name }}
Original file line number Diff line number Diff line change @@ -28,7 +28,6 @@ container_envs: >
2828 -e REGISTRY_HOST={{ registry_host }}
2929 -e ROLLBAR_KEY={{ shiva_rollbar_key }}
3030 -e DOCKER_PORT={{ docker_port }}
31- -e SWARM_TOKEN={{ swarm_token }}
3231
3332container_run_opts : >
3433 -h {{ name }}
Original file line number Diff line number Diff line change 11---
22- hosts : redis
3- - hosts : consul
3+ - hosts : swarm-manager
44- hosts : rabbitmq
55
66- hosts : mavis
You can’t perform that action at this time.
0 commit comments