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

how to config ssh? #1

Open
jcnuaa opened this issue May 25, 2018 · 2 comments
Open

how to config ssh? #1

jcnuaa opened this issue May 25, 2018 · 2 comments

Comments

@jcnuaa
Copy link

jcnuaa commented May 25, 2018

   hi,I use you program to connect my openstack env of pike  and it really works! It call change security group or shutdown instance randomly.However,it seems '.sh' scripts don't work. Could you tell me how to configure application.yml to make scripts work? Your default codes are:

ssh:
user: ubuntu
key: /home/magg/.ssh/cloud.key

                                                         thank you very much!
@magg
Copy link
Owner

magg commented May 25, 2018

hi @jcnuaa

currently the application only supports SSH authentication via a SSH key. These keys are the ones attached to a Openstack virtual machine.

What did to test this was to create a key in openstack, downloaded it to my machine... and then I created many vms and attached the key to them.

In the application.yml just put the path to the key provided by Openstack and the user id of that key

If you need to chaos stack to be improved, please file another issue and I will look at it or contribute with a PR

@jcnuaa
Copy link
Author

jcnuaa commented May 27, 2018

i'm so grateful for your answers. And i want to know what role does redis server play in your app? because i run you app ,but the redis has no data in it.

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

No branches or pull requests

2 participants