weizhouapache commented on issue #7042: URL: https://github.com/apache/cloudstack/issues/7042#issuecomment-1370154151
> @weizhouapache yeah. I've added just a redundant VPC without any tiers and two virtual routers started with defualt compute offering. But vitrual routers started on different clusters. It is a problem for us. And I want to force creation on a certain cluster with storage and hosts tags.   @top-secrett cloudstack tries to deploy redundant routers to different clusters/hosts to have better HA. If a cluster/host is disconnected or down, the VR in another destination will take over. For the compute offering for VPC offering, it is supported by cloudstack api. please refer to https://cloudstack.apache.org/api/apidocs-4.17/apis/createVPCOffering.html as a workaround, you can also manually update the `service_offering_id` in `vpc_offerings` table in `cloud` database. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
