--- defaults: # odl-sfc uses custom flavors as per below params flavor: custom ram_size_in_mb: 1500 disk_size_in_gb: 10 vcpu_count: 1 image_name: sfc_nsh_danube image_file_name: sfc_nsh_danube.qcow2 installer: fuel: user: root password: r00tme cluster: 1 # Change this to the id of the desired fuel env (1, 2, 3...) apex: user: stack pkey_file: "/root/.ssh/id_rsa" OSA: user: root pkey_file: "/root/.ssh/id_rsa" image_format: qcow2 url: "http://artifacts.opnfv.org/sfc/images" vnfd-dir: "vnfd-templates" vnfd-default-params-file: "test-vnfd-default-params.yaml" testcases: sfc_two_chains_SSH_and_HTTP: enabled: true order: 1 description: "ODL-SFC tests" net_name: example-net subnet_name: example-subnet router_name: example-router subnet_cidr: "11.0.0.0/24" secgroup_name: "example-sg" secgroup_descr: "Example Security group" test_vnfd_red: "test-vnfd1.yaml" test_vnfd_blue: "test-vnfd2.yaml" sfc_one_chain_two_service_functions: enabled: true order: 0 description: "ODL-SFC Testing SFs when they are located on the same chain" net_name: example-net subnet_name: example-subnet router_name: example-router subnet_cidr: "11.0.0.0/24" secgroup_name: "example-sg" secgroup_descr: "Example Security group" test_vnfd_red: "test2-vnfd1.yaml" test_vnfd_blue: "test2-vnfd2.yaml" sfc_symmetric_chain: enabled: false order: 2 description: "Verify the behavior of a symmetric service chain" net_name: example-net subnet_name: example-subnet router_name: example-router subnet_cidr: "11.0.0.0/24" secgroup_name: "example-sg" secgroup_descr: "Example Security group" test_vnfd: "test3-vnfd1.yaml" allowed_source_port: 22222 blocked_source_port: 33333