
Open Source Infrastructure as a Service
OpenStack
Customized infrastructure as a service solution
OpenStack manages large pools of compute, storage, and network resources throughout the data center, which can be managed through a dashboard or through the OpenStack API.
OpenStack works with common enterprise and open source technologies, making it ideal for heterogeneous infrastructures.

Features
In a few minutes to your own cloud
Of course, we provide all the necessary cloud resources, such as virtual machines, networks, and a variety of storage options.
We rely on state-of-the-art hardware and current software technologies. So you are always up to date.
Cores
Memory (GB)
TiB
- Attention to detail 100%
Compute
Network
Storage
API
Open interfaces guarantee flexible interoperability
Use the OpenStack API to launch instances, generate images, assign instance and image metadata, create storage containers and objects, and other actions in your OpenStack cloud.
Configuration can be done at any time using the REST API, the OpenStack CLI, or popular third-party tools such as HashiCorp’s Terraform.
Start a virtual machine with Terraform
# Configure the OpenStack Provider provider "openstack" { user_name = "admin" tenant_name = "admin" password = "pwd" auth_url = "http://cloud.netways.de:5000/v3" region = "RegionOne" } # Create a web server resource "openstack_compute_instance_v2" "test-server" { count = "2" image_name = "CentOS7" availability_zone = "AZ1" flavor_id = "5" security_groups = ["default"] network { name = "public" } user_data = "${file("bootstrapweb.sh")}" }
Query of the current systems via cURL
$ curl -s -H "X-Auth-Token: $OS_TOKEN" \ http://cloud.netways.de:8774/v3/$OS_PROJECT_ID/servers \ | python -m json.tool { "servers": [ { "id": "41331256-abd6-402c-835b", "links": [ { "href": "http://cloud.netways.de:8774/f8828a18c6484624b571e85728780ba8/servers/41331256-abd6-402c-835b", "rel": "bookmark" } ], "name": "test-server" } ] }
Standards
We use the best
From the initial setup of the servers in our fully air-conditioned data centers, the professional cabling, the connection to the Internet, integration in our monitoring system up to the standard environmental monitoring – your IT is in the best hands right from the beginning.
Locations
Network






MyEngineer
Sit back and relax
We take care of the operation of your environment, so you can focus on the essential. Of course, we can tailor our services to your needs. These are among others:
- Architecture consulting
- Migration of your project and your data
- Configuration and Change Management
- Monitoring, backup, updates, documentation
- Scaling with highly available setups

News
Articles from our Blog

OpenStack made easy – Snapshots erstellen, rotieren, einspielen
Früher oder später gelangt wohl jede/r, die / der einen Server am Laufen hat einmal an den Punkt, dass es ihr / ihm die VM (oder Teile davon) irreversibel "zerreißt" - wodurch auch immer. Wer sich im Vorfeld der Sicherung seiner Daten gewidmet hat, ist jetzt klar im...
OpenStack made easy… Mit Icinga 2-Master Maschinen überwachen
Mit unserer OpenStack Cloud ist es kinderleicht seine eigene Umgebung nach eigenen Vorstellungen aufzubauen. Schnell und einfach mittels Terraform einige Maschinen starten, per angehängter Floating IP und zugehöriger Security Group den Dienst für die Außenwelt...
Webinars
Our webinar archive for OpenStack





Why wait and not try it right away?
As managed as you need.