Skip to content
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

Support legacy host inclusion in environments #289

Open
akarasulu opened this issue Jan 13, 2017 · 3 comments
Open

Support legacy host inclusion in environments #289

akarasulu opened this issue Jan 13, 2017 · 3 comments
Assignees

Comments

@akarasulu
Copy link
Contributor

Legacy infrastructure might not even be able to fit into a container. Non-container legacy infrastructure hosts should be able to join the environment swarm with a P2P client configuration on it.

This allows the use of containerized infrastructures while easily bridging legacy systems and services into an environment.

@soffokl
Copy link
Contributor

soffokl commented Jan 18, 2017

Connecting legacy systems could be implemented by following ways:

  1. The same way as we are connecting client machine (p2p+tray) for easy ssh;
  2. The same way as we are connecting RH - p2p+ovs+vxlan;

The key problem that I see now is that p2p require changing secret key with some period. But on legacy system we do not have any client for updating p2p key, when it will be changed by SS or HUB.
We should think about this moment first, because once configured legacy system will stop working in a hour.

@crioto
Copy link
Member

crioto commented Jan 18, 2017 via email

@akarasulu
Copy link
Contributor Author

We can deal with the key exchange mechanism later. For now just think about it being handled already.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

4 participants