What is Virtomize UII?
Virtomize is SAAS solution (IAAS - Image As A Service) to create automated installation images.
These images can be used to automate your installation of any system.
You can choose your operating system and configure your network.
You also have several additional options like adding additional packages to your installation or public SSH keys.
What operating systems are supported
Currently we support:
- Centos 7/8
- Debian 8/9/10/11
- Ubuntu 16.04/18.04/20.04
- OpenSuse 15.2/15.3/Stable/Tumbleweed
- Rocky Linux 8
- Scientific Linux 7
If you need an operating system that is currently not supported please contact us so we can add it.
Are there any requirements or limitations?
UII needs one of the configured networks of your new OS to be connected to the internet so that the installation can download all required packages.
How long can an ISO be used?
ISOs expire after 24h to ensure up to date configurations.
Use our API to renew your ISOs before using them.
Our Terraform module requests a new image on every installation, so you don't have to take care when using terraform.
What is the login of the installed OS?
UII creates a root user account.
You can specify what password you would like during the creation of the ISO.
If none is specified, UII uses virtomize as a default.
You can also add your SSH public keys to the installation.
What network configurations are possible?
UUI provides a wide range for configuration options for both static and dynamically configured network interfaces.
You can configure multiple networks with or without internet.
At least one network interface with internet access is needed for a working installation.
What architectures are supported?
UII curenntly only supports 64 bit. Please contact us if you need more.
Does UII has an API?
You can find details in our API Documentation. UII is designed for usage as part of infrastructure as code. We provide a range of API implementations for popular programming languages in our GitHub.
Can I customize the disk partitioning?
No. The ISO will allways allocate the full disk provided by the machine. If you need this feature please contact us.