Actions
Bug #17465
closedBackend data should not be initialized in database seeds
Description
The current paradigm setups up sync notifications in Pulp during db seed which puts a requirement that Pulp and thus Apache are up and running during the seed phase. Recent changes to puppet-foreman have made this nearly impossible to ensure. Further moving backend setup outside of database seeding would allow database seeding to focus on the database and move backend communication to within the application where we have better assurances over backend communication.
Actions