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

Implement the launch command for launching an instance #59

Open
wants to merge 15 commits into
base: main
Choose a base branch
from

Conversation

jadonn
Copy link

@jadonn jadonn commented Apr 17, 2023

This PR implements MicroStack's previous launch command, which would launch an OpenStack instance with a single command.

This implementation uses the OpenStack SDK instead of relying on the OpenStack CLI snap. The launch command will deploy an instance using the disk image, flavors, and network, and other assets setup using the microstack configure command. The configure command must run first before the launch command will run.

This PR also adds output for the clouds.yaml file to the configure command. The launch command requires the clouds.yaml file to be present in order to function.

Please let me know how the implementation can be better! I'm happy to make changes as needed for this feature to get landed.

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.

1 participant