diff options
author | Vijay Venkatesh Kumar <vv770d@att.com> | 2018-05-17 16:17:50 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2018-05-17 16:17:50 +0000 |
commit | 248719e005ab1375745827abd4f3a5688683453f (patch) | |
tree | 7bdd08bba8decbac9ea02993e79480778e720904 | |
parent | 935051019f7f69b2923b7d5413504b609973f5c1 (diff) | |
parent | 71c6c597ab5c83ef809299aa13de58f724396b99 (diff) |
Merge "Increase wait time for inventory"
-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 |