From 723e7c4226664ccd87479b9f81ba50b187b15af9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andreas=20Br=C3=BCckl?= Date: Wed, 20 Dec 2017 15:10:18 +0100 Subject: [PATCH] br setup --- setup/connect-test.sh | 3 +++ setup/lib/environments.py | 3 ++- 2 files changed, 5 insertions(+), 1 deletion(-) create mode 100755 setup/connect-test.sh diff --git a/setup/connect-test.sh b/setup/connect-test.sh new file mode 100755 index 00000000..3cd2fbed --- /dev/null +++ b/setup/connect-test.sh @@ -0,0 +1,3 @@ +#!/bin/bash + +ssh -p 3333 odoo-test@5.9.67.35 diff --git a/setup/lib/environments.py b/setup/lib/environments.py index feaa55d9..d1e02616 100644 --- a/setup/lib/environments.py +++ b/setup/lib/environments.py @@ -36,7 +36,8 @@ ENVIRONMENTS = { 'oa-tz' : Environment('http://localhost', "8080", "tz-austria_1", "tz-admin", "x", "admin", config = ConfigTZA()), 'oa-glaser' : Environment('http://localhost', "8080'" "tz-austria_1", "admin", "x", "admin", config = ConfigGlaser()), - 'br' : Environment('http://localhost', '8080', 'tz-austria_1', 'tz-admin', 'x', 'admin', config = ConfigTZA()), + 'br' : Environment('http://localhost', '8080', 'tz-austria_1', 'admin', 'x', 'admin', config = ConfigTZA()), + 'br-tz' : Environment('http://localhost', '8080', 'tz-austria_1', 'tz-admin', 'x', 'admin', config = ConfigTZA()), 'br-glaser' : Environment('http://localhost', '8080', 'tz-austria_1', 'glaser-admin', 'x', 'admin', config = ConfigGlaser()), 'aa' : Environment('http://localhost', '8080', 'tz-austria_1', 'admin', 'x', 'admin', config = ConfigTZA()),