From 871000eac6ecf67a60f9631bfa9a61f90789e91c Mon Sep 17 00:00:00 2001 From: Nathan219 Date: Wed, 7 Sep 2016 16:27:19 -0700 Subject: [PATCH 1/3] 0.1.1 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index f4c1768d..89789125 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "devops-scripts", - "version": "0.1.0", + "version": "0.1.1", "description": "devops-scripts ==============", "main": "index.js", "directories": { From 505ecc6a2b5a168bc99d59ae7d4562e6ebacd2ce Mon Sep 17 00:00:00 2001 From: Nathan219 Date: Mon, 12 Sep 2016 13:42:17 -0700 Subject: [PATCH 2/3] add NewRelic vars for bigPoppa --- ansible/delta-hosts/variables | 1 + ansible/group_vars/alpha-big-poppa-http.yml | 4 ++++ 2 files changed, 5 insertions(+) diff --git a/ansible/delta-hosts/variables b/ansible/delta-hosts/variables index 9fcc62a5..81f0ffa0 100644 --- a/ansible/delta-hosts/variables +++ b/ansible/delta-hosts/variables @@ -16,6 +16,7 @@ api_intercom_app_id=wqzm3rju api_intercom_api_key=46e75ada5d21f248787689b35fe80e11efe9303a [big-poppa:vars] +big_poppa_new_relic_app_name=delta-big-poppa big_poppa_pg_pass=189a4a90-60d9-11e6-92c9-7b1a5b7c8417 big_poppa_pg_host=delta-big-poppa.cnksgdqarobf.us-west-2.rds.amazonaws.com big_poppa_pg_port=5432 diff --git a/ansible/group_vars/alpha-big-poppa-http.yml b/ansible/group_vars/alpha-big-poppa-http.yml index 39edb0cf..df7645b4 100644 --- a/ansible/group_vars/alpha-big-poppa-http.yml +++ b/ansible/group_vars/alpha-big-poppa-http.yml @@ -40,6 +40,10 @@ container_envs: > -e GITHUB_VARNISH_HOST={{ github_varnish_host }} -e GITHUB_VARNISH_PORT={{ github_varnish_port }} -e GITHUB_PROTOCOL=http + {% if big_poppa_new_relic_app_name is defined %} -e NEW_RELIC_APP_NAME={{ big_poppa_new_relic_app_name }} {% endif %} + {% if big_poppa_new_relic_app_name is defined %} -e NEW_RELIC_LICENSE_KEY={{ new_relic_license_key }} {% endif %} + {% if big_poppa_new_relic_app_name is defined %} -e NEW_RELIC_LOG_LEVEL=fatal {% endif %} + {% if big_poppa_new_relic_app_name is defined %} -e NEW_RELIC_NO_CONFIG_FILE=true {% endif %} container_run_opts: > -h {{ name }} From 0e54feabcb74a62b8266cf7ca6167c3a6413569a Mon Sep 17 00:00:00 2001 From: Nathan219 Date: Mon, 12 Sep 2016 13:44:59 -0700 Subject: [PATCH 3/3] revert this 0.1.1 that I accidentally did --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 89789125..f4c1768d 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "devops-scripts", - "version": "0.1.1", + "version": "0.1.0", "description": "devops-scripts ==============", "main": "index.js", "directories": {