How Apache Brooklyn Helped IBM SoftLayer Auto-Scale a Heavy Workload – InApps is an article under the topic Software Development Many of you are most interested in today !! Today, let’s InApps.net learn How Apache Brooklyn Helped IBM SoftLayer Auto-Scale a Heavy Workload – InApps in today’s post !

Read more about How Apache Brooklyn Helped IBM SoftLayer Auto-Scale a Heavy Workload – InApps at Wikipedia



You can find content about How Apache Brooklyn Helped IBM SoftLayer Auto-Scale a Heavy Workload – InApps from the Wikipedia website

A company that provides critical consumer data to over a billion mobile users each day tasked IBM SoftLayer with providing functionality to create auto-scaling groups of servers located on a private network. A key requirement was elasticity; where, based on the workload demands and user-experience response time, systems automatically scale up and scale down based on predetermined policies.

Based on the customer’s requirements, Apache Brooklyn was selected as the auto-scaling tool to implement the solution.

Auto-scaling is based on CPU utilization. If average CPU utilization of the servers in a group is higher than the highest threshold, or trigger event, more resources need to be provisioned or scaled up. If average CPU utilization of the servers in a group is lower than the lowest threshold, or trigger event, resources need to be scaled down. The customer had the following requirements:

  1. Ability to specify the following parameters:
    • Initial number of servers in the group.
    • Minimum and maximum number of servers in the group.
    • High and low CPU thresholds.
    • Number of additional servers to be scaled up and down on a trigger event.
  2. Integrate SoftLayer Domain Name System (DNS):
    • After a server in the group is provisioned, or scaled up, and available, an appropriate SoftLayer DNS record is to be created for it.
    • When server is scaled down, the SoftLayer DNS record for it is to be removed.
  3. Integrate a load balancer:
    • After a server in the group is provisioned, or scaled up, and available, the server record is to be added to the appropriate NetScaler load balancer and bound to the appropriate load-balancing group.
    • When server is scaled down, it has to be unbound from the load balancing group and the server record is to be removed from the NetScaler.
  4. Integrate Chef:
    • After a server in the group is provisioned, or scaled up, and available, the Chef client is to run and register the node at the Chef server.
    • When server is scaled down, the server’s node and client record are to be removed from the Chef server.
  5. Server provisioning requirements:
    • All servers in the group are to be provisioned as SoftLayer virtual machines (VMs) with private-only uplinks, 1,000MB port speed, and a specified private VLAN.
    • VMs are to be provisioned from the multi-disk standard template, created by the customer in SoftLayer.
  6. Operating system

Apache Brooklyn Overview

Apache Brooklyn is a framework for modeling, monitoring, and managing applications through autonomic blueprints. Click here for more information.

Apache Brooklyn Concepts

The Apache Brooklyn documentation provides definitions of the Apache Brooklyn concepts such as

  • Entities
  • Application
  • Parent and Membership Configuration
  • Sensors and Effectors
  • Lifecycle and Management Context
  • Dependent Configuration
  • Location, Policies
  • Execution
  • Implementation

Integrating SoftLayer DNS, NetScaler, and Chef

Apache Brooklyn provides a base class for customizing location, brooklyn.location.jclouds.BasicJcloudsLocationCustomizer, which contains methods that allow for creating additional parameters when machines are provisioned. Actions can be executed after a machine is provisioned, and before and after it has been released when canceled.

We created our own location customizer class that extended the brooklyn.location.jclouds.BasicJcloudsLocationCustomizer provided by Brooklyn. For our example, we will refer to it as brooklyn.location.jclouds.ProjectJcloudsLocationCustomizer.

The following three methods were overridden:

  1. public void customize(JcloudsLocation location, ComputeService computeService, TemplateOptions templateOptions) – The method gets invoked before calling the cloud API to provision a server. We enabled the ability to supply provisioning properties such as privateNetworkOnly, primaryBackendNetworkComponentVlanId, portSpeed, and others.
  2. public void customize(JcloudsLocation location, ComputeService computeService, JcloudsSshMachineLocation machine) – The method gets invoked after a machine is provisioned and started, thus all server parameters, like server IP address, are available. The code to add a server to DNS and the load balancer has to be placed in this method. SoftLayer DNS and NetScaler REST API are used to create DNS records and bind the server to NetScaler. We utilized a package provided by Brooklyn, brooklyn.util.http, to submit REST calls to SoftLayer DNS and NetScaler APIs.
  3. public void preRelease(JcloudsSshMachineLocation machine) – The method gets invoked on machine cancelation before the server is stopped. We added REST calls to SoftLayer DNS and NetScaler here to remove DNS and NetScaler records and unbind the server from NetScaler’s group.
Read More:   Stop Making Old Code Mistakes with Bridgecrew’s Smart Fixes – InApps Technology 2022

We did not have to do anything specific to connect the new server to Chef. The image, which was used to provision the server, had a Chef client installed on it and start-up script (the script runs the Chef client and connects it to the Chef server). If you prefer, you can utilize Brooklyn integration with Chef to create blueprints.

We also added a REST call to the Chef server to remove appropriate client and node records.

Application Blueprint

Within the application blueprint, we customized the location, metric collecting parameters, and auto-scaling properties of the servers. Here are the commands used to customize each component:

Location

In the location section of the blueprint we specified provisioning properties such as

  • Where the server is to be previsioned (data center and VLAN).
  • Whether the server will be provisioned with privateNetworkOnly.
  • An image ID of the SoftLayer standard template or flex image.
  • Port speed.
Read More:   The Story Behind Capital One’s Fork of an Open Source Project – InApps 2022

We also specified the SoftLayer DNS zone ID, which is used by ProjectJcloudLocationCustomizer to add and delete records in the DNS zone, and NetScaler information for binding and unbinding the server from NetScaler.

Services

In the services section of the blueprint, we specified

  • That we were deploying a group of servers
  • What Brooklyn was to install on each server
  • How CPU metrics were to be collected and used
  • The parameters of the auto-scaling policy

Here is the application spec:

The brooklyn.entity.basic.EmptySoftwareProcess call was used because Apache Brooklyn only needed to provision servers from an image and no additional installation or configuration was required. This section also specified a sensor – server.cpucount – which periodically collects CPU utilization from the server:

Metrics

In the metrics section of the blueprint, metrics from individual servers are collected and the average is assigned to the cluster level sensor:

Auto scaling policies

In this section, auto-scaling policy properties are defined:

Once the solution was deployed, users were able to seamlessly auto-scale up and down their applications in a timely manner, registering and de-registering the system records with load balancing, DNS, and Chef servers.

This essay originally appeared in the IBM SoftLayer KnowledgeLayer blog.

IBM is a sponsor of InApps.

Feature Image: “YO/OY” sculpture, by Deborah Kass, Brooklyn Bridge Park.



Source: InApps.net

Rate this post
As a Senior Tech Enthusiast, I bring a decade of experience to the realm of tech writing, blending deep industry knowledge with a passion for storytelling. With expertise in software development to emerging tech trends like AI and IoT—my articles not only inform but also inspire. My journey in tech writing has been marked by a commitment to accuracy, clarity, and engaging storytelling, making me a trusted voice in the tech community.

Let’s create the next big thing together!

Coming together is a beginning. Keeping together is progress. Working together is success.

Let’s talk

Get a custom Proposal

Please fill in your information and your need to get a suitable solution.

    You need to enter your email to download

      [cf7sr-simple-recaptcha]

      Success. Downloading...