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"