CanonicalLtd / microstack

Snap for installing an all-in-one OpenStack
46 stars 15 forks source link

Possible to install Heat #50

Open darinkes opened 5 years ago

darinkes commented 5 years ago

Hey,

Started to playing around with this neat package and run into the problem that I would like to use some of my heat templates for testing. But Heat seems to be missing in the package. Is it possible to add it or install it afterwards?

Thanks in advance

pengale commented 5 years ago

Hi @darinkes. Thank you for checking out the tool!

Currently, heat isn't one of the components that we've bundled into microstack. You should be able to install it, via source or via the package manager of your choice, and configure it to talk to microstack, just as you would any other Openstack cloud.

I think that it might be interesting to bundle a suite of orchestration tools in microstack. It shouldn't add too much bulk, and it would make it a lot easier to integrate existing workflows smoothly with microstack. We're definitely open to a contribution along those lines :-)

darinkes commented 5 years ago

Hey,

tried adding heat to the snapcraft.yml, but then the build failed cause of missing packages. I suspect it's cause I'm on 18.04 and build just works for 16.04(?). That's correct?

pengale commented 5 years ago

Hi! We're moving bug tracking for this over to launchpad. Please take a look at https://bugs.launchpad.net/microstack/+bug/1812416

(Regarding your comment: I've mainly tested the build on 16.04. If you post a log of what packages you're missing, I can take a look at building on 18.04, and see if I can sling you a fix.)