summaryrefslogtreecommitdiffstats
path: root/docs/development/opnfvsecguide/introduction.rst
blob: ad80831977a3700312524efb49cfc04bf4525abb (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
Introduction
---------------

The OPNFV Security Guide is the collaborative work of many individuals,
involved in both the OPNFV Security Group and the wider OPNFV community.

The purpose of this guide is to provide the best practice security guidelines for
deploying the OPNFV platfornm. It is a living document that is updated as
new changes are merged into it's repository.

.. toctree::
   :maxdepth: 2

   introduction/background
   introduction/acknowledgements
pan>}}" name: infra_deploy_vars - set_fact: mac_address_counter: 0 - set_fact: default_bridge: "{{ item }}" when: - item.default_gateway is defined - item.default_gateway == True with_items: "{{ infra_deploy_vars.networks }}" - name: Create XML file include_tasks: configure_vm.yml loop_control: loop_var: node_item with_items: "{{ infra_deploy_vars.nodes }}" - name: Create list of dictionaries with vm name, ip address set_fact: vm_name_ip: "{{ vm_name_ip|default([]) + [{item.hostname: item.interfaces[1].ip}] }}" with_items: "{{ infra_deploy_vars.nodes }}" - name: Make sure VM is reachable include_tasks: validate_vms.yml loop_control: loop_var: name_ip with_items: "{{ vm_name_ip }}"