feat: deployment documentation for Azure and Azure Private#110
feat: deployment documentation for Azure and Azure Private#110jaredweinfurtner wants to merge 2 commits intomasterfrom
Conversation
Signed-off-by: Jared Weinfurtner <jared.weinfurtner@de.bosch.com>
sbckr
left a comment
There was a problem hiding this comment.
See individual comments.
needs to be updated once https://github.com/carbynestack/carbynestack/pull/103has been merged and released
| !!! warning | ||
| Carbyne Stack Infrastructure as Code (IaC) is still in *proof-of-concept* | ||
| stage. Reach out in case you encounter problems. | ||
| Carbyne Stack Infrastructure as Code (IaC) is still in *proof-of-concept* |
| cd carbynestack | ||
| ``` | ||
|
|
||
| 3. Checkout the tag `sdk-v0.5.0` |
There was a problem hiding this comment.
needs to be updated once carbynestack/#103 has been merged and released
| cd carbynestack | ||
| ``` | ||
|
|
||
| 3. Checkout the tag `sdk-v0.5.0` |
There was a problem hiding this comment.
needs to be updated once carbynestack/#103 has been merged and released
| Jump Host in the CDKTF output. | ||
|
|
||
| ```shell | ||
| ssh caliper@<jump_host_ip> |
| export ARM_SUBSCRIPTION_ID=<subscription id> | ||
| ``` | ||
|
|
||
| ## Deploy the Jump Host |
There was a problem hiding this comment.
Do we expect people interested in a private deployment to know why it is required to have a jump host or should we add a description?
| export ARM_SUBSCRIPTION_ID=<subscription id> | ||
| ``` | ||
|
|
||
| ## Deploy the Jump Host |
There was a problem hiding this comment.
The deployment till this point (and the "Destroy and Clean Up" section) are identical for public and private azure deployment.
Would it make sense to have private and public azure deployment as individual paths in one file to get rid of redundancy and the hassle of keeping both up to date

Adding documentation on deploying a 2-party Carbyne Stack cluster onto Azure and onto a private Azure cluster.