Hello people, A little bit of context: I'm trying to have shared cloud environments inside a team, and get them driven by Vagrant.
Vagrant maintains machine ids under ./vagrant/machines and querying the provider using them to read state when necessary. This is an interesting approach for local virtualization (when you are running a machine in your laptop with Virtualbox for example) but does not seems to work in a way that let vagrant be used to drive shared cloud environments. I'm wondering if would be useful to have a plugin that maintains some metadata in the machines created by vagrant on cloud services and let Vagrant read state through this metadata. An example: 'vagrant status' would query rackspace api using the user credentials looking for machines with a tag "vagrant_managed" also matching one of the machine names under the Vagrantfile and would give me the status for them even in a machine different from the one the vm was created. Thoughts? A better approach for this kind of problem? Is Vagrant the wrong tool to play with this? Thanks in advance, -- Jefferson Girão @jeffersongirao -- You received this message because you are subscribed to the Google Groups "Vagrant" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/groups/opt_out.
