From 71c6c597ab5c83ef809299aa13de58f724396b99 Mon Sep 17 00:00:00 2001 From: Lusheng Ji Date: Mon, 14 May 2018 12:52:19 -0400 Subject: Increase wait time for inventory Issue-ID: DCAEGEN2-508 Change-Id: Icf83a6d57480759b83e948eecceb84bf5b537d78 Signed-off-by: Lusheng Ji --- blueprints/k8s-inventory.yaml-template | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/blueprints/k8s-inventory.yaml-template b/blueprints/k8s-inventory.yaml-template index 2687bfa..bd65ef1 100644 --- a/blueprints/k8s-inventory.yaml-template +++ b/blueprints/k8s-inventory.yaml-template @@ -152,6 +152,11 @@ node_templates: relationships: - type: cloudify.relationships.depends_on target: postgres + interfaces: + cloudify.interfaces.lifecycle: + start: + inputs: + max_wait: 900 postgres: type: dcae.nodes.ContainerizedApplication -- cgit 1.2.3-korg