You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I took some notes as I worked through the README to setup a new bioshell VM. These are suggestions of links or extra context to add that might make the process easier.
The concept of spinning up a VM-launching VM was new to me, though it did make sense in hindsight.
Depending on intended audience, it might be good to link to or mention some of the necessary pre-setups steps;
When we need to edit theconfiguration file; openstack-bioshell.pkr.hcl - Its clear what the values would be, but not clear where to put them syntax wise. I ended up putting it in the ‘default; (Tried UUID also)
variable "flavor" {
type = string
default = "m3.large"
}
Lastly, I specified m3.large, but the machine that openstack spun up was m3.small. I’m not sure if that’s intended because its just going to be snapshotted in the next step or something?
I took some notes as I worked through the README to setup a new bioshell VM. These are suggestions of links or extra context to add that might make the process easier.
The concept of spinning up a VM-launching VM was new to me, though it did make sense in hindsight.
Depending on intended audience, it might be good to link to or mention some of the necessary pre-setups steps;
Thanks.