Advertisement
Guest User

Untitled

a guest
Jan 18th, 2017
78
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.19 KB | None | 0 0
  1. networks:
  2. - name: datacentre_ovs_419
  3. physical_network: datacentre
  4. segmentation_id: 419
  5. external: true
  6. allocation_pool_start: 10.35.185.18
  7. allocation_pool_end: 10.35.185.29
  8. cidr: 10.35.185.16/28
  9. enable_dhcp: false
  10. gateway_ip: 10.35.185.30
  11. router_name: router1
  12. network_type: vlan
  13.  
  14. - name:
  15. physical_network: sriov1
  16. segmentation_id: 527
  17. external: false
  18. allocation_pool_start: 10.10.127.1
  19. allocation_pool_end: 10.10.127.253
  20. cidr: 10.10.127.0/24
  21. enable_dhcp: false
  22. gateway_ip: 10.10.127.254
  23. router_name: router-tempest
  24. network_type: vlan
  25.  
  26. - name:
  27. physical_network: sriov2
  28. segmentation_id: 528
  29. external: false
  30. allocation_pool_start: 10.10.128.1
  31. allocation_pool_end: 10.10.128.253
  32. cidr: 10.10.128.0/24
  33. enable_dhcp: false
  34. gateway_ip: 10.10.128.254
  35. router_name: router-tempest
  36. network_type: vlan
  37.  
  38.  
  39. dns_nameservers:
  40. - 10.35.28.28
  41. - 8.8.8.8
  42. tempest_tests:
  43. - tempest_plugin.tests.scenario.test_nfv_dpdk_usecases.TestDirectScenarios.test_basic_network
  44. - tempest.api.compute.admin.test_flavors.FlavorsAdminTestJSON.test_create_flavor_using_string_ram
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement