diff options
author | Michael Polenchuk <mpolenchuk@mirantis.com> | 2016-08-19 12:02:20 +0300 |
---|---|---|
committer | Michael Polenchuk <mpolenchuk@mirantis.com> | 2016-08-19 12:02:20 +0300 |
commit | 780ec83747621dbc6275ae9ce23ca73d7a9c2789 (patch) | |
tree | 6335de0512ebd633e05437a5f7a378a18ed9fbb4 /ci/config_functest.yaml | |
parent | 0cfb7aa11250954ecee97ef16422f9c05c85fecd (diff) |
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 <mpolenchuk@mirantis.com>
Diffstat (limited to 'ci/config_functest.yaml')
-rw-r--r-- | ci/config_functest.yaml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ci/config_functest.yaml b/ci/config_functest.yaml index afa6ff1f6..e58fcea1a 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 |