Skip to content

Commit f60e281

Browse files
author
Bryan Kendall
committed
Merge remote-tracking branch 'origin/master' into SAN-2841
2 parents dc0b7cc + db91a15 commit f60e281

6 files changed

Lines changed: 6 additions & 57 deletions

File tree

.gitignore

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,3 +2,6 @@ node_modules
22
ca-key.pem
33
pass
44
hellorunnable
5+
dump.rdb
6+
erl_crash.dump
7+
npm-debug.log

ansible/group_vars/alpha-khronos.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ container_envs: >
1414
-e DATADOG_HOST={{ datadog_host }}
1515
-e DATADOG_PORT={{ datadog_port }}
1616
-e KHRONOS_MONGO=mongodb://{{ khronos_mongo_auth }}@{{ mongo_hosts }}/{{ khronos_mongo_database }}
17-
-e LOG_LEVEL_STDOUT=trace
17+
-e LOG_LEVEL=info
1818
-e NODE_ENV={{ node_env }}
1919
-e RABBITMQ_HOSTNAME={{ rabbit_host | default(hostvars[groups['rabbitmq'][0]]['ansible_default_ipv4']['address']) }}
2020
-e RABBITMQ_PASSWORD={{ rabbit_password }}

ansible/roles/git_node_service/tasks/main.yml

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,4 @@
11
---
2-
- name: copy config file
3-
sudo: yes
4-
template:
5-
src=upstart.conf
6-
dest=/etc/init/{{ app_name }}.conf
7-
backup=yes
8-
92
- name: create {{ app_name }} repository dir
103
sudo: yes
114
file:
@@ -26,12 +19,12 @@
2619

2720
- name: remove node_modules
2821
sudo: yes
22+
when: remove_node_modules is defined
2923
file:
3024
path=/opt/runnable/{{ app_name }}/node_modules
3125
state=absent
3226

3327
- name: npm install {{ app_name }}
34-
sudo: yes
3528
npm:
3629
path=/opt/runnable/{{ app_name }}
3730
state=latest

ansible/roles/git_node_service/templates/upstart.conf

Lines changed: 0 additions & 41 deletions
This file was deleted.

ansible/roles/sauron/tasks/main.yml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -39,9 +39,3 @@
3939
shell: "docker kill `docker ps | grep weave | awk '{print $1}'` || echo"
4040
when: weave_install.changed
4141
sudo: yes
42-
43-
- name: get org id
44-
sudo: yes
45-
when: docker_config == "docks"
46-
shell: "cut -d, -f 1 /opt/runnable/host_tags"
47-
register: org_id

ssh/config

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,7 @@ Host hubot
130130
# beta
131131
################################################################################
132132
Host beta-bastion
133-
HostName 52.25.33.149
133+
HostName 52.24.221.234
134134

135135
Host 10.20.*.*
136136
User ubuntu

0 commit comments

Comments
 (0)