Merge "mepagent role added in ealt-all.yml"
authorkhemendra kumar <khemendra.kumar@huawei.com>
Thu, 23 Jul 2020 11:16:30 +0000 (11:16 +0000)
committerGerrit Code Review <gerrit@akraino.org>
Thu, 23 Jul 2020 11:16:30 +0000 (11:16 +0000)
ocd/infra/playbooks/roles/mepserver/tasks/install-ssl.yml
ocd/infra/playbooks/roles/mepserver/tasks/install.yml

index 5aa5b43..5a281a7 100644 (file)
 - 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/
index fdf7940..01c3f67 100644 (file)
 - 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/