-
Notifications
You must be signed in to change notification settings - Fork 5
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
docs: add VMO cluster deployment DOC-1358 #46
base: main
Are you sure you want to change the base?
Conversation
c127eb5
to
d1ac9fe
Compare
docs: add creation of virtual machine docs: add test cases DOC-1358 docs: add readme DOC-1358
d1ac9fe
to
4698a97
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Congratulations on making this configuration work 👏 This will really help our users.
Also the test cases cover everything we need 🚀
@@ -0,0 +1,74 @@ | |||
# Deploy and Manage VMs using Palette VMO | |||
|
|||
This folder contains the demo code for the **Deploy and Manage VMs using Palette VMO** tutorial. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This folder contains the demo code for the **Deploy and Manage VMs using Palette VMO** tutorial. | |
This folder contains the demo code for the **Deploy and Manage VMs using Palette VMO** tutorial. |
We could add the link once you choose the title :)
###### | ||
# MAAS | ||
###### | ||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
###### | |
# MAAS | |
###### |
I think we can remove this, as this tutorial only covers MAAS :)
count = var.deploy-maas-vm ? 1 : 0 | ||
depends_on = [spectrocloud_cluster_maas.maas-cluster] |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
nice 😎
disable_root: false | ||
runcmd: | ||
- apt-get update | ||
- apt-get install -y qemu-guest-agent |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Just curious. Why do we need qemu installed?
Describe the Change
This PR adds the VMO cluster deployment and VM creation example.
Review Changes
🎫 DOC-1358