Github user prashanthvarma commented on the pull request:

    https://github.com/apache/cloudstack/pull/1452#issuecomment-211044426
  
    @DaanHoogland Sure, here is an example Nuage VSP SDN plugin specific Marvin 
tests config file contents:
    
    {
        "zones": [
            {
                "name": "MyZone",
                "guestcidraddress": "10.1.1.0/24", 
                "dns2": "8.8.6.6", 
                "dns1": "10.10.0.10", 
                "physical_networks": [
                    {
                        "broadcastdomainrange": "Zone", 
                        "isolationmethods": [
                            "VLAN"
                        ], 
                        "name": "Management Network", 
                        "traffictypes": [
                            {
                                "kvm": "mgmtbr0", 
                                "typ": "Management"
                            }, 
                            {
                                "kvm": "mgmtbr0", 
                                "typ": "Public"
                            }, 
                            {
                                "kvm": "mgmtbr0", 
                                "typ": "Storage"
                            }
                        ], 
                        "providers": [
                            {
                                "broadcastdomainrange": "ZONE", 
                                "name": "VirtualRouter"
                            }
                        ]
                    }, 
                    {
                        "broadcastdomainrange": "Zone", 
                        "isolationmethods": [
                            "VSP"
                        ], 
                        "name": "Nuage Network", 
                        "traffictypes": [
                            {
                                "kvm": "alubr0", 
                                "typ": "Guest"
                            }
                        ], 
                        "providers": [
                            {
                                "broadcastdomainrange": "ZONE", 
                                "name": "VirtualRouter"
                            }, 
                            {
                                "broadcastdomainrange": "ZONE", 
                                "name": "NuageVsp", 
                                "devices": [
                                    {
                                        "username": "csproot", 
                                        "retryinterval": "60", 
                                        "hostname": "10.30.35.129",
                                        "apiversion": "v3_2", 
                                        "retrycount": "4", 
                                        "password": "csproot", 
                                        "port": 8443
                                    }
                                ]
                            }, 
                            {
                                "broadcastdomainrange": "ZONE", 
                                "name": "VpcVirtualRouter"
                            }, 
                            {
                                "broadcastdomainrange": "ZONE", 
                                "name": "InternalLbVm"
                            }
                        ]
                    }
                ], 
                "securitygroupenabled": "false", 
                "ipranges": [
                    {
                        "startip": "10.29.1.1", 
                        "endip": "10.29.9.255", 
                        "netmask": "255.255.0.0", 
                        "gateway": "10.29.0.1"
                    }
                ], 
                "networktype": "Advanced", 
                "pods": [
                    {
                        "endip": "10.20.15.255", 
                        "name": "P0", 
                        "startip": "10.20.8.0", 
                        "netmask": "255.255.0.0", 
                        "clusters": [
                            {
                                "clustername": "P0C0", 
                                "hypervisor": "kvm", 
                                "hosts": [
                                    {
                                        "username": "root", 
                                        "url": "http://test-kvm";, 
                                        "password": "password"
                                    }
                                ], 
                                "clustertype": "CloudManaged", 
                                "primaryStorages": [
                                    {
                                        "url": "nfs://10.20.128.14/primary", 
                                        "name": "P0C0-primaryStorage"
                                    }
                                ]
                            }
                        ], 
                        "gateway": "10.20.0.1"
                    }
                ], 
                "internaldns1": "10.10.0.10", 
                "internaldns2": "", 
                "secondaryStorages": [
                    {
                        "url": "nfs://10.20.128.14/secondary", 
                        "provider": "NFS"
                    }
                ]
            }
        ], 
        "dbSvr": {
            "dbSvr": "csc-1",
            "passwd": "cloud", 
            "db": "cloud", 
            "port": 3306, 
            "user": "cloud"
        }, 
        "logger":
            {
                "LogFolderPath": "/tmp/"
            },
        "globalConfig": [
            {
                "name": "storage.cleanup.interval", 
                "value": "300"
            }, 
            {
                "name": "direct.agent.load.size", 
                "value": "1000"
            }, 
            {
                "name": "default.page.size", 
                "value": "10000"
            }, 
            {
                "name": "instance.name", 
                "value": "VM"
            }, 
            {
                "name": "workers", 
                "value": "10"
            }, 
            {
                "name": "vm.op.wait.interval", 
                "value": "5"
            }, 
            {
                "name": "account.cleanup.interval", 
                "value": "600"
            }, 
            {
                "name": "guest.domain.suffix", 
                "value": "test.d1c.nuagenetworks.net"
            }, 
            {
                "name": "expunge.delay", 
                "value": "60"
            }, 
            {
                "name": "vm.allocation.algorithm", 
                "value": "random"
            }, 
            {
                "name": "expunge.interval", 
                "value": "60"
            }, 
            {
                "name": "expunge.workers", 
                "value": "3"
            }, 
            {
                "name": "secstorage.allowed.internal.sites", 
                "value": "10.0.0.0/16"
            }, 
            {
                "name": "check.pod.cidrs", 
                "value": "true"
            }
        ], 
        "mgtSvr": [
            {
                "mgtSvrIp": "csc-1",
                "port": 8096,
                "user": "root",
                "passwd": "password"
            }
        ]
    }
    
    Let me know, if you need anything else from our side.


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---

Reply via email to