diff options
author | Lusheng Ji <lji@research.att.com> | 2018-05-14 12:52:19 -0400 |
---|---|---|
committer | Lusheng Ji <lji@research.att.com> | 2018-05-14 12:52:49 -0400 |
commit | 71c6c597ab5c83ef809299aa13de58f724396b99 (patch) | |
tree | 658e53fceea5c7d24f48c5c274c89e30e624a8ae | |
parent | 42f95082278af5fd542c9626537ec4e8fa8b4175 (diff) |
Increase wait time for inventory
Issue-ID: DCAEGEN2-508
Change-Id: Icf83a6d57480759b83e948eecceb84bf5b537d78
Signed-off-by: Lusheng Ji <lji@research.att.com>
-rw-r--r-- | blueprints/k8s-inventory.yaml-template | 5 |
1 files changed, 5 insertions, 0 deletions
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 |