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

KNIFE-478: Add ability to bootstrap with SSH passwords #101

Merged
merged 2 commits into from
May 1, 2014
Merged

KNIFE-478: Add ability to bootstrap with SSH passwords #101

merged 2 commits into from
May 1, 2014

Conversation

jmccann
Copy link
Contributor

@jmccann jmccann commented May 1, 2014

Pass to knife bootstrap the SSH password either specified from command
line or from openstack server instance.

Added tests to make sure it works.

This is to address https://tickets.opscode.com/browse/KNIFE-478

jmccann added 2 commits May 1, 2014 14:08
Pass to knife bootstrap the SSH password either specified from command
line or from openstack server instance.

Added tests to make sure it works.
@btm btm changed the title Add ability to bootstrap with SSH passwords [KNIFE-478] KNIFE-478: Add ability to bootstrap with SSH passwords May 1, 2014
@adamedx
Copy link

adamedx commented May 1, 2014

Looks good, thank you for the tests as well @jmccann.

adamedx pushed a commit that referenced this pull request May 1, 2014
KNIFE-478: Add ability to bootstrap with SSH passwords
@adamedx adamedx merged commit 1490b8a into chef:master May 1, 2014
@siddheshwar-more
Copy link

@jmccann
We have same change for openstack knife-cloud:
Branch ref: https://github.com/opscode/knife-openstack/tree/sid-bootstrap-with-ssh-password

Can you please test this at your end? We can't test this with our openstack setup.

here's possible scenarios:
1>With no --ssh-password, it will take from openstack server instance(i.e server.password)
Ex: bundle exec knife openstack server create -N testserver1 -f <"flavor_id"> -I <"image_id"> -c <"knife_rb_file_path"> --ssh-user <"user_name"> --image-os-type linux -VV
2> With --ssh-user <"user_name"> --ssh-password <"password">, it should use user provided password for bootstrap
3> With --ssh-user <"user_name"> --openstack-ssh-key-id <"ssh_key_id"> --identity-file <"openstack_keypair_filepath">

Thank You!!!

@tas50 tas50 added Type: Enhancement Adds new functionality. and removed Enhancement labels Jul 31, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Type: Enhancement Adds new functionality.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants