Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

I can deploy models via Zbchaos #226

Closed
3 tasks done
Tracked by #139
ChrisKujawa opened this issue Nov 11, 2022 · 0 comments · Fixed by #240
Closed
3 tasks done
Tracked by #139

I can deploy models via Zbchaos #226

ChrisKujawa opened this issue Nov 11, 2022 · 0 comments · Fixed by #240
Assignees

Comments

@ChrisKujawa
Copy link
Member

ChrisKujawa commented Nov 11, 2022

related to #139

To replace scripts:

  • deploy-different-versions.sh
  • deploy-model.sh
  • deploy-specific-model.sh
@ChrisKujawa ChrisKujawa self-assigned this Nov 14, 2022
ChrisKujawa added a commit that referenced this issue Nov 18, 2022
## Details
Add new sub command `deploy process` to deploy process models, either
specified by the user
via `--processModelPath` or if not given it will deploy multiple
versions of default models (BPMN and DMN).

The user is able to specify the count of versions which should be
deployed for each.
This allows experimenting with deployment distribution.

Replacement of:

-  deploy-different-versions.sh
-  deploy-model.sh
-  deploy-specific-model.sh

closes #226
closes #160

### Example Usage:


```
$ ./zbchaos deploy process --verbose         
Connecting to zell-chaos
Successfully created port forwarding tunnel
Deploy 10 versions of different type of models.
Deployed [2/10] versions.
Deployed [4/10] versions.
Deployed [6/10] versions.
Deployed [8/10] versions.
Deployed [10/10] versions.
Deployed different process models of different types and versions to zeebe!
```



![bpmn](https://user-images.githubusercontent.com/2758593/202468706-1d7fb883-0226-4261-a24a-bdd0a6e91a77.png)

![dmn](https://user-images.githubusercontent.com/2758593/202468711-d98d8cb8-1f0d-4230-b05a-8995e0957f39.png)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant