Align k8 and ocp supervisor scripts

- Handle scl enable calls for python processes that use postgresql
 - Handle ocp specific vars better
This commit is contained in:
Christian Adams
2020-04-02 11:42:53 -04:00
committed by chris meyers
parent 6d60e7dadc
commit 9489f00ca4
5 changed files with 10 additions and 4 deletions

View File

@@ -0,0 +1,2 @@
---
uwsgi_bash: "bash -c"

View File

@@ -1,3 +1,4 @@
---
openshift_oc_config_file: "{{ kubernetes_base_path }}/.kube/config"
openshift_oc_bin: "oc --config={{ openshift_oc_config_file }}"
uwsgi_bash: "scl enable rh-postgresql10"