[I've kept the original address in Cc because it's not subscribed, but please make sure to include the mailing list in any replies.] On 2024-09-25 12:18:19 +0000 (+0000), Gyan Dev Mishra wrote: [...]
we are looking for a deployment strategy for OpenStack to test all our cloud-based apps to save on testing expenses. [...] is it possible to use only one node to deploy and use complete OpenStack or do we need to follow some different strategy. I am having one server machine on which I want to deploy the complete cloud solutions. [...]
In the upstream OpenStack community CI/CD jobs, we test OpenStack API interactions, integration and new features with a test-oriented minimal deployment tool called DevStack. Most of our DevStack-based installs happen inside single virtual machines with 8GB RAM, 80GB of disk space and 4 or 8 vCPUs (depending on how fast they are). I don't know whether it meets your requirements for a test platform, but you can check its documentation here to find out: https://docs.openstack.org/devstack/ Hope that helps! -- Jeremy Stanley