[
https://issues.apache.org/jira/browse/CLOUDSTACK-9331?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15221415#comment-15221415
]
ASF GitHub Bot commented on CLOUDSTACK-9331:
--------------------------------------------
Github user shwetaag commented on a diff in the pull request:
https://github.com/apache/cloudstack/pull/1458#discussion_r58180544
--- 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":"[email protected]","password":"Password"},
+ "clusters": [
+ {
+ "clustername": "10.x.x.x/dc-bar/cluster1",
+ "hypervisor": "VmWare",
+ "username": "[email protected]",
+ "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"
--- End diff --
indentation issues
> Automation: prepare and add the baremtal cfg to marvin/config folder &marvin
> frame work changes to support baremetal advanced testcase
> --------------------------------------------------------------------------------------------------------------------------------------
>
> Key: CLOUDSTACK-9331
> URL: https://issues.apache.org/jira/browse/CLOUDSTACK-9331
> Project: CloudStack
> Issue Type: Bug
> Security Level: Public(Anyone can view this level - this is the
> default.)
> Affects Versions: 4.7.0
> Reporter: sadhu suresh
> Assignee: sadhu suresh
>
> add the baremtal cfg to marvin/config folder &marvin changes to run the
> baremetal advanced testcases.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)