From 5cc19dd22b16ff7f886daf2c1e4708108cc40ad5 Mon Sep 17 00:00:00 2001 From: "robert.tomczyk" Date: Mon, 23 Nov 2020 14:16:03 +0000 Subject: [PATCH] Add CCD enviroment to VPN automation Change-Id: I14d19a7c2f65c5076eef4d826c53a4c64d06f607 --- infra/openvpn_automation/README.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/infra/openvpn_automation/README.md b/infra/openvpn_automation/README.md index ba44e08..feb89c9 100644 --- a/infra/openvpn_automation/README.md +++ b/infra/openvpn_automation/README.md @@ -15,6 +15,8 @@ in advance. +----------------+---------------+--------------------------------------+ | Acumos | 91.106.193.58 | ssh @91.106.193.58 -p 52413 | +----------------+---------------+--------------------------------------+ + | CCD | 188.212.109.53| ssh @188.212.109.53 -p 52413| + +----------------+---------------+--------------------------------------+ * Ensure SSH key based authentication enabled between Openvpn server and CA @@ -42,7 +44,7 @@ pip install ansible==2.9.6 * Clone infra/tools repository from Nordix Gerrit ```bash -git clone "ssh://@gerrit.nordix.org:29418/infra/tools" && scp -p -P 29418 @gerrit.nordix.org:hooks/commit-msg "tools/.git/hooks/" +git clone "https://gerrit.nordix.org/infra/tools" ``` You are now ready to create ovpn files for users in project specific OpenVPN server, @@ -69,6 +71,8 @@ NOTE: +----------------+---------------+---------------------------+ | Acumos | 10.1.0.0/24 | client_userid.acumos | +----------------+---------------+---------------------------+ + | CCD | 10.4.0.0/24 | client_userid.ccd | + +----------------+---------------+---------------------------+ * Once user specific ovpn file is generated, this file should be shared with user's email with below instructions, @@ -115,5 +119,7 @@ NOTE: +----------------+---------------+---------------------------+ | Acumos | 10.1.0.0/24 | client_userid.acumos | +----------------+---------------+---------------------------+ + | CCD | 10.4.0.0/24 | client_userid.ccd | + +----------------+---------------+---------------------------+ You are done! -- 2.25.1