Add CCD enviroment to VPN automation 92/6692/3
authorrobert.tomczyk <robert.tomczyk@est.tech>
Mon, 23 Nov 2020 14:16:03 +0000 (14:16 +0000)
committerrobert.tomczyk <robert.tomczyk@est.tech>
Mon, 23 Nov 2020 14:18:00 +0000 (14:18 +0000)
Change-Id: I14d19a7c2f65c5076eef4d826c53a4c64d06f607

infra/openvpn_automation/README.md

index ba44e08dc1c0878543905a7f9df42a8d09f62202..feb89c99491d7b2b2d1722fd23f73367acefb420 100644 (file)
@@ -15,6 +15,8 @@ in advance.
   +----------------+---------------+--------------------------------------+
   | Acumos         | 91.106.193.58 | ssh <USER_ID>@91.106.193.58 -p 52413 |
   +----------------+---------------+--------------------------------------+
+  | CCD            | 188.212.109.53| ssh <USER_ID>@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://<USERNAME>@gerrit.nordix.org:29418/infra/tools" && scp -p -P 29418 <USERNAME>@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!