Merge "Remove duplicated Firewall Concurrency testcases"
[yardstick.git] / ansible / ubuntu_server_baremetal_deploy_samplevnfs.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: yardstick-standalone:jumphost
16   vars:
17     clone_dir: /tmp/yardstick-clone
18   environment:
19     "{{ proxy_env }}"
20
21   roles:
22     - add_custom_repos
23     - role: set_package_installer_proxy
24       when: proxy_env is defined and proxy_env
25 #     can't update grub in chroot/docker
26     - enable_hugepages_on_boot
27     - enable_iommu_on_boot
28     # needed for collectd plugins
29     - increase_open_file_limits
30     - install_image_dependencies
31     - role: download_dpdk
32 #      dpdk_version: "17.02"
33     - install_dpdk
34     - download_trex
35     - install_trex
36     - download_civetweb
37     - install_civetweb
38     - download_samplevnfs
39     - role: install_samplevnf
40       vnf_name: PROX
41     - role: install_samplevnf
42       vnf_name: UDP_Replay
43     - role: install_samplevnf
44       vnf_name: ACL
45     - role: install_samplevnf
46       vnf_name: FW
47     - role: install_samplevnf
48       vnf_name: CGNAPT
49     # build shared DPDK for collectd only, required DPDK downloaded already
50     - install_dpdk_shared
51     - install_rabbitmq
52     - download_intel_cmt_cat
53     - install_intel_cmt_cat
54     - download_pmu_tools
55     - install_pmu_tools
56     - download_collectd
57     - install_collectd
58     - docker
59     - barometer_collectd