From ead1b53baa7e510e51dae04e395110b9220c96e3 Mon Sep 17 00:00:00 2001 From: Mikolaj Izdebski Date: Thu, 24 Oct 2019 09:18:26 +0200 Subject: [PATCH] Freeze odcs prod --- inventory/group_vars/odcs_backend | 3 +-- inventory/group_vars/odcs_frontend | 3 +-- 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/inventory/group_vars/odcs_backend b/inventory/group_vars/odcs_backend index 2fc111a4bd..9207251a7c 100644 --- a/inventory/group_vars/odcs_backend +++ b/inventory/group_vars/odcs_backend @@ -3,8 +3,7 @@ lvm_size: 200000 mem_size: 4096 num_cpus: 2 -# Set this to True for the F28 release and onwards. -freezes: false +freezes: true tcp_ports: [ 3000, 3001, 3002, 3003, diff --git a/inventory/group_vars/odcs_frontend b/inventory/group_vars/odcs_frontend index 20af25c81b..59630d5da3 100644 --- a/inventory/group_vars/odcs_frontend +++ b/inventory/group_vars/odcs_frontend @@ -3,8 +3,7 @@ lvm_size: 30000 mem_size: 2048 num_cpus: 2 -# Set this to True for the F28 release and onwards. -freezes: false +freezes: true # Definining these vars has a number of effects # 1) mod_wsgi is configured to use the vars for its own setup