Project

Profile

Help

Task #3438

Updated by bmbouter about 6 years ago

The dev environment is so different from what a user receives that in many cases Pulp works in the dev environment but does not for actual users or QE. The proposed solution is to make the dev environment as similar to a user install as possible. To do this most of the ansible should be deleted and replaced with an ansible version of the source install docs where vagrant knows where the source is. 

 Things to keep are: 
 * motd 
 * systemd configs 
 * commands like prestart, pstart, etc 

 I propose it would not install postgresql to make vagrant up faster and keep it simpler since that is the default. Note that any code changes are still tested with pulp-smash against both postgresql and sqlite with each commit. 

 Note that this commit must leave Vagrant working so there is no downtime for <code>vagrant up</code>

Back