Outscale
Here is a description on how to deploy a basic Qasmat network in an Outscale environment. doc
link directly to the (very complete) documentation of Outscale.
-
Create the security groups : doc
- webclient
- proxy/storages
where IP/range for SSH service AND tcp 6443 is the IP of the admin, for https in 0.0.0.0/0 and for the others is 10.42.0.0/16 AND 10.43.0.0/16 by default (is changeable if necessary)
- Create public IPs for the vm of the webclient, proxy and storage(s) : doc
- Create VMs: doc; minimum hardware requirements proxy /storage, let public cloud option activated. Image: Ubuntu-24.04-2025-04-09 provided by Outscale. (Any ubuntu image >= 22.04 is ok), add ssh keys when demanded (obligatory to run ansible scripts). Minimum number of vms is 3: webclient, proxy and at least one separated vm that serves storages. See here for the minimum requirements
- Allocate the right public ip to the right vm: doc
- Create your ansible var files and run ansible scripts