Advertisement
Guest User

Untitled

a guest
Jan 18th, 2017
82
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. - name: bla
  14. physical_network: sriov1
  15. segmentation_id: 527
  16. external: false
  17. allocation_pool_start: 10.10.127.1
  18. allocation_pool_end: 10.10.127.253
  19. cidr: 10.10.127.0/24
  20. enable_dhcp: false
  21. gateway_ip: 10.10.127.254
  22. router_name: router-tempest
  23. network_type: vlan
  24. - name: bla2
  25. physical_network: sriov2
  26. segmentation_id: 528
  27. external: false
  28. allocation_pool_start: 10.10.128.1
  29. allocation_pool_end: 10.10.128.253
  30. cidr: 10.10.128.0/24
  31. enable_dhcp: false
  32. gateway_ip: 10.10.128.254
  33. router_name: router-tempest
  34. network_type: vlan
  35.  
  36.  
  37. dns_nameservers:
  38. - 10.35.28.28
  39. - 8.8.8.8
  40. tempest_tests:
  41. - tempest_plugin.tests.scenario.test_nfv_dpdk_usecases.TestDirectScenarios.test_basic_network
  42. - tempest.api.compute.admin.test_flavors.FlavorsAdminTestJSON.test_create_flavor_using_string_ram
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement