Bobcares

Automated provisioning in an LXD/LXC server virtualization solution using API

by | Jan 29, 2016

I like instant coffee. Why? Because its “instant”! No waiting around. Fast feels good, especially when it comes to using services such as telephone services, web hosting, etc. For instance, in VPS hosting, customers now expect their accounts to be provisioned as soon as they place an order. To make this possible, VPS providers are now increasingly turning to automated provisioning solutions.

Provisioning a new VPS includes installing various applications based on the VPS plan, optimizing them and securing the server. This is a time-consuming process, if done manually. Recently when we helped a customer build a competitive VPS hosting service using LXC containers, we automated these tasks for quick provisioning.

To automate provisioning of VPS instances in our server virtualization solution, we used LXC API. The API allowed creation of a portal for customers to quickly deploy new VPS accounts, manage those accounts and scale them up easily. The major features we automated using the portal included VPS creation, management, backups, scaling up and stats.

 

automated provisioning api server virtualization solution

Automated provisioning via Customer portal

VPS creation

Using the customer portal, users could quickly create VPS instances for the plans they ordered. Whenever a new order was placed, the billing portal processed it and enabled the user to create a VPS corresponding to his plan. The ‘create container’ function was executed by the ‘Create’ button in the portal, with the parameters such as the VPS name, plan, configuration etc.

{
 'name': "Ubuntu-04", 
 'architecture': 2,
 'profiles': ["default"], # List of profiles
 'ephemeral': true,
 'config': {'limits.cpu': "1"}, # Config override.
 'source': {'type': "image", 
 'alias': "ubuntu/VPS-01"}, # Name of the alias
}

The script would test the configuration settings of the new container and start it. The newly created VPS was then listed in the user’s account. The following snippet shows that a new VPS named ‘Ubuntu-04’ was created successfully.

root@host:/home/# lxc-ls
 Ubuntu-01 Ubuntu-02 Ubuntu-03
root@host:/home/# /usr/bin/python3 create.py 
 Container state: RUNNING
 Container PID: 30897
root@host:/home/# lxc-ls
 Ubuntu-01     Ubuntu-02     Ubuntu-03     Ubuntu-04

Managing the VPSs

To provide users with the ability to start and stop their VPSs, we configured functions in the customer portal, using the following parameters.

{
 'action': "stop", # State change action (stop, start, restart, freeze or unfreeze)
 'timeout': 30, # A timeout after which the state change is considered as failed
 'force': true # Force the state change (currently only valid for stop and restart where it means killing the container)
}

VPS backups

VPS backups are maintained in the form of snapshots of the containers. The container backup (aka ‘snapshot’) contained all the information of the container at any moment. Using this snapshot, we could restore the container at a later stage.

Our backup script was configured to stop each container at off-peak hours, take its snapshot, start the container and verify its running fine. The backups were labelled with appropriate identifiers and copied over to our external backup server for redundancy.

{
    'name': "Ubuntu-01-snap0",          # Name of the snapshot
    'stateful': true                # Whether to include state too
}

The ‘Backups’ feature was also provided with options for users to configure automatic VPS backups on a daily, weekly and monthly basis.

Along with the above features, users were also given option to ‘scale’ up their VPS instances to add more resources such as storage, IP address, network, memory etc. ‘Reports’ tab gave summary reports of the VPS performance and resource usage to users over a period of time.

Fast provisioning is a core feature in any VPS hosting solution. Here we’ve covered how we automated provisioning of VPSs in an LXC server virtualization solution using API and python scripts. Bobcares helps VPS providers, data centers and web hosts deliver industry standard services through custom configuration and preventive maintenance of server virtualization solutions.

 

  • No: of servers used in this solution : 2
  • Time taken for design and implementation : 40 hrs
Are you looking for a similar solution?

WE CAN HELP YOU

 

0 Comments

Submit a Comment

Your email address will not be published. Required fields are marked *

Never again lose customers to poor
server speed! Let us help you.

Privacy Preference Center

Necessary

Necessary cookies help make a website usable by enabling basic functions like page navigation and access to secure areas of the website. The website cannot function properly without these cookies.

PHPSESSID - Preserves user session state across page requests.

gdpr[consent_types] - Used to store user consents.

gdpr[allowed_cookies] - Used to store user allowed cookies.

PHPSESSID, gdpr[consent_types], gdpr[allowed_cookies]
PHPSESSID
WHMCSpKDlPzh2chML

Statistics

Statistic cookies help website owners to understand how visitors interact with websites by collecting and reporting information anonymously.

_ga - Preserves user session state across page requests.

_gat - Used by Google Analytics to throttle request rate

_gid - Registers a unique ID that is used to generate statistical data on how you use the website.

smartlookCookie - Used to collect user device and location information of the site visitors to improve the websites User Experience.

_ga, _gat, _gid
_ga, _gat, _gid
smartlookCookie
_clck, _clsk, CLID, ANONCHK, MR, MUID, SM

Marketing

Marketing cookies are used to track visitors across websites. The intention is to display ads that are relevant and engaging for the individual user and thereby more valuable for publishers and third party advertisers.

IDE - Used by Google DoubleClick to register and report the website user's actions after viewing or clicking one of the advertiser's ads with the purpose of measuring the efficacy of an ad and to present targeted ads to the user.

test_cookie - Used to check if the user's browser supports cookies.

1P_JAR - Google cookie. These cookies are used to collect website statistics and track conversion rates.

NID - Registers a unique ID that identifies a returning user's device. The ID is used for serving ads that are most relevant to the user.

DV - Google ad personalisation

_reb2bgeo - The visitor's geographical location

_reb2bloaded - Whether or not the script loaded for the visitor

_reb2bref - The referring URL for the visit

_reb2bsessionID - The visitor's RB2B session ID

_reb2buid - The visitor's RB2B user ID

IDE, test_cookie, 1P_JAR, NID, DV, NID
IDE, test_cookie
1P_JAR, NID, DV
NID
hblid
_reb2bgeo, _reb2bloaded, _reb2bref, _reb2bsessionID, _reb2buid

Security

These are essential site cookies, used by the google reCAPTCHA. These cookies use an unique identifier to verify if a visitor is human or a bot.

SID, APISID, HSID, NID, PREF
SID, APISID, HSID, NID, PREF