xpanse icon indicating copy to clipboard operation
xpanse copied to clipboard

xpanse is here to make native cloud services configurable and portable.

Results 53 xpanse issues
Sort by recently updated
recently updated
newest added

fixes https://github.com/eclipse-xpanse/xpanse/issues/1991

- [ ] Update service templates to deploy agent with the resource creation. - [ ] Use the script created in agent repo - [ ] Use the user-data to...

Accepted

The alerts are duplicated sporadically. ![error-restart](https://github.com/user-attachments/assets/7e710bb3-f38a-42f2-ae39-661471c9c073)

bug
UI
Accepted

In order to deploy agents as part of the service deployment, the deployer script must know the serviceId. Check how this service Id can be transferred as a mandatory field...

enhancement
Accepted

Fixed https://github.com/eclipse-xpanse/xpanse/issues/1941 OpenTofu with multiple versions: ![image](https://github.com/user-attachments/assets/6d3a6170-1c39-4a99-840e-b19d3cce2142) Terraform with multiple versions: ![image](https://github.com/user-attachments/assets/67ef1734-9878-4cb2-add6-f7be6eacbd6d)

fixes #1916 StartDestroy: ![startDestroy](https://github.com/user-attachments/assets/8bcb072c-fe84-4837-b8f2-b1ca870e483f) DestroySuccess: ![destroySuccess](https://github.com/user-attachments/assets/4ad4c019-373a-4d48-b518-c142fc3056df) StartDeploy: ![startDeploy](https://github.com/user-attachments/assets/507249a0-a1b8-42eb-b5f5-8d6c1dcd931e) DeploySuccess: ![deploySuccess](https://github.com/user-attachments/assets/18b598b4-6719-449b-803e-3d798255cfb0) DestroyRetry: ![retryDeploy](https://github.com/user-attachments/assets/39c2ee0d-3e79-4d7a-89bb-51ba86b82cda) RetryDestroyManually: ![retryDestroyManually](https://github.com/user-attachments/assets/935fdf9d-d7fd-44ed-ad84-b5556126e420) from destroy to deploy: ![fromDestroy2Deploy](https://github.com/user-attachments/assets/4e9d3f0e-8a01-4da8-a6f6-ae84bd1d18c6) Retry Deploy: ![retryDeploy](https://github.com/user-attachments/assets/41e9fc16-319c-4b7d-b4ae-9125e7dae60d) RetryDeployManually: ![retryDeployManually](https://github.com/user-attachments/assets/0cbcbc2e-b4d9-4ec2-bd12-d272101b10f7) RecreateSuccessfully: ![recreateSuccess](https://github.com/user-attachments/assets/a290df3d-7c16-407e-97d6-b174fdbcda94)

1. add recreate for myServices table. 2. make workflow table show recreate todo list.

enhancement
UI
Accepted

- [ ] Return HTTP 204 no content for updateConfigurationChangeResult instead of HTTP 200 - [ ] Extend the SERVICE_CONFIGURATION_UPDATE_REQUEST table with TASK_RESULT column and store the `tasks` information from...

enhancement
api
Accepted

- [ ] Make SERVICE_ID column as a foreign key from DEPLOY_SERIVCE table. - [ ] Ensure purging of a service also purges the SERVICE_ORDER table entries for that service...

enhancement
database
Accepted

The serviceOrderEntity is linked as a FK in the table but the table definition on the database shows only one FK on the deploy_service table. https://github.com/swaroopar/osc/blob/f1dd0d88c90c05ce0ff9fa8328424c23fb806016/modules/database/src/main/java/org/eclipse/xpanse/modules/database/serviceconfiguration/update/ServiceConfigurationUpdateRequest.java#L57 ![image](https://github.com/user-attachments/assets/55601c7c-59f3-42bf-8103-bd1f63219c58)

bug
database
Accepted