You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
)
Passing with_endpoints flag value to the publish_runbook functions.
1. --with_endpoints flag set and runbook published in marketplace
<img width="613" alt="Screenshot 2023-10-04 at 2 44 59 PM"
src="https://github.com/ideadevice/calm-dsl/assets/134352330/1024ece1-1bdd-4f7c-9ad0-aaee83f1bc07">
> (venv) [Wed Oct 04 11:25:28 nutanix@richa-kumari:~/calm-dsl ] calm
publish runbook --name "My Runbook 1" --version 1.2.6 --project "test
project" --with_secrets --with_endpoints --publish_to_marketplace
"test_rb"
[2023-10-04 11:25:50] [INFO] [calm.dsl.cli.marketplace:1636] Fetching
existing marketplace runbooks with name My Runbook 1
[2023-10-04 11:25:51] [INFO] [calm.dsl.cli.runbooks:596] test_rb found
[2023-10-04 11:25:52] [INFO] [calm.dsl.cli.marketplace:1615] Marketplace
Runbook is published to marketplace manager successfully
[2023-10-04 11:25:52] [INFO] [calm.dsl.cli.marketplace:1081] Fetching
details of pending marketplace item My Runbook 1 with version 1.2.6
[2023-10-04 11:25:54] [INFO] [calm.dsl.cli.marketplace:1154] Marketplace
Item My Runbook 1 with version 1.2.6 is approved successfully
[2023-10-04 11:25:54] [INFO] [calm.dsl.cli.marketplace:1185] Fetching
details of accepted marketplace item My Runbook 1 with version 1.2.6
[2023-10-04 11:25:55] [INFO] [calm.dsl.cli.marketplace:1265] Marketplace
Item is published to marketplace successfully
2. --with_endpoints flag not set
<img width="592" alt="Screenshot 2023-10-04 at 2 45 08 PM"
src="https://github.com/ideadevice/calm-dsl/assets/134352330/77de168f-099a-4e7c-866a-df389fcee0e6">
> (venv) [Wed Oct 04 11:27:22 nutanix@richa-kumari:~/calm-dsl ] calm
publish runbook --name "My Runbook 1" --version 1.2.7 --project "test
project" --with_secrets -e "test_r
b"
[2023-10-04 11:28:12] [INFO] [calm.dsl.cli.marketplace:1703] Fetching
existing marketplace runbooks with name My Runbook 1
[2023-10-04 11:28:13] [INFO] [calm.dsl.cli.marketplace:1727] Fetching
existing versions of Marketplace Item My Runbook 1
[2023-10-04 11:28:13] [INFO] [calm.dsl.cli.runbooks:596] test_rb found
[2023-10-04 11:28:13] [INFO] [calm.dsl.cli.marketplace:1615] Marketplace
Runbook is published to marketplace manager successfully
JIRA - https://jira.nutanix.com/browse/CALM-39483
(cherry picked from commit aeb3f630b8f1aa77412354659fd39771cca02444)
Describe the request
pre-build the wheel files to remove dependencies on third parties like OpenSSL
Current behaviour
When setting up Calm DSL, wheel files must be built.
For Windows builds (using current versions of openssl) as of 2/16/2024, when the wheel file is built for scrypt, errors are received:
Expected behaviour
pre-building the wheel files will remove the requirement for the client to build the wheel file.
The text was updated successfully, but these errors were encountered: