-
Notifications
You must be signed in to change notification settings - Fork 12
Vagrantfile #75
Comments
|
#70 would help with this. |
|
I don't have to much time for this, but I can ask the sysadmin from my project to take a look at this. What needs to be done in order to have this ticket closed? Does twisted infrastructure uses a single host? if not, how many? I assume we will need a vagrant file for each host. |
|
Twisted's infrastructure resides on many hosts, but the "host" part of it is a lot less interesting than the "role" part. Right now we have buildmaster + web server + postgres + trac + highscores on the same server, then SVN on a different server, then N buildslave servers in various places. What I'd like for a Vagrantfile, though, is a host with all the roles: a buildmaster with some sample build data, a web server, a trac instance with a postgres database with some sample data in its schema... however, to close this ticket, a Vagrantfile which provisioned any one of these roles would be sufficient; we can add more roles in later changes. |
|
|
Add vagrant configuration to help with infrastructre development / testing. Fixes #75
I'd like to be able to provision a local VM for working on the infrastructure. A Vagrantfile would make this a lot easier.
The text was updated successfully, but these errors were encountered: