Removed extra space and code changes done 47/3647/2
authorArvind Patel <arvind.patel@huawei.com>
Tue, 28 Jul 2020 10:15:30 +0000 (15:45 +0530)
committerArvind Patel <arvind.patel@huawei.com>
Tue, 28 Jul 2020 14:26:19 +0000 (19:56 +0530)
Change-Id: I3a7d94807a802712c55bf587d9c253ffb3ff2a28

ocd/infra/playbooks/roles/applcm/files/deploy/applcm-broker-deployment.yaml
ocd/infra/playbooks/roles/applcm/files/deploy/applcmScript.sh
ocd/infra/playbooks/roles/mepserver/files/deploy/kongScript.sh
ocd/infra/playbooks/roles/mepserver/files/deploy/mepScript.sh
ocd/infra/playbooks/roles/mepserver/tasks/install-ssl.yml

index 7d7bb00..9d889a4 100644 (file)
@@ -64,8 +64,8 @@ spec:
           value: /Artifacts/Deployment/
         - name: PACKAGE_PATH
           value: /go/release/application/packages/
-        - name: APLCM_SSL_MODE
-          value: false
+        - name: HTTPS_FLAG
+          value: "false"
         - name: CERTIFICATE_PATH
           value: /go/release/certificates/server.cer
         - name: KEY_PATH
@@ -78,7 +78,7 @@ spec:
         resources: {}
         #volumeMounts:
           #- mountPath: /go/release/certificates/
-          #  name: server-cert
+            #name: server-cert
       restartPolicy: Always
       serviceAccountName: ""
       #volumes:
index feab49b..16fc242 100755 (executable)
 # limitations under the License.
 
 #Server is running on https port
-sed -i 's/value: false/value: true/g' applcm-broker-deployment.yaml
-sed -i 's/#volumeMounts/ volumeMounts/g' applcm-broker-deployment.yaml
-sed -i 's/#- mountPath/ - mountPath/g' applcm-broker-deployment.yaml
-sed -i 's/#name/ name/g' applcm-broker-deployment.yaml
-sed -i 's/#volumes/ volumes/g' applcm-broker-deployment.yaml
-sed -i 's/#- name/ - name/g' applcm-broker-deployment.yaml
-sed -i 's/#secret/ secret/g' applcm-broker-deployment.yaml
-sed -i 's/#secretName/ secretName/g' applcm-broker-deployment.yaml
+sed -i 's/value: \"false\"/value: \"true"/g' applcm-broker-deployment-ssl.yaml
+sed -i 's/#volumeMounts/volumeMounts/g' applcm-broker-deployment-ssl.yaml
+sed -i 's/#- mountPath/ - mountPath/g' applcm-broker-deployment-ssl.yaml
+sed -i 's/#name/ name/g' applcm-broker-deployment-ssl.yaml
+sed -i 's/#volumes/volumes/g' applcm-broker-deployment-ssl.yaml
+sed -i 's/#- name/ - name/g' applcm-broker-deployment-ssl.yaml
+sed -i 's/#secret/ secret/g' applcm-broker-deployment-ssl.yaml
+sed -i 's/#secretName/ secretName/g' applcm-broker-deployment-ssl.yaml
index 21cfcb8..6abc050 100755 (executable)
 # limitations under the License.
 
 #Server is running on https port
-sed -i 's/#- name/ - name/g' kong-k8s.yaml
-sed -i 's/#value/ value/g' kong-k8s.yaml
+sed -i 's/#- name/- name/g' kong-k8s-ssl.yaml
+sed -i 's/#value/value/g' kong-k8s-ssl.yaml
 
 
-sed -i 's/#volumeMounts/ volumeMounts/g' kong-k8s.yaml
-sed -i 's/#- name/ - name/g' kong-k8s.yaml
-sed -i 's/#mountPath/ mountPath/g' kong-k8s.yaml
-sed -i 's/#readOnly/ readOnly/g' kong-k8s.yaml
-sed -i 's/#volumes/ volumes/g' kong-k8s.yaml
-sed -i 's/#- name/ - name/g' kong-k8s.yaml
-sed -i 's/#secret/ secret/g' kong-k8s.yaml
-sed -i 's/#secretName/ secretName/g' kong-k8s.yaml
+sed -i 's/#volumeMounts/volumeMounts/g' kong-k8s-ssl.yaml
+sed -i 's/#- name/- name/g' kong-k8s-ssl.yaml
+sed -i 's/#mountPath/mountPath/g' kong-k8s-ssl.yaml
+sed -i 's/#readOnly/readOnly/g' kong-k8s-ssl.yaml
+sed -i 's/#volumes/volumes/g' kong-k8s-ssl.yaml
+sed -i 's/#- name/- name/g' kong-k8s-ssl.yaml
+sed -i 's/#secret/secret/g' kong-k8s-ssl.yaml
+sed -i 's/#secretName/secretName/g' kong-k8s-ssl.yaml
index 567fff7..8610d24 100755 (executable)
 # limitations under the License.
 
 #- name: Server is running on http port"
-sed -i 's/value: \"0\"/value: \"1"/g' mep-k8s.yaml
-sed -i 's/#volumeMounts/ volumeMounts/g' mep-k8s.yaml
-sed -i 's/#- name/ - name/g' mep-k8s.yaml
-sed -i 's/#mountPath/ mountPath/g' mep-k8s.yaml
-sed -i 's/#readOnly/ readOnly/g' mep-k8s.yaml
-sed -i 's/#volumes/ volumes/g' mep-k8s.yaml
-sed -i 's/#- name/ - name/g' mep-k8s.yaml
-sed -i 's/#secret/ secret/g' mep-k8s.yaml
-sed -i 's/#secretName/ secretName/g' mep-k8s.yaml
+sed -i 's/value: \"0\"/value: \"1"/g' mep-k8s-ssl.yaml
+sed -i 's/#volumeMounts/volumeMounts/g' mep-k8s-ssl.yaml
+sed -i 's/#- name/- name/g' mep-k8s-ssl.yaml
+sed -i 's/#mountPath/mountPath/g' mep-k8s-ssl.yaml
+sed -i 's/#readOnly/readOnly/g' mep-k8s-ssl.yaml
+sed -i 's/#volumes/volumes/g' mep-k8s-ssl.yaml
+sed -i 's/#- name/- name/g' mep-k8s-ssl.yaml
+sed -i 's/#secret/secret/g' mep-k8s-ssl.yaml
+sed -i 's/#secretName/secretName/g' mep-k8s-ssl.yaml
index 5a281a7..c4c9419 100644 (file)
@@ -30,7 +30,7 @@
 
 - name: modifying configuration to support https
   shell:
-    cmd: cp mep-k8s.yaml kong-k8s-ssl.yaml
+    cmd: cp kong-k8s.yaml kong-k8s-ssl.yaml
     chdir: /tmp/mepserver/deploy/
 
 - name: modify configuraiton to support https
     cmd: chmod +x kongScript.sh && ./kongScript.sh
     chdir: /tmp/mepserver/deploy/
 
+- name: Generate Certificates
+  shell:
+# yamllint disable rule:line-length
+    cmd: openssl genrsa -out ca.key 2048
+    chdir: /tmp/mepserver/deploy/
+
+- name: Generate Certificate - Step 2
+  shell:
+    cmd: openssl req -new -key ca.key -subj /C=CN/ST=Peking/L=Beijing/O=ealtedge/CN=www.ealtedge.org -out ca.csr
+    chdir: /tmp/mepserver/deploy/
+
+- name: Generate Root Certificate
+  shell:
+    cmd: openssl x509 -req -days 365 -in ca.csr -extensions v3_req -signkey ca.key -out trust.cer
+    chdir: /tmp/mepserver/deploy/
+
+- name: Generate TLS certificate and TLS Key
+  shell:
+    cmd: openssl genrsa -out server_key.pem 2048
+    chdir: /tmp/mepserver/deploy/
+
+- name: Generate TLS Certificate and TLS Key
+  shell:
+    cmd: openssl req -new -key server_key.pem -subj /C=CN/ST=Beijing/L=Beijing/O=ealtedge/CN=www.ealtedge.org -out tls.csr
+    chdir: /tmp/mepserver/deploy/
+
+- name: Generate TLS Certificate and TLS Key
+  shell:
+    cmd: openssl x509 -req -in tls.csr -extensions v3_req -CA trust.cer -CAkey ca.key -CAcreateserial -out server.cer
+    chdir: /tmp/mepserver/deploy/
+
 - name: Create mepssl-secret
   shell:
 # yamllint disable rule:line-length
 - name: Apply postgres-k8s.yaml
   shell:
     cmd: kubectl apply -f /tmp/mepserver/deploy/postgres-k8s.yaml
-
-- name: -----Configuring Kong API Gateway-----
-  shell:
-    cmd: sleep 30
-
-- name: Configuring Kong API Gateway
-  shell:
-    cmd: chmod +x kongconfig.sh && ./kongconfig.sh
-    chdir: /tmp/mepserver/deploy/