From be984e621234579e66a0aa32b6009bd4d3c12d54 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?=C5=81ukasz=20Nowak?= <luke@nexedi.com>
Date: Tue, 15 Sep 2020 12:07:27 +0200
Subject: [PATCH] Revert "Use latest version of apache-frontend for standalone
 installations"

Also add important note why the SR shall be kept as is.
---
 playbook/roles/standalone-shared/vars/main.yml | 12 +++++++++++-
 1 file changed, 11 insertions(+), 1 deletion(-)

diff --git a/playbook/roles/standalone-shared/vars/main.yml b/playbook/roles/standalone-shared/vars/main.yml
index f207928..2d1e6bc 100644
--- a/playbook/roles/standalone-shared/vars/main.yml
+++ b/playbook/roles/standalone-shared/vars/main.yml
@@ -1,4 +1,14 @@
-frontend_software_release_url: https://lab.nexedi.com/nexedi/slapos/raw/1.0.161/software/apache-frontend/software.cfg
+# Important note regarding frontend_software_release_url
+# Please do not change the defined software release here, as only some
+# versions of the software are known to be working.
+# If the change is needed, then one needs to manually:
+#  * assure that apache-frontend can be correctly installed (w/o shared)
+#  * assure that apache-frontend can be instantiated with parameters similar
+#    to ones used in the playbooks
+#  * release new version
+#  * upload it to binary cache
+#  * then change here
+frontend_software_release_url: https://lab.nexedi.com/nexedi/slapos/raw/1.0.135.1/software/apache-frontend/software.cfg
 firewall_setup_template: setup-firewall.j2
 frontend_master_reference: master-frn-{{ playbook_name }}
 frontend_slave_reference: slave-srn-{{ playbook_name }}
-- 
2.30.9