-
Notifications
You must be signed in to change notification settings - Fork 12
Support tearing down the network #43
Comments
The standard Ansible way for this is to have a |
Correct. However, this has to be added to the playbook and needs to make its way to the tasks. Something like:
which results in the deletion of the MSP and all underlying infra? (CA, Peers, etc...)? |
@ldesrosi yep, that's what I was thinking of. I think we need the ability to have it fine grained as well, so users can delete individual components if they want to. |
…BM-Blockchain-Archive#43) Signed-off-by: Simon Stone <sstone1@uk.ibm.com>
Top level state variable (present/absent) for Docker (contributes to #43)
The PR #69 adds a top-level
It may not make sense to offer a |
It would be good if the scripts could also support the cleanup of the network. Particularly interesting for CI/CD use cases. Ideally for both Docker and IBM Blockchain Platform.
The text was updated successfully, but these errors were encountered: