Project

Profile

Help

Task #2908

Updated by bmbouter almost 7 years ago

"Vagrant cloud":https://app.vagrantup.com/boxes/search?vagrantcloud=1 is where Vagrant machines can be published. This task is to have Jenkins build a Vagrant box that does the following: 

 1. A clean Vagrant F26 box 
 2. A non-source checkout of pulpcore installed on it. This will be installed using the published playbooks from #2840. 
 3. Add a nice welcome screen indicating that they should install a plugin, run its migrations, or consider making a plugin with the Pulp dev guide. 

 Once done building the box, if it was built successfully, the job will upload the box to Vagrant but leave it private. We will make these live whenever we announce Pulp3 is ready for plugin development to begin. 

 The user account name on vagrant cloud should be 'pulp' and the name of this Vagrantbox should be 'pulpcore'. This task includes registering the account on Vagrant cloud and responsibly storing the credentials.

Back