From: Srinivasan Selvam Date: Fri, 5 Jun 2020 02:30:56 +0000 (+0530) Subject: Applcm install.yml modified with postgres X-Git-Url: https://gerrit.akraino.org/r/gitweb?a=commitdiff_plain;h=5a2b07cc1f31a6c38d748c7f996689a2e6dbe643;p=ealt-edge.git Applcm install.yml modified with postgres Signed-off-by: Srinivasan Selvam Change-Id: I8818cd91fd24696abc653de2dea51e6103eccfb4 --- diff --git a/ocd/infra/playbooks/roles/applcm/tasks/install.yml b/ocd/infra/playbooks/roles/applcm/tasks/install.yml index c78655e..12c7aa4 100644 --- a/ocd/infra/playbooks/roles/applcm/tasks/install.yml +++ b/ocd/infra/playbooks/roles/applcm/tasks/install.yml @@ -18,14 +18,22 @@ src: deploy dest: /tmp/applcm/ +- name: Install applcm postgres-configmap + shell: + cmd: kubectl apply -f /tmp/applcm/deploy/postgres-config.yaml + - name: Install applcm - pvc shell: - cmd: kubectl apply -f /tmp/applcm/deploy/postgres-db-pvc.yaml + cmd: kubectl apply -f /tmp/applcm/deploy/postgres-storage.yaml - name: Install applcm - db shell: cmd: kubectl apply -f /tmp/applcm/deploy/postgres-k8s.yaml +- name: Install applcm - postgres-service + shell: + cmd: kubectl apply -f /tmp/applcm/deploy/postgres-service.yaml + - name: Install applcm - db-init-config shell: # yamllint disable rule:line-length