Add IxNetwork API Python Binding package
[yardstick.git] / ansible / ubuntu_server_cloudimg_modify_dpdk.yml
1 # Copyright (c) 2017 Intel Corporation.
2 #
3 # Licensed under the Apache License, Version 2.0 (the "License");
4 # you may not use this file except in compliance with the License.
5 # You may obtain a copy of the License at
6 #
7 #      http://www.apache.org/licenses/LICENSE-2.0
8 #
9 # Unless required by applicable law or agreed to in writing, software
10 # distributed under the License is distributed on an "AS IS" BASIS,
11 # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
12 # See the License for the specific language governing permissions and
13 # limitations under the License.
14 ---
15 - hosts: chroot_image
16   connection: chroot
17   vars:
18     clone_dir: /tmp/yardstick-clone
19
20   pre_tasks:
21     - debug: msg="chrooted in {{ inventory_hostname }}"
22
23   roles:
24     - reset_resolv_conf
25     - add_custom_repos
26     - enable_hugepages_on_boot
27     - modify_cloud_config
28     - role: set_package_installer_proxy
29       when: proxy_env is defined and proxy_env
30     - install_image_dependencies
31     - download_unixbench
32     - install_unixbench
33     - download_ramspeed
34     - install_ramspeed
35     - download_cachestat
36     - install_cachestat
37     - download_dpdk
38     - install_dpdk