Make uwsgi app to not demonize
[yardstick.git] / ansible / ubuntu_server_baremetal_deploy_samplevnfs.yml
index 17a9d4c..d858257 100644 (file)
 # 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
       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
     - role: install_samplevnf
       vnf_name: FW
     - role: install_samplevnf
-      vnf_name: CGNATP
+      vnf_name: CGNAPT
+    - role: install_samplevnf
+      vnf_name: PE
     # 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