WO2015184398A1 - Installation of a software agent via an existing template agent - Google Patents

Installation of a software agent via an existing template agent Download PDF

Info

Publication number
WO2015184398A1
WO2015184398A1 PCT/US2015/033394 US2015033394W WO2015184398A1 WO 2015184398 A1 WO2015184398 A1 WO 2015184398A1 US 2015033394 W US2015033394 W US 2015033394W WO 2015184398 A1 WO2015184398 A1 WO 2015184398A1
Authority
WO
WIPO (PCT)
Prior art keywords
agent
template
executing
application
script
Prior art date
Application number
PCT/US2015/033394
Other languages
French (fr)
Inventor
Vishwas Nagaraja
Intesar Mohammed
Original Assignee
Vmware, Inc.
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by Vmware, Inc. filed Critical Vmware, Inc.
Priority to EP15800373.1A priority Critical patent/EP3149605B1/en
Publication of WO2015184398A1 publication Critical patent/WO2015184398A1/en

Links

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F8/00Arrangements for software engineering
    • G06F8/60Software deployment
    • G06F8/61Installation
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F8/00Arrangements for software engineering
    • G06F8/60Software deployment
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F9/00Arrangements for program control, e.g. control units
    • G06F9/06Arrangements for program control, e.g. control units using stored programs, i.e. using an internal store of processing equipment to receive or retain programs
    • G06F9/44Arrangements for executing specific programs
    • G06F9/455Emulation; Interpretation; Software simulation, e.g. virtualisation or emulation of application or operating system execution engines
    • G06F9/45533Hypervisors; Virtual machine monitors
    • G06F9/45558Hypervisor-specific management and integration aspects
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F9/00Arrangements for program control, e.g. control units
    • G06F9/06Arrangements for program control, e.g. control units using stored programs, i.e. using an internal store of processing equipment to receive or retain programs
    • G06F9/46Multiprogramming arrangements
    • G06F9/50Allocation of resources, e.g. of the central processing unit [CPU]
    • G06F9/5061Partitioning or combining of resources
    • G06F9/5077Logical partitioning of resources; Management or configuration of virtualized resources
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L67/00Network arrangements or protocols for supporting network services or applications
    • H04L67/01Protocols
    • H04L67/06Protocols specially adapted for file transfer, e.g. file transfer protocol [FTP]
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F9/00Arrangements for program control, e.g. control units
    • G06F9/06Arrangements for program control, e.g. control units using stored programs, i.e. using an internal store of processing equipment to receive or retain programs
    • G06F9/44Arrangements for executing specific programs
    • G06F9/455Emulation; Interpretation; Software simulation, e.g. virtualisation or emulation of application or operating system execution engines
    • G06F9/45533Hypervisors; Virtual machine monitors
    • G06F9/45558Hypervisor-specific management and integration aspects
    • G06F2009/45595Network integration; Enabling network access in virtual machine instances

Definitions

  • IaaS infrastructure-as-a-Service
  • cloud computing platform generally describes a suite of technologies provided by a service provider as an integrated solution to allow for elastic creation of a fully virtualized network and pooled computing platform (sometimes referred to as “cloud computing platform”).
  • Enterprises may use IaaS as a business-internal organizational cloud computing platform (sometimes referred to as a "private cloud”) that gives an application developer access to infrastructure resources, such as virtualized servers, storage, and networking resources.
  • infrastructure resources such as virtualized servers, storage, and networking resources.
  • a cloud computing platform may include one or more virtual machines that are instantiated and provisioned based on the contents of a virtual machine template (e.g., cloud template) created by a developer or provided by a cloud provider.
  • cloud templates may include metadata that describes the configuration of a virtual machine, including CPU, memory, network, storage, guest operating system, and other supporting libraries preinstalled and used to repeatedly create a VM having the specified settings.
  • an administrator may specify a logical template that may be mapped to a particular cloud template.
  • a logical template may specify virtual computing resources for a virtual machine, such as CPU, memory, networking, storage, guest operating system, preinstalled runtime environments (e.g., Java Runtime Environment), and application services and commands (e.g., ssh, wget).
  • runtime environments e.g., Java Runtime Environment
  • application services and commands e.g., ssh, wget.
  • an administrator may further specify one or more software services that are preinstalled on the logical template. For example, in some cases, a performance monitoring agent or virus scanner is preinstalled on a logical template.
  • the template may be subjected to rigorous testing as part of a certification process before the template can be utilized by an enterprise. For example, before use in a production environment, a template may be tested to ensure compatibility with different software and hardware platforms, reliability in various environments and use cases (e.g., under heavy user traffic), and/or compliance with certain security and regulatory standards. Further, if a certified template is modified, the modified template cannot be used in an enterprise until the modified template has been recertified. Consequently, once a template has been created and certified, an administrator is typically reluctant to make changes to the template.
  • Embodiments of the disclosure provide a system for adapting virtual computing resource (e.g., virtual machine) templates for use with new software platforms without modifying, or otherwise requiring recertification of, the template itself.
  • the system enables the installation of a software agent to be bootstrapped to the installation and execution of an agent already included in a template. Installation of the bootstrapped software agent may be performed automatically during initial provisioning of a virtual machine with little or no additional effort required from an administrator. Accordingly, embodiments of the disclosure enable preexisting templates to be repurposed for use with new and/or more advanced cloud management platforms.
  • a method includes, in an embodiment, responsive to a request to deploy a multi-tier application on a plurality of virtual computing resources, provisioning a virtual computing resource based on a template, wherein the template comprises a template agent.
  • the method further includes executing the template agent to receive a script from a first server and executing the script to install a software agent on the provisioned virtual computing resource.
  • the software agent is configured to facilitate deployment of at least a portion of the multi-tier application onto the provisioned virtual computing resource.
  • a non-transitory computer-readable storage medium including instructions that, when executed in a computing device, perform the steps of, in an embodiment, responsive to a request to deploy a multi-tier application on a plurality of virtual computing resources, provisioning a virtual computing resource based on a template, wherein the template comprises a template agent.
  • the non-transitory computer-readable storage medium further includes instructions for executing the template agent to receive a script from a first server and executing the script to install a software agent on the provisioned virtual computing resource.
  • the software agent is configured to facilitate deployment of at least a portion of the multi-tier application onto the provisioned virtual computing resource.
  • a computer system including a system memory and a processor programmed to carry out the steps of, in an embodiment, responsive to a request to deploy a multi-tier application on a plurality of virtual computing resources, provisioning a virtual computing resource based on a template, wherein the template comprises a template agent.
  • the system memory and processor are further programmed to carry out the steps of executing the template agent to receive a script from a first server and executing the script to install a software agent on the provisioned virtual computing resource.
  • the software agent is configured to facilitate deployment of at least a portion of the multi-tier application onto the provisioned virtual computing resource.
  • Figure 1 depicts one embodiment of a system for deploying an application on multiple cloud computing environments.
  • Figure 2 depicts an example cloud computing platform provider with which embodiments of the present invention may be utilized.
  • Figure 3 depicts an example cloud computing platform provider with which a virtual machine (VM) adapted to communicate with an application director has been provisioned with which embodiments of the present invention may be utilized.
  • VM virtual machine
  • Figure 4 is a flow diagram of an exemplary method for installing an application director agent on a VM in a cloud computing environment.
  • FIG. 1 depicts one embodiment of a system for deploying an application on multiple cloud computing environments.
  • a multi-tier application is being deployed for enterprise 100 in a deployment environment 112 provided by a cloud computing platform provider 110 (sometimes referred to simply as "cloud provider").
  • cloud computing platform provider 110 may provide multiple deployment environments 112, for example, for development, testing, staging, and production of the application.
  • Enterprise 100 may access services from cloud computing platform provider 110, for example, via REST (Representational State Transfer) APIs (Application Programming Interface) or any other client-server communication protocol.
  • REST Real-Representational State Transfer
  • vCloud Director API available from VMware, Inc.
  • Cloud computing platform provider 110 provisions virtual computing resources (e.g., virtual machines, or "VMs," 114) to provide a deployment environment 112 in which enterprise 100 can deploy its multi-tier application.
  • virtual computing resources e.g., virtual machines, or "VMs," 114
  • VMs virtual machines
  • FIG. 1 One particular example of a deployment environment is one implemented using cloud computing services from a vCloud DataCenter available from VMware, Inc.
  • Cloud computing platform provider 110 is shown in greater detail and discussed below in conjunction with Figure 2.
  • an administrator 102 of enterprise 100 may interact with an infrastructure-as-a-service (laaS) manager 104 and an application director 106, each of which may be running in one or more VMs, to manage a multi-tiered application deployed on cloud computing platform provider 110.
  • laaS manager 104 includes a platform that supports the creation and deployment of VMs 114 in cloud computing environments. Administrator 102 may interact with laaS manager 104 to define and deploy VMs 114 for use in cloud-based applications.
  • laaS manager 104 may be used to deploy one or more VMs 114 to run an application component that is responsible for data storage, an application component that is responsible for providing data security, and an application component for providing a web-based application interface. IaaS manager 104 may then perform simple configuration tasks on the one or more VMs 114 to be provisioned in conjunction with the deployment of the application.
  • IaaS manager 104 may generate and store various templates that define configuration parameters to be used to instantiate virtual resources in a cloud.
  • Each template may include a copy of a VM 114 that has, for example, certain processor capabilities, memory and storage sizes, network resources, and the like. Templates may further include preinstalled application components that are executed once a VM 114 has been provisioned.
  • a template may include or reference an IaaS agent that is to be installed and executed to communicate with IaaS manager 104 once a VM 114 has been instantiated and provisioned, enabling the IaaS agent to receive instructions, a hostname, binaries, etc.
  • IaaS manager 104 may communicate with IaaS manager 104 in order to receive a series of tasks specific to the receiving VM 114.
  • the tasks may include scripts that are executed by VMs 114 to install, configure, and/or start one or more application components.
  • a task may be a script that, when executed by a VM 114, causes VM 114 to retrieve and install certain software packages from a central package repository 134.
  • IaaS manager 104 enables a user to perform basic configuration and provisioning operations to deploy a simple cloud application
  • application director 106 enables a user to orchestrate deployment of a multi-tier application onto multiple deployment environments 112 provided by one or more cloud computing platform providers 110 using software modules including, for example, a topology generator, a deployment plan generator, and a deployment director.
  • the topology generator may be configured to generate an application blueprint that specifies a logical topology of an application to be deployed.
  • a blueprint generated by application director 106 for an online store application may specify a web application (e.g., in the form of a Java web application archive or "WAR" file comprising dynamic web pages, static web pages, Java servlets, Java classes, and other property, configuration and resources files that make up a Java web application) executing on an application server (e.g., Apache Tomcat application server) and that uses as a database (e.g., MongoDB) as a data store.
  • a web application e.g., in the form of a Java web application archive or "WAR" file comprising dynamic web pages, static web pages, Java servlets, Java classes, and other property, configuration and resources files that make up a Java web application
  • an application server e.g., Apache Tomcat application server
  • a database e.g., MongoDB
  • a blueprint may be assembled out of items from a catalog, which is a listing of available virtual computing resources (e.g., VMs, networking, storage) that may be provisioned from cloud computing platform provider 110 and available application components (e.g., software services, scripts, code components, application- specific packages) that may be installed on the provisioned virtual computing resources.
  • the deployment plan generator of application director 106 may be configured to generate a deployment plan based on a blueprint that includes deployment settings (e.g., processor capabilities, memory and storage sizes, network resources, etc.) and an execution plan of tasks having a specified order in which virtual computing resources are provisioned and application components are installed, configured, and started.
  • the deployment director of application director 106 may be configured to execute a deployment plan by communicating with one or more cloud computing platform providers 110 to provision and configure VMs 114 in a deployment environment 112.
  • both IaaS manager 104 and application director 106 enable administrator 102 to instantiate and provision VMs 114 using virtual machine templates (e.g., cloud templates) provided by a cloud provider and/or generated by administrator 102.
  • a template generated for use with IaaS manager 104 includes a preinstalled agent, referred to herein as an IaaS agent, that is configured to communicate with IaaS manager 104 in order to receive custom properties for customizing a provisioned VM 114.
  • a template generated for use with application director 106 includes an agent, referred to herein as an application director agent, that is configured to communicate with application director 106 in order to receive a list of tasks to be performed by a receiving VM 114.
  • an application director agent an agent, referred to herein as an application director agent, that is configured to communicate with application director 106 in order to receive a list of tasks to be performed by a receiving VM 114.
  • the template is subjected to rigorous testing as part of a certification process before the template can be utilized by enterprise 100. Further, if a certified template is modified by administrator 102, the modified template cannot be used in enterprise 100 until the modified template has been recertified.
  • IaaS agent may be capable of communicating with IaaS manager
  • IaaS agent cannot be used to implement many of the advanced functions offered by application director 106.
  • IaaS agent is unable to receive and execute deployment plans generated by application director 106, which may provide a step-oriented view of an application topology defined in an application blueprint, specify time dependencies between deployment tasks, and provide settings, such as cloud templates, networks, and application component properties to be used in specific deployment environments 112. Consequently, if the structure, size, and/or business needs of enterprise 100 change, administrator 102 may wish to implement various functions provided by application director 106 and the application director agent.
  • a template that includes only IaaS agent— intended for use with IaaS manager 104— must be modified to have the application director agent installed.
  • various techniques may be implemented to install and execute the application director agent using an agent (e.g., IaaS agent) that is already included in a certified template, as described below in further detail.
  • agent e.g., IaaS agent
  • administrator 102 is able to use existing templates— designed for use with one software package (e.g., IaaS manager 104)— with a newly implemented software package (e.g., application director 106) without modifying or recertifying the existing templates.
  • FIG. 2 depicts an example cloud computing platform provider 110 with which embodiments of the present invention may be utilized.
  • enterprise 100 may deploy or manage an application within a deployment environment 112 provided by cloud provider 110.
  • IaaS manager 104 communicates with cloud provider 110 to instantiate and provision VMs 114 within a deployment environment 112 based on the template(s).
  • Cloud provider 110 may utilize a cloud computing environment 202 accessible, for example, via REST (Representational State Transfer) APIs (Application Programming Interface) or any other client- server communication protocol, to enable administrator 102 to provision virtual computing resources.
  • REST Real State Transfer
  • APIs Application Programming Interface
  • Cloud provider 110 utilizes an infrastructure platform 208 upon which a cloud computing environment 202 may be executed.
  • infrastructure platform 208 comprises hardware resources 210, such as servers 212i to 212N and one or more storage array networks (SAN), such as SAN 214, which are configured in a manner to provide a virtualization environment 216 that supports the execution of a plurality of virtual machines across servers 212i to 212N.
  • SAN storage array networks
  • these virtual machines provide the virtual computing resources (e.g., compute, networking, and storage resources) that make up cloud computing environment 202.
  • Infrastructure resources included in virtualization environment 216 of Figure 2 may be provided to cloud computing environment 202 in response to provisioning requests received from IaaS manager 104.
  • IaaS manager 104 may request a specified number of virtual machines to deploy a web application or to modify (e.g., scale) a currently running web application.
  • virtualization environment 216 instantiates virtual machines, for example, according to a cloud template that defines a virtual machine having specified virtual computing resources (e.g., compute, networking, storage resources).
  • virtualization environment 216 may be implemented by running VMware ESXTM-based hypervisor technologies, provided by VMware, Inc.
  • VM has been instantiated using a certified template designed for use with laaS manager 104.
  • VM 114i includes laaS agent 220, which, after instantiation of VM 114 1 ? communicates with laaS manager 104 to enable administrator 102 to receive custom properties to customize VM 114 1 ?
  • VM 114i does not yet include a full-featured agent that is capable of performing advanced operations, such as the complex application deployment tasks described above, under the direction of application director 106, administrator 102 is able to perform only basic customizations of VM 114L
  • installation of an application director agent 222 may be bootstrapped to the installation and execution of laaS agent 220, such as by passing a script to laaS agent 220 that instructs laaS agent 220 to download, install, and execute application director agent 222.
  • VM and provisioned using a template designed for use with laaS manager 104— is able to communicate with application director 106 without modification to the template itself.
  • templates designed for use with laaS manager 104 may be repurposed, for example, when enterprise 100 migrates to the more advanced functionality and topologies provided by application director 106, without requiring each template to be recertified.
  • installation of application director agent 222 may be automated such that templates can be used to provision VMs 114 capable of communicating with application director 106 with little or no additional effort from administrator 102.
  • application director agent 222 may then communicate directly with application director 106. For example, upon execution of application director agent 222, application director agent 222 may receive and implement various application deployment instructions to deploy and manage a multi-tiered application, such as the multi-tiered applications described above in conjunction with Figure 1.
  • Figure 4 is a flow diagram of an exemplary method for installing application director agent 222 on a virtual machine (VM) in a cloud computing environment. It should be recognized that, even though the steps of Figure 4 are described in conjunction with the systems of Figures 1-3, any system configured to perform the method steps, in any order, is within the scope of embodiments of the invention.
  • VM virtual machine
  • step 402 cloud computing platform provider 110 instantiates a VM 114
  • VM 114 is instantiated when a multi-tiered application is deployed by application director 106 and/or laaS manager 104 based on a template that is designed for use with laaS manager 104. Once instantiated, VM 114 includes one or more agents, such as laaS agent 220, that are included in the template.
  • VM 114 executes laaS agent 220 to customize VM 114.
  • IaaS agent 220 may be executed upon boot-up of the instantiated VM 114.
  • IaaS agent 220 uses one or more scripts and configuration files specified by IaaS manager 104 to customize VM 114.
  • IaaS agent 220 may receive a plurality of custom properties from IaaS manager 104 that IaaS agent 220 uses to customize the VM.
  • IaaS agent 220 receives and executes a script that causes IaaS agent 220 to download and install application director agent 222.
  • a variety of techniques may be used to install application director agent 222 via IaaS agent 220.
  • application director agent 222 may be installed while IaaS agent 220 is automatically performing a series of actions associated with a "ticket" during initial provisioning of VM 114.
  • IaaS agent 220 may communicate with IaaS manager 104 to receive a script (e.g., a bootstrap script) that provides IaaS agent 220 with a location from which application director agent 222 may be downloaded.
  • a script e.g., a bootstrap script
  • IaaS agent 220 then downloads one or more application files (e.g., binaries) from this location to install and execute application director agent 222.
  • the script includes a batch file having a series of commands (e.g., wget, apt-get) to be executed by IaaS agent 220.
  • application director 106 may communicate with IaaS manager 104 and transmit application files associated with application director agent 222 to IaaS agent 220 via IaaS manager 104.
  • IaaS agent 220 may then use these application files to install application director agent 222.
  • IaaS agent 220 may receive a script or application files, such as the script and application files described above, from IaaS manager 104 or from another management application that facilitates instantiation and/or provisioning of VM 114.
  • IaaS agent 220 may receive a custom property (e.g., ApplicationDirector.BootStrapScript.contents) containing the boot strap script contents and execute the contents of the bootstrap script to install application director agent 222.
  • IaaS agent 220 may receive one or more custom properties (e-g- > ApplicationDirector.BootStrapScript.url,
  • ApplicationDirector.BootStrapScript.path, etc. that specify a remote or local location at which the bootstrap script is located.
  • the bootstrap script may then be downloaded and executed to install application director agent 222.
  • a script and/or application files associated with application director agent 222 may be received by IaaS agent 220 from application director 106, from a repository, etc.
  • the script and/or application files may be received from IaaS manager 104 or another management application that is in communication with IaaS agent 220.
  • application director agent 222 is executed by VM 114 to communicate with application director 106, such as by authenticating itself with application director 106 to establish a secure method of communication. Application director agent 222 then broadcasts its availability for use in deploying an application in conjunction with application director 106.
  • the various embodiments described herein may employ various computer- implemented operations involving data stored in computer systems. For example, these operations may require physical manipulation of physical quantities usually, though not necessarily, these quantities may take the form of electrical or magnetic signals where they, or representations of them, are capable of being stored, transferred, combined, compared, or otherwise manipulated. Further, such manipulations are often referred to in terms, such as producing, identifying, determining, or comparing. Any operations described herein that form part of one or more embodiments of the invention may be useful machine operations. In addition, one or more embodiments of the invention also relate to a device or an apparatus for performing these operations.
  • the apparatus may be specially constructed for specific required purposes, or it may be a general purpose computer selectively activated or configured by a computer program stored in the computer.
  • various general purpose machines may be used with computer programs written in accordance with the teachings herein, or it may be more convenient to construct a more specialized apparatus to perform the required operations.
  • One or more embodiments of the present invention may be implemented as one or more computer programs or as one or more computer program modules embodied in one or more computer readable media.
  • the term computer readable medium refers to any data storage device that can store data which can thereafter be input to a computer system computer readable media may be based on any existing or subsequently developed technology for embodying computer programs in a manner that enables them to be read by a computer.
  • Examples of a computer readable medium include a hard drive, network attached storage (NAS), read-only memory, random-access memory (e.g., a flash memory device), a CD (Compact Discs) CD-ROM, a CD-R, or a CD-RW, a DVD (Digital Versatile Disc), a magnetic tape, and other optical and non-optical data storage devices.
  • the computer readable medium can also be distributed over a network coupled computer system so that the computer readable code is stored and executed in a distributed fashion.

Abstract

A system for adapting virtual computing resource (e.g., virtual machine) templates for use with new software platforms without modifying, or otherwise requiring recertification of, the template itself is disclosed. The system enables the installation of a software agent to be bootstrapped to the installation and execution of an agent already included in a template. Installation of the bootstrapped software agent may be performed automatically during initial provisioning of a virtual computing resource with little or no additional effort required from an administrator. Accordingly, embodiments of the disclosure enable preexisting templates to repurposed for use with new and/or more advanced cloud management platforms.

Description

INSTALLATION OF A SOFTWARE AGENT VIA AN EXISTING TEMPLATE AGENT Vishwas NAGARAJA, Intesar MOHAMMED
Background
[0001] "Infrastructure-as-a-Service" (also commonly referred to as "IaaS") generally describes a suite of technologies provided by a service provider as an integrated solution to allow for elastic creation of a fully virtualized network and pooled computing platform (sometimes referred to as "cloud computing platform"). Enterprises may use IaaS as a business-internal organizational cloud computing platform (sometimes referred to as a "private cloud") that gives an application developer access to infrastructure resources, such as virtualized servers, storage, and networking resources. By providing ready access to the hardware resources required to run an application, the cloud computing platform enables developers to build, deploy, and manage the lifecycle of a web application (or any other type of networked application) at a greater scale and at a faster pace than ever before.
[0002] A cloud computing platform may include one or more virtual machines that are instantiated and provisioned based on the contents of a virtual machine template (e.g., cloud template) created by a developer or provided by a cloud provider. For example, cloud templates may include metadata that describes the configuration of a virtual machine, including CPU, memory, network, storage, guest operating system, and other supporting libraries preinstalled and used to repeatedly create a VM having the specified settings. Additionally, an administrator may specify a logical template that may be mapped to a particular cloud template. As with cloud templates, a logical template may specify virtual computing resources for a virtual machine, such as CPU, memory, networking, storage, guest operating system, preinstalled runtime environments (e.g., Java Runtime Environment), and application services and commands (e.g., ssh, wget). As part of the logical template definition, an administrator may further specify one or more software services that are preinstalled on the logical template. For example, in some cases, a performance monitoring agent or virus scanner is preinstalled on a logical template.
[0003] After a template has been created, the template may be subjected to rigorous testing as part of a certification process before the template can be utilized by an enterprise. For example, before use in a production environment, a template may be tested to ensure compatibility with different software and hardware platforms, reliability in various environments and use cases (e.g., under heavy user traffic), and/or compliance with certain security and regulatory standards. Further, if a certified template is modified, the modified template cannot be used in an enterprise until the modified template has been recertified. Consequently, once a template has been created and certified, an administrator is typically reluctant to make changes to the template.
[0004] However, in many cases, the structure, size, and/or business needs of an enterprise may change, necessitating additional and/or different components to be included in a particular template. Consequently, when a new software service must be added to a certified template, an administrator typically must painstakingly update each template used by an enterprise. Moreover, the updated templates must then be submitted for recertification. As such, there are challenges faced by system administrators and other users when attempting to update a template to add or remove software services.
Summary
[0005] Embodiments of the disclosure provide a system for adapting virtual computing resource (e.g., virtual machine) templates for use with new software platforms without modifying, or otherwise requiring recertification of, the template itself. The system enables the installation of a software agent to be bootstrapped to the installation and execution of an agent already included in a template. Installation of the bootstrapped software agent may be performed automatically during initial provisioning of a virtual machine with little or no additional effort required from an administrator. Accordingly, embodiments of the disclosure enable preexisting templates to be repurposed for use with new and/or more advanced cloud management platforms.
[0006] A method includes, in an embodiment, responsive to a request to deploy a multi-tier application on a plurality of virtual computing resources, provisioning a virtual computing resource based on a template, wherein the template comprises a template agent. The method further includes executing the template agent to receive a script from a first server and executing the script to install a software agent on the provisioned virtual computing resource. The software agent is configured to facilitate deployment of at least a portion of the multi-tier application onto the provisioned virtual computing resource.
[0007] A non-transitory computer-readable storage medium including instructions that, when executed in a computing device, perform the steps of, in an embodiment, responsive to a request to deploy a multi-tier application on a plurality of virtual computing resources, provisioning a virtual computing resource based on a template, wherein the template comprises a template agent. The non-transitory computer-readable storage medium further includes instructions for executing the template agent to receive a script from a first server and executing the script to install a software agent on the provisioned virtual computing resource. The software agent is configured to facilitate deployment of at least a portion of the multi-tier application onto the provisioned virtual computing resource.
[0008] A computer system, including a system memory and a processor programmed to carry out the steps of, in an embodiment, responsive to a request to deploy a multi-tier application on a plurality of virtual computing resources, provisioning a virtual computing resource based on a template, wherein the template comprises a template agent. The system memory and processor are further programmed to carry out the steps of executing the template agent to receive a script from a first server and executing the script to install a software agent on the provisioned virtual computing resource. The software agent is configured to facilitate deployment of at least a portion of the multi-tier application onto the provisioned virtual computing resource.
Brief Description of the Drawings
[0009] Figure 1 depicts one embodiment of a system for deploying an application on multiple cloud computing environments.
[0010] Figure 2 depicts an example cloud computing platform provider with which embodiments of the present invention may be utilized.
[0011] Figure 3 depicts an example cloud computing platform provider with which a virtual machine (VM) adapted to communicate with an application director has been provisioned with which embodiments of the present invention may be utilized.
[0012] Figure 4 is a flow diagram of an exemplary method for installing an application director agent on a VM in a cloud computing environment.
Detailed Description
[0013] Figure 1 depicts one embodiment of a system for deploying an application on multiple cloud computing environments. In this embodiment, a multi-tier application is being deployed for enterprise 100 in a deployment environment 112 provided by a cloud computing platform provider 110 (sometimes referred to simply as "cloud provider"). As depicted in Figure 1, cloud computing platform provider 110 may provide multiple deployment environments 112, for example, for development, testing, staging, and production of the application. Enterprise 100 may access services from cloud computing platform provider 110, for example, via REST (Representational State Transfer) APIs (Application Programming Interface) or any other client-server communication protocol. One particular implementation of a REST API for cloud computing services is vCloud Director API available from VMware, Inc. Cloud computing platform provider 110 provisions virtual computing resources (e.g., virtual machines, or "VMs," 114) to provide a deployment environment 112 in which enterprise 100 can deploy its multi-tier application. One particular example of a deployment environment is one implemented using cloud computing services from a vCloud DataCenter available from VMware, Inc. Cloud computing platform provider 110 is shown in greater detail and discussed below in conjunction with Figure 2.
[0014] As shown in Figure 1, an administrator 102 of enterprise 100 may interact with an infrastructure-as-a-service (laaS) manager 104 and an application director 106, each of which may be running in one or more VMs, to manage a multi-tiered application deployed on cloud computing platform provider 110. In some embodiments, laaS manager 104 includes a platform that supports the creation and deployment of VMs 114 in cloud computing environments. Administrator 102 may interact with laaS manager 104 to define and deploy VMs 114 for use in cloud-based applications. For example, if administrator 102 wishes to define a cloud-based data storage application, laaS manager 104 may be used to deploy one or more VMs 114 to run an application component that is responsible for data storage, an application component that is responsible for providing data security, and an application component for providing a web-based application interface. IaaS manager 104 may then perform simple configuration tasks on the one or more VMs 114 to be provisioned in conjunction with the deployment of the application.
[0015] To streamline the process of configuring and provisioning VMs 114 and other types of virtual resources, IaaS manager 104 may generate and store various templates that define configuration parameters to be used to instantiate virtual resources in a cloud. Each template may include a copy of a VM 114 that has, for example, certain processor capabilities, memory and storage sizes, network resources, and the like. Templates may further include preinstalled application components that are executed once a VM 114 has been provisioned. For example, a template may include or reference an IaaS agent that is to be installed and executed to communicate with IaaS manager 104 once a VM 114 has been instantiated and provisioned, enabling the IaaS agent to receive instructions, a hostname, binaries, etc. from IaaS manager 104. For example, once a VM 114 has been instantiated and IaaS agent has been installed, IaaS agent may communicate with IaaS manager 104 in order to receive a series of tasks specific to the receiving VM 114. The tasks may include scripts that are executed by VMs 114 to install, configure, and/or start one or more application components. For example, a task may be a script that, when executed by a VM 114, causes VM 114 to retrieve and install certain software packages from a central package repository 134.
[0016] Although IaaS manager 104 enables a user to perform basic configuration and provisioning operations to deploy a simple cloud application, when more advanced management operations and/or more complex topologies are to be implemented, the user may instead wish to utilize the additional functionality of application director 106. Application director 106 enables a user to orchestrate deployment of a multi-tier application onto multiple deployment environments 112 provided by one or more cloud computing platform providers 110 using software modules including, for example, a topology generator, a deployment plan generator, and a deployment director. The topology generator may be configured to generate an application blueprint that specifies a logical topology of an application to be deployed. For example, a blueprint generated by application director 106 for an online store application may specify a web application (e.g., in the form of a Java web application archive or "WAR" file comprising dynamic web pages, static web pages, Java servlets, Java classes, and other property, configuration and resources files that make up a Java web application) executing on an application server (e.g., Apache Tomcat application server) and that uses as a database (e.g., MongoDB) as a data store. A blueprint may be assembled out of items from a catalog, which is a listing of available virtual computing resources (e.g., VMs, networking, storage) that may be provisioned from cloud computing platform provider 110 and available application components (e.g., software services, scripts, code components, application- specific packages) that may be installed on the provisioned virtual computing resources. The deployment plan generator of application director 106 may be configured to generate a deployment plan based on a blueprint that includes deployment settings (e.g., processor capabilities, memory and storage sizes, network resources, etc.) and an execution plan of tasks having a specified order in which virtual computing resources are provisioned and application components are installed, configured, and started. The deployment director of application director 106 may be configured to execute a deployment plan by communicating with one or more cloud computing platform providers 110 to provision and configure VMs 114 in a deployment environment 112. [0017] As described above, both IaaS manager 104 and application director 106 enable administrator 102 to instantiate and provision VMs 114 using virtual machine templates (e.g., cloud templates) provided by a cloud provider and/or generated by administrator 102. In general, a template generated for use with IaaS manager 104 includes a preinstalled agent, referred to herein as an IaaS agent, that is configured to communicate with IaaS manager 104 in order to receive custom properties for customizing a provisioned VM 114. Similarly, a template generated for use with application director 106 includes an agent, referred to herein as an application director agent, that is configured to communicate with application director 106 in order to receive a list of tasks to be performed by a receiving VM 114. After a template has been created, the template is subjected to rigorous testing as part of a certification process before the template can be utilized by enterprise 100. Further, if a certified template is modified by administrator 102, the modified template cannot be used in enterprise 100 until the modified template has been recertified.
[0018] Although IaaS agent may be capable of communicating with IaaS manager
104 and, optionally, application director 106 to perform basic tasks, such as receiving and executing scripts, IaaS agent cannot be used to implement many of the advanced functions offered by application director 106. For example, IaaS agent is unable to receive and execute deployment plans generated by application director 106, which may provide a step-oriented view of an application topology defined in an application blueprint, specify time dependencies between deployment tasks, and provide settings, such as cloud templates, networks, and application component properties to be used in specific deployment environments 112. Consequently, if the structure, size, and/or business needs of enterprise 100 change, administrator 102 may wish to implement various functions provided by application director 106 and the application director agent. Previously, in order to implement the advanced functionality and topologies offered by application director 106, a template that includes only IaaS agent— intended for use with IaaS manager 104— must be modified to have the application director agent installed. However, in embodiments of the disclosure, various techniques may be implemented to install and execute the application director agent using an agent (e.g., IaaS agent) that is already included in a certified template, as described below in further detail. Thus, administrator 102 is able to use existing templates— designed for use with one software package (e.g., IaaS manager 104)— with a newly implemented software package (e.g., application director 106) without modifying or recertifying the existing templates. INSTALLATION OF A SOFTWARE AGENT VIA AN EXISTING TEMPLATE AGENT
[0019] Figure 2 depicts an example cloud computing platform provider 110 with which embodiments of the present invention may be utilized. As described above, enterprise 100 may deploy or manage an application within a deployment environment 112 provided by cloud provider 110. For example, once administrator 102 generates and/or selects one or more templates to be used for a particular application deployment, IaaS manager 104 communicates with cloud provider 110 to instantiate and provision VMs 114 within a deployment environment 112 based on the template(s). Cloud provider 110 may utilize a cloud computing environment 202 accessible, for example, via REST (Representational State Transfer) APIs (Application Programming Interface) or any other client- server communication protocol, to enable administrator 102 to provision virtual computing resources.
[0020] Cloud provider 110 utilizes an infrastructure platform 208 upon which a cloud computing environment 202 may be executed. In the particular embodiment of Figure 2, infrastructure platform 208 comprises hardware resources 210, such as servers 212i to 212N and one or more storage array networks (SAN), such as SAN 214, which are configured in a manner to provide a virtualization environment 216 that supports the execution of a plurality of virtual machines across servers 212i to 212N. AS further detailed below, these virtual machines provide the virtual computing resources (e.g., compute, networking, and storage resources) that make up cloud computing environment 202.
[0021] Infrastructure resources included in virtualization environment 216 of Figure 2 may be provided to cloud computing environment 202 in response to provisioning requests received from IaaS manager 104. For example, IaaS manager 104 may request a specified number of virtual machines to deploy a web application or to modify (e.g., scale) a currently running web application. Responsive to this request, virtualization environment 216 instantiates virtual machines, for example, according to a cloud template that defines a virtual machine having specified virtual computing resources (e.g., compute, networking, storage resources). In one example, virtualization environment 216 may be implemented by running VMware ESX™-based hypervisor technologies, provided by VMware, Inc. of Palo Alto, California, on servers
Figure imgf000008_0001
to 212N (although it should be recognized that any other virtualization technologies, including Xen® and Microsoft Hyper-V virtualization technologies may be utilized consistent with the teachings herein). [0022] As shown in Figure 2, VM has been instantiated using a certified template designed for use with laaS manager 104. As such, VM 114i includes laaS agent 220, which, after instantiation of VM 1141 ? communicates with laaS manager 104 to enable administrator 102 to receive custom properties to customize VM 1141 ? such as by modifying the hostname and virtual computing resources (e.g., memory size) allocated to VM 114L However, because VM 114i does not yet include a full-featured agent that is capable of performing advanced operations, such as the complex application deployment tasks described above, under the direction of application director 106, administrator 102 is able to perform only basic customizations of VM 114L
[0023] In various embodiments of the disclosure, as shown in Figure 3, after instantiation of VM 114i, installation of an application director agent 222 may be bootstrapped to the installation and execution of laaS agent 220, such as by passing a script to laaS agent 220 that instructs laaS agent 220 to download, install, and execute application director agent 222. Accordingly, VM
Figure imgf000009_0001
and provisioned using a template designed for use with laaS manager 104— is able to communicate with application director 106 without modification to the template itself. Thus, templates designed for use with laaS manager 104 may be repurposed, for example, when enterprise 100 migrates to the more advanced functionality and topologies provided by application director 106, without requiring each template to be recertified. Further, installation of application director agent 222 may be automated such that templates can be used to provision VMs 114 capable of communicating with application director 106 with little or no additional effort from administrator 102.
[0024] Once application director agent 222 is installed, application director agent 222 may then communicate directly with application director 106. For example, upon execution of application director agent 222, application director agent 222 may receive and implement various application deployment instructions to deploy and manage a multi-tiered application, such as the multi-tiered applications described above in conjunction with Figure 1.
[0025] Figure 4 is a flow diagram of an exemplary method for installing application director agent 222 on a virtual machine (VM) in a cloud computing environment. It should be recognized that, even though the steps of Figure 4 are described in conjunction with the systems of Figures 1-3, any system configured to perform the method steps, in any order, is within the scope of embodiments of the invention.
[0026] In step 402, cloud computing platform provider 110 instantiates a VM 114
(e.g., via a module included in virtualization environment 216) based on a template provided to the cloud computing platform provider 110. In some embodiments, VM 114 is instantiated when a multi-tiered application is deployed by application director 106 and/or laaS manager 104 based on a template that is designed for use with laaS manager 104. Once instantiated, VM 114 includes one or more agents, such as laaS agent 220, that are included in the template.
[0027] At step 404, VM 114 executes laaS agent 220 to customize VM 114. IaaS agent 220 may be executed upon boot-up of the instantiated VM 114. Upon execution, IaaS agent 220 uses one or more scripts and configuration files specified by IaaS manager 104 to customize VM 114. In some embodiments, IaaS agent 220 may receive a plurality of custom properties from IaaS manager 104 that IaaS agent 220 uses to customize the VM. For example, IaaS agent 220 may receive a custom property (e.g., VirtualMachine.DiskN.Size=16) that defines a size (e.g., in GB) to give a particular disk N of the VM.
[0028] At step 406, IaaS agent 220 receives and executes a script that causes IaaS agent 220 to download and install application director agent 222. A variety of techniques may be used to install application director agent 222 via IaaS agent 220. For example, application director agent 222 may be installed while IaaS agent 220 is automatically performing a series of actions associated with a "ticket" during initial provisioning of VM 114. In some embodiments, after instantiation of VM 114, IaaS agent 220 may communicate with IaaS manager 104 to receive a script (e.g., a bootstrap script) that provides IaaS agent 220 with a location from which application director agent 222 may be downloaded. IaaS agent 220 then downloads one or more application files (e.g., binaries) from this location to install and execute application director agent 222. In some embodiments, the script includes a batch file having a series of commands (e.g., wget, apt-get) to be executed by IaaS agent 220. Alternatively, application director 106 may communicate with IaaS manager 104 and transmit application files associated with application director agent 222 to IaaS agent 220 via IaaS manager 104. IaaS agent 220 may then use these application files to install application director agent 222. In other embodiments, IaaS agent 220 may receive a script or application files, such as the script and application files described above, from IaaS manager 104 or from another management application that facilitates instantiation and/or provisioning of VM 114.
[0029] According to one or more embodiments, at step 406, IaaS agent 220 may receive a custom property (e.g., ApplicationDirector.BootStrapScript.contents) containing the boot strap script contents and execute the contents of the bootstrap script to install application director agent 222. In alternative embodiments, IaaS agent 220 may receive one or more custom properties (e-g-> ApplicationDirector.BootStrapScript.url,
ApplicationDirector.BootStrapScript.path, etc.) that specify a remote or local location at which the bootstrap script is located. The bootstrap script may then be downloaded and executed to install application director agent 222. As described in conjunction with Figures 2 and 3, a script and/or application files associated with application director agent 222 may be received by IaaS agent 220 from application director 106, from a repository, etc. In other embodiments, the script and/or application files may be received from IaaS manager 104 or another management application that is in communication with IaaS agent 220.
[0030] Once application director agent 222 has been installed, at step 408, application director agent 222 is executed by VM 114 to communicate with application director 106, such as by authenticating itself with application director 106 to establish a secure method of communication. Application director agent 222 then broadcasts its availability for use in deploying an application in conjunction with application director 106.
[0031] The various embodiments described herein may employ various computer- implemented operations involving data stored in computer systems. For example, these operations may require physical manipulation of physical quantities usually, though not necessarily, these quantities may take the form of electrical or magnetic signals where they, or representations of them, are capable of being stored, transferred, combined, compared, or otherwise manipulated. Further, such manipulations are often referred to in terms, such as producing, identifying, determining, or comparing. Any operations described herein that form part of one or more embodiments of the invention may be useful machine operations. In addition, one or more embodiments of the invention also relate to a device or an apparatus for performing these operations. The apparatus may be specially constructed for specific required purposes, or it may be a general purpose computer selectively activated or configured by a computer program stored in the computer. In particular, various general purpose machines may be used with computer programs written in accordance with the teachings herein, or it may be more convenient to construct a more specialized apparatus to perform the required operations.
[0032] The various embodiments described herein may be practiced with other computer system configurations including hand-held devices, microprocessor systems, microprocessor-based or programmable consumer electronics, minicomputers, mainframe computers, and the like. [0033] One or more embodiments of the present invention may be implemented as one or more computer programs or as one or more computer program modules embodied in one or more computer readable media. The term computer readable medium refers to any data storage device that can store data which can thereafter be input to a computer system computer readable media may be based on any existing or subsequently developed technology for embodying computer programs in a manner that enables them to be read by a computer. Examples of a computer readable medium include a hard drive, network attached storage (NAS), read-only memory, random-access memory (e.g., a flash memory device), a CD (Compact Discs) CD-ROM, a CD-R, or a CD-RW, a DVD (Digital Versatile Disc), a magnetic tape, and other optical and non-optical data storage devices. The computer readable medium can also be distributed over a network coupled computer system so that the computer readable code is stored and executed in a distributed fashion.
[0034] Although one or more embodiments of the present invention have been described in some detail for clarity of understanding, it will be apparent that certain changes and modifications may be made within the scope of the claims. For example, while embodiments herein have referred to certain methods for bootstrapping the installation of application director agent 222 using IaaS agent 220, it should be recognized that other types of agents running on VM 114 may be utilized to install application director agent 222 and/or other types of software modules in alternative embodiments. Accordingly, the described embodiments are to be considered as illustrative and not restrictive, and the scope of the claims is not to be limited to details given herein, but may be modified within the scope and equivalents of the claims. In the claims, elements and/or steps do not imply any particular order of operation, unless explicitly stated in the claims.
[0035] Plural instances may be provided for components, operations or structures described herein as a single instance. Finally, boundaries between various components, operations and data stores are somewhat arbitrary, and particular operations are illustrated in the context of specific illustrative configurations. Other allocations of functionality are envisioned and may fall within the scope of the invention(s). In general, structures and functionality presented as separate components in exemplary configurations may be implemented as a combined structure or component. Similarly, structures and functionality presented as a single component may be implemented as separate components. These and other variations, modifications, additions, and improvements may fall within the scope of the appended claims(s).

Claims

We claim:
1. A method, comprising:
responsive to a request to deploy a multi-tier application on a plurality of virtual computing resources, provisioning a virtual computing resource based on a template, wherein the template comprises a template agent;
executing the template agent to receive a script from a first server; and executing the script to install a software agent on the provisioned virtual computing resource, wherein the software agent is configured to facilitate deployment of at least a portion of the multi-tier application onto the provisioned virtual computing resource.
2. The method of claim 1, further comprising executing the software agent to receive application deployment instructions from the first server.
3. The method of claim 2, wherein the application deployment instructions specify a plurality of application deployment tasks and time dependencies associated with the plurality of application deployment tasks.
4. The method of claim 1, wherein the template is a certified template that does not include the software agent.
5. The method of claim 1, wherein executing the script causes the template agent to receive and execute at least one binary file that comprises the software agent.
6. The method of claim 1, wherein, upon executing the template agent, the template agent automatically receives a configuration file from a second server and configures the virtual computing resource based on the configuration file.
7. The method of claim 1, wherein executing the template agent and executing the script are automatically performed after provisioning the virtual computing resource.
8. The method of claim 1, further comprising executing the software agent to receive application deployment instructions from the first server, and wherein executing the template agent, executing the script, and executing the software agent are performed without intervening input from a user.
9. The method of claim 1, further comprising transmitting, via the template agent, a request for the script to the first server.
10. A non-transitory computer-readable storage medium comprising instructions that, when executed in a computing device, perform the steps of:
responsive to a request to deploy a multi-tier application on a plurality of virtual computing resources, provisioning a virtual computing resource based on a template, wherein the template comprises a template agent;
executing the template agent to receive a script from a first server; and executing the script to install a software agent on the provisioned virtual computing resource, wherein the software agent is configured to facilitate deployment of at least a portion of the multi-tier application onto the provisioned virtual computing resource.
11. The non- transitory computer-readable storage medium of claim 10, further comprising instructions that, when executed in the computing device, perform the step of executing the software agent to receive application deployment instructions from the first server.
12. The non-transitory computer-readable storage medium of claim 11, wherein the application deployment instructions specify a plurality of application deployment tasks and time dependencies associated with the plurality of application deployment tasks.
13. The non-transitory computer-readable storage medium of claim 10, wherein the template is a certified template that does not include the software agent.
14. The non-transitory computer-readable storage medium of claim 10, wherein executing the script causes the template agent to receive and execute at least one binary file that comprises the software agent.
15. The non-transitory computer-readable storage medium of claim 10, wherein, upon executing the template agent, the template agent automatically receives a configuration file from a second server and configures the virtual computing resource based on the configuration file.
16. The non-transitory computer-readable storage medium of claim 10, wherein executing the template agent and executing the script are automatically performed after provisioning the virtual computing resource.
17. The non-transitory computer-readable storage medium of claim 10, further comprising instructions that, when executed in the computing device, perform the step of executing the software agent to receive application deployment instructions from the first server, and wherein executing the template agent, executing the script, and executing the software agent are performed without intervening input from a user.
18. The non-transitory computer-readable storage medium of claim 10, further comprising instructions that, when executed in the computing device, perform the step of transmitting, via the template agent, a request for the script to the first server.
19. A computer system, comprising a system memory and a processor programmed to carry out the steps of:
responsive to a request to deploy a multi-tier application on a plurality of virtual computing resource, provisioning a virtual computing resource based on a template, wherein the template comprises a template agent;
executing the template agent to receive a script from a first server; and executing the script to install a software agent on the provisioned virtual computing resource, wherein the software agent is configured to facilitate deployment of at least a portion of the multi-tier application onto the provisioned virtual computing resource.
20. The computer system of claim 19, wherein the system memory and the processor are further programmed to carry out the step of executing the software agent to receive application deployment instructions from the first server.
PCT/US2015/033394 2014-05-30 2015-05-29 Installation of a software agent via an existing template agent WO2015184398A1 (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
EP15800373.1A EP3149605B1 (en) 2014-05-30 2015-05-29 Installation of a software agent via an existing template agent

Applications Claiming Priority (2)

Application Number Priority Date Filing Date Title
US14/292,654 US9146721B1 (en) 2014-05-30 2014-05-30 Installation of a software agent via an existing template agent
US14/292,654 2014-05-30

Publications (1)

Publication Number Publication Date
WO2015184398A1 true WO2015184398A1 (en) 2015-12-03

Family

ID=54149597

Family Applications (1)

Application Number Title Priority Date Filing Date
PCT/US2015/033394 WO2015184398A1 (en) 2014-05-30 2015-05-29 Installation of a software agent via an existing template agent

Country Status (3)

Country Link
US (2) US9146721B1 (en)
EP (1) EP3149605B1 (en)
WO (1) WO2015184398A1 (en)

Families Citing this family (37)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US9519513B2 (en) 2013-12-03 2016-12-13 Vmware, Inc. Methods and apparatus to automatically configure monitoring of a virtual machine
US9678731B2 (en) 2014-02-26 2017-06-13 Vmware, Inc. Methods and apparatus to generate a customized application blueprint
WO2015195125A1 (en) * 2014-06-19 2015-12-23 Hewlett-Packard Development Company, L.P. Install runtime agent for security test
US10063445B1 (en) * 2014-06-20 2018-08-28 Amazon Technologies, Inc. Detecting misconfiguration during software deployment
US20150378763A1 (en) 2014-06-30 2015-12-31 Vmware, Inc. Methods and apparatus to manage monitoring agents
CN106155812A (en) 2015-04-28 2016-11-23 阿里巴巴集团控股有限公司 Method, device, system and the electronic equipment of a kind of resource management to fictitious host computer
US10437575B2 (en) * 2015-08-14 2019-10-08 Aeris Communications, Inc. Aercloud application express and aercloud application express launcher
US9774994B2 (en) 2015-08-14 2017-09-26 Aeris Communications, Inc. System and method for monitoring devices relative to a user defined geographic area
US10648823B2 (en) 2017-06-22 2020-05-12 Aeris Communications, Inc. Learning common routes and automatic geofencing in fleet management
CN107534571B (en) * 2015-10-30 2020-12-01 慧与发展有限责任合伙企业 Method, system and computer readable medium for managing virtual network functions
CN106055388A (en) * 2016-06-25 2016-10-26 国云科技股份有限公司 Cloud platform application automatic deployment framework
CN107566150B (en) * 2016-07-01 2020-04-28 华为技术有限公司 Method for processing cloud resources and physical node
US10187323B2 (en) * 2016-09-02 2019-01-22 Pivotal Software, Inc. On-demand resource provisioning
US11038986B1 (en) * 2016-09-29 2021-06-15 Amazon Technologies, Inc. Software-specific auto scaling
US10691816B2 (en) 2017-02-24 2020-06-23 International Business Machines Corporation Applying host access control rules for data used in application containers
US10613885B2 (en) * 2017-02-24 2020-04-07 International Business Machines Corporation Portable aggregated information calculation and injection for application containers
US10635426B2 (en) 2017-03-17 2020-04-28 Microsoft Technology Licensing, Llc Runtime deployment of payloads in a cloud service
CN108073426B (en) * 2017-03-29 2021-07-06 北京青云科技股份有限公司 Software management method, device and system based on cloud computing
US10503493B2 (en) * 2017-05-16 2019-12-10 Oracle International Corporation Distributed versioning of applications using cloud-based systems
US10735904B2 (en) 2017-06-22 2020-08-04 Aeris Communications, Inc. System and method for monitoring location and activity of devices
US11627195B2 (en) 2017-06-22 2023-04-11 Aeris Communications, Inc. Issuing alerts for IoT devices
US11132636B2 (en) 2017-06-22 2021-09-28 Aeris Communications, Inc. System and method for monitoring and sharing location and activity of devices
US10608890B2 (en) 2017-09-26 2020-03-31 Tesuto Inc. Holistic validation of a network via native communications across a mirrored emulation of the network
US9882784B1 (en) * 2017-09-26 2018-01-30 Tesuto Llc Holistic validation of a network via native communications across a mirrored emulation of the network
CN111045689B (en) * 2018-10-11 2022-12-30 厦门雅迅网络股份有限公司 Operation platform automatic installation and deployment system
US20200364093A1 (en) * 2019-05-14 2020-11-19 Pricewaterhousecoopers Llp System and methods for generating secure ephemeral cloud-based computing resources for data operations
US10958514B2 (en) * 2019-07-16 2021-03-23 Red Hat, Inc. Generating application-server provisioning configurations
CN110377293B (en) * 2019-07-22 2023-07-07 深圳前海达闼云端智能科技有限公司 Downloading method, terminal and storage medium
CN110673858B (en) * 2019-08-30 2023-04-11 四川新网银行股份有限公司 Lightweight deployment method based on ssh password-free login protocol
US20230144217A1 (en) * 2020-03-25 2023-05-11 Schlumberger Technology Corporation Virtual machine bootstrap agent
US11561843B2 (en) * 2020-06-11 2023-01-24 Red Hat, Inc. Automated performance tuning using workload profiling in a distributed computing environment
US11537705B2 (en) * 2020-10-27 2022-12-27 Dell Products L.P. Device access control system
US11829493B2 (en) * 2020-10-27 2023-11-28 Dell Products L.P. Device access control system
CN112732410B (en) * 2021-01-21 2023-03-28 青岛海尔科技有限公司 Service node management method and device, storage medium and electronic device
US20220318096A1 (en) * 2021-03-30 2022-10-06 Acronis International Gmbh System and method for distributed-agent restoration of virtual machines
US20230025015A1 (en) * 2021-07-23 2023-01-26 Vmware, Inc. Methods and apparatus to facilitate content generation for cloud computing platforms
CN114338674B (en) * 2021-12-30 2023-08-18 天翼物联科技有限公司 Multi-agent automatic deployment method and system

Citations (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US7549149B2 (en) * 2003-08-21 2009-06-16 International Business Machines Corporation Automatic software distribution and installation in a multi-tiered computer network
US20100138823A1 (en) * 2007-06-27 2010-06-03 Installsheild Company, Inc. Method and system for software virtualization directly from an installation package
US20120054736A1 (en) * 2010-08-27 2012-03-01 International Business Machines Corporation Automatic upgrade of virtual appliances
US8171470B2 (en) * 2006-08-29 2012-05-01 Adobe Systems Incorporated Software installation and support
US20130232497A1 (en) * 2012-03-02 2013-09-05 Vmware, Inc. Execution of a distributed deployment plan for a multi-tier application in a cloud infrastructure

Family Cites Families (9)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US8732182B2 (en) * 2004-12-02 2014-05-20 Desktopsites Inc. System and method for launching a resource in a network
US9851984B2 (en) * 2010-05-12 2017-12-26 Hewlett Packard Enterprise Development Lp Methods, apparatus and articles of manufacture to update virtual machine templates
US9015710B2 (en) * 2011-04-12 2015-04-21 Pivotal Software, Inc. Deployment system for multi-node applications
US9170798B2 (en) * 2012-03-02 2015-10-27 Vmware, Inc. System and method for customizing a deployment plan for a multi-tier application in a cloud infrastructure
CN103197952B (en) 2012-01-09 2017-08-25 华为技术有限公司 The management system and method disposed for application system maintenance based on cloud infrastructure
US9052961B2 (en) 2012-03-02 2015-06-09 Vmware, Inc. System to generate a deployment plan for a cloud infrastructure according to logical, multi-tier application blueprint
US9071613B2 (en) 2012-04-06 2015-06-30 International Business Machines Corporation Dynamic allocation of workload deployment units across a plurality of clouds
EP2859439A4 (en) 2012-06-08 2016-03-30 Hewlett Packard Development Co Cloud application deployment
CN103605570A (en) * 2013-11-18 2014-02-26 浪潮(北京)电子信息产业有限公司 Automatic application deployment method and system based on virtual machine template

Patent Citations (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US7549149B2 (en) * 2003-08-21 2009-06-16 International Business Machines Corporation Automatic software distribution and installation in a multi-tiered computer network
US8171470B2 (en) * 2006-08-29 2012-05-01 Adobe Systems Incorporated Software installation and support
US20100138823A1 (en) * 2007-06-27 2010-06-03 Installsheild Company, Inc. Method and system for software virtualization directly from an installation package
US20120054736A1 (en) * 2010-08-27 2012-03-01 International Business Machines Corporation Automatic upgrade of virtual appliances
US20130232497A1 (en) * 2012-03-02 2013-09-05 Vmware, Inc. Execution of a distributed deployment plan for a multi-tier application in a cloud infrastructure

Non-Patent Citations (1)

* Cited by examiner, † Cited by third party
Title
See also references of EP3149605A4 *

Also Published As

Publication number Publication date
US9665358B2 (en) 2017-05-30
US20150378708A1 (en) 2015-12-31
EP3149605A4 (en) 2018-04-04
US9146721B1 (en) 2015-09-29
EP3149605A1 (en) 2017-04-05
EP3149605B1 (en) 2022-11-23

Similar Documents

Publication Publication Date Title
US9665358B2 (en) Installation of a software agent via an existing template agent
US20210349706A1 (en) Release lifecycle management system for multi-node application
US10095496B2 (en) Single, logical, multi-tier application blueprint used for deployment and management of multiple physical applications in a cloud infrastructure
US9710259B2 (en) System and method for customizing a deployment plan for a multi-tier application in a cloud infrastructure
US11941452B2 (en) System to generate a deployment plan for a cloud infrastructure according to logical, multi-tier application blueprint
US10031783B2 (en) Execution of a distributed deployment plan for a multi-tier application in a cloud infrastructure
US9652211B2 (en) Policy management of deployment plans
EP3149603B1 (en) Customized configuration of cloud-based applications prior to deployment
US20220357997A1 (en) Methods and apparatus to improve cloud management

Legal Events

Date Code Title Description
121 Ep: the epo has been informed by wipo that ep was designated in this application

Ref document number: 15800373

Country of ref document: EP

Kind code of ref document: A1

REEP Request for entry into the european phase

Ref document number: 2015800373

Country of ref document: EP

WWE Wipo information: entry into national phase

Ref document number: 2015800373

Country of ref document: EP

NENP Non-entry into the national phase

Ref country code: DE