Skip to main navigation Skip to main content Skip to page footer

The bwCloud SCOPE Infrastructure

 

The bwCloud SCOPE infrastructure represents the next generation of bwCloud: Based on the experiences and insights gained from the first bwCloud environment, the new infrastructure has been completely redesigned and rebuilt. The new environment is primarily oriented towards the needs and demands of its users:

  • Scalable and flexible: Whether computing power or storage capacity, both can be individually and independently upgraded.
  • Easy to use: The proven principle of "self-service functionality" is even better supported with the current OpenStack version.
  • Significantly larger resources: To meet the high demand on our environment, we have massively expanded bwCloud. Currently, more than 100 compute nodes and over 2,700 terabytes (gross) of storage space are available!

With bwCloud SCOPE, the state project is "maturing" and taking a decisive step towards becoming the statewide bwCloud service.

 

Current OpenStack Release

Currently, the OpenStack release Victoria based on Rocky 8.5 is operated at all four bwCloud data centers.

Current Hardware Equipment

bwCloud Location

Number of Compute Nodes

Storage Capacity

CPUs / Cores

Karlsruhe (KIT)

35

880 TByte (gross)

35 / 576

Ulm (kiz)

39

1.200 TByte (gross)

39 / 624

Freiburg (Data Center)

27

504 TByte (gross)

27 / 432

Mannheim (Data Center)

27

504 TByte (gross)

27 / 432

Total for Production Operation

125

3.213 TByte (gross)

125 / 2.141

Automatic Deployment

 

Below are proven methods for (semi-)automated creation of services.                                                                                    

MethodUsage
TerraformThis tool can create an instance or a defined infrastructure.
AnsibleDefine roles or tasks for all adjustments you want to make in an instance. For an easier start, you can use our template

Storage Usage

 

The following allocation of storage types to use cases serves only to cover common scenarios.

Storage TypeUsage
ImageUse the provided images and further automated methods for customization.
Disk / VolumeCreate a disk to provide an instance with data for processing and to temporarily collect results.
Externer Storage (S3, NFS)Store all data that is (1) personal in nature, (2) serves as a backup copy, (3) unrecoverable, or (4) costly to recreate.

Domain Records

Dynamic Domain Name System

 

bwCloud does not offer DDNS (Dynamic DNS) services. However, using a DDNS can extend the functionality of bwCloud. In the illustration below, these DDNS components are shown in red. DDNS is particularly useful when a user (1) frequently deletes and creates instances and (2) wants to reach them under the same FQDN (Fully Qualified Domain Name).

 

  1. The instance my1VM is created with the IP my1IP and UUID my1UUID. The instance receives information on how to register its IP my1IP for the FQDN myFQDN. The FQDN myFQDN now points to the IP address of the instance my1VM.

     

  2. After deleting an instance, the myFQDN still points to the IP address my1IP.

     

  3. A newly created instance my2VM registers its IP address my2IP with the DDNS for the FQDN myFQDN. The FQDN myFQDN now points to the IP address of the instance my2VM.