jayjanssen / vagrant-percona-deprecated

Vagrant setup to launch Percona Server or PXC on virtualbox or AWS
19 stars 14 forks source link

Create Environments with create-new-env.sh #5

Closed grypyrg closed 10 years ago

grypyrg commented 10 years ago

You might remember my vagrant-percona-playground. Well... it's not sufficient for me anymore as I need to have too many environments, so this scripts replaces the playground and allows me to structure my environments easily.

When you create a lot of vagrant environments with vagrant-percona, creating/renaming those Vagrantfile files can get quite messy easily.

The repository contains a small script that allows you to create a new environment, which will build a new directory with the proper Vagrantfile files and links to the puppet code. If you're setting up a PXC environment, symlinks will also be provided to the necessary pxc-bootstrap.sh script.

This allows you to have many many Vagrant environments configured simultaneously.

grypyrg commented 10 years ago

hi Jay, What do you think? Can we included it in vagrant-percona?

grypyrg commented 10 years ago

Jay, with this merge, you seem to have merged every change from my masterbranch which includes changes from 4 different branches:

I was planning on sending pull requests for all of them individually.

some of it is not ready yet. even the hostmanager currently fails.