threefoldtecharchive / 0-templates

0-robot templates
Apache License 2.0
1 stars 1 forks source link

after uninstalling bridge, it would come back again #260

Closed AhmedHanafy725 closed 5 years ago

AhmedHanafy725 commented 5 years ago

bridge_data = {'name': 'test_bridge', 'hwaddr': None, 'mode': 'static', 'nat': False, 'settings': {'cidr': '10.20.30.1/24'}}

Steps:

1- create bridge with this data using (template: github.com/threefoldtech/0-templates/bridge/0.0.1) 2- install the bridge 3- uninstall the bridge

Actual Result:

Checking the bridge list node.client.bridge.list(), won't be found. Waiting for 30 sec and check again, will be found.

AhmedHanafy725 commented 5 years ago

image

serboctor commented 5 years ago

@muhamadazmy the template basically just executes client.bridge.delete(bridge) so I assume this is a 0-core bug?