From 780ec83747621dbc6275ae9ce23ca73d7a9c2789 Mon Sep 17 00:00:00 2001 From: Michael Polenchuk Date: Fri, 19 Aug 2016 12:02:20 +0300 Subject: Pull down default instance flavor Set default instance flavor to m1.tiny in order to keep hardware resources requirements at the minimum. Change-Id: If070e25389e1d7978c34dec8621414c8938a262f Signed-off-by: Michael Polenchuk --- ci/config_functest.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ci') diff --git a/ci/config_functest.yaml b/ci/config_functest.yaml index afa6ff1f..e58fcea1 100644 --- a/ci/config_functest.yaml +++ b/ci/config_functest.yaml @@ -54,7 +54,7 @@ healthcheck: vping: ping_timeout: 200 - vm_flavor: m1.small # adapt to your environment + vm_flavor: m1.tiny # adapt to your environment vm_name_1: opnfv-vping-1 vm_name_2: opnfv-vping-2 image_name: functest-vping -- cgit 1.2.3-korg