xpanse
xpanse copied to clipboard
xpanse is here to make native cloud services configurable and portable.
- [ ] add new 'service configuration' option to 'More' drop down. - [ ] On click, a modal must open which has a left Menu. Consider using the antd's...
- [ ] Display service parameter details in table format in all views - register panel, catalog, update, CSP catalog. - [ ] This is something similar to https://github.com/eclipse-xpanse/xpanse/issues/1944 for...
SERVICE_CONFIGURATION table holds the current active configuration of the service. Whenever the service config update request is completed, we must updated the configuration information on this table. - [ ]...
Currently when the `changeServiceConfiguration` is received, we are directly splitting the requests for each configManger and storing it. So there is no table which holds the full request from the...
- [ ] As part of the release build of terraform-boot and tofu-maker, the user can provide the list of versions of the tools that can be installed. - [...
- [ ] create new Deployment information block below 'Basic Information' block. - [ ] Use same `Descriptions` antd component to show all deployment information - [ ] Deployerkind -...
After #1939 #1940 #1941 #1942 is implemented, - [ ] compile new interface from terraform-boot and tofu-maker in xpanse. - [ ] pass deployer version in the request to terraform-boot...
- [ ] Extend all request body with 'opentofu_version' field. - [ ] The version can be a specific version, greater than or equal to, lesser than equal to. Based...
Similar to #1939 , the same logic must be implemented in local deployer tools as well. - [ ] all terraform commands must be extended with the version name. example...
- [ ] Create a new API called `recreateService`. (update - should be a PUT request with serviceId in query). No request body) - [ ] The service must call...