I wanted to run Pulp 3 but was wondering if it was possible to run two devel boxes side by side (one for Pulp 2 and one for Pulp 3). Is anyone doing this?
I’m imaging it could be done by: 1. Creating a Vagrantfile with both boxes using different names (e.g. dev and dev3) 2. 'vagrant up' one then switch branches in devel and 'vagrant up' the other 3. Use the checkout script [0] and then 'vagrant ssh' into the one you want to work on. I was also thinking maybe I could create two separate sets of checkouts on my host machine (one for pulp 2 and one for pulp 3) and have each mounted into the corresponding vagrant box. [0] https://github.com/pulp/devel/blob/master/scripts/checkout.py David
_______________________________________________ Pulp-dev mailing list [email protected] https://www.redhat.com/mailman/listinfo/pulp-dev
