postgres.sls #3

  • //
  • guest/
  • tjuricek/
  • p4ws/
  • stream/
  • main/
  • salt/
  • pillar/
  • postgres.sls
  • Commits
# Change User Description Committed
#3 13266 tjuricek Reorganized depot to avoid stream/main in path.

This may be re-imported.
#2 13238 tjuricek Moved rack and app server configuration to be managed via Salt.

Also, only using a single value "url" to configure how the p4_project_services instance references the p4_web_api.

And, removing the Docker setup, since that won't work for a production system.
#1 13227 tjuricek Revised Salt hierarchy to allow for CD clustering.

Now, there are two main salt environments: 'build' and 'eval'.

The 'eval' environment can be configured for testing or development by setting the Grain 'dev_pillar: True' or 'test_pillar: True'.

The test modes may need a bit more effort to figure out exactly where I'll put the .deb files. The dev box passes p4_web_api tests.