diff options
author | Michael Chapman <michapma@redhat.com> | 2017-02-08 14:57:29 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@opnfv.org> | 2017-02-08 14:57:29 +0000 |
commit | 3f3658db935f00413faf1390654ac56ed98fbf85 (patch) | |
tree | 5e5aba1ef4ae7266ccef50cfb73dc8fe6b2d41eb /config/deploy/deploy_settings.yaml | |
parent | 85d8c83b1d1c153f3e80e9175c6ac94e1aafa1ae (diff) | |
parent | b5687496eacdb4e48a3134b0c338244343c95a01 (diff) |
Merge "Adding yardstick installation using docker container"
Diffstat (limited to 'config/deploy/deploy_settings.yaml')
-rw-r--r-- | config/deploy/deploy_settings.yaml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/config/deploy/deploy_settings.yaml b/config/deploy/deploy_settings.yaml index ea35ae70..9d028a47 100644 --- a/config/deploy/deploy_settings.yaml +++ b/config/deploy/deploy_settings.yaml @@ -85,3 +85,6 @@ deploy_options: # isolcpus: 0 # hugepage: 2M # intel_iommu: 'on' + + # Set yardstick option to install yardstick + #yardstick: false |