-
Notifications
You must be signed in to change notification settings - Fork 17
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
Improvement for metroae container ssh copyid #1730
Comments
This is a great suggestion. I will create a JIRA ticket to track this internally. Thank you. |
METROAE-419 has been created. |
Thanks a lot! Will this include all Nuage components (linux based, not VSC of course) as well as target servers? Or only a subset? |
We will support Linux-based components and Linux-based target servers. We will use the credentials provided in credentials.yml or default credentials when credentials are not provided. |
Okay. I was just looking at the dev branch and could only find this role: https://github.com/nuagenetworks/nuage-metroae/blob/dev/src/roles/make-copy-sshid-automatic/tasks/main.yml |
@toweber you are correct. I was wrong. The implementation that we delivered to the dev branch only covers VSD and VSTAT. Your question suggests that we should add KVM-based target servers. Since we don't support upgrade of NUH and VNSUtils, it seems that there are no other VSP components to add support for. What am I missing? |
One thing that I can think of would be if MetroAE only takes care of the "deploy" but not the "predeploy". For that scenario I guess it would also be valuable / convenient to be able to copy the ssh key to NUH (or vnsutils). Currently seeing this with my customer. They have a separate team that only takes care of VM provisioning in VMWare up until IP connectivity. |
In v4.5 (about to be released) we have the following workflows:
from this discussion, I think additional functionality should be considered:
@toweber what do you think? |
METROAE-445 has been created to track this issue. |
That sounds great! |
Would it be possible to make this command usable without specifying a host so that the ssh key is copied to all required hosts present in the deployment files?
Right now if I want to start using the metroae container for an already existing deployment I have to run metroae container ssh copyid for all deployed components (except VSCs ofc).
The text was updated successfully, but these errors were encountered: