Jose Gomez

Results 35 issues of Jose Gomez

**Category:** Kubernetes apps **Type:** - [x] Bug - [ ] Feature Request - [ ] Process --- Marketplace applications such as Consul and Postgres get successfully deployed, but the deployer...

kind/k8s
needs-triage

Typo in the documentation for `[guest_customization_sysrep_custom_key_values](https://registry.terraform.io/providers/nutanix/nutanix/latest/docs/resources/virtual_machine#guest_customization_sysrep_custom_key_values)` It is missing a `p` between `sys` and `rep`

When using the `calm create app` command, it creates a temp blueprint for launching the app and it gets deleted once the app is launched. If the app name exists,...

enhancement

Blueprint is getting compiled with the Python variable name and not the CalmVariable attribute name. An example: ```python docker_install = CalmVariable.WithOptions.Predefined.string( options=["True", "False"], default="True", name="DOCKER_INSTALL", label="Enable Docker", is_mandatory=True, description="Enabling Docker...

bug

**Describe the bug** When using a description, for example, `"""[AWX](https://@@{DefaultService.AWX_HOST}@@)"""`, this is not included in compilation when using VmBlueprint class. It works with Blueprint class. **Branch/Container** master **Expected behavior** Description...

bug

When decompiling a blueprint that has configured a NIC with static IP, the static IP is not getting decompiled

bug
P1

Decompile blueprint fails when description includes special chars, single quote in this case (doesn't) ```python Traceback (most recent call last): File "/root/.local/bin/calm", line 8, in sys.exit(main()) File "/root/.local/lib/python3.7/site-packages/click/core.py", line 829,...

Have a command that let you export a blueprint that can be imported via the UI later

The attribute `verify` of a Runbook HTTP task variable is missing. Include the attribute `verify`. Example ```python from calm.dsl.runbooks import runbook, runbook_json from calm.dsl.runbooks import RunbookTask as Task, RunbookVariable as...

P2

Creating a Runbook variable of HTTP type doesn't work when using RunbookVariable and RunbookTask. The error is: `[2021-05-04 12:55:45] [ERROR] [calm.dsl.builtins.models.runbook:134] http_task_get_on_endpoint() takes 0 positional arguments but 1 was given`...