container icon indicating copy to clipboard operation
container copied to clipboard

OpenTOSCA Container - TOSCA Runtime

Results 26 container issues
Sort by recently updated
recently updated
newest added

Should be possible to run docker container in privileged mode. For example, to initalize a vcan inside the container. - [x] adjust management bus - [x] adjust docker container node...

**Current Behavior:** Currently, you must prefix a source param with `SOURCE_` to enable the plan builder to find the corresponding parameter automatically without explicitly specifying the `SOURCE_` prefix.

enhancement

One of the OpenTOSCA presentaton slides mention that data migration is not covered by TOSCA standard. So that means I had to implement the logic myself. I already got my...

**Current Behavior:** For some reason, there appears this error sometimes during the execution of a plan: ```log container_1 | 2021-11-17 12:50:10.316 ERROR [qtp244180360-142] o.a.c.c.jetty.CamelContinuationServlet : Error processing request container_1 |...

bug

**Current Behavior:** Basically, when the IA Engine tries to deploy an IA and fails (which is clearly stated in the logs), in the UI it is still marked as a...

enhancement

**Current Behavior:** When a CSAR has spaces in its filename the plan generates variables etc. that have names with spaces in it, which breaks the deployment as the generated BPEL...

bug

**Current Behavior:** Currently the NTI is selected naively. **Expected Behavior:** We want to support the selection of NTIs based on the underlying Node Type. This is required to select specific...

planqk

#### Short Description The Live-Modeling feature of the winery https://github.com/OpenTOSCA/winery/pull/230 enable users to model and "test" their deployment all within the Topology Modeler of the Winery. However, at certain points...

enhancement
help wanted
in progress

**Current Behavior:** Currently the management bus became a mess, as it combines multiple techniques, styles and so on. E.g. we use dependency injection, camel and the bus also calls itself,...

enhancement

Right now we have a bundle that is able to cleanup the core by removing every CSAR inside. The problem is that the bundle will run that logic when it...

enhancement