Skip to content

Commit 53bf570

Browse files
author
Myztiq
committed
Merge remote-tracking branch 'origin/master' into SAN-4010-update-swarm-v1.2.0
2 parents a92eb74 + 5123230 commit 53bf570

34 files changed

Lines changed: 58 additions & 302 deletions

ansible/app-services.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
- include: detention.yml git_branch="{{ detention_branch }}"
2+
- include: drake.yml git_branch="{{ drake_branch }}"
23
- include: eru.yml git_branch="{{ eru_branch }}"
34
- include: mavis.yml git_branch="{{ mavis_branch }}"
45
- include: metis.yml git_branch="{{ astral_branch }}"

ansible/base.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,5 +8,5 @@
88
- { role: docker, tags: [docker] }
99
- { role: datadog, tags: [datadog] }
1010
- { role: ulimits, tags: [ulimits] }
11-
- { role: loggly-tls, tags: [loggly] }
11+
- { role: loggly, tags: [loggly] }
1212
- { role: node }

ansible/charon.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,5 +9,5 @@
99
- { role: notify, tags: [notify] }
1010
- { role: git_repo }
1111
- { role: node_service }
12-
- { role: loggly-rotate }
12+
- { role: loggly }
1313
- { role: consul_value, tags: [consul_value] }

ansible/dock.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,7 @@
99
name={{ dock }}
1010
groups=dock
1111

12+
- include: charon.yml git_branch="{{ charon_version }}"
1213
- include: dock-init.yml git_branch="{{ dock_init_version }}"
13-
- include: krain.yml git_branch="{{ krain_version }}"
1414
- include: filibuster.yml git_branch="{{ filibuster_version }}"
15-
- include: charon.yml git_branch="{{ charon_version }}"
1615
- include: image-builder.yml git_branch="{{ image_builder_version }}"

ansible/filibuster.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,5 +8,5 @@
88
- { role: notify, tags: [notify] }
99
- { role: git_repo }
1010
- { role: node_service }
11-
- { role: loggly-rotate }
11+
- { role: loggly }
1212
- { role: consul_value, tags: [consul_value] }

ansible/group_vars/all.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -73,6 +73,11 @@ detention_host_address: "{{ hostvars[groups['detention'][0]]['ansible_default_ip
7373
detention_port: 9123
7474
detention_hostname: detention.{{ domain }}
7575

76+
# docker log driver
77+
78+
log_driver: syslog
79+
log_facility: local7
80+
7681
# docker
7782
docker_ca_path: /etc/ssl/docker/ca.pem
7883
docker_cert_path: /etc/ssl/docker/cert.pem

ansible/group_vars/alpha-consul.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,6 @@ pause_length_minutes: 3
99
container_image: runnable/consul
1010
container_tag: v0.6.3
1111

12-
log_driver: json-file
13-
1412
container_run_opts: >
1513
-d
1614
-h {{ inventory_hostname }}

ansible/group_vars/alpha-hipache.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,6 @@ container_image: registry.runnable.com/runnable/hipache
55
container_tag: latest
66
hosted_ports: [ 80, 443 ]
77

8-
log_driver: json-file
9-
108
container_run_opts: >
119
-d
1210
-p 80:80

ansible/group_vars/alpha-mongo-navi.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,6 @@ name: mongo-navi
33

44
db_path: /opt/mongodb/db
55

6-
# enable logs for mongo
7-
log_driver: json-file
8-
96
# container_kill_start settings
107
container_image: mongo
118
container_tag: latest

ansible/group_vars/alpha-redis-tls.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
name: redis
22

33
# container_kill_start settings
4-
log_driver: json-file
54
container_image: runnable/redis-stunnel
65
container_tag: v0.1.0
76
container_run_opts: >

0 commit comments

Comments
 (0)