<div dir="ltr"><p id="gmail-yui_3_10_3_1_1676548335053_1433" style="margin:0px 0px 1.2em;padding:0px;width:auto;max-width:45em;color:rgb(51,51,51);font-family:monospace;font-size:12px">Hi,<br>I have 2 separate baremetal boxes, 1 is dell and the other is of lenovo make.<br>I have created 2 separate instanenv.json files for both of them, and tried importing.</p><p style="margin:0px 0px 1.2em;padding:0px;width:auto;max-width:45em;color:rgb(51,51,51);font-family:monospace;font-size:12px">the dell box was imported earlier and is now part of the cloud and now when i am trying to import the lenovo box it gives me the <uuid of dell> is alredy registered.</p><p style="margin:0px 0px 1.2em;padding:0px;width:auto;max-width:45em;color:rgb(51,51,51);font-family:monospace;font-size:12px">I am not sure why this is coming when they both have separate ip addresses and even mac.</p><p style="margin:0px 0px 1.2em;padding:0px;width:auto;max-width:45em;color:rgb(51,51,51);font-family:monospace;font-size:12px">json files:</p><p style="margin:0px 0px 1.2em;padding:0px;width:auto;max-width:45em;color:rgb(51,51,51);font-family:monospace;font-size:12px">(undercloud) [stack@hkg2director ~]$ cat dcn01/hci3.json<br>{<br>    "nodes": [</p><p style="margin:0px 0px 1.2em;padding:0px;width:auto;max-width:45em;color:rgb(51,51,51);font-family:monospace;font-size:12px">{<br>            "name": "HCI3",<br>            "pm_type": "ipmi",<br>            "ports": [<br>                {<br>                    "address": "90:B1:1C:4F:CA:3B",<br>                    "physical_network": "ctlplane"<br>                }<br>            ],<br>            "cpu": "24",<br>            "memory": "114688",<br>            "disk": "2602",<br>            "arch": "x86_64",<br>            "pm_user": "root",<br>            "pm_password": "password",<br>            "pm_addr": "172.25.180.57",<br>            "_comment": "HCI 3"<br>        }<br>     ]<br>   }</p><p style="margin:0px 0px 1.2em;padding:0px;width:auto;max-width:45em;color:rgb(51,51,51);font-family:monospace;font-size:12px">(undercloud) [stack@hkg2director ~]$ cat dcn02/ceph3.json<br>{<br>    "nodes": [<br>{<br>            "name": "ceph3",<br>            "pm_type": "ipmi",<br>            "ports": [<br>                {<br>                    "address": "38:68:DD:8D:9E:4A",<br>                    "physical_network": "ctlplane"<br>                }<br>            ],<br>            "cpu": "48",<br>            "memory": "65536",<br>            "disk": "558",<br>            "arch": "x86_64",<br>            "pm_user": "root",<br>            "pm_password": "password",<br>            "pm_addr": "10.11.11.12",<br>            "_comment": "ceph 3"<br>        }<br>     ]<br>}</p><p style="margin:0px 0px 1.2em;padding:0px;width:auto;max-width:45em;color:rgb(51,51,51);font-family:monospace;font-size:12px"><br></p><p style="margin:0px 0px 1.2em;padding:0px;width:auto;max-width:45em;color:rgb(51,51,51);font-family:monospace;font-size:12px">With regards,</p><p style="margin:0px 0px 1.2em;padding:0px;width:auto;max-width:45em;color:rgb(51,51,51);font-family:monospace;font-size:12px">Swogat Pradhan</p></div>