aboutsummaryrefslogtreecommitdiffstats
path: root/functest/opnfv_tests/vnf/router/cloudify_vrouter.yaml
blob: 58bdb66a333b0f149330330cc1925dee6a11b4f4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
---
tenant_images:
    cloudify_manager_4.0:
        /home/opnfv/functest/images/cloudify-manager-premium-4.0.1.qcow2
    vyos1.1.7: /home/opnfv/functest/images/vyos-1.1.7.img
test_data:
    url: 'https://github.com/oolorg/opnfv-vnf-data.git'
    branch: 'master'
orchestrator:
    name: cloudify
    version: '4.0'
    requirements:
        flavor:
            name: m1.medium
            ram_min: 4096
        os_image: 'cloudify_manager_4.0'
vnf:
    name: vyos1.1.7
    version: '1.1.7'
    descriptor:
        url: https://github.com/oolorg/opnfv-vnf-vyos-blueprint/
        name: vrouter-opnfv
        version: 'master'
    requirements:
        flavor:
            name: m1.medium
            ram_min: 2048
    inputs:
        external_network_name: admin_floating_net
        region: RegionOne
vnf_test_suite:
    name: vyos-vrouter-test
    version: "1.0"