diff --git a/ansible/group_vars/all.yml b/ansible/group_vars/all.yml deleted file mode 100644 index c5020dd0..00000000 --- a/ansible/group_vars/all.yml +++ /dev/null @@ -1,271 +0,0 @@ ---- -# Defaults -github_domain: api.github.com -github_protocol: https - -# ops -ops_slack_channel_url: https://hooks.slack.com/services/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 -environment_root: "../environments/{{ env }}/" -opts_root: "{{ environment_root }}/k8/{{ name }}" -secrets_root: "{{ environment_root }}/secrets/" -certs_root: "{{ secrets_root }}/certs/" -domains_root: "{{ secrets_root }}/domains/" -docker_client_root: "{{ secrets_root }}/docker-client/" -config_maps_path: "{{ opts_root }}/configMaps" -services_path: "{{ opts_root }}/services" -deployments_path: "{{ opts_root }}/deployments" -jobs_path: "{{ opts_root }}/jobs" -cron_jobs_path: "{{ opts_root }}/crons" -volumes_path: "{{ opts_root }}/volumes" -daemon_sets_path: "{{ opts_root }}/daemonSets" - -container_tag: "{{ git_branch }}" -# registry settings -image_pull_secret_name: runnable-kubernetes-pull-secret -registry_host: "quay.io" -registry_address: "{{ registry_host }}" -container_image: "{{ registry_address }}/runnable/{{ name }}" -inject_ca: true -quay_api_token: QB9UzzNhwClqMgRyMgNGrSGLdUYZPJLJALdcpKRa - -# For docker built containers -do_not_push: true - -# default for container args (which are optional) -container_run_args: "npm start" - -# REPO_BASE for getting dockerfiles -repo_base: "{{ lookup('env','REPO_BASE') }}" - -dockerfile: basic_node/Dockerfile -docker_network: 172.17.0.0/16 -base_dockerfile: node_base - -# slack rooms to send notifications -slack_token: T029DEC10/B1RSX8LNS/qLLSYEEqkGddohOdE44eDf3j -slack_channels: [ '#ops' ] - -loggly_token: f673760d-e0b3-4a93-a15e-2862ea074f91 -loggly_password: TebejAcutHeH_Ch0tR9ru4anaT6CRu*3 -loggly_username: ops - -## -## cores and logs -## - -app_log_dir: /docker/app-logs -core_file_dir: /docker/app-cores - -## -## shared application configs -## - -# agreeable-egret -agreeable_egret_hostname: egret.{{ domain }} -egret_pg_database: egret -egret_port: 65520 - -#angular -angular_url: https://app.{{ domain }} -mixpanel_proxy_url: https://mixpanel.{{ domain }} - -# api -api_github_hook_secret: 3V3RYTHINGisAW3S0ME! -api_hostname: api.{{ domain }} -api_port: 80 -api_socket_server_hostname: apisock.{{ domain }} -api_socket_server_rollbar_key: cad27f265e8e473c9b293615e7ed0f3a -api_url: https://{{ api_hostname }} -api_mongo_user: api -api_mongo_auth: "{{ api_mongo_user }}:{{ api_mongo_password }}" -sendgrid_key: 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 - -# arithmancy -arithmancy_rollbar_key: 1fe145fdeb1a4526b48f5dd82b0d6eb5 -arithmancy_pg_database: arithmancy - -# astral -pg_database: astral - -# big-poppa -big_poppa_pg_database: big_poppa -big_poppa_port: 7788 -big_poppa_host_address: big-poppa - -# cadvisor -cadvisor_port: 29007 - -# charon -charon_port: 53 - -# clio -clio_host_address: clio -clio_port: 8008 -clio_mongo_database: clio -clio_mongo_user: clio -clio_mongo_auth: "{{ clio_mongo_user }}:{{ clio_mongo_password }}" - -# consul -consul_api_port: 8500 -consul_https_port: 8501 -consul_storage_size_gb: 10 - -# cream -cream_port: 8899 -cream_host_address: cream - -# datadog -datadog_api_key: d3ab5d85bca924f9d4e33d307beacb4a -datadog_host_address: "datadog" -datadog_port: 8125 - -# detention -detention_host_address: detention -detention_port: 9123 -detention_hostname: detention.{{ domain }} - -# docker log driver -log_driver: syslog -log_facility: local7 - -# docker -docker_port: 4242 - -# docker-listener -docker_listener_rollbar_key: 7b5924eccfff415d9fc00c051811e9d7 - -# drake -drake_hostname: drake.{{ domain }} -drake_port: 80 - -# ec2 -aws_access_key: "AKIAIWRXWZ4P3MIMY3LA" -aws_secret_key: "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" -aws_region: "us-west-2" - -# eru -eru_http_port: 5501 -eru_graphql_port: 5502 - -# fluffy -fluffy_port: 80 -fluffy_hostname: "fluffy.{{ domain }}" -fluffy_rollbar_token: 6eb108bab1f54687b9b023e5b485967a - -# github-varnish -github_varnish_host: github-varnish -github_varnish_port: 80 - -# kartographer -kartographer_rollbar_token: a7f85fda20bd4b9fb7b1197fc04d3c89 - -# keymaker -keymaker_pg_database: keymaker -keymaker_port: 3008 -keymaker_host_address: keymaker -keymaker_http_rollbar_token: 4cfd134be18b4f1ca8e05925088360ff -keymaker_worker_rollbar_token: b6685a5db05d4550afe1c8545c095b29 - -# khronos -rollbar_khronos_token: 5a140828cce14410812d34a3ef936f25 - -# krain -krain_port: 3100 - -# marketing -marketing_url: https://{{ domain }} - -# metabase -metabase_port: 3000 - -# mongo -mongo_storage_size_gb: 50 - -# navi -navi_extra_ports: [11211,15672,25672,27017,29015,3000,3001,3306,4000,4607,5000,5200,5400,5432,6379,6969,8000,8080,9000,9292,9300] -navi_host_address: navi -navi_http_port: 3567 -navi_mongo_hosts: "mongo" -navi_rollbar_token: 719269e87b9b42848472542a8b2059ae - -# node_exporter -node_exporter_port: 29006 - -# optimus -optimus_port: 80 -optimus_hostname: optimus.{{ domain }} -optimus_rollbar_token: a49f9cce09ee46f09df3f603178fba75 - -# palantiri -palantiri_rollbar_token: ed971bbca9ea44a29268afc606ab8c7d - -# pheidi -pheidi_email_github_token: 115b4d854e34e8a5ba99ab73eefe4bf7a8944d6d -pheidi_rollbar_token: 6fc422ac645441bea7f6f14853eb01ab - -# postgres -postgres_storage_size_gb: 50 - -# prometheus -prometheus_port: 9090 -prometheus_storage_size_gb: 100 -prometheus_aws_access_key: AKIAIFG37NSI6O2QMRRQ -prometheus_aws_secret_key: 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 - -# prometheus_alert -prometheus_alert_port: 9093 -prometheus_alert_url: http://prometheus-alerts:{{ prometheus_alert_port }} - -# rabbit -rabbit_host_address: rabbitmq -rabbit_port: 5672 -rabbit_storage_size_gb: 50 - -# redis -redis_host_address: redis -redis_port: 6379 -redis_storage_size_gb: 50 - -# sauron -sauron_rollbar_token: 83157ae2d50d4b6398e404c0b9978d26 - -# secrets -secret_root: "{{ opts_root }}/secrets" - -# shiva -pg_user: shiva -shiva_port: 3000 -shiva_rollbar_token: 0526a90faec845d796e1ef5361a00526 - -# swarm -swarm_master_port: 2375 -swarm_host_address: swarm -swarm_container_name: swarm - -# navi/link -link_hello_runnable_token: 5d8f7029d3d6941b0fc62a7eb8c605d8e0bc7c29 -navi_mongo_database: navi -navi_mongo_user: "navi" -navi_mongo_auth: "{{ navi_mongo_user }}:{{ navi_mongo_password }}" -navi_mongo_hosts: "{{ mongo_hosts }}" - -npm_token: c0c4b32a-3de5-4e27-9d32-56c1616746d8 - -# remote vault -vault_port: 8200 - -# user-vault -user_vault_port: 8200 -user_vault_host_address: user-vault - -# local-vault -vault_local_port: 31836 -vault_addr: http://127.0.0.1:{{ vault_local_port }} -vault_consul_address: "consul.{{ domain }}" - -# userland -userland_host_address: userland - -# vault -vault_api_port: 8200 -vault_url: http://vault.{{ domain }} diff --git a/environments/delta/main.yml b/environments/delta/main.yml deleted file mode 100644 index 6b3d414e..00000000 --- a/environments/delta/main.yml +++ /dev/null @@ -1,203 +0,0 @@ -egret_pg_database: egret -egret_pg_host: delta-big-poppa.cnksgdqarobf.us-west-2.rds.amazonaws.com -egret_pg_pass: wwHQ5B4RfY9iKS3m -egret_pg_user: egret -egret_port: 5432 - -api_aws_access_key_id: AKIAJWSSSJYUXKNW2ZDA -api_aws_alias_host: us-west-2.compute.internal -api_aws_secret_access_key: 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 -api_github_client_id: d42d6634d4070c9d9bf9 -api_github_client_secret: d6cfde38fef5723e25e52629e3d25825c8a704c9 -api_github_deploy_keys_bucket: runnable.deploykeys.production -api_intercom_api_key: 46e75ada5d21f248787689b35fe80e11efe9303a -api_intercom_app_id: wqzm3rju -api_mixpanel_app_id: 57260a5b6fc972e9c69184882efd009e -api_mongo_password: 72192e5a-a5e1-11e5-add9-0270db32f7ad -api_mongo_database: delta -api_mongo_replset_name: delta-rs0 -api_new_relic_app_name: delta-api-production -api_rollbar_key: a90d9c262c7c48cfabbd32fd0a1bc61c -api_s3_context_bucket: runnable.context.resources.production -api_s3_log_bucket: production-delta.container-logs -api_workers_rollbar_key: 3edfe8fe4fd640ae9fdbbe08fcb9f121 - -arithmancy_pg_database: arithmancy -arithmancy_pg_host: arithmancy-delta.cnksgdqarobf.us-west-2.rds.amazonaws.com -arithmancy_pg_pass: y7A7k7vNf7nkVv4d73YRLYybg3JcA92 -arithmancy_pg_port: 5432 -arithmancy_pg_user: arithmancy_delta - -big_poppa_github_token: e11a1264130fb62ce045bf03118bf123f980c205 -big_poppa_http_rollbar_token: 1f1eeea0b1334aaeb50fb7bc4a43241a -big_poppa_intercom_id: wqzm3rju -big_poppa_intercom_key: 0df3322fda46a34e93ba6a43603a8fc3ef740d84 -big_poppa_mongo_auth: api:72192e5a-a5e1-11e5-add9-0270db32f7ad -big_poppa_mongo_database: delta -big_poppa_mongo_replset_name: delta-rs0 -big_poppa_new_relic_app_name: delta-big-poppa -big_poppa_pg_host: delta-big-poppa.cnksgdqarobf.us-west-2.rds.amazonaws.com:{{ pg_port }} -big_poppa_pg_pass: 27eed36a27a54ffd -big_poppa_pg_user: cwallace -big_poppa_worker_rollbar_token: 98cabb8440024e3a8242cf3220b802c9:5432 - -clio_mongo_password: ">hjp8XL4GAwBGXPb" -clio_mongo_replset_name: delta-rs0 -clio_mongo_database: clio - -cream_hello_runnable_github_token: 5ff90dacd14fb1ff202c6b48c1393ba713adf483 -cream_http_rollbar_token: baa03dbd9f814d14ab0c99863ed6a4fb -cream_worker_rollbar_token: 87924b881c3143968cdb059fe41acbc3 -cream_intercom_key: 173c1b366d11a3ef0f641c6b3327914368e67095 -cream_intercom_id: wqzm3rju -cream_stripe_secret_key: sk_live_ZWLZtu5rxJ0ylSoF8xrHtNOw - -customerbot_app_name: customerbot -customerbot_bot_api_key: xoxb-32654916690-Sn4Ez4u9sG5EXHWB3ouRBHa8 -customerbot_datadog_api_key: d3ab5d85bca924f9d4e33d307beacb4a -customerbot_datadog_app_key: 54a74a9c827bd7792f238f55cf3e1979d32065e6 -customerbot_github_access_token: c0be376ab39b9a363308d0928f9f80ee549c5af9 -customerbot_intercom_api_key: ef28806417aef605ca74573ff080c9d5eb0d6384 -customerbot_intercom_app_id: wqzm3rju -customerbot_jira_password: ?hzcwzfGcg98FNuG)%ebWyFcTaCyFN#zoEm -customerbot_jira_username: sohail -customerbot_runnable_api_url: https://api.runnable.io/ -customerbot_runnable_user_content_domain: runnable.io -customerbot_slack_whitelist: sohail,praful,keno,yash,anand,jorgito,nathan -customerbot_stripe_secret_key: sk_live_ZWLZtu5rxJ0ylSoF8xrHtNOw - -docks_rollbar_key: d1af6567ed0f464fb1d676f38fd31751 - -drake_port: 80 -drake_http_rollbar_token: 52ad749ddb8e47b2a8e15312b6b300fb -drake_worker_rollbar_token: 14152b8572034943b714da27ca607698 - -eru_aws_access_key_id: AKIAIFCVEISSC5JMPWDA -eru_aws_environment: delta -eru_aws_secret_access_key: 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 -eru_github_id: 46a23f5f99f0aa9460f8 -eru_github_secret: a0336d72e3d540fb9fbbed2c123a81e1cb329dab -eru_intercom_id: wqzm3rju -eru_intercom_key: ro-f3ce0069697542d73bacd5cea9fba1a48d069e39 -eru_mongodb_database: delta -eru_mongodb_password: tilde-rawboned-lotus-hideaway-diastole -eru_mongodb_replset: delta-rs0 -eru_mongodb_username: eru -eru_subdomain: eru - -keymaker_pg_host: delta-big-poppa.cnksgdqarobf.us-west-2.rds.amazonaws.com:{{ pg_port }} -keymaker_pg_pass: 8MsajH7RQuJ+fTCh -keymaker_pg_user: keymaker -keymaker_new_relic_app_name: delta-keymaker -keymaker_log_level: info - -khronos_intercom_api_key: 14771f14efb617900724a16345e57beb55ba9beb -khronos_intercom_app_id: wqzm3rju -khronos_canary_github_branches_instance_id: 5929a06b4190dc0e0066b781 -khronos_canary_logs_instance_id: 56f07f5c1e089a200077f2a3 -khronos_canary_rebuild_instance_id: 571b39b9d35173300021667d -khronos_canary_rebuild_navi_url: http://canary-build-staging-runnabletest.runnableapp.com:8000/ -# @runnable-khronos github token -khronos_canary_token: 4e2e050653b3927e53bb80bfd23d8aa17019426c -khronos_canary_failover_token: 84549e76545306de61d47f23b1d1831e1c95a400 -khronos_mongo_auth: api:72192e5a-a5e1-11e5-add9-0270db32f7ad -khronos_mongo_database: delta -khronos_mongo_replset_name: delta - -mongo_volume_id: vol-01c239d637839ba95 - -metabase_pg_database: metabase -metabase_pg_host: delta-metabase.cnksgdqarobf.us-west-2.rds.amazonaws.com -metabase_pg_pass: nifty-prowl-sought-muscles -metabase_pg_port: 5432 -metabase_pg_user: metabase - -navi_new_relic_app_name: delta-navi -navi_cookie_secret: e80173940e7bdd84734e868b6ea054a0 -navi_intercom_api_key: 6f6400402170e78fa1ad4418608aacc63512122b -navi_intercom_app_id: wqzm3rju -navi_mongo_password: "365bbf0e5a944d3fb94598dd5f69d789" - -optimus_aws_access_id: AKIAJWSSSJYUXKNW2ZDA -optimus_aws_secret_id: tyvGiCbj5jWCiQnMLvfrfD64dFo8i6prkdcga86y -optimus_github_deploy_keys_bucket: runnable.deploykeys.production - -pager_duty_key: eb80ed5844d34a90bd0fc09995b0e346 - -palantiri_rollbar_key: f675e9090d6f483ca4e742af2c7f2f83 - -pheidi_intercom_admin_id: 22382 -pheidi_intercom_id: wqzm3rju -pheidi_intercom_key: 852895329aa77696b65491876eefe0eb386482c5 -pheidi_mongo_auth: pheidi:septa-mauve-enquiry-clipper-history -pheidi_mongo_database: delta -pheidi_mongo_replset_name: delta -pheidi_runnabot_tokens: d22a5ec75f66a0f472f3d856eb01df2321115e0b,33d8accaa7afeace8f44e3a6de409097ea1e67b8,82a7f2838852c04b75bee2b1a8ed236e2f9fc1ef,cab912709f7eb5bb8c21f9177f845561222d3933 - -prometheus_volume_id: vol-0bb9206a0899b637d - -sauron_rollbar_key: 83157ae2d50d4b6398e404c0b9978d26 - -aws_access_key_id: AKIAJ3RCYU6FCULAJP2Q -aws_secret_access_key: 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 - -starlord_vault_token: 319ff979-b066-87c7-1172-6f3b5305d749 - -user_vault_s3_access_key: AKIAJRB2ERCOLHGNYAFQ -user_vault_s3_secret_key: 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 -user_vault_s3_bucket: delta-user-vault -vault_config_file: user-vault.yml - -vault_hello_runnable_github_token: 88ddc423c2312d02a8bbcaad76dd4c374a30e4af -vault_aws_access_key_id: AKIAJ7R4UIM45KH2WGWQ -vault_aws_secret_key: 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 -vault_aws_region: us-east-1 - -marketing_bucket: runnable.com -marketing_aws_access_key: AKIAIPPPY2JIOHX7QVCA -marketing_aws_secret_key: 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 - -ansible_ssh_private_key_file: ~/.ssh/delta.pem -api_hello_runnable_github_token: 88ddc423c2312d02a8bbcaad76dd4c374a30e4af -bastion_sshd_port: 60506 -builder: delta-builder -consul_url: "{{ ansible_default_ipv4.address }}" -consul_host_address: 10.8.6.122 -cream_stripe_publishable_key: pk_live_5yYYZlYIwY3LwvKFaXY0jNlm -datadog_mongodb_pwd: sqa3WBgkCgZsFZuex0kBNahZ -datadog_mongodb_user: datadog -datadog_tags: env:delta -dock_vault_user_creation_access_token: ddf20c34-019c-5b24-9c0d-1b44e3edf29a -domain: runnable.io -env: delta -github_domain: api.github.com -github_protocol: https -is_github_enterprise: false -mongo_hosts: 10.8.4.216:27017,10.8.10.254:27017,10.8.13.89:27017 -mongo_port: 27017 -navi_mongo_hosts: "10.8.6.41" -new_relic_license_key: 338516e0826451c297d44dc60aeaf0a0ca4bfead -node_env: production-delta -pg_host: delta-infradb.cnksgdqarobf.us-west-2.rds.amazonaws.com -pg_pass: 59a5524e-a772-11e5-bedc-1bdc0db458b3 -pg_port: 5432 -rabbit_host_address: 10.8.4.195 -rabbit_password: wKK7g7NWKpQXEeSzyWB7mIpxZIL8H2mDSf3Q6czR3Vk -rabbit_port: 54321 -rabbit_username: o2mdLh9N9Ke2GzhoK8xsruYPhIQFN7iEL44dQJoq7OM -redis_host_address: 10.8.4.9 -registry_token: 4PX2AU9QIJSCDLZEXILYX6ZP2RCXY1HR10WVZKWVR0JW8DS5IIY87D96V0RACMK5 -registry_username: runnable+deltapush -rollbar_web_token: "162a053bebd34e9eb6e2860543c7ae79" -secrets_path: delta-hosts/secrets -super_user: HelloRunnable -user_content_domain: runnableapp.com -user_vault_load_balancer: ab5d35e6f344211e797770ac76ff2aaa-2031464484.us-west-2.elb.amazonaws.com -vault_auth_token: 578c9767-5af8-8490-0954-5d330f27b088 -vault_token_01: 0d324dc7d4cbd94790fd08809d06fb1e28e21e185910081c7646e3e49924f6ed01 -vault_token_02: 42dc8a69df174e77eb47a63b6ef4709bec57101cb1bff11a71c91b73b8bc046102 -vault_token_03: 47f3cb74f5374fa3c51c90fd25e3d4cc851034de97584995fce5fc5382342f1f03 - -web_intercom_id: wqzm3rju -web_sift_public_key: 27e9da5c97 -web_aws_bucket_region: us-west-2 diff --git a/environments/gamma/main.yml b/environments/gamma/main.yml deleted file mode 100644 index ddf8f2ad..00000000 --- a/environments/gamma/main.yml +++ /dev/null @@ -1,184 +0,0 @@ -egret_pg_database: egret -egret_pg_host: gamma-big-poppa.cnksgdqarobf.us-west-2.rds.amazonaws.com:32659 -egret_pg_pass: b3UKjxbGblKZtG6c -egret_pg_user: egret -egret_port: 65520 - -api_aws_access_key_id: AKIAIDC4WVMTCGV7KRVQ -api_aws_alias_host: us-west-2.compute.internal -api_aws_secret_access_key: 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 -api_github_client_id: b6072dc57062faca7fcb -api_github_client_secret: ba73a9294dc4bfaa7ed02ba187f73918506e4293 -api_github_deploy_keys_bucket: runnable.deploykeys.production-beta -api_mixpanel_app_id: c41affa4b08818443365c526cbb51606 -api_mongo_password: 3f5210b8-8fe3-11e5-8e62-07b6eff19ecb -api_mongo_database: gamma -api_mongo_replset_name: gamma-rs0 -api_rollbar_key: a90d9c262c7c48cfabbd32fd0a1bc61c -api_s3_context_bucket: runnable.context.resources.production-beta -api_s3_log_bucket: production-gamma.container-logs -api_workers_rollbar_key: 3edfe8fe4fd640ae9fdbbe08fcb9f121 - -arithmancy_pg_database: arithmancy -arithmancy_pg_host: arithmancy-gamma.cnksgdqarobf.us-west-2.rds.amazonaws.com -arithmancy_pg_pass: arithmancy-gamma -arithmancy_pg_port: 5432 -arithmancy_pg_user: arithmancy_gamma - -big_poppa_github_token: e11a1264130fb62ce045bf03118bf123f980c205 -big_poppa_http_rollbar_token: 1f1eeea0b1334aaeb50fb7bc4a43241a -big_poppa_intercom_id: xs5g95pd -big_poppa_intercom_key: 92d281df5653eb72f8f4b322cf0689be893d4965 -big_poppa_mongo_auth: api:3f5210b8-8fe3-11e5-8e62-07b6eff19ecb -big_poppa_mongo_database: gamma -big_poppa_mongo_replset_name: gamma-rs0 -big_poppa_pg_host: gamma-big-poppa.cnksgdqarobf.us-west-2.rds.amazonaws.com:32659 -big_poppa_pg_pass: JFmZDuVYPt9vUxk4DBjj -big_poppa_pg_user: big_poppa -big_poppa_worker_rollbar_token: 98cabb8440024e3a8242cf3220b802c9 - -clio_mongo_password: "Fkj8CBoMNpuhe7p*" -clio_mongo_replset_name: gamma-rs0 -clio_mongo_database: clio - -cream_hello_runnable_github_token: e1b68a2cbfefcfee87d72df6d1c07bce886454b9 -cream_http_rollbar_token: baa03dbd9f814d14ab0c99863ed6a4fb -cream_worker_rollbar_token: 87924b881c3143968cdb059fe41acbc3 -cream_intercom_key: 2548f3affd4923602dbf7bbab66eac377b5d3aac -cream_intercom_id: xs5g95pd -cream_stripe_secret_key: sk_test_4De8Zdkfcyb29swkMmjZUMRh - -customerbot_app_name: customerbot-dev -customerbot_bot_api_key: xoxb-124083371828-QVryLuIIJL8YL1eiMmGNKdih -customerbot_datadog_api_key: d3ab5d85bca924f9d4e33d307beacb4a -customerbot_datadog_app_key: 54a74a9c827bd7792f238f55cf3e1979d32065e6 -customerbot_github_access_token: c0be376ab39b9a363308d0928f9f80ee549c5af9 -customerbot_intercom_api_key: 9b4ee7b4f9818b36e368985fda0befa611928876 -customerbot_intercom_app_id: xs5g95pd -customerbot_jira_password: ?hzcwzfGcg98FNuG)%ebWyFcTaCyFN#zoEm -customerbot_jira_username: sohail -customerbot_runnable_api_url: https://api.runnable-gamma.com/ -customerbot_runnable_user_content_domain: runnable.ninja -customerbot_slack_whitelist: sohail,praful,keno,yash,anand,jorgito,nathan -customerbot_stripe_secret_key: sk_test_4De8Zdkfcyb29swkMmjZUMRh - -docks_rollbar_key: d1af6567ed0f464fb1d676f38fd31751 - -drake_port: 80 -drake_http_rollbar_token: 52ad749ddb8e47b2a8e15312b6b300fb -drake_worker_rollbar_token: 14152b8572034943b714da27ca607698 - -eru_aws_access_key_id: AKIAIFCVEISSC5JMPWDA -eru_aws_environment: gamma -eru_aws_secret_access_key: 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 -eru_github_id: 8abb08f83f6d1c52bd1a -eru_github_secret: 74a23ee56486d57b14f292283cb04625f600917c -eru_intercom_id: xs5g95pd -eru_intercom_key: ro-9367eb0eb11542323371dcf25b8e260891f89b36 -eru_mongodb_database: gamma -eru_mongodb_password: success-nan-europium-rerun-sheep -eru_mongodb_replset: gamma-rs0 -eru_mongodb_username: eru -eru_subdomain: eru - -kartographer_hello_runnable_github_token: 000cb6b65858ad0a7590bc2370b5118ff1bc95db - -keymaker_pg_host: gamma-big-poppa.cnksgdqarobf.us-west-2.rds.amazonaws.com:32659 -keymaker_pg_pass: n4CsuCiWgbx.2BVJ -keymaker_pg_user: keymaker -keymaker_log_level: trace - -khronos_intercom_api_key: 9b4ee7b4f9818b36e368985fda0befa611928876 -khronos_intercom_app_id: xs5g95pd -khronos_mongo_auth: api:3f5210b8-8fe3-11e5-8e62-07b6eff19ecb -khronos_mongo_database: gamma -khronos_mongo_replset_name: gamma - -mongo_volume_id: vol-0daf05c3686a7e0a8 - -navi_mongo_hosts: mongo -navi_mongo_password: 3f5210b8-8fe3-11e5-8e62-07b6eff19ecb -navi_cookie_secret: c90e5fb4e7e511e597309a79f06e9478 - -optimus_aws_access_id: AKIAJPA2ZYSVVA5V7XXQ -optimus_aws_secret_id: 5V70AUxfIyHeLvlYZe0xaYevDAdgTOWOn5G7nHlt -optimus_github_deploy_keys_bucket: runnable.deploykeys.production-beta - -pager_duty_key: testkey - -palantiri_rollbar_key: f675e9090d6f483ca4e742af2c7f2f83 - -pheidi_intercom_admin_id: 22382 -pheidi_intercom_id: xs5g95pd -pheidi_intercom_key: ac207e26721127c7db60544b78988c75c2e20e12 -pheidi_mongo_auth: api:3f5210b8-8fe3-11e5-8e62-07b6eff19ecb -pheidi_mongo_database: gamma -pheidi_mongo_replset_name: gamma -pheidi_runnabot_tokens: ff3d259c5d988badbb692cc400998e46cdd5f1fc - -prometheus_volume_id: vol-098bf1c076a182eb2 - -sauron_rollbar_key: 83157ae2d50d4b6398e404c0b9978d26 - -aws_access_key_id: AKIAJ3RCYU6FCULAJP2Q -aws_secret_access_key: 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 - -starlord_vault_token: 8d6b414a-2e6d-65fb-f0b8-c6200ae688ad - -user_vault_s3_access_key: AKIAIOTM4MKOJJVUL7IQ -user_vault_s3_secret_key: 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 -user_vault_s3_bucket: gamma-user-vault -vault_config_file: user-vault.yml - -vault_hello_runnable_github_token: 88ddc423c2312d02a8bbcaad76dd4c374a30e4af -vault_aws_access_key_id: AKIAJ7R4UIM45KH2WGWQ -vault_aws_secret_key: 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 -vault_aws_region: us-east-1 - -marketing_bucket: runnable-gamma.com -marketing_aws_access_key: AKIAICIWKIZEQCMDXLEA -marketing_aws_secret_key: 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 - -rabbit_volume_id: vol-08cb7a2d1218ed9a0 - -redis_volume_id: vol-040eb379856609100 - -ansible_ssh_private_key_file: ~/.ssh/gamma.pem -api_hello_runnable_github_token: 88ddc423c2312d02a8bbcaad76dd4c374a30e4af -bastion_sshd_port: 60709 -builder: gamma-builder -consul_url: "{{ ansible_default_ipv4.address }}" -consul_host_address: 10.4.5.144 -cream_stripe_publishable_key: pk_test_sHr5tQaPtgwiE2cpW6dQkzi8 -datadog_mongodb_pwd: sqa3WBgkCgZsFZuex0kBNahZ -datadog_mongodb_user: datadog -datadog_tags: env:gamma -dock_vault_user_creation_access_token: 137f441f-db71-40a2-8448-10a565323b1e -domain: runnable-gamma.com -env: gamma -github_domain: api.github.com -github_protocol: https -is_github_enterprise: false -mongo_hosts: 10.4.7.56:27017,10.4.8.241:27017,10.4.13.116:27017 -mongo_port: 27017 -node_env: production-gamma -pg_host: gamma-infrastructure-db.cnksgdqarobf.us-west-2.rds.amazonaws.com -pg_pass: e9G7zYRCxYmxG9HQ8J9x2BDB -pg_port: 32659 -rabbit_password: wKK7g7NWKpQXEeSzyWB7mIpxZIL8H2mDSf3Q6czR3Vk -rabbit_username: o2mdLh9N9Ke2GzhoK8xsruYPhIQFN7iEL44dQJoq7OM -redis_host_address: 10.4.6.45 -registry_token: 8G0NT1HZQZHYXU7OB1QAI8HA1560V6R68DE6R6B8YJWQAED82JAFCD057ZWIDT76 -registry_username: runnable+gamma -rollbar_web_token: "162a053bebd34e9eb6e2860543c7ae79" -secrets_path: gamma-hosts/secrets -super_user: HelloRunnable -user_content_domain: runnablecloud.com -user_vault_load_balancer: aa8364af12f5a11e7bb9e02301ded9ea-905956029.us-west-2.elb.amazonaws.com -vault_auth_token: f9a39e92-99f3-66a0-a27d-a6e07717d30d -vault_token_01: 2c0be2adf99931bc9ed443000e87bbcd0ef096dddc79f6add97ebe8fa7e93d2c05 -vault_token_02: 3489b87c913058740537bbbd4503f3720d74f7cb0f4e0c30a9436e1e52a18d7003 -vault_token_03: ac4e1e9800cbf77283298d08172a2f0e46d0b7cbc457c47788d04768af12584a02 - -web_intercom_id: xs5g95pd -web_sift_public_key: eea9746dff diff --git a/environments/runnable-self-hosted-2/main.yml b/environments/runnable-self-hosted-2/main.yml deleted file mode 100644 index 74a667fe..00000000 --- a/environments/runnable-self-hosted-2/main.yml +++ /dev/null @@ -1,122 +0,0 @@ -# Generated By Terraform -aws_region: us-west-2 -aws_access_key_id: AKIAIDCQ7YKWQPHXXVPA # TODO, add to terraform -aws_secret_access_key: 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 # TODO, Add to terraform -postgres_host: tf-002e1957463ef252970bd5f0bd.cnksgdqarobf.us-west-2.rds.amazonaws.com -postgres_password: WfhbflI8jIz0Rr-Japuc-iLHPbg -postgres_user: runnable -# User vault is accesible from cluster -user_vault_load_balancer: "user-vault" -mongo_hosts: 'mongo' -# Accessible from dock -consul_host_address: 'consul-host' -# Accessible from dock -redis_host_address: -mongo_volume_id: vol-0b364425ec3f190ce # TODO, add to terraform -rabbit_volume_id: vol-03b21a05ad0d1030e # TODO, add to terraform -redis_volume_id: vol-0b364425ec3f190ce # TODO, add to terraform -environment: runnable-self-hosted-2 - -# User Provided -domain: runnable-test-main-2.info -user_content_domain: runnable-test-navi-2.info -vault_auth_token: 642c3bba-ae85-31c8-b07a-876171b64717 -vault_token_01: 69b6ebaa8569f877116d4e5c640f173efb7b9da7ff271548e582558032d50dbb01 -vault_token_02: 52766f0ff9770253d8b26780c88944ccd5f14ae52891140de1a120dd7ee1879702 -vault_token_03: f89e74ab796ec590f73277681010a3765cbe3a8d42c680b71a7da31192d9533403 -vault_token_04: afaf475f57aad3923f58480d05701c88a9d2bf5e4b8e1e61b3d0a03d121efc7804 -vault_token_05: 05475cfbd7b3145110d858e5dde9fb32209dcf3621d98adb480c23f1fe2628db05 -rabbit_password: 047a6b3ce2c74be694afb2ac3a960c44 -rabbit_username: b56cbb97644743809559fa0297c8e51d -mongo_user: 93ce22876b554eba8c5d392a5d57ee71 -mongo_password: 1c1d692441314b0cb060d6e70f78a5a4 -github_token: 1bae48fd096d795b4730c65d6da86d3dbd741c82 -github_client_id: 41aa03dc2948c3bc9b8c -github_client_secret: 4e7d070cd472945e2837fbca0748be15edf77edc -hello_runnable_github_token: d26acd9aad355430cc26584247e0ac3f0ee462af -hello_runnable_github_id: 28722728 -navi_cookie_secret: fb4acc7a69f04c10b84e943eb8538768 -dock_vault_user_creation_access_token: - -# Provided by Runnable -registry_username: "runnable+zendeskpull" -registry_token: FJQPM3VZKWCIMPO6TWQ9BD3TPWJD008HHH0RCDC3RKYO4AHMQ89RN4H4E94QUUCY -intercom_id: wqzm3rju -intercom_key: dG9rOjcyYzAwMzMzX2MxMGVfNDBiYl9iY2M3XzcxYzExMzFkYTI1ODoxOjA - -# -mongo_replset_name: "{{ environment }}-rs0" - -api_aws_access_key_id: "{{ aws_access_key_id }}" -api_aws_alias_host: "{{ aws_region }}.compute.internal" -api_aws_secret_access_key: "{{ aws_secret_access_key }}" -api_github_client_id: "{{ github_client_id }}" -api_github_client_secret: "{{ github_client_secret }}" -api_github_deploy_keys_bucket: "runnable.deploykeys.{{ environment }}" -api_mongo_user: "{{ mongo_user }}" -api_mongo_password: "{{ mongo_password }}" -api_mongo_database: "api" -api_mongo_replset_name: "{{ mongo_replset_name }}" -api_s3_context_bucket: "runnable.context.resources.{{ environment }}" -api_s3_log_bucket: "{{ environment }}.container-logs" -redis_host_address: "redis" - -big_poppa_github_token: "{{ github_token }}" -big_poppa_intercom_id: "{{ intercom_id }}" -big_poppa_intercom_key: "{{ intercom_key }}" -big_poppa_mongo_auth: "{{ mongo_user }}:{{ mongo_password }}" -big_poppa_mongo_database: "{{ api_mongo_database }}" -big_poppa_mongo_replset_name: "{{ mongo_replset_name }}" -big_poppa_pg_host: "{{ postgres_host }}" -big_poppa_pg_pass: "{{ postgres_password}}" -big_poppa_pg_user: "{{ postgres_user }}" - -clio_mongo_user: "{{ mongo_user }}" -clio_mongo_password: "{{ mongo_password }}" -clio_mongo_database: "clio" - -kartographer_hello_runnable_github_token: "{{ hello_runnable_github_token }}" - -khronos_intercom_api_key: "{{ intercom_key }}" -khronos_intercom_app_id: "{{ intercom_id }}" -khronos_mongo_auth: "{{ mongo_user }}:{{ mongo_password }}" -khronos_mongo_database: "{{ api_mongo_database }}" -khronos_mongo_replset_name: "{{ mongo_replset_name }}" - -optimus_aws_access_id: "{{ aws_access_key_id }}" -optimus_aws_secret_id: "{{ aws_secret_access_key }}" -optimus_github_deploy_keys_bucket: "runnable.deploykeys.{{ environment }}" - -pheidi_intercom_admin_id: 22382 -pheidi_intercom_id: "{{ intercom_id }}" -pheidi_intercom_key: "{{ intercom_key }}" -pheidi_mongo_auth: "{{ mongo_user }}:{{ mongo_password }}" -pheidi_mongo_database: "{{ api_mongo_database }}" -pheidi_mongo_replset_name: "{{ mongo_replset_name }}" -pheidi_runnabot_tokens: "{{ github_token }}" - -vault_hello_runnable_github_token: "{{ hello_runnable_github_id }}" -vault_aws_access_key_id: "{{ aws_access_key_id }}" -vault_aws_secret_key: "{{ aws_secret_access_key }}" -vault_aws_region: "{{ aws_region }}" -vault_consul_address: "consul:8500" - -marketing_bucket: "{{ domain }}" -marketing_aws_access_key: "{{ aws_access_key_id }}" -marketing_aws_secret_key: "{{ aws_secret_access_key }}" - -api_hello_runnable_github_token: "{{ hello_runnable_github_token }}" -bastion_sshd_port: 22 -env: "{{ environment }}" -is_github_enterprise: false -mongo_port: 27017 -navi_mongo_user: "{{ mongo_user }}" -navi_mongo_password: "{{ mongo_password }}" -node_env: "{{ environment }}" -pg_host: "{{ postgres_host }}" -pg_pass: "{{ postgres_password }}" -pg_port: 5432 -include_eru_proxy: false -include_ergre_proxy: false - -web_intercom_id: "{{ intercom_id }}"