From 587ebd9b2fa0f40dc83bb025ee0fe43bbe2b1303 Mon Sep 17 00:00:00 2001 From: Joni Orponen Date: Thu, 14 Mar 2019 16:14:37 +0100 Subject: [PATCH] Add a common base config for saas deployments. --- saas-deployment.cfg | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 saas-deployment.cfg diff --git a/saas-deployment.cfg b/saas-deployment.cfg new file mode 100644 index 0000000..291d623 --- /dev/null +++ b/saas-deployment.cfg @@ -0,0 +1,14 @@ +[buildout] +# This is intended to be used as the base to extend from for SaaS deployments +# +# Common features: +# * OGDS in PostgreSQL +# * Solr enabled +# * Bumblebee enabled + +extends = + https://raw.githubusercontent.com/4teamwork/gever-buildouts/master/standard-deployment-v2.cfg + https://raw.githubusercontent.com/4teamwork/gever-buildouts/master/ogds-postgres.cfg + https://raw.githubusercontent.com/4teamwork/gever-buildouts/master/solr.cfg + https://raw.githubusercontent.com/4teamwork/ftw-buildouts/master/bumblebee.cfg + https://raw.githubusercontent.com/4teamwork/ftw-buildouts/master/production-v2.cfg