# New conduit map in network.json

**URL:** https://forums.suse.com/t/new-conduit-map-in-network-json/30706
**Category:** SUSE OpenStack Cloud
**Created:** [January 3, 2018, 6:36pm UTC](https://forums.suse.com/t/new-conduit-map-in-network-json/30706 "2018-01-03T18:36:57Z")
**Posts on this page:** 5
**Page:** 1

<div class="post-metadata">

### Author: ![narayanamoorthy\_s](https://avatars.discourse-cdn.com/v4/letter/n/c4cdca/32.png) [@narayanamoorthy\_s](https://forums.suse.com/u/narayanamoorthy_s)
#### Post date: [January 3, 2018, 6:36pm UTC](https://forums.suse.com/t/new-conduit-map-in-network-json/30706/1 "2018-01-03T18:36:57Z")

</div>

I have to add a new conduit\_map in network.json file (in a working POC cloud) since the new to-be compute node has 10G NIC whereas all other node has 1G in team mode.

once network.json file is modified what are the steps to follow in Admin server to make it effect?

---

<div class="post-metadata">

### Author: ![smflood](https://sea2.discourse-cdn.com/flex022/user_avatar/forums.suse.com/smflood/32/10576_2.png) [@smflood](https://forums.suse.com/u/smflood)
#### Post date: [January 4, 2018, 2:33pm UTC](https://forums.suse.com/t/new-conduit-map-in-network-json/30706/2 "2018-01-04T14:33:01Z")

</div>

On 03/01/18 16:44, narayanamoorthy s wrote:  
[color=blue]

> I have to add a new conduit\_map in network.json file (in a working POC  
> cloud) since the new to-be compute node has 10G NIC whereas all other  
> node has 1G in team mode.
> 
> once network.json file is modified what are the steps to follow in Admin  
> server to make it effect?[/color]

Does “working POC cloud” above suggest that you have already deployed  
the Administration Server?

## HTH.

Simon  
SUSE Knowledge Partner

* * *

## If you find this post helpful and are logged into the web interface, please show your appreciation and click on the star below. Thanks.

---

<div class="post-metadata">

### Author: ![narayanamoorthy\_s](https://avatars.discourse-cdn.com/v4/letter/n/c4cdca/32.png) [@narayanamoorthy\_s](https://forums.suse.com/u/narayanamoorthy_s)
#### Post date: [January 4, 2018, 2:45pm UTC](https://forums.suse.com/t/new-conduit-map-in-network-json/30706/3 "2018-01-04T14:45:31Z")

</div>

Yes. The Admin server, 2 controllers, 1 compute node are already deployment. I have this challenge when adding a new compute node.

---

<div class="post-metadata">

### Author: ![Eugen](https://avatars.discourse-cdn.com/v4/letter/e/ebca7d/32.png) [@Eugen](https://forums.suse.com/u/Eugen)
#### Post date: [January 16, 2018, 11:57am UTC](https://forums.suse.com/t/new-conduit-map-in-network-json/30706/4 "2018-01-16T11:57:11Z")

</div>

Hi,

if you add a new conduit\_map to the network.json you’ll probably have to reinstall the cloud, meaning re-run the install-suse-cloud script. But first delete the file /opt/dell/crowbar\_framework/.crowbar-installed-ok and “forget” all existing nodes so they won’t be a problem during re-installation. Then run the script install-suse-cloud again. If that succeeds you can start adding the other nodes again. If you can, take a snapshot of the admin server in case something goes wrong.

Regards,  
Eugen

---

<div class="post-metadata">

### Author: ![bmwiedemann](https://avatars.discourse-cdn.com/v4/letter/b/46a35a/32.png) [@bmwiedemann](https://forums.suse.com/u/bmwiedemann)
#### Post date: [January 17, 2018, 2:43pm UTC](https://forums.suse.com/t/new-conduit-map-in-network-json/30706/5 "2018-01-17T14:43:49Z")

</div>

The network.json is only imported once on install.

You could try to edit the live network barclamp data with  
crowbar network proposal edit default  
and activate it with  
crowbar network proposal commit default

It might break things (especially when changing admin network details), so it is not officially supported, but might work better than reinstalling everything.
