4ee20f9e40
Enable different configurations and setup requirements for deployment environments as well as pip requirements. - Config : Serie of configuration files to be used on deployment as well as exposed to the framework in order to use the values on the test cases. - Qemu : All artifacts needed to deploy the virtual machines that simulate the nodes on libvirt/qemu - Baremetal : Series of configuration files used to setup a deployment on a baremetal environment - requirements.txt, test-requirements.txt : series of packages needed by the suite to work on a python virtualenv. Depends-On: I796dcaf71089424dd37a050691fd0ee003ad3176 Change-Id: I34dfe1c01b27e5e8ce046de3305dd78c7f9d1383 Signed-off-by: Jose Perez Carranza <jose.perez.carranza@intel.com>
17 lines
387 B
YAML
17 lines
387 B
YAML
system_mode: duplex
|
|
|
|
dns_servers:
|
|
- 8.8.8.8
|
|
|
|
docker_http_proxy: http://<url>:<port>
|
|
docker_https_proxy: http://<url>:<port>
|
|
|
|
external_oam_subnet: 10.10.10.0/24
|
|
external_oam_gateway_address: 10.10.10.1
|
|
external_oam_floating_address: 10.10.10.2
|
|
external_oam_node_0_address: 10.10.10.3
|
|
external_oam_node_1_address: 10.10.10.4
|
|
|
|
ansible_become_pass: ANSIBLE_PASS
|
|
admin_password: ADMIN_PASS
|