Otto, the successor to Vagrant
hashicorp.com
Otto, the successor to Vagrant
1–10 of 185 posts
Re: Otto, the successor to Vagrant
#2Re: Otto, the successor to Vagrant
#3Re: Otto, the successor to Vagrant
#4Re: Otto, the successor to Vagrant
#5Re: Otto, the successor to Vagrant
#6Eagerly waiting to see what goes there eventually - very exciting!
Also, will there be a way to create custom Infra Types?
Re: Otto, the successor to Vagrant
#7There's a lot of magic here. I'd love to know what's going on beneath the hood.
Furthermore, automatic dependency installation sounds like it will make reproducibility difficult, and I imagine automatic application type detection will fail in spectacular ways. What happens when the magic doesn't work? The Appfile looks like yet another ad-hoc domain specific language that you need to learn that has the usual major deficiencies compared with using an existing general purpose programming language.
Re: Otto, the successor to Vagrant
#8Edit: Otto appears to do a lot of things. But the part that everybody's complaining about is the "magic" part, the part that sets up a system automatically based on the language of the app. Heroku buildpacks also perform this magic, and have been open sourced and have a large community that helps maintain them. They're useful outside of Heroku -- for instance you can use them with docker via https://github.com/progrium/buildstep
It seems crazy to me that Hashicorp would try and reinvent this wheel. It's a problem that's fairly easy to do as a proof of concept, but it's the niggling details and number of combinations that can really explode.
Re: Otto, the successor to Vagrant
#9Did they do any user research? Doesn't feel like it based on the above statement.
Re: Otto, the successor to Vagrant
#10All Ruby development environments look alike, all PHP development environments look alike, etc. Did they do any user research? Doesn't feel like it based on the above statement.