rohityadavcloud commented on PR #10483: URL: https://github.com/apache/cloudstack/pull/10483#issuecomment-2690021310
@DaanHoogland my bad didn't know you were working on that, I had this started as roadmap work; Currently I've added support for the missing guest OSs and built mbx templates and verified an env is created with mbx: https://download.cloudstack.org/templates/mbx/?new `mbx` users can do a git pull and then call `mbx init` to refresh new templates - https://github.com/shapeblue/mbx xcp-ng 8.3 mbx vm: <img width="713" alt="Screenshot 2025-02-28 at 11 41 01 AM" src="https://github.com/user-attachments/assets/1f453aaa-d3f4-407b-b878-935c80a0c9bd" /> XS 8.4 mbx vm: <img width="707" alt="Screenshot 2025-02-28 at 1 51 59 PM" src="https://github.com/user-attachments/assets/a02c4cd5-2d51-4db7-a934-ec1558d42d53" /> Currently the following issues are observed when adding the xcp or xs hosts in the zone: 1. For XenServer 8.4.0, I see this in mgmt server logs: ``` 2025-02-28 08:08:13,845 WARN [c.c.h.x.d.XcpServerDiscoverer] (ApiServer-10:[ctx-02a7c0a1, ctx-fe2ae55b]) (logid:03343254) Unable to setup agent 1 due to callHostPlugin failed for cmd: setIptables with args due to There was a failure communicating with the plugin. ``` 2. For XCP-ng 8.3, I see this in mgmt server logs: ``` 2025-02-28 08:08:51,858 INFO [c.c.r.ResourceManagerImpl] (ApiServer-10:[ctx-3f036c76, ctx-8ba28abd]) (logid:9b4870b5) Trying to add a new host at http://172.20.0.117 in data center Zone {"id": "1", "name": "DC", "uuid": "6495fda0-dc6e-4404-823c-cf7d5130049e"} 2025-02-28 08:08:51,955 WARN [c.c.h.x.d.XcpServerDiscoverer] (ApiServer-10:[ctx-3f036c76, ctx-8ba28abd]) (logid:9b4870b5) Xml Rpc Exception org.apache.xmlrpc.client.XmlRpcClientException: Failed to parse server's response: Duplicate name: restrict_vtpm ``` ... which seems to be discussed here https://xcp-ng.org/forum/topic/9839/java-sdk-xmlrpcclientexception-failed-to-parse-server-s-response-duplicate-name-restrict_vtpm/2?_=1740730465521 and other related thread on xcp-ng forums. -- 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]
