xpanse
xpanse copied to clipboard
Implement the services managed by ISV/CSP
The services we have deployed are primarily self-hosted services. However, another significant use case for services is as managed services, which are managed by the Independent Software Vendor (ISV) or Cloud Service Provider (CSP). In terms of these managed services, we need to extend our current implementation. The following steps outline this process:
- [ ] Add a new
ManagedService
object. - [ ] The
ManagedService
should be similar to the current ServiceVo. - [ ] The
ManagedService
should have certain properties that can be used to connect to the end-user’s network, such as vpc-peering. - [ ] For the deployment part, the process should consider how to establish a connection between the ISV and the end-user’s network.