IBM-Blockchain-Starter-Kit / chaincode-bootstrap

https://ibm-blockchain-starter-kit.github.io/
Apache License 2.0
3 stars 11 forks source link

As a developer I should be able leverage an existing toolchain to setup my chaincode project #10

Open sanjayravindraibm opened 6 years ago

sanjayravindraibm commented 6 years ago

Allow for injection to existing toolchains as opposed to creating one every time the bootstrap automation is invoked. Possibly by specifying the name of a toolchain that already exists and using that as the base for the tool aggregation within.

sanjayravindraibm commented 6 years ago

Comment originally posted by Jorge: Instead a brand new tool chain, I would like to use an existing one when setting up the chaincode pipeline.

sanjayravindraibm commented 6 years ago

Info on how to add services to an existing toolchain: https://github.com/open-toolchain/sdk/wiki/Toolchain-Creation-page-parameters#below-are-the-detailed-steps-for-using-the-above-command

jt-nti commented 6 years ago

Being able to add to an existing pipeline sounds useful but I'm not sure how this is intended to be surfaced to the user? It seems like we'd need to host some sort of UI, or command, or something else?

sanjayravindraibm commented 6 years ago

Placing issue in blocked column for the time being. Attempts to use Cloud Foundry CLI to update existing toolchain with POST requests, and to provide parameters directly into toolchain creation page query as directed in the documentation were unsuccessful. Will return at a later date.