X-Git-Url: https://gerrit.opnfv.org/gerrit/gitweb?a=blobdiff_plain;f=ansible%2Fubuntu_server_baremetal_deploy_samplevnfs.yml;h=3a29a8a9085c6df5cac5580a13449ea85573e4ed;hb=283a5313d7f93ba967fe336ef6d883a1c1f4a52b;hp=17a9d4ca94ba7a7f061a2f14a0fb3f5afb876e60;hpb=c305d24c1499a5aef51c05e94fc9737878548c75;p=yardstick.git diff --git a/ansible/ubuntu_server_baremetal_deploy_samplevnfs.yml b/ansible/ubuntu_server_baremetal_deploy_samplevnfs.yml index 17a9d4ca9..3a29a8a90 100644 --- a/ansible/ubuntu_server_baremetal_deploy_samplevnfs.yml +++ b/ansible/ubuntu_server_baremetal_deploy_samplevnfs.yml @@ -12,10 +12,11 @@ # See the License for the specific language governing permissions and # limitations under the License. --- -- hosts: all +- hosts: yardstick-standalone:jumphost vars: clone_dir: /tmp/yardstick-clone - + environment: + "{{ proxy_env }}" roles: - add_custom_repos @@ -23,12 +24,16 @@ when: proxy_env is defined and proxy_env # can't update grub in chroot/docker - enable_hugepages_on_boot + # needed for collectd plugins + - increase_open_file_limits - install_image_dependencies - role: download_dpdk # dpdk_version: "17.02" - install_dpdk - download_trex - install_trex + - download_civetweb + - install_civetweb - download_samplevnfs - role: install_samplevnf vnf_name: PROX @@ -39,13 +44,13 @@ - role: install_samplevnf vnf_name: FW - role: install_samplevnf - vnf_name: CGNATP + vnf_name: CGNAPT # build shared DPDK for collectd only, required DPDK downloaded already - install_dpdk_shared - install_rabbitmq - download_intel_cmt_cat - install_intel_cmt_cat - - download_yajl - - install_yajl + - download_pmu_tools + - install_pmu_tools - download_collectd - install_collectd