From 98861f823a016d7442880be54ec0ae8752f0b71d Mon Sep 17 00:00:00 2001 From: Kevin Fenzi Date: Sun, 15 Dec 2019 01:04:30 +0000 Subject: [PATCH] pdc-web: add deployment_type Signed-off-by: Kevin Fenzi --- inventory/group_vars/pdc_web | 2 ++ inventory/group_vars/pdc_web_stg | 2 ++ 2 files changed, 4 insertions(+) diff --git a/inventory/group_vars/pdc_web b/inventory/group_vars/pdc_web index 3526b81495..abfa1a23b6 100644 --- a/inventory/group_vars/pdc_web +++ b/inventory/group_vars/pdc_web @@ -15,6 +15,8 @@ tcp_ports: [ 80 ] fas_client_groups: sysadmin-noc,sysadmin-releng,sysadmin-mbs,sysadmin-veteran +deployment_type: prod + # This just defines the CN of the saml2 cert we pull from the private repo # Don't be confused. The app is actually served at apps.stg.fp.o/pdc pdc_domain: pdc.fedoraproject.org diff --git a/inventory/group_vars/pdc_web_stg b/inventory/group_vars/pdc_web_stg index 9c74bf2167..b07037a7e9 100644 --- a/inventory/group_vars/pdc_web_stg +++ b/inventory/group_vars/pdc_web_stg @@ -15,6 +15,8 @@ tcp_ports: [ 80 ] fas_client_groups: sysadmin-noc,sysadmin-releng,sysadmin-mbs,sysadmin-veteran +deployment_type: stg + # This just defines the CN of the saml2 cert we pull from the private repo # Don't be confused. The app is actually served at apps.stg.fp.o/pdc pdc_domain: pdc.stg.fedoraproject.org