Skip to content

remove redis tls #620

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Mar 23, 2017
Merged

remove redis tls #620

merged 1 commit into from
Mar 23, 2017

Conversation

anandkumarpatel
Copy link

@anandkumarpatel anandkumarpatel commented Mar 23, 2017

  • remove redis tls from navi, certs were expired
  • delete unused metis

Copy link
Member

@thejsj thejsj left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

FYI. We're still using tls for mongo. If we get rid of that I think we'll be able to get rid of local vault.

$ Ag 'tls_service: mongo'
api-core.yml
28:    tls_service: mongodb

roles/khronos/meta/main.yml
3:- { role: tls-client-cert, tls_service: mongodb}

socket-server.yml
23:  - { role: tls-client, tls_service: mongodb, tags: [ tls ] }

workers.yml
21:  - { role: tls-client, tls_service: mongodb, tags: [ tls ] }

@@ -301,30 +301,6 @@
from_port: "{{ sshd_port }}"
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Do we even use this file for anything?

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

something chris made, not sure how it works, not worth investigating right now

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Definitely outside the scope of this PR, but we only use the ec2 role here, which I don't think gets used anywhere.

$ Ag 'role: ec2'
sg_configure.yml
8:  - { role: ec2/sg_configure }

Death to sg_configure.yml.
Death to local vault.
Death to Docker Swarm.

@anandkumarpatel anandkumarpatel merged commit 32f4c99 into master Mar 23, 2017
@anandkumarpatel anandkumarpatel deleted the remove-redis-tls branch March 23, 2017 18:06
thejsj added a commit that referenced this pull request Mar 24, 2017
…e-shared-dock-ami

* 'master' of github.com:CodeNow/devops-scripts:
  add clio to worker and socket (#622)
  Remove khronos mongo certs (#621)
  remove redis tls (#620)
  split out delta-app to 2 boxes. remove unused configs (#619)
thejsj added a commit that referenced this pull request Mar 28, 2017
…e-shared-single-host-main-ami

* 'master' of github.com:CodeNow/devops-scripts:
  Sorted
  Updated vars for deploy
  add clio to worker and socket (#622)
  Remove khronos mongo certs (#621)
  remove redis tls (#620)
  split out delta-app to 2 boxes. remove unused configs (#619)
  Add aws host for API
  Remove mongo certs to run pheidi
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants