Complete all the code and files required to run ApexLake
[yardstick.git] / yardstick / vTC / apexlake / apexlake.conf
1 [General]
2 ## template_base is the name of the base template from which generate all the others
3 #template_base_name = vTC.yaml
4 ## Benchmarks to be executed on the VNF under test (uncomment one of the following)
5 #benchmarks = instantiation_validation_benchmark.InstantiationValidationBenchmark
6 #benchmarks = instantiation_validation_noisy_neighbors_benchmark.InstantiationValidationNoisyNeighborsBenchmark
7 #benchmarks = rfc2544_throughput_benchmark.RFC2544ThroughputBenchmark
8 #benchmarks = multi_tenancy_throughput_benchmark.MultiTenancyThroughputBenchmark
9 ## Number of iterations
10 #iterations = 1
11 #debug = true
12
13
14 [OpenStack]
15 ## ip_controller is the IP address of the OpenStack Controller
16 #ip_controller = 10.2.1.1
17 ## Heat URL is the URL for the Heat endpoint
18 #heat_url = http://IP_ADDRESS_CONTROLLER:8004/v1/TENANT_ID
19 ## user is the OpenStack user name
20 #user = admin
21 ## password is the OpenStack password
22 #password = password
23 ## auth_uri is the authentication URI provided by keystone
24 #auth_uri = http://IP_ADDRESS_CONTROLLER:5000/v2.0
25 ## project is the name of the project on which create the VNF instances
26 #project = demo
27
28
29 [Experiment-VNF]
30 ## List of all the variables and the values that will be tested by the framework
31 #VNIC_TYPE =   @string "direct", "normal"
32 #VTC_FLAVOR =  @string "m1.small" "m1.medium" "m1.large"
33
34
35 [InfluxDB]
36 influxdb_ip_address = 192.168.1.1
37 influxdb_port = 8086
38 influxdb_db_name = database
39
40
41 [PacketGen]
42 packet_generator = dpdk_pktgen
43 pktgen_directory = /root/programs/Pktgen-DPDK/dpdk/examples/pktgen/
44 dpdk_directory = /root/programs/Pktgen-DPDK/dpdk/
45 program_name = app/app/x86_64-native-linuxapp-gcc/pktgen
46 coremask = 1f
47 memory_channels = 3
48 bus_slot_nic_1 = 01:00.0
49 bus_slot_nic_2 = 01:00.1
50 name_if_1 = p2p1
51 name_if_2 = p2p2
52
53
54 [Deployment-parameters]
55 #default_net =        monitoring
56 #default_subnet =     monitoring_subnet
57 #source_net =         inbound_traffic_network
58 #source_subnet =      inbound_traffic_subnet
59 #destination_net =    destination_B_network
60 #destination_subnet = destination_B_subnet
61 #destination_subnet = destination_B_subnet
62 #key_name = destination_B_subnet
63
64
65 [Testcase-parameters]
66 #packet_size = 1280
67 #throughput = 1
68 #vlan_sender = 1000
69 #vlan_receiver = 1001