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()),