summaryrefslogtreecommitdiffstats
path: root/INFO
blob: 13e902a881015cbbe4d3fd460c36a809fb94a678 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
Project: OPNFV documentation project (opnfvdocs)
Project Creation Date: March 31, 2015
Project Category: Documentation
Lifecycle State: Incubation
Primary Contact: Sofia Wallin (sofia.wallin@ericsson.com)
Project Lead: Sofia Wallin (sofia.wallin@ericsson.com)
Jira Project Name: OPNFV documentation project
Jira Project Prefix: DOCS
Mailing list tag: [docs]
IRC: Server:freenode.net Channel:#opnfv
Repository: opnfvdocs

Committers:
christopher.price@ericsson.com
fatih.degirmenci@ericsson.com
Iben.Rodriguez@spirent.com
r-mibu@cq.jp.nec.com
sofia.wallin@ericsson.com
tbramwell@linuxfoundation.org

Link to TSC approval of the project: http://ircbot.wl.linuxfoundation.org/meetings/opnfv-meeting/2015/opnfv-meeting.2015-03-31-13.56.html
Link(s) to approval of additional committers:
* Approval of Victor Laza as a committer: http://lists.opnfv.org/pipermail/opnfv-tsc/2015-April/000747.html
* Approval of Ryota Mibu as a committer: http://lists.opnfv.org/pipermail/opnfv-tsc/2016-January/001777.html
* Approval of Sofia Wallin as a committer: http://lists.opnfv.org/pipermail/opnfv-tsc/2016-January/001778.html
="p">: 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 }}"