Github user cloudsadhu commented on a diff in the pull request:

    https://github.com/apache/cloudstack/pull/1458#discussion_r58188259
  
    --- Diff: tools/marvin/marvin/config/Baremtal_AdvZone_Vmware.cfg ---
    @@ -0,0 +1,191 @@
    +{
    +    "zones": [
    +        {
    +            "name": "ZoneBaremetal",
    +            "guestcidraddress": "10.1.1.0/24",
    +            "providers": [
    +                {
    +                    "broadcastdomainrange": "ZONE",
    +                    "name": "VirtualRouter"
    +                }
    +            ],
    +            "dns1": "10.x.x.x",
    +            "vlan": "1020-1025",
    +            "physical_networks": [
    +                {
    +                    "broadcastdomainrange": "Zone",
    +                    "name": "Sandbox-pnet",
    +                    "traffictypes": [
    +                        {
    +                            "typ": "Guest"
    +                        },
    +                        {
    +                            "typ": "Management"
    +                        },
    +                        {
    +                            "typ": "Public"
    +                        }
    +                    ],
    +                    "providers": [
    +                        {
    +                            "broadcastdomainrange": "ZONE",
    +                            "name": "VirtualRouter"
    +                        }
    +                    ]
    +                }
    +            ],
    +       "logger": {
    +        "LogFolderPath": "C:/Marvin"
    +           },
    +            "ipranges": [
    +                {
    +                    "startip": "10.x.x.x",
    +                    "endip": "10.x.x.x",
    +                    "netmask": "255.255.255.0",
    +                    "vlan": "1220",
    +                    "gateway": "10.x.x.1"
    +                }
    +            ],
    +            "networktype": "Advanced",
    +            "pods": [
    +                {
    +                    "endip": "10.x.x.x",
    +                    "name": "POD01",
    +                    "startip": "10.x.x.x",
    +                    "netmask": "255.255.255.192",
    +               
"vmwaredc":{"name":"dc-bare","vcenter":"10.x.x.x","username":"Administrator@vsphere.local","password":"Password"},
    +                    "clusters": [
    +                        {
    +                            "clustername": "10.x.x.x/dc-bar/cluster1",
    +                            "hypervisor": "VmWare",
    +                            "username": "Administrator@vsphere.local",
    +                            "clustertype": "ExternalManaged",
    +                            "password": "Password",
    +                            "url": "http://10.x.x.x/dc-bare/cluster1";,
    +                            "hosts": [
    +                                {
    +                                    "username": "root",
    +                                    "url": "http://10.x.x.x";,
    +                                    "password": "password"
    +                                },
    +                                {
    +                                    "username": "root",
    +                                    "url": "http://10.x.x.x";,
    +                                    "password": "password"
    +                                }
    +                            ],
    +                            "primaryStorages": [
    +                                {
    +                                    "url": 
"nfs://10.x.x.x:/export/home/sadhu/primrc2",
    +                                    "name": "PS0"
    +                                }
    +                            ]
    +                        },
    +                                           {
    +                            "clustername": "C1",
    +                            "hypervisor": "BareMetal",
    +                            "hosts": [
    +                                {
    +                                    "username": "root",
    +                                    "url": "http://10.x.x.x";,
    +                                    "password": "password",
    +                                    "hostmac": "b2:ac:21:s2:1c:20",
    +                                    "cpunumber": "1",
    +                                    "cpuspeed": "1000",
    +                                    "memory": "1024",
    +                                                                   
"hosttags": "host15"
    +                                }
    +                            ],
    +                            "clustertype": "CloudManaged"
    +                        }
    +                    ],
    +                    "gateway": "10.x.x.x"
    +                }
    +            ],
    +            "internaldns1": "10.x.x.x",
    +                   "baremetalrcturl": 
"http://10.x.x.x/baremetal/sadhurct1.json_old";,
    --- End diff --
    
    Done,Thank you.


---
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