US11861363B2 - Development landscape build system - Google Patents

Development landscape build system Download PDF

Info

Publication number
US11861363B2
US11861363B2 US17/508,150 US202117508150A US11861363B2 US 11861363 B2 US11861363 B2 US 11861363B2 US 202117508150 A US202117508150 A US 202117508150A US 11861363 B2 US11861363 B2 US 11861363B2
Authority
US
United States
Prior art keywords
parameters
execution
computing system
build
custom
Prior art date
Legal status (The legal status 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 status listed.)
Active, expires
Application number
US17/508,150
Other versions
US20230126059A1 (en
Inventor
Joachim Stumm
Ismail Koeken
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
SAP SE
Original Assignee
SAP SE
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 SAP SE filed Critical SAP SE
Priority to US17/508,150 priority Critical patent/US11861363B2/en
Assigned to SAP SE reassignment SAP SE ASSIGNMENT OF ASSIGNORS INTEREST (SEE DOCUMENT FOR DETAILS). Assignors: KOEKEN, ISMAIL, STUMM, JOACHIM
Publication of US20230126059A1 publication Critical patent/US20230126059A1/en
Application granted granted Critical
Publication of US11861363B2 publication Critical patent/US11861363B2/en
Active legal-status Critical Current
Adjusted expiration legal-status Critical

Links

Images

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F8/00Arrangements for software engineering
    • G06F8/70Software maintenance or management
    • G06F8/77Software metrics
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F8/00Arrangements for software engineering
    • G06F8/10Requirements analysis; Specification techniques
    • 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
    • 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/445Program loading or initiating
    • G06F9/44505Configuring for program initiating, e.g. using registry, configuration files
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F8/00Arrangements for software engineering
    • G06F8/70Software maintenance or management
    • G06F8/71Version control; Configuration management

Definitions

  • a banking entity may have a specific set of requirements for a computing system to run a banking business that is different from a retail entity running a retail business.
  • These requirements can consist in everything from a product type (e.g., customer relationship management, enterprise resource planning), a public cloud (e.g., Amazon Web Services, Google Cloud Platform), a database type, an installation type, system roles, service levels, network releases, a client type, a system type, and so forth.
  • FIG. 1 is a block diagram illustrating a networked system, according to some example embodiments.
  • FIG. 2 is a block diagram illustrating a development landscape build system, according to some example embodiments.
  • FIG. 3 illustrates an example customizing table, according to some example embodiments.
  • FIG. 4 illustrates an example entry of a customizing table, according to some example embodiments.
  • FIG. 5 illustrates example output as a JSON output upon receiving values from a customizing table entry, according to some example embodiments.
  • FIG. 6 comprises a flow chart illustrating aspects of a method, according to some example embodiments.
  • FIG. 7 illustrates an example user interface, according to some example embodiments.
  • FIG. 8 illustrates an example hierarchy, according to some example embodiments.
  • FIG. 9 shows a table indicating how an input form corresponds to each component in the hierarchy, according to some example embodiments.
  • FIG. 10 illustrates an example model for a configuration step, according to some example embodiments.
  • FIG. 11 illustrates an example of some of the different system attributes that can be needed for a computing system, according to some example embodiments.
  • FIG. 12 is a block diagram illustrating an example of a software architecture that may be installed on a machine, according to some example embodiments.
  • FIG. 13 illustrates a diagrammatic representation of a machine, in the form of a computer system, within which a set of instructions may be executed for causing the machine to perform any one or more of the methodologies discussed herein, according to an example embodiment.
  • FIG. 11 shows an example of some of the different requirements that can be needed for any computing system. Even when considering only these most basic attributes or characteristics of a system, there are thousands of possible permutations. In FIG. 11
  • One option for building such systems for various entities is to build only standard computing systems. For example, a template that includes a number of standard components (e.g., one type of cloud, one type of operating system, one database type) can be created that can then be copied to build each new system. Since each system is the same, it is an easier and faster process to build a new system for an entity.
  • standard computing systems would not account for any special characteristics that an entity requires. Since most entities need numerous special characteristics to run a business, a way to build a custom computing system in a consistent, accurate, and accelerated manner is needed.
  • Example embodiments provide planning tools to specify requirements specific (custom) to an entity, modeling tools for modeling different business cases, and scripts to be used to build the new computing system. Further, example embodiments provide for a several-layer hierarchy used to select scripts to execute to install and configure the new computing system. In this way, customization options for a new computing system are unlimited, each build is consistent regardless of the customization required for the new computing system, and it is easy to detect errors and track progress during a build of the new computing system. Moreover, the entire process makes for a more efficient overall system, thereby conserving computing resources and accelerating a time to build (e.g., install and configure) and new computing system.
  • embodiments described herein provide for receiving, from a computing device by a computing system, a selected system attribute to be used to build a new computing system for a given entity and generating, by the computing system, a subset of parameters relevant to the selected system attribute, from a plurality of parameters available for a variety of system attributes.
  • the computing system causes display of the subset of parameters on the computing device, receives device values corresponding to each parameter of the subset of the parameters relevant the selected system attribute, and stores as custom parameters in a database the values corresponding to each of the subset of the parameters relevant to the selected system attribute.
  • the computing system further retrieves standard parameters from a set of tables in the database and the custom parameters from the database and inputs the standard parameters and custom parameters into a decision and execution hierarchy having a plurality of levels for execution, wherein a final level in the decision and execution hierarchy comprises a plurality of scripts for execution.
  • the computing system executes a subset of the plurality of scripts for execution based on traversing the decision and execution hierarchy using the standard parameters and custom parameters to install and configure the new computing system for the given entity.
  • FIG. 1 is a block diagram illustrating a networked system 100 , according to some example embodiments.
  • the system 100 may include one or more client devices such as client device 110 .
  • the client device 110 may comprise, but is not limited to, a mobile phone, desktop computer, laptop, portable digital assistants (PDA), smart phone, tablet, ultrabook, netbook, laptop, multi-processor system, microprocessor-based or programmable consumer electronic, game console, set-top box, computer in a vehicle, or any other computing or communication device that a user may utilize to access the networked system 100 .
  • the client device 110 may comprise a display module (not shown) to display information (e.g., in the form of user interfaces).
  • the client device 110 may comprise one or more of touch screens, accelerometers, gyroscopes, cameras, microphones, global positioning system (GPS) devices, and so forth.
  • the client device 110 may be a device of a user 106 that is used to access and utilize cloud services or a development landscape build system 124 , among other applications.
  • One or more users 106 may be a person, a machine, or other means of interacting with the client device 110 .
  • the user 106 may not be part of the system 100 but may interact with the system 100 via the client device 110 or other means.
  • the user 106 may provide input (e.g., touch screen input or alphanumeric input) to the client device 110 and the input may be communicated to other entities in the system 100 (e.g., third-party server system 130 , server system 102 ) via the network 104 .
  • the other entities in the system 100 in response to receiving the input from the user 106 , may communicate information to the client device 110 via the network 104 to be presented to the user 106 .
  • the user 106 may interact with the various entities in the system 100 using the client device 110 .
  • the user is a developer of one or more applications (e.g., mobile and desktop web applications), a developer of models or scripts for a new computing system build, or a quality assurance engineer.
  • the system 100 may further include a network 104 .
  • network 104 may be an ad hoc network, an intranet, an extranet, a virtual private network (VPN), a local area network (LAN), a wireless LAN (WLAN), a wide area network (WAN), a wireless WAN (WWAN), a metropolitan area network (MAN), a portion of the Internet, a portion of the public switched telephone network (PSTN), a cellular telephone network, a wireless network, a WiFi network, a WiMax network, another type of network, or a combination of two or more such networks.
  • VPN virtual private network
  • LAN local area network
  • WLAN wireless LAN
  • WAN wide area network
  • WWAN wireless WAN
  • MAN metropolitan area network
  • PSTN public switched telephone network
  • PSTN public switched telephone network
  • the client device 110 may access the various data and applications provided by other entities in the system 100 via web client 112 (e.g., a browser, such as the Internet Explorer® browser developed by Microsoft® Corporation of Redmond, Washington State) or one or more client applications 114 .
  • the client device 110 may include one or more client applications 114 (also referred to as “apps”) such as, but not limited to, a web browser, a search engine, a messaging application, an electronic mail (email) application, an e-commerce site application, a mapping or location application, an enterprise resource planning (ERP) application, a customer relationship management (CRM) application, a procurement, spend management and supply chain services application, entity matching system, a user interface for a development landscape build system, and the like.
  • ERP enterprise resource planning
  • CRM customer relationship management
  • one or more client applications 114 may be included in a given client device 110 , and configured to locally provide the user interface and at least some of the functionalities, with the client application(s) 114 configured to communicate with other entities in the system 100 (e.g., third-party server system 130 , server system 102 , etc.), on an as-needed basis, for data and/or processing capabilities not locally available (e.g., access location information, access software version information, access an ERP system, access a CRM system, access machine learning models, access procurement, spend management and supply chain services, entity matching system, to authenticate a user 106 , to verify a method of payment, access test data, access a development landscape build system and so forth), to build a new computing system, and so forth.
  • entities in the system 100 e.g., third-party server system 130 , server system 102 , etc.
  • data and/or processing capabilities not locally available e.g., access location information, access software version information, access an ERP system, access a CRM system, access machine learning
  • one or more applications 114 may not be included in the client device 110 , and then the client device 110 may use its web browser to access the one or more applications hosted on other entities in the system 100 (e.g., third-party server system 130 , server system 102 ).
  • a server system 102 may provide server-side functionality via the network 104 (e.g., the Internet or wide area network (WAN)) to one or more third-party server system 130 and/or one or more client devices 110 .
  • the server system 102 may include an application program interface (API) server 120 , a web server 122 , and a development landscape build system 124 that may be communicatively coupled with one or more databases 126 .
  • API application program interface
  • the one or more databases 126 may be storage devices that store data related to users of the system 100 , applications associated with the system 100 , cloud services, machine learning models, parameters, models and scripts for a new computing system build, and so forth.
  • the one or more databases 126 may further store information related to third-party server system 130 , third-party applications 132 , client devices 110 , client applications 114 , users 106 , and so forth.
  • the one or more databases 126 is cloud-based storage.
  • the server system 102 may be a cloud computing environment, according to some example embodiments.
  • the server system 102 and any servers associated with the server system 102 , may be associated with a cloud-based application, in one example embodiment.
  • the development landscape build system 124 may provide back-end support for third-party applications 132 and client applications 114 , which may include cloud-based applications.
  • the development landscape build system 124 may provide for generating parameters, models, and scripts for a new computing system build as well as executing such scripts using the parameters and models in a hierarchical manner, as described in further detail below.
  • the development landscape build system 124 may comprise one or more servers or other computing devices or systems.
  • the system 100 further includes one or more third-party server system 130 .
  • the one or more third-party server system 130 may include one or more third-party application(s).
  • the one or more third-party application(s) 132 executing on third-party server(s) 130 , may interact with the server system 102 via API server 120 via a programmatic interface provided by the API server 120 .
  • one or more of the third-party applications 132 may request and utilize information from the server system 102 via the API server 120 to support one or more features or functions on a website hosted by the third party or an application hosted by the third party.
  • the third-party website or application 132 may provide access to functionality and data supported by third-party server system 130 .
  • the third-party website or application 132 may provide access to functionality that is supported by relevant functionality and data in the third-party server system 130 .
  • a third-party server system 130 is a system associated with an entity that accesses cloud services via server system 102 .
  • FIG. 2 is a block diagram illustrating further details of development landscape build system 124 .
  • the parametrization system 202 comprises customizing tables 204 and custom configuration sheet 206 .
  • the customizing tables 204 and custom configuration sheet 206 are data sources used to generate both standard and customized parameters that are fed into the development landscape build system 124 and used to execute a script or task for installation and configuration of a new computing system 210 .
  • customizing tables 204 contain standard parameters that are standard across all new computing system builds. These may change with time; any changes or updates would then apply across all further new computing system builds.
  • a standard parameter is a user of the system and the role assignment for the user. For example, a developer must have specified roles or authorizations. This is a standard defined in the customizing tables 204 .
  • standard parameters may be specified by product type or system type or system role (e.g., system attribute). In this example, only a subset of the standard parameters may be relevant for a given product type, or system type, or system role.
  • FIG. 3 illustrates an example customizing table 204 A that holds data relevant for creation for standard remote function calls (RFCs).
  • the example customizing table 204 A comprises a list of activities 302 in the first column. Each activity can be referred to as a key field.
  • the development landscape build system 124 can call the customizing table 204 A with a specified key and then read the values 306 in the columns associated with the particular key. For example, the development landscape build system 124 can call the customizing table 204 A with the HOTPACKRUL key field 304 and read the values 306 associated with the HOTPACKRUL key field 304 .
  • the development landscape build system 124 can then generate a JSON input an input form, such as a JSON input, for the HOTPACKRUL activity and populate the input form with the values 306 read from the customizing table 204 A.
  • FIG. 4 illustrates an example table entry or input form 400 for the HOTPACKRUL activity. Fixed values are entered into the respective fields and variables are maintained with the help of placeholders indicated by parameters with angle brackets ⁇ >, such as ⁇ SID>, ⁇ CLIENT> or $ ⁇ ALEREMOTE00000020481>. The placeholders will be replaced with real values (e.g., from a custom configuration sheet 206 ) during runtime.
  • a configuration script or task uses the JSON input form, such as JSON input, to execute a creation of an RFC based on the values in the input form, during runtime.
  • the data is retrieved at runtime during the build process via a webservice, such as a Customizing Web Services (CWS) in JSON format, and fed as input into the script or task to be executed.
  • CWS Customizing Web Services
  • An example CWS for the example input form 400 may be:
  • a placeholder identifier from Passvault is used to retrieve a password from Passvault which is decrypted and used at runtime whenever it is needed (e.g., like in this example where the password of the RFC user must be entered into the RFC connection).
  • the development landscape build system 124 With data taken from the customizing table 204 A and the custom configuration sheet 206 and Passvault, the development landscape build system 124 generates the example output 500 .
  • the custom configuration sheet 206 is where custom parameters are generated and stored that are specific to the entity for which the new computing system 210 is being built. These custom parameters include parameters such as a database type, a cloud type, a system type, a client type, a network release, a service level, an installation type, a system role, a product type, or the like.
  • the custom configuration sheet 206 is specific to the new computing system 210 to be built and is different for each computing system to be built.
  • the configuration sheet 206 is a tool for an individual system and client customizing data and acts as a single source of truth for customizing the new computing system 210 .
  • the development landscape build system 124 further comprises a set of scripts 208 .
  • Each configuration step in the build process for a new computing system 210 has one script assigned and does one action in the new computing system 210 , such as creating an RFC, as described above. In this way, modules can be re-used during the build workflow in another context, just by feeding them different parameter values.
  • a build comprising installation and configuration of the new computing system 210 is executed via one or more scripts 208 as described in further detail below.
  • the development landscape build system 124 further comprises a self healer 212 to automatically address any errors in the new computing system 210 , and a quality check process 214 and quality check framework 216 .
  • the development landscape build system 124 further comprises output 218 that is used in the reporting framework 220 and log framework 222 .
  • the reporting tool 224 provides a variety of data including the output from the reporting framework 220 and quality check framework 216 .
  • the reporting tool 224 can further provide key performance indicators, such as delivery data and quality, as well as setup time and other data and metrics corresponding to the build of the new computing system 210 .
  • the development landscape build system 124 can also utilize and integrate with other tools 226 , such as SLIM, SISM, DUCC, Zeus, IdM, Nagios, ITdirect, BCP, ServiceNow, BKPMON, Procon, SWPM, and the like.
  • tools 226 such as SLIM, SISM, DUCC, Zeus, IdM, Nagios, ITdirect, BCP, ServiceNow, BKPMON, Procon, SWPM, and the like.
  • FIG. 6 is a flow chart illustrating aspects of a method 600 for installing and configuring a new computing system customized for a specific entity, according to some example embodiments.
  • method 600 is described with respect to the block diagrams of FIG. 1 and FIG. 2 . It is to be understood that method 600 may be practiced with other system configurations in other embodiments.
  • a computing system receives a selected system attribute (e.g., system role) to be used to build a new computing system (e.g., new computing system 210 ) for a given entity.
  • a user via a computing device (e.g., client device 110 ), interacts with a user interface on the computing device to select a system attribute to be used to build (e.g., install and configure) the new computing system.
  • FIG. 7 illustrates an example user interface 700 for selecting a system role 706 to create a custom configuration sheet 206 .
  • a system type 702 there are three different categories to choose from, including a system type 702 , an installation type 704 , and a system role 706 . It is to be understood that this is just an example; different and more or fewer categories could be used in example embodiments, and different and more or fewer options under each category could be used in example embodiments. In one example, only a system role 706 is needed to generate a custom configuration sheet 206 .
  • a system type 702 can include ABAP (Advanced Business Application Programming) and JAVA as options to choose for system type 702 .
  • Other examples of system type 702 include J2EE, combination ABAP and J2EE (double stack), TREX Server, BOE Server, Content Server, LiveCache, Web Dispatcher, Standalone DB, HANA Standalone DB, SLT Replication Server.
  • the installation type 704 can be a new installation, a re-build, a system/database migration, or a database copy, in this example.
  • the system role 706 can be development, correction, test, consolidation, or translation, in this example.
  • a suitable installation type 704 and system role 706 can be selected.
  • the user has selected ABAP as the system type 702 , a new installation as the installation type 704 , and development as the system role 706 .
  • the user can select to create configsheet 708 to generate the custom configuration sheet 206 .
  • the computing device then sends the selections (e.g., the selected system role or attribute) to the computing system.
  • the computing system After receiving the selected system role or attribute from the computing device, in operation 604 , the computing system generates a subset of parameters relevant to the selected system attribute. For example, there may be a plurality of parameters available for a variety of system attributes. The computing system only selects those parameters (a subset) that are relevant to the selected system attribute. In this way, only the subset of parameters relevant to the selected system attribute are then provided to the user, via the computing device, so that the user only has to enter values for those relevant to build the new computing system.
  • the computing system causes display of the subset of parameters on the computing device.
  • the user can then enter, via the display, values for each parameter of the subset of parameters.
  • the computing device sends these entered values to the computing system.
  • the computing system receives, from the computing device, the values corresponding to each parameter of the subset of parameters relevant to the selected system attribute.
  • the computing system stores, as custom parameters in a database (e.g., database 126 ), the values corresponding to each parameter of the subset of parameters relevant to the selected system attribute.
  • the custom parameters are stored in the database as a custom configuration sheet 206 .
  • a business process modeler application is used to define business processes to be executed during the build for the new computing system. Scripts are assigned to each defined business process that is executed during the build for the new computing system. Each configuration step comprises a script and is included in a final level of a hierarchy for execution during a build of a new computing system, as explained further below.
  • the build can be accomplished by a single mouse click or other input to indicate the build should start.
  • the computing system retrieves standard parameters from a set of tables in a database (e.g., database 126 ). As explained above, these standard parameters can be stored in customizing tables 204 .
  • the computing system also retrieves the custom parameters (e.g., custom configuration sheet 206 ) from the database.
  • the computing system inputs the standard parameters and custom parameters into a decision and execution hierarchy.
  • the decision and execution hierarchy comprises a plurality of levels for execution, and the final level of the plurality of the levels comprises scripts for execution. These are the scripts developed previously that are assigned to a configuration step that can be executed during the build process. Only a subset of these scripts is executed depending on custom parameters for the new computing system.
  • FIG. 8 illustrates an example hierarchy 800 comprising six levels.
  • the first five levels 802 - 810 each comprises sublevels where each sublevel is a decision point for moving to a next level of the hierarchy 800 .
  • the first level 802, indicated by M 1 comprises sublevels W 1 , W 2 , W . . . of the second level 804.
  • Each sublevel of the second level 804 comprises specified sublevels of the third sublevel 808 , and so forth until the final or sixth level 812, which does not contain any sublevels.
  • the final level 812 comprises a plurality of configuration steps which are scripts for execution based on traversing the decision and execution hierarchy 800 .
  • the six levels in the example hierarchy 800 are used as an example and that any number of levels can be used in example embodiments.
  • the example hierarchy 800 comprises an M-level as the highest level, which is the build wrapper calling the phases, the phases (W-level), sub-phases (A-level), configuration scenarios (S-level), configuration processes (P-level), and configuration steps (C-level).
  • M-level the highest level
  • the wrapper level M 1 the wrapper level M 1 ( 802 ) is always performed, there is no exception.
  • the wrapper level M 1 ( 802 ) checks the operating system (OS) and database (DB) type.
  • phase installation (the second-level, W-level) is only executed for the supported OS and DB.
  • the flow condition towards the phase installation is:
  • the W-level phase may comprise a main configuration phase (e.g., W 1 ). From the main configuration phase W 1 , a sub-phase in the third level (A-level 806) for a standard system and landscape configuration (e.g., S 1 ) is always performed without exception. Therefore, in this example no input is required to take a decision. In the standard system and landscape configuration sub-phase, the need of an ATC configuration is checked. In one example, the condition flow towards configuring an ATC is:
  • the computing system executes a subset of the plurality of scripts for execution based on traversing the decision and execution hierarchy using the standard parameters and custom parameters to install and configure the new computing system for the given entity, in operation 610 .
  • an input form (as explained above) is generated for each component in the hierarchy.
  • an input form is generated for M 1
  • an input form is generated for W 1
  • an input form is generated for W 2
  • an input form is generated for each of A 1 -A 4 , S 1 -S 2 , P 11 , P 12 , P 21 , P 22 , and C 111 -C 222 .
  • FIG. 9 shows a table 900 indicating how an input form corresponds to each component in the hierarchy.
  • the input form 902 for M 1 which is the first level in the hierarchy, comprises “Ecs Key”, which is a reference to the custom configuration sheet 206 for the new computing system.
  • the computing system uses parameters in the custom configuration sheet 206 and the parameters in the customizing tables 204 that correspond to the specified Ecs Key and standard parameters to determine which sublevel (in second level 804) to which to branch.
  • the same process is used for the rest of the levels 802 - 810 (e.g., all levels but the last level 812 that comprises the configuration steps) using their corresponding input forms as shown with reference number 904 in FIG. 9 .
  • each configuration step has an associated input form (such as input form 400 in shown in FIG. 4 and described above) and examples of these input forms for C 1 -C 4 are shown as reference number 906 in FIG. 9 .
  • these input forms also comprise parameters (e.g., par 1 , par 2 , par 3 , par 4 , par 5 , par 6 , par 6 , par 8 ) that are used in execution of the configuration step (e.g., script).
  • the example hierarchy 800 is traversed by first evaluating standard and custom parameters, using the input form for M 1 , to determine whether to branch to sublevel W 1 or W 2 at second level 804. If the computing system determines, based on the evaluation of the standard and custom parameters, that it should branch to W 1 , the computing system then evaluates standard and custom parameters using the input form for W 1 to determine whether it should brand to sublevel A 1 or A 2 at third level 806. The computing system uses the same process to then branch to Si in the fourth level 808, P 2 in the fifth level 810, and then executes the configuration steps from P 2 that comprise C 3 and C 4 using the input forms for each of C 3 and C 4 .
  • indications on which processes can be executed in parallel and which processes are dependent upon another process and thus, must be executed in a particular order are built into the hierarchy.
  • a parallel gateway or other indicator can be used to indicate parallel flows to execute independent activities in a parallel matter.
  • a flow from a first process or activity to a second process or activity can indicate that the second process or activity is dependent on the first process or activity. Thus, the second process or activity will only execute when the first process or activity is completed.
  • a configuration step is the smallest entity and on the lowest level of the hierarchy.
  • the hierarchy is maintained in an open-source workflow engine, Flowable. It is to be understood that different environments or tools can be used in example embodiments. In example embodiments, there may be over a thousand or thousands of individual configuration steps.
  • a configuration step is in the form of a script and is a business process which consists of many elements that serve a specific purpose, such as the RFC example shown in FIG. 4 and described above.
  • FIG. 10 illustrates an example model 1000 for a configuration step for creating an RFC connection or destination to other systems.
  • the computing system reads the parameter values relevant for the script. As explained above, this is done using the input form corresponding to the configuration step. For example, to create an RFC connection, certain values are needed, such as the target system, the target client, the user, the password, and so forth. The values for these parameters are all part of the corresponding input form. Using the values, the RFC is created at operation 1004 .
  • the configuration can be verified by a quality check 1006 .
  • the quality check 1006 is a service task to make sure that the configuration was done successfully. If the quality check 1006 returns a success (e.g., no errors were found) then the process ends at the end event 1008 . If the quality check 1006 detects at least one error, then the computing system sets the specific error text at 1010 based on return codes returned from the quality check 1006 and proceeds to the self-healing (e.g., via self-healer 212 of FIG. 2 ). For example, the respective error text triggers the required self-healing via respective flow conditions and thus, the system executes a self-healing process specific for the error type. Various self-healing tasks can be included in the configuration step. In this way, some errors can be automatically fixed.
  • a quality check 1006 is again performed to check if any further errors are detected. If the exact same error occurs a second time, the process flow is directed toward error handling to avoid a loop.
  • error handling there are two options, depending on the severity of the error. For example, in the case where the overall build workflow can proceed despite the presence of an error, the error type is a non-fatal error and the computing system directs the flow to the non-fatal error branch 1014 and proceeds to creating a quality issue and sending a notification at operation 1012 (e.g., to a recipient such as a system builder or build lead). A non-fatal error can typically be handled at any later point in time.
  • the computing system directs the flow to the fatal error branch 1016 for a manual intervention 1018 .
  • the computing system creates a quality issue and send an error notification like described above for the non-fatal error.
  • the build resumes only after the root cause of the error has been eliminated (e.g., by a system builder) or after a system builder decides to do the configuration manually in the system or ignore the error.
  • Example 1 A computer-implemented method comprising:
  • Example 2 A computer-implemented method according to any of the previous examples, wherein the custom parameters are parameters that are used to build the new computing system as a custom computing system.
  • Example 3 A computer-implemented method according to any of the previous examples, wherein the standard parameters are parameters that are standard for building any final computing system.
  • Example 4 A computer-implemented method according to any of the previous examples, wherein an input form is generated for each of the plurality of scripts, the input form comprising the parameters for execution of a respective script.
  • Example 5 A computer-implemented method according to any of the previous examples, wherein after successful execution of each script of the subset of the plurality of scripts, the method comprises:
  • Example 6 A computer-implemented method according to any of the previous examples, further comprising:
  • Example 7 A computer-implemented method according to any of the previous examples, further comprising:
  • Example 8 A computer-implemented method according to any of the previous examples, wherein each level of the plurality of levels before the final level comprises sublevels, wherein each sublevel is a decision point for moving to a next level of the plurality of levels.
  • Example 9 A system comprising:
  • Example 10 A system according to any of the previous examples, wherein the custom parameters are parameters that are used to build the new computing system as a custom computing system.
  • Example 11 A system according to any of the previous examples, wherein the standard parameters are parameters that are standard for building any final computing system.
  • Example 12 A system according to any of the previous examples, wherein an input form is generated for each of the plurality of scripts, the input form comprising the parameters for execution of a respective script.
  • Example 13 A system according to any of the previous examples, wherein after successful execution of each script of the subset of the plurality of scripts, the operations comprise:
  • Example 14 A system according to any of the previous examples, further comprising:
  • Example 15 A system according to any of the previous examples, further comprising:
  • Example 16 A system according to any of the previous examples, wherein each level of the plurality of levels before the final level comprises sublevels, wherein each sublevel is a decision point for moving to a next level of the plurality of levels.
  • Example 17 A non-transitory computer-readable medium comprising instructions stored thereon that are executable by at least one processor to cause a computing device to perform operations comprising:
  • Example 18 A non-transitory computer-readable medium according to any of the previous examples, wherein an input form is generated for each of the plurality of scripts, the input form comprising the parameters for execution of a respective script.
  • Example 19 A non-transitory computer-readable medium according to any of the previous examples, wherein after successful execution of each script of the subset of the plurality of scripts, the operations comprise:
  • Example 20 A non-transitory computer-readable medium according to any of the previous examples, wherein each level of the plurality of levels before the final level comprises sublevels, wherein each sublevel is a decision point for moving to a next level of the plurality of levels.
  • FIG. 12 is a block diagram 1200 illustrating software architecture 1202 , which can be installed on any one or more of the devices described above.
  • client devices 110 and servers and systems 130 , 102 , 120 , 122 , and 124 may be implemented using some or all of the elements of software architecture 1202 .
  • FIG. 12 is merely a non-limiting example of a software architecture, and it will be appreciated that many other architectures can be implemented to facilitate the functionality described herein.
  • the software architecture 1202 is implemented by hardware such as machine 1300 of FIG. 13 that includes processors 1310 , memory 1330 , and I/O components 1350 .
  • the software architecture 1202 can be conceptualized as a stack of layers where each layer may provide a particular functionality.
  • the software architecture 1202 includes layers such as an operating system 1204 , libraries 1206 , frameworks 1208 , and applications 1210 .
  • the applications 1210 invoke application programming interface (API) calls 1212 through the software stack and receive messages 1214 in response to the API calls 1212 , consistent with some embodiments.
  • API application programming interface
  • the operating system 1204 manages hardware resources and provides common services.
  • the operating system 1204 includes, for example, a kernel 1220 , services 1222 , and drivers 1224 .
  • the kernel 1220 acts as an abstraction layer between the hardware and the other software layers, consistent with some embodiments.
  • the kernel 1220 provides memory management, processor management (e.g., scheduling), component management, networking, and security settings, among other functionality.
  • the services 1222 can provide other common services for the other software layers.
  • the drivers 1224 are responsible for controlling or interfacing with the underlying hardware, according to some embodiments.
  • the drivers 1224 can include display drivers, camera drivers, BLUETOOTH® or BLUETOOTH® Low Energy drivers, flash memory drivers, serial communication drivers (e.g., Universal Serial Bus (USB) drivers), WI-FI® drivers, audio drivers, power management drivers, and so forth.
  • USB Universal Serial Bus
  • the libraries 1206 provide a low-level common infrastructure utilized by the applications 1210 .
  • the libraries 1206 can include system libraries 1230 (e.g., C standard library) that can provide functions such as memory allocation functions, string manipulation functions, mathematic functions, and the like.
  • the libraries 1206 can include API libraries 1232 such as media libraries (e.g., libraries to support presentation and manipulation of various media formats such as Moving Picture Experts Group-4 (MPEG4), Advanced Video Coding (H.264 or AVC), Moving Picture Experts Group Layer-3 (MP3), Advanced Audio Coding (AAC), Adaptive Multi-Rate (AMR) audio codec, Joint Photographic Experts Group (JPEG or JPG), or Portable Network Graphics (PNG)), graphics libraries (e.g., an OpenGL framework used to render in two dimensions (2D) and in three dimensions (3D) graphic content on a display), database libraries (e.g., SQLite to provide various relational database functions), web libraries (e.g., WebKit to provide web browsing functionality), and the like.
  • the libraries 1206 can also include a wide variety of other libraries 1234 to provide many other APIs to the applications 1210 .
  • the frameworks 1208 provide a high-level common infrastructure that can be utilized by the applications 1210 , according to some embodiments.
  • the frameworks 1208 provide various graphic user interface (GUI) functions, high-level resource management, high-level location services, and so forth.
  • GUI graphic user interface
  • the frameworks 1208 can provide a broad spectrum of other APIs that can be utilized by the applications 1210 , some of which may be specific to a particular operating system 1204 or platform.
  • the applications 1210 include a home application 1250 , a contacts application 1252 , a browser application 1254 , a book reader application 1256 , a location application 1258 , a media application 1260 , a messaging application 1262 , a game application 1264 , and a broad assortment of other applications such as third-party applications 1266 and 1267 .
  • the applications 1210 are programs that execute functions defined in the programs.
  • Various programming languages can be employed to create one or more of the applications 1210 , structured in a variety of manners, such as object-oriented programming languages (e.g., Objective-C, Java, or C++) or procedural programming languages (e.g., C or assembly language).
  • the third-party application 1266 may be mobile software running on a mobile operating system such as IOSTM, ANDROIDTM, WINDOWS® Phone, or another mobile operating system.
  • the third-party application 1266 can invoke the API calls 1212 provided by the operating system 1204 to facilitate functionality described herein.
  • FIG. 13 is a block diagram illustrating components of a machine 1300 , according to some embodiments, able to read instructions from a machine-readable medium (e.g., a machine-readable storage medium) and perform any one or more of the methodologies discussed herein.
  • FIG. 13 shows a diagrammatic representation of the machine 1300 in the example form of a computer system, within which instructions 1316 (e.g., software, a program, an application 1210 , an applet, an app, or other executable code) for causing the machine 1300 to perform any one or more of the methodologies discussed herein can be executed.
  • the machine 1300 operates as a standalone device or can be coupled (e.g., networked) to other machines.
  • the machine 1300 may operate in the capacity of a server machine or system 130 , 102 , 120 , 122 , 124 , etc., or a client device 110 in a server-client network environment, or as a peer machine in a peer-to-peer (or distributed) network environment.
  • the machine 1300 can comprise, but not be limited to, a server computer, a client computer, a personal computer (PC), a tablet computer, a laptop computer, a netbook, a personal digital assistant (PDA), an entertainment media system, a cellular telephone, a smart phone, a mobile device, a wearable device (e.g., a smart watch), a smart home device (e.g., a smart appliance), other smart devices, a web appliance, a network router, a network switch, a network bridge, or any machine capable of executing the instructions 1316 , sequentially or otherwise, that specify actions to be taken by the machine 1300 .
  • the term “machine” shall also be taken to include a collection of machines 1300 that individually or jointly execute the instructions 1316 to perform any one or more of the methodologies discussed herein.
  • the machine 1300 comprises processors 1310 , memory 1330 , and I/O components 1350 , which can be configured to communicate with each other via a bus 1302 .
  • the processors 1310 e.g., a central processing unit (CPU), a reduced instruction set computing (RISC) processor, a complex instruction set computing (CISC) processor, a graphics processing unit (GPU), a digital signal processor (DSP), an application specific integrated circuit (ASIC), a radio-frequency integrated circuit (RFIC), another processor, or any suitable combination thereof
  • the processors 1310 include, for example, a processor 1312 and a processor 1314 that may execute the instructions 1316 .
  • processor is intended to include multi-core processors 1310 that may comprise two or more independent processors 1312 , 1314 (also referred to as “cores”) that can execute instructions 1316 contemporaneously.
  • FIG. 13 shows multiple processors 1310
  • the machine 1300 may include a single processor 1310 with a single core, a single processor 1310 with multiple cores (e.g., a multi-core processor 1310 ), multiple processors 1312 , 1314 with a single core, multiple processors 1312 , 1314 with multiples cores, or any combination thereof.
  • the memory 1330 comprises a main memory 1332 , a static memory 1334 , and a storage unit 1336 accessible to the processors 1310 via the bus 1302 , according to some embodiments.
  • the storage unit 1336 can include a machine-readable medium 1338 on which are stored the instructions 1316 embodying any one or more of the methodologies or functions described herein.
  • the instructions 1316 can also reside, completely or at least partially, within the main memory 1332 , within the static memory 1334 , within at least one of the processors 1310 (e.g., within the processor's cache memory), or any suitable combination thereof, during execution thereof by the machine 1300 . Accordingly, in various embodiments, the main memory 1332 , the static memory 1334 , and the processors 1310 are considered machine-readable media 1338 .
  • the term “memory” refers to a machine-readable medium 1338 able to store data temporarily or permanently and may be taken to include, but not be limited to, random-access memory (RAM), read-only memory (ROM), buffer memory, flash memory, and cache memory. While the machine-readable medium 1338 is shown, in an example embodiment, to be a single medium, the term “machine-readable medium” should be taken to include a single medium or multiple media (e.g., a centralized or distributed database, or associated caches and servers) able to store the instructions 1316 .
  • machine-readable medium shall also be taken to include any medium, or combination of multiple media, that is capable of storing instructions (e.g., instructions 1316 ) for execution by a machine (e.g., machine 1300 ), such that the instructions 1316 , when executed by one or more processors of the machine 1300 (e.g., processors 1310 ), cause the machine 1300 to perform any one or more of the methodologies described herein.
  • a “machine-readable medium” refers to a single storage apparatus or device, as well as “cloud-based” storage systems or storage networks that include multiple storage apparatus or devices.
  • machine-readable medium shall accordingly be taken to include, but not be limited to, one or more data repositories in the form of a solid-state memory (e.g., flash memory), an optical medium, a magnetic medium, other non-volatile memory (e.g., erasable programmable read-only memory (EPROM)), or any suitable combination thereof.
  • solid-state memory e.g., flash memory
  • EPROM erasable programmable read-only memory
  • machine-readable medium specifically excludes non-statutory signals per se.
  • the I/O components 1350 include a wide variety of components to receive input, provide output, produce output, transmit information, exchange information, capture measurements, and so on. In general, it will be appreciated that the I/O components 1350 can include many other components that are not shown in FIG. 13 .
  • the I/O components 1350 are grouped according to functionality merely for simplifying the following discussion, and the grouping is in no way limiting.
  • the I/O components 1350 include output components 1352 and input components 1354 .
  • the output components 1352 include visual components (e.g., a display such as a plasma display panel (PDP), a light emitting diode (LED) display, a liquid crystal display (LCD), a projector, or a cathode ray tube (CRT)), acoustic components (e.g., speakers), haptic components (e.g., a vibratory motor), other signal generators, and so forth.
  • visual components e.g., a display such as a plasma display panel (PDP), a light emitting diode (LED) display, a liquid crystal display (LCD), a projector, or a cathode ray tube (CRT)
  • acoustic components e.g., speakers
  • haptic components e.g., a vibratory motor
  • the input components 1354 include alphanumeric input components (e.g., a keyboard, a touch screen configured to receive alphanumeric input, a photo-optical keyboard, or other alphanumeric input components), point-based input components (e.g., a mouse, a touchpad, a trackball, a joystick, a motion sensor, or other pointing instruments), tactile input components (e.g., a physical button, a touch screen that provides location and force of touches or touch gestures, or other tactile input components), audio input components (e.g., a microphone), and the like.
  • alphanumeric input components e.g., a keyboard, a touch screen configured to receive alphanumeric input, a photo-optical keyboard, or other alphanumeric input components
  • point-based input components e.g., a mouse, a touchpad, a trackball, a joystick, a motion sensor, or other pointing instruments
  • tactile input components e.g., a physical button, a touch
  • the I/O components 1350 include biometric components 1356 , motion components 1358 , environmental components 1360 , or position components 1362 , among a wide array of other components.
  • the biometric components 1356 include components to detect expressions (e.g., hand expressions, facial expressions, vocal expressions, body gestures, or eye tracking), measure biosignals (e.g., blood pressure, heart rate, body temperature, perspiration, or brain waves), identify a person (e.g., voice identification, retinal identification, facial identification, fingerprint identification, or electroencephalogram based identification), and the like.
  • the motion components 1358 include acceleration sensor components (e.g., accelerometer), gravitation sensor components, rotation sensor components (e.g., gyroscope), and so forth.
  • the environmental components 1360 include, for example, illumination sensor components (e.g., photometer), temperature sensor components (e.g., one or more thermometers that detect ambient temperature), humidity sensor components, pressure sensor components (e.g., barometer), acoustic sensor components (e.g., one or more microphones that detect background noise), proximity sensor components (e.g., infrared sensors that detect nearby objects), gas sensor components (e.g., machine olfaction detection sensors, gas detection sensors to detect concentrations of hazardous gases for safety or to measure pollutants in the atmosphere), or other components that may provide indications, measurements, or signals corresponding to a surrounding physical environment.
  • illumination sensor components e.g., photometer
  • temperature sensor components e.g., one or more thermometers that detect ambient temperature
  • humidity sensor components e.g., pressure sensor components (
  • the position components 1362 include location sensor components (e.g., a Global Positioning System (GPS) receiver component), altitude sensor components (e.g., altimeters or barometers that detect air pressure from which altitude may be derived), orientation sensor components (e.g., magnetometers), and the like.
  • location sensor components e.g., a Global Positioning System (GPS) receiver component
  • altitude sensor components e.g., altimeters or barometers that detect air pressure from which altitude may be derived
  • orientation sensor components e.g., magnetometers
  • the I/O components 1350 may include communication components 1364 operable to couple the machine 1300 to a network 1380 or devices 1370 via a coupling 1382 and a coupling 1372 , respectively.
  • the communication components 1364 include a network interface component or another suitable device to interface with the network 1380 .
  • communication components 1364 include wired communication components, wireless communication components, cellular communication components, near field communication (NFC) components, BLUETOOTH® components (e.g., BLUETOOTH® Low Energy), WI-FI® components, and other communication components to provide communication via other modalities.
  • the devices 1370 may be another machine 1300 or any of a wide variety of peripheral devices (e.g., a peripheral device coupled via a Universal Serial Bus (USB)).
  • USB Universal Serial Bus
  • the communication components 1364 detect identifiers or include components operable to detect identifiers.
  • the communication components 1364 include radio frequency identification (RFID) tag reader components, NFC smart tag detection components, optical reader components (e.g., an optical sensor to detect one-dimensional bar codes such as a Universal Product Code (UPC) bar code, multi-dimensional bar codes such as a Quick Response (QR) code, Aztec Code, Data Matrix, Dataglyph, MaxiCode, PDF417, Ultra Code, Uniform Commercial Code Reduced Space Symbology (UCC RSS)-2D bar codes, and other optical codes), acoustic detection components (e.g., microphones to identify tagged audio signals), or any suitable combination thereof.
  • RFID radio frequency identification
  • NFC smart tag detection components e.g., NFC smart tag detection components
  • optical reader components e.g., an optical sensor to detect one-dimensional bar codes such as a Universal Product Code (UPC) bar code, multi-dimensional bar codes such as a Quick Response (QR) code, Aztec Code
  • IP Internet Protocol
  • WI-FI® Wireless Fidelity
  • NFC beacon a variety of information can be derived via the communication components 1364 , such as location via Internet Protocol (IP) geo-location, location via WI-FI® signal triangulation, location via detecting a BLUETOOTH® or NFC beacon signal that may indicate a particular location, and so forth.
  • IP Internet Protocol
  • one or more portions of the network 1380 can be an ad hoc network, an intranet, an extranet, a virtual private network (VPN), a local area network (LAN), a wireless LAN (WLAN), a wide area network (WAN), a wireless WAN (WWAN), a metropolitan area network (MAN), the Internet, a portion of the Internet, a portion of the public switched telephone network (PSTN), a plain old telephone service (POTS) network, a cellular telephone network, a wireless network, a WI-FI® network, another type of network, or a combination of two or more such networks.
  • VPN virtual private network
  • LAN local area network
  • WLAN wireless LAN
  • WAN wide area network
  • WWAN wireless WAN
  • MAN metropolitan area network
  • PSTN public switched telephone network
  • POTS plain old telephone service
  • the network 1380 or a portion of the network 1380 may include a wireless or cellular network
  • the coupling 1382 may be a Code Division Multiple Access (CDMA) connection, a Global System for Mobile communications (GSM) connection, or another type of cellular or wireless coupling.
  • CDMA Code Division Multiple Access
  • GSM Global System for Mobile communications
  • the coupling 1382 can implement any of a variety of types of data transfer technology, such as Single Carrier Radio Transmission Technology (1 ⁇ RTT), Evolution-Data Optimized (EVDO) technology, General Packet Radio Service (GPRS) technology, Enhanced Data rates for GSM Evolution (EDGE) technology, third Generation Partnership Project (3GPP) including 3G, fourth generation wireless (4G) networks, Universal Mobile Telecommunications System (UMTS), High Speed Packet Access (HSPA), Worldwide Interoperability for Microwave Access (WiMAX), Long Term Evolution (LTE) standard, others defined by various standard-setting organizations, other long range protocols, or other data transfer technology.
  • RTT Single Carrier Radio Transmission Technology
  • GPRS General Packet Radio Service
  • EDGE Enhanced Data rates for GSM Evolution
  • 3GPP Third Generation Partnership Project
  • 4G fourth generation wireless (4G) networks
  • Universal Mobile Telecommunications System (UMTS) Universal Mobile Telecommunications System
  • HSPA High Speed Packet Access
  • WiMAX Worldwide Interoperability for Microwave Access
  • the instructions 1316 are transmitted or received over the network 1380 using a transmission medium via a network interface device (e.g., a network interface component included in the communication components 1364 ) and utilizing any one of a number of well-known transfer protocols (e.g., Hypertext Transfer Protocol (HTTP)).
  • a network interface device e.g., a network interface component included in the communication components 1364
  • HTTP Hypertext Transfer Protocol
  • the instructions 1316 are transmitted or received using a transmission medium via the coupling 1372 (e.g., a peer-to-peer coupling) to the devices 1370 .
  • the term “transmission medium” shall be taken to include any intangible medium that is capable of storing, encoding, or carrying the instructions 1316 for execution by the machine 1300 , and includes digital or analog communications signals or other intangible media to facilitate communication of such software.
  • the machine-readable medium 1338 is non-transitory (in other words, not having any transitory signals) in that it does not embody a propagating signal.
  • labeling the machine-readable medium 1338 “non-transitory” should not be construed to mean that the medium is incapable of movement; the medium 1338 should be considered as being transportable from one physical location to another.
  • the machine-readable medium 1338 since the machine-readable medium 1338 is tangible, the medium 1338 may be considered to be a machine-readable device.
  • the term “or” may be construed in either an inclusive or exclusive sense. Moreover, plural instances may be provided for resources, operations, or structures described herein as a single instance. Additionally, boundaries between various resources, operations, modules, engines, and data stores are somewhat arbitrary, and particular operations are illustrated in a context of specific illustrative configurations. Other allocations of functionality are envisioned and may fall within a scope of various embodiments of the present disclosure. In general, structures and functionality presented as separate resources in the example configurations may be implemented as a combined structure or resource. Similarly, structures and functionality presented as a single resource may be implemented as separate resources. These and other variations, modifications, additions, and improvements fall within a scope of embodiments of the present disclosure as represented by the appended claims. The specification and drawings are, accordingly, to be regarded in an illustrative rather than a restrictive sense.

Abstract

Systems and methods are provided for executing a subset of a plurality of scripts based on traversing a decision and execution hierarchy using standard parameters and custom parameters to install and configure a new computing system for a given entity.

Description

BACKGROUND
Business entities have very specific requirements for a computing system to run their business. For example, a banking entity may have a specific set of requirements for a computing system to run a banking business that is different from a retail entity running a retail business. These requirements can consist in everything from a product type (e.g., customer relationship management, enterprise resource planning), a public cloud (e.g., Amazon Web Services, Google Cloud Platform), a database type, an installation type, system roles, service levels, network releases, a client type, a system type, and so forth.
BRIEF DESCRIPTION OF THE DRAWINGS
Various ones of the appended drawings merely illustrate example embodiments of the present disclosure and should not be considered as limiting its scope.
FIG. 1 is a block diagram illustrating a networked system, according to some example embodiments.
FIG. 2 is a block diagram illustrating a development landscape build system, according to some example embodiments.
FIG. 3 illustrates an example customizing table, according to some example embodiments.
FIG. 4 illustrates an example entry of a customizing table, according to some example embodiments.
FIG. 5 illustrates example output as a JSON output upon receiving values from a customizing table entry, according to some example embodiments.
FIG. 6 comprises a flow chart illustrating aspects of a method, according to some example embodiments.
FIG. 7 illustrates an example user interface, according to some example embodiments.
FIG. 8 illustrates an example hierarchy, according to some example embodiments.
FIG. 9 shows a table indicating how an input form corresponds to each component in the hierarchy, according to some example embodiments.
FIG. 10 illustrates an example model for a configuration step, according to some example embodiments.
FIG. 11 illustrates an example of some of the different system attributes that can be needed for a computing system, according to some example embodiments.
FIG. 12 is a block diagram illustrating an example of a software architecture that may be installed on a machine, according to some example embodiments.
FIG. 13 illustrates a diagrammatic representation of a machine, in the form of a computer system, within which a set of instructions may be executed for causing the machine to perform any one or more of the methodologies discussed herein, according to an example embodiment.
DETAILED DESCRIPTION
Systems and methods described herein relate to a development landscape build system used to build new computing systems, such as a development or maintenance computing system used to do development and maintenance of a product, a test system to test to confirm the developed product works as it should, a consolidation system to ensure that the product complies to quality standards, among other types of computing systems. As explained above, there are many specific requirements for a computing system for each particular entity or business. FIG. 11 shows an example of some of the different requirements that can be needed for any computing system. Even when considering only these most basic attributes or characteristics of a system, there are thousands of possible permutations. In FIG. 11 , the characteristics reach some 24+ million permutations, and given that a system has many hundreds of other specific characteristics of a particular entity and landscape, simple multiplication yields an almost infinite number of theoretically possible permutations. Thus, to build such custom systems in a timely manner and at any reasonable scale is incredibly challenging and limited to what is manually possible.
One option for building such systems for various entities is to build only standard computing systems. For example, a template that includes a number of standard components (e.g., one type of cloud, one type of operating system, one database type) can be created that can then be copied to build each new system. Since each system is the same, it is an easier and faster process to build a new system for an entity. These standard computing systems, however, would not account for any special characteristics that an entity requires. Since most entities need numerous special characteristics to run a business, a way to build a custom computing system in a consistent, accurate, and accelerated manner is needed.
Accordingly, there are many technical challenges to building a new computing system for an entity as a custom computing system to meet the requirements particular to the entity. For example, there are issues with transparency, scalability, accuracy, and speed of building a custom computing system. As alluded to above, with millions of custom configuration options due to the different types of clouds, operating systems, database systems, product types, and the like, it is not possible to generate all possibilities for a custom system manually. Moreover, manual configuration of a new computing system creates inconsistencies, since each person working on a system has different styles, preferences, levels of detail for documentation, and the like. Further, in addition to limited options, building a system manually introduces many errors, and progress during a build of a new system is not easy to track manually.
Example embodiments provide planning tools to specify requirements specific (custom) to an entity, modeling tools for modeling different business cases, and scripts to be used to build the new computing system. Further, example embodiments provide for a several-layer hierarchy used to select scripts to execute to install and configure the new computing system. In this way, customization options for a new computing system are unlimited, each build is consistent regardless of the customization required for the new computing system, and it is easy to detect errors and track progress during a build of the new computing system. Moreover, the entire process makes for a more efficient overall system, thereby conserving computing resources and accelerating a time to build (e.g., install and configure) and new computing system.
For instance, embodiments described herein provide for receiving, from a computing device by a computing system, a selected system attribute to be used to build a new computing system for a given entity and generating, by the computing system, a subset of parameters relevant to the selected system attribute, from a plurality of parameters available for a variety of system attributes. The computing system causes display of the subset of parameters on the computing device, receives device values corresponding to each parameter of the subset of the parameters relevant the selected system attribute, and stores as custom parameters in a database the values corresponding to each of the subset of the parameters relevant to the selected system attribute. The computing system further retrieves standard parameters from a set of tables in the database and the custom parameters from the database and inputs the standard parameters and custom parameters into a decision and execution hierarchy having a plurality of levels for execution, wherein a final level in the decision and execution hierarchy comprises a plurality of scripts for execution. The computing system executes a subset of the plurality of scripts for execution based on traversing the decision and execution hierarchy using the standard parameters and custom parameters to install and configure the new computing system for the given entity.
FIG. 1 is a block diagram illustrating a networked system 100, according to some example embodiments. The system 100 may include one or more client devices such as client device 110. The client device 110 may comprise, but is not limited to, a mobile phone, desktop computer, laptop, portable digital assistants (PDA), smart phone, tablet, ultrabook, netbook, laptop, multi-processor system, microprocessor-based or programmable consumer electronic, game console, set-top box, computer in a vehicle, or any other computing or communication device that a user may utilize to access the networked system 100. In some embodiments, the client device 110 may comprise a display module (not shown) to display information (e.g., in the form of user interfaces). In further embodiments, the client device 110 may comprise one or more of touch screens, accelerometers, gyroscopes, cameras, microphones, global positioning system (GPS) devices, and so forth. The client device 110 may be a device of a user 106 that is used to access and utilize cloud services or a development landscape build system 124, among other applications.
One or more users 106 may be a person, a machine, or other means of interacting with the client device 110. In example embodiments, the user 106 may not be part of the system 100 but may interact with the system 100 via the client device 110 or other means. For instance, the user 106 may provide input (e.g., touch screen input or alphanumeric input) to the client device 110 and the input may be communicated to other entities in the system 100 (e.g., third-party server system 130, server system 102) via the network 104. In this instance, the other entities in the system 100, in response to receiving the input from the user 106, may communicate information to the client device 110 via the network 104 to be presented to the user 106. In this way, the user 106 may interact with the various entities in the system 100 using the client device 110. In one example, the user is a developer of one or more applications (e.g., mobile and desktop web applications), a developer of models or scripts for a new computing system build, or a quality assurance engineer.
The system 100 may further include a network 104. One or more portions of network 104 may be an ad hoc network, an intranet, an extranet, a virtual private network (VPN), a local area network (LAN), a wireless LAN (WLAN), a wide area network (WAN), a wireless WAN (WWAN), a metropolitan area network (MAN), a portion of the Internet, a portion of the public switched telephone network (PSTN), a cellular telephone network, a wireless network, a WiFi network, a WiMax network, another type of network, or a combination of two or more such networks.
The client device 110 may access the various data and applications provided by other entities in the system 100 via web client 112 (e.g., a browser, such as the Internet Explorer® browser developed by Microsoft® Corporation of Redmond, Washington State) or one or more client applications 114. The client device 110 may include one or more client applications 114 (also referred to as “apps”) such as, but not limited to, a web browser, a search engine, a messaging application, an electronic mail (email) application, an e-commerce site application, a mapping or location application, an enterprise resource planning (ERP) application, a customer relationship management (CRM) application, a procurement, spend management and supply chain services application, entity matching system, a user interface for a development landscape build system, and the like.
In some embodiments, one or more client applications 114 may be included in a given client device 110, and configured to locally provide the user interface and at least some of the functionalities, with the client application(s) 114 configured to communicate with other entities in the system 100 (e.g., third-party server system 130, server system 102, etc.), on an as-needed basis, for data and/or processing capabilities not locally available (e.g., access location information, access software version information, access an ERP system, access a CRM system, access machine learning models, access procurement, spend management and supply chain services, entity matching system, to authenticate a user 106, to verify a method of payment, access test data, access a development landscape build system and so forth), to build a new computing system, and so forth. Conversely, one or more applications 114 may not be included in the client device 110, and then the client device 110 may use its web browser to access the one or more applications hosted on other entities in the system 100 (e.g., third-party server system 130, server system 102).
A server system 102 may provide server-side functionality via the network 104 (e.g., the Internet or wide area network (WAN)) to one or more third-party server system 130 and/or one or more client devices 110. The server system 102 may include an application program interface (API) server 120, a web server 122, and a development landscape build system 124 that may be communicatively coupled with one or more databases 126.
The one or more databases 126 may be storage devices that store data related to users of the system 100, applications associated with the system 100, cloud services, machine learning models, parameters, models and scripts for a new computing system build, and so forth. The one or more databases 126 may further store information related to third-party server system 130, third-party applications 132, client devices 110, client applications 114, users 106, and so forth. In one example, the one or more databases 126 is cloud-based storage.
The server system 102 may be a cloud computing environment, according to some example embodiments. The server system 102, and any servers associated with the server system 102, may be associated with a cloud-based application, in one example embodiment.
The development landscape build system 124 may provide back-end support for third-party applications 132 and client applications 114, which may include cloud-based applications. The development landscape build system 124 may provide for generating parameters, models, and scripts for a new computing system build as well as executing such scripts using the parameters and models in a hierarchical manner, as described in further detail below. The development landscape build system 124 may comprise one or more servers or other computing devices or systems.
The system 100 further includes one or more third-party server system 130. The one or more third-party server system 130 may include one or more third-party application(s). The one or more third-party application(s) 132, executing on third-party server(s) 130, may interact with the server system 102 via API server 120 via a programmatic interface provided by the API server 120. For example, one or more of the third-party applications 132 may request and utilize information from the server system 102 via the API server 120 to support one or more features or functions on a website hosted by the third party or an application hosted by the third party.
The third-party website or application 132, for example, may provide access to functionality and data supported by third-party server system 130. In one example embodiment, the third-party website or application 132 may provide access to functionality that is supported by relevant functionality and data in the third-party server system 130. In one example, a third-party server system 130 is a system associated with an entity that accesses cloud services via server system 102.
FIG. 2 is a block diagram illustrating further details of development landscape build system 124. The parametrization system 202 comprises customizing tables 204 and custom configuration sheet 206. The customizing tables 204 and custom configuration sheet 206 are data sources used to generate both standard and customized parameters that are fed into the development landscape build system 124 and used to execute a script or task for installation and configuration of a new computing system 210.
Specifically, customizing tables 204 contain standard parameters that are standard across all new computing system builds. These may change with time; any changes or updates would then apply across all further new computing system builds. One example of a standard parameter is a user of the system and the role assignment for the user. For example, a developer must have specified roles or authorizations. This is a standard defined in the customizing tables 204. Typically, there are hundreds of customizing tables 204 in the development landscape build system 124. In one example, standard parameters may be specified by product type or system type or system role (e.g., system attribute). In this example, only a subset of the standard parameters may be relevant for a given product type, or system type, or system role.
FIG. 3 illustrates an example customizing table 204A that holds data relevant for creation for standard remote function calls (RFCs). This is just one example of hundreds of customization tables that can be used in the development landscape build system 124. The example customizing table 204A comprises a list of activities 302 in the first column. Each activity can be referred to as a key field. The development landscape build system 124 can call the customizing table 204A with a specified key and then read the values 306 in the columns associated with the particular key. For example, the development landscape build system 124 can call the customizing table 204A with the HOTPACKRUL key field 304 and read the values 306 associated with the HOTPACKRUL key field 304.
The development landscape build system 124 can then generate a JSON input an input form, such as a JSON input, for the HOTPACKRUL activity and populate the input form with the values 306 read from the customizing table 204A. FIG. 4 illustrates an example table entry or input form 400 for the HOTPACKRUL activity. Fixed values are entered into the respective fields and variables are maintained with the help of placeholders indicated by parameters with angle brackets < >, such as <SID>, <CLIENT> or $<ALEREMOTE00000020481>. The placeholders will be replaced with real values (e.g., from a custom configuration sheet 206) during runtime.
A configuration script or task uses the JSON input form, such as JSON input, to execute a creation of an RFC based on the values in the input form, during runtime. For example, the data is retrieved at runtime during the build process via a webservice, such as a Customizing Web Services (CWS) in JSON format, and fed as input into the script or task to be executed. An example CWS for the example input form 400 may be:
https://ldciadl.wdf.sap.corp:44315/sap/dlmoat/r3 rfc?activity=HOTPACKRUL&sid =OAS&client=000&sap-client=600. Calling this customized webservice will then populate the placeholders with values and generate the example output 500 shown in FIG. 5 . For instance, the values for placeholders <SID> and <CLIENT> are generated from the custom configuration sheet 206 and added dynamically to the URL as additional arguments. Moreover, a placeholder identifier from Passvault is used to retrieve a password from Passvault which is decrypted and used at runtime whenever it is needed (e.g., like in this example where the password of the RFC user must be entered into the RFC connection). With data taken from the customizing table 204A and the custom configuration sheet 206 and Passvault, the development landscape build system 124 generates the example output 500.
Returning to FIG. 2 , the custom configuration sheet 206 is where custom parameters are generated and stored that are specific to the entity for which the new computing system 210 is being built. These custom parameters include parameters such as a database type, a cloud type, a system type, a client type, a network release, a service level, an installation type, a system role, a product type, or the like. The custom configuration sheet 206 is specific to the new computing system 210 to be built and is different for each computing system to be built. The configuration sheet 206 is a tool for an individual system and client customizing data and acts as a single source of truth for customizing the new computing system 210.
Only content relevant for the intended purpose and scope of the new computing system 210 need be supplied in the custom configuration sheet 206. In one example, this is achieved by selection of a system type, installation type, and system role, as described in further detail below with respect to FIG. 7 .
The development landscape build system 124 further comprises a set of scripts 208. Each configuration step in the build process for a new computing system 210 has one script assigned and does one action in the new computing system 210, such as creating an RFC, as described above. In this way, modules can be re-used during the build workflow in another context, just by feeding them different parameter values. A build comprising installation and configuration of the new computing system 210 is executed via one or more scripts 208 as described in further detail below.
The development landscape build system 124 further comprises a self healer 212 to automatically address any errors in the new computing system 210, and a quality check process 214 and quality check framework 216. The development landscape build system 124 further comprises output 218 that is used in the reporting framework 220 and log framework 222. The reporting tool 224 provides a variety of data including the output from the reporting framework 220 and quality check framework 216. The reporting tool 224 can further provide key performance indicators, such as delivery data and quality, as well as setup time and other data and metrics corresponding to the build of the new computing system 210.
The development landscape build system 124 can also utilize and integrate with other tools 226, such as SLIM, SISM, DUCC, Zeus, IdM, Nagios, ITdirect, BCP, ServiceNow, BKPMON, Procon, SWPM, and the like.
FIG. 6 is a flow chart illustrating aspects of a method 600 for installing and configuring a new computing system customized for a specific entity, according to some example embodiments. For illustrative purposes, method 600 is described with respect to the block diagrams of FIG. 1 and FIG. 2 . It is to be understood that method 600 may be practiced with other system configurations in other embodiments.
In operation 602, a computing system (e.g., server system 102 or development landscape build system 124), receives a selected system attribute (e.g., system role) to be used to build a new computing system (e.g., new computing system 210) for a given entity. For example, a user, via a computing device (e.g., client device 110), interacts with a user interface on the computing device to select a system attribute to be used to build (e.g., install and configure) the new computing system. FIG. 7 illustrates an example user interface 700 for selecting a system role 706 to create a custom configuration sheet 206. In this example, there are three different categories to choose from, including a system type 702, an installation type 704, and a system role 706. It is to be understood that this is just an example; different and more or fewer categories could be used in example embodiments, and different and more or fewer options under each category could be used in example embodiments. In one example, only a system role 706 is needed to generate a custom configuration sheet 206.
As shown in the example user interface 700, a system type 702 can include ABAP (Advanced Business Application Programming) and JAVA as options to choose for system type 702. Other examples of system type 702 include J2EE, combination ABAP and J2EE (double stack), TREX Server, BOE Server, Content Server, LiveCache, Web Dispatcher, Standalone DB, HANA Standalone DB, SLT Replication Server.
The installation type 704 can be a new installation, a re-build, a system/database migration, or a database copy, in this example. The system role 706 can be development, correction, test, consolidation, or translation, in this example. Based on the selected system type 702, a suitable installation type 704 and system role 706 can be selected. As shown in the example in FIG. 7 , the user has selected ABAP as the system type 702, a new installation as the installation type 704, and development as the system role 706. After making selections, the user can select to create configsheet 708 to generate the custom configuration sheet 206. The computing device then sends the selections (e.g., the selected system role or attribute) to the computing system.
After receiving the selected system role or attribute from the computing device, in operation 604, the computing system generates a subset of parameters relevant to the selected system attribute. For example, there may be a plurality of parameters available for a variety of system attributes. The computing system only selects those parameters (a subset) that are relevant to the selected system attribute. In this way, only the subset of parameters relevant to the selected system attribute are then provided to the user, via the computing device, so that the user only has to enter values for those relevant to build the new computing system.
The computing system causes display of the subset of parameters on the computing device. The user can then enter, via the display, values for each parameter of the subset of parameters. The computing device sends these entered values to the computing system. In operation 604 the computing system receives, from the computing device, the values corresponding to each parameter of the subset of parameters relevant to the selected system attribute. In operation 606, the computing system stores, as custom parameters in a database (e.g., database 126), the values corresponding to each parameter of the subset of parameters relevant to the selected system attribute. In one example, the custom parameters are stored in the database as a custom configuration sheet 206.
After the custom configuration sheet 206 is generated with the custom parameters, a business process modeler application is used to define business processes to be executed during the build for the new computing system. Scripts are assigned to each defined business process that is executed during the build for the new computing system. Each configuration step comprises a script and is included in a final level of a hierarchy for execution during a build of a new computing system, as explained further below.
To start the build process for the new computing device, the build can be accomplished by a single mouse click or other input to indicate the build should start. To start the build process, the computing system retrieves standard parameters from a set of tables in a database (e.g., database 126). As explained above, these standard parameters can be stored in customizing tables 204. The computing system also retrieves the custom parameters (e.g., custom configuration sheet 206) from the database. In operation 608, the computing system inputs the standard parameters and custom parameters into a decision and execution hierarchy. The decision and execution hierarchy comprises a plurality of levels for execution, and the final level of the plurality of the levels comprises scripts for execution. These are the scripts developed previously that are assigned to a configuration step that can be executed during the build process. Only a subset of these scripts is executed depending on custom parameters for the new computing system.
FIG. 8 illustrates an example hierarchy 800 comprising six levels. The first five levels 802-810 each comprises sublevels where each sublevel is a decision point for moving to a next level of the hierarchy 800. For example, the first level 802, indicated by M1, comprises sublevels W1, W2, W . . . of the second level 804. Each sublevel of the second level 804 comprises specified sublevels of the third sublevel 808, and so forth until the final or sixth level 812, which does not contain any sublevels. Instead, the final level 812 comprises a plurality of configuration steps which are scripts for execution based on traversing the decision and execution hierarchy 800. It is to be understood that the six levels in the example hierarchy 800 are used as an example and that any number of levels can be used in example embodiments.
In one example, the example hierarchy 800 comprises an M-level as the highest level, which is the build wrapper calling the phases, the phases (W-level), sub-phases (A-level), configuration scenarios (S-level), configuration processes (P-level), and configuration steps (C-level). To use a specific example, we will step through the hierarchy from the build wrapper phase (M1) through a configuration step Cl to create an RFC to an ABAP Test Cockpit (ATC) reference system. In this example, the wrapper level M1 (802) is always performed, there is no exception. In one example, the wrapper level M1 (802) checks the operating system (OS) and database (DB) type. For example, if the development landscape build system 124 only supports Linux systems and not Windows for an operating system and HDB and DB2 but not MaxDB or mySQL as database types, phase installation (the second-level, W-level) is only executed for the supported OS and DB. In one example, the flow condition towards the phase installation is:
    • ${
    • variables:equals(OSTYPE, “L”) and
    • variables:containsAny(DBTYPE, “HDB”, “DB6”)
    • }
      Variables OSTYPE and DBTYPE and their technical values are from custom configuration sheet 206 in this case. If the OS and DB type in the custom configuration sheet 206 are not supported, then a prompt to manually configure the system is provided. After determining that the OS and DB type are supported, based on the technical values for the OS type and DB type in the custom configuration sheet 206, the process continues to the next level of the hierarchy, which is the W-level 804 in this example.
In the W-level phase may comprise a main configuration phase (e.g., W1). From the main configuration phase W1, a sub-phase in the third level (A-level 806) for a standard system and landscape configuration (e.g., S1) is always performed without exception. Therefore, in this example no input is required to take a decision. In the standard system and landscape configuration sub-phase, the need of an ATC configuration is checked. In one example, the condition flow towards configuring an ATC is:
    • ${
    • variables:equals(ATC_RUNNING, true)
    • }
      The value is taken from custom configuration sheet 206 in this case. If the condition is true, the ATC will be configured, otherwise it is entirely skipped and the development landscape build system 124 would immediately proceed to a configuration scenario to configure PQP. In this example, assuming that the condition is true, the process continues to the next level of the hierarchy, which is the fourth level (S-level 808) in this example. In the configuration scenario to configure the ATC (e.g., S1), the development landscape build system 124 checks whether the system is a so-called ATC execution system or a target system. The flow condition towards the ATC execution system is:
    • ${
    • variables:equals(ATC_CHECKM_REQ, “01”)
    • }
      The value is taken from the custom configuration sheet 206 in this case. In the case where the system is an ATC execution system, the process continues to a configuration process in the next level of the hierarchy, with is the P-level 810 in this example. In this example, the configuration process is “maintain basic ATC settings in ATC execution system” (e.g., P1). For this configuration process to maintain basic ATC settings in ATC execution system, the development landscape build system 124 checks whether a so-called reference system exists, usually withing the system landscape of a previous release. The flow condition for this is:
    • ${
    • variables:equals(CHECKS_PROF_COPY, “X”) and
    • variables:isEmpty(SETUP_REFERENCE_SID)
    • }
      Both these values are taken from the custom configuration sheet 206 in this case. The above flow condition is followed in the case where a reference system is not provided and the copy of the ATC check profile is requested. Assuming that a reference system has been provided, the process continues to a configuration step (e.g., C1) for creating an RFC to an ATC reference system in the C-level of the hierarchy. The configuration step Cl is then executed, as shown an explained below with reference to FIG. 10 .
Returning to FIG. 6 , the computing system executes a subset of the plurality of scripts for execution based on traversing the decision and execution hierarchy using the standard parameters and custom parameters to install and configure the new computing system for the given entity, in operation 610. For example, an input form (as explained above) is generated for each component in the hierarchy. For example, an input form is generated for M1, an input form is generated for W1, an input form is generated for W2, and an input form is generated for each of A1-A4, S1-S2, P11, P12, P21, P22, and C111-C222. FIG. 9 shows a table 900 indicating how an input form corresponds to each component in the hierarchy. In the example table 900, the input form 902 for M1, which is the first level in the hierarchy, comprises “Ecs Key”, which is a reference to the custom configuration sheet 206 for the new computing system. During execution, the computing system uses parameters in the custom configuration sheet 206 and the parameters in the customizing tables 204 that correspond to the specified Ecs Key and standard parameters to determine which sublevel (in second level 804) to which to branch. The same process is used for the rest of the levels 802-810 (e.g., all levels but the last level 812 that comprises the configuration steps) using their corresponding input forms as shown with reference number 904 in FIG. 9 .
Likewise, each configuration step has an associated input form (such as input form 400 in shown in FIG. 4 and described above) and examples of these input forms for C1-C4 are shown as reference number 906 in FIG. 9 . Note that these input forms also comprise parameters (e.g., par1, par2, par3, par4, par5, par6, par6, par8) that are used in execution of the configuration step (e.g., script).
Returning to FIG. 8 for a high-level summary, in one example the example hierarchy 800 is traversed by first evaluating standard and custom parameters, using the input form for M1, to determine whether to branch to sublevel W1 or W2 at second level 804. If the computing system determines, based on the evaluation of the standard and custom parameters, that it should branch to W1, the computing system then evaluates standard and custom parameters using the input form for W1 to determine whether it should brand to sublevel A1 or A2 at third level 806. The computing system uses the same process to then branch to Si in the fourth level 808, P2 in the fifth level 810, and then executes the configuration steps from P2 that comprise C3 and C4 using the input forms for each of C3 and C4.
In one example, indications on which processes can be executed in parallel and which processes are dependent upon another process and thus, must be executed in a particular order, are built into the hierarchy. For example, a parallel gateway or other indicator can be used to indicate parallel flows to execute independent activities in a parallel matter. In another example, a flow from a first process or activity to a second process or activity can indicate that the second process or activity is dependent on the first process or activity. Thus, the second process or activity will only execute when the first process or activity is completed.
As explained above, a configuration step is the smallest entity and on the lowest level of the hierarchy. In one example, the hierarchy is maintained in an open-source workflow engine, Flowable. It is to be understood that different environments or tools can be used in example embodiments. In example embodiments, there may be over a thousand or thousands of individual configuration steps. As also explained above, a configuration step is in the form of a script and is a business process which consists of many elements that serve a specific purpose, such as the RFC example shown in FIG. 4 and described above.
FIG. 10 illustrates an example model 1000 for a configuration step for creating an RFC connection or destination to other systems. At a start event 1002, the computing system reads the parameter values relevant for the script. As explained above, this is done using the input form corresponding to the configuration step. For example, to create an RFC connection, certain values are needed, such as the target system, the target client, the user, the password, and so forth. The values for these parameters are all part of the corresponding input form. Using the values, the RFC is created at operation 1004.
The configuration can be verified by a quality check 1006. The quality check 1006 is a service task to make sure that the configuration was done successfully. If the quality check 1006 returns a success (e.g., no errors were found) then the process ends at the end event 1008. If the quality check 1006 detects at least one error, then the computing system sets the specific error text at 1010 based on return codes returned from the quality check 1006 and proceeds to the self-healing (e.g., via self-healer 212 of FIG. 2 ). For example, the respective error text triggers the required self-healing via respective flow conditions and thus, the system executes a self-healing process specific for the error type. Various self-healing tasks can be included in the configuration step. In this way, some errors can be automatically fixed.
After self-healing, a quality check 1006 is again performed to check if any further errors are detected. If the exact same error occurs a second time, the process flow is directed toward error handling to avoid a loop. For error handling, there are two options, depending on the severity of the error. For example, in the case where the overall build workflow can proceed despite the presence of an error, the error type is a non-fatal error and the computing system directs the flow to the non-fatal error branch 1014 and proceeds to creating a quality issue and sending a notification at operation 1012 (e.g., to a recipient such as a system builder or build lead). A non-fatal error can typically be handled at any later point in time.
In the case where the build must stop because the error happens at a configuration step which is a prerequisite for the build workflow to proceed and later configuration steps to be successful, the computing system directs the flow to the fatal error branch 1016 for a manual intervention 1018. For example, the computing system creates a quality issue and send an error notification like described above for the non-fatal error. The build resumes only after the root cause of the error has been eliminated (e.g., by a system builder) or after a system builder decides to do the configuration manually in the system or ignore the error.
In view of the above disclosure, various examples are set forth below. It should be noted that one or more features of an example, taken in isolation or combination, should be considered withing the disclosure of this application.
Example 1. A computer-implemented method comprising:
    • receiving, from a computing device by a computing system, a selected system attribute to be used to build a new computing system for a given entity;
    • generating, by the computing system, a subset of parameters relevant to the selected system attribute, from a plurality of parameters available for a variety of system attributes;
    • causing, by the computing system, display of the subset of the parameters on the computing device;
    • receiving, from the computing device by the computing device, values corresponding to each parameter of the subset of the parameters relevant to the selected system attribute;
    • storing as custom parameters in a database, by the computing system, the values corresponding to each of the subset of the parameters relevant to the selected system attribute;
    • retrieving, by a computing system, standard parameters from a set of tables in the database;
    • retrieving, by the computing system, the custom parameters from the database;
    • inputting, by the computing system, the standard parameters and custom parameters into a decision and execution hierarchy having a plurality of levels for execution, wherein a final level in the decision and execution hierarchy comprises a plurality of scripts for execution; and executing, by the computing system, a subset of the plurality of scripts for execution based on traversing the decision and execution hierarchy using the standard parameters and custom parameters to install and configure the new computing system for the given entity.
Example 2. A computer-implemented method according to any of the previous examples, wherein the custom parameters are parameters that are used to build the new computing system as a custom computing system.
Example 3. A computer-implemented method according to any of the previous examples, wherein the standard parameters are parameters that are standard for building any final computing system.
Example 4. A computer-implemented method according to any of the previous examples, wherein an input form is generated for each of the plurality of scripts, the input form comprising the parameters for execution of a respective script.
Example 5. A computer-implemented method according to any of the previous examples, wherein after successful execution of each script of the subset of the plurality of scripts, the method comprises:
    • performing a quality check to determine whether any errors are present;
    • based on determining at least one error is present, determining an error type; and executing a self-healing process specific for the error type.
Example 6. A computer-implemented method according to any of the previous examples, further comprising:
    • determining that the error type is a non-fatal error; and
    • generating a quality issue and sending a notification corresponding to the error type.
Example 7. A computer-implemented method according to any of the previous examples, further comprising:
    • determining that the error type is fatal, indicating that completion of a script is a prerequisite for a build of the new computing system to proceed; and
    • stopping execution of the subset of the plurality of scripts.
Example 8. A computer-implemented method according to any of the previous examples, wherein each level of the plurality of levels before the final level comprises sublevels, wherein each sublevel is a decision point for moving to a next level of the plurality of levels.
Example 9. A system comprising:
    • a memory that stores instructions; and
    • one or more processors configured by the instructions to perform operations comprising:
      • receiving, from a computing device, a selected system attribute to be used to build a new computing system for a given entity;
      • generating a subset of parameters relevant to the selected system attribute, from a plurality of parameters available for a variety of system attributes;
      • causing display of the subset of the parameters on the computing device;
      • receiving, from the computing device, values corresponding to each parameter of the subset of the parameters relevant to the selected system attribute;
      • storing, as custom parameters in a database, the values corresponding to each of the subset of the parameters relevant to the selected system attribute;
      • retrieving standard parameters from a set of tables in the database;
      • retrieving the custom parameters from the database;
      • inputting the standard parameters and custom parameters into a decision and execution hierarchy having a plurality of levels for execution, wherein a final level in the decision and execution hierarchy comprises a plurality of scripts for execution; and
      • executing a subset of the plurality of scripts for execution based on traversing the decision and execution hierarchy using the standard parameters and custom parameters to install and configure the new computing system for the given entity.
Example 10. A system according to any of the previous examples, wherein the custom parameters are parameters that are used to build the new computing system as a custom computing system.
Example 11. A system according to any of the previous examples, wherein the standard parameters are parameters that are standard for building any final computing system.
Example 12. A system according to any of the previous examples, wherein an input form is generated for each of the plurality of scripts, the input form comprising the parameters for execution of a respective script.
Example 13. A system according to any of the previous examples, wherein after successful execution of each script of the subset of the plurality of scripts, the operations comprise:
performing a quality check to determine whether any errors are present;
based on determining at least one error is present, determining an error type; and
    • executing a self-healing process specific for the error type.
Example 14. A system according to any of the previous examples, further comprising:
    • determining that the error type is a non-fatal error; and
    • generating a quality issue and sending a notification corresponding to the error type.
Example 15. A system according to any of the previous examples, further comprising:
    • determining that the error type is fatal, indicating that completion of a script is a prerequisite for a build of the new computing system to proceed; and
    • stopping execution of the subset of the plurality of scripts.
Example 16. A system according to any of the previous examples, wherein each level of the plurality of levels before the final level comprises sublevels, wherein each sublevel is a decision point for moving to a next level of the plurality of levels.
Example 17. A non-transitory computer-readable medium comprising instructions stored thereon that are executable by at least one processor to cause a computing device to perform operations comprising:
    • receiving, from a computing device, a selected system attribute to be used to build a new computing system for a given entity;
    • generating a subset of parameters relevant to the selected system attribute, from a plurality of parameters available for a variety of system attributes;
    • causing display of the subset of the parameters on the computing device;
    • receiving, from the computing device, values corresponding to each parameter of the subset of the parameters relevant to the selected system attribute;
    • storing, as custom parameters in a database, the values corresponding to each of the subset of the parameters relevant to the selected system attribute;
    • retrieving standard parameters from a set of tables in the database;
    • retrieving the custom parameters from the database;
    • inputting the standard parameters and custom parameters into a decision and execution hierarchy having a plurality of levels for execution, wherein a final level in the decision and execution hierarchy comprises a plurality of scripts for execution; and
    • executing a subset of the plurality of scripts for execution based on traversing the decision and execution hierarchy using the standard parameters and custom parameters to install and configure the new computing system for the given entity.
Example 18. A non-transitory computer-readable medium according to any of the previous examples, wherein an input form is generated for each of the plurality of scripts, the input form comprising the parameters for execution of a respective script.
Example 19. A non-transitory computer-readable medium according to any of the previous examples, wherein after successful execution of each script of the subset of the plurality of scripts, the operations comprise:
    • performing a quality check to determine whether any errors are present;
    • based on determining at least one error is present, determining an error type;
    • executing a self-healing process specific for the error type;
    • based on determining that the error type is a non-fatal error, generating a quality issue and sending a notification corresponding to the error type; and
    • based on determining that the error type is fatal, indicating that completion of a script is a prerequisite for a build of the new computing system to proceed, stopping execution of the subset of the plurality of scripts.
Example 20. A non-transitory computer-readable medium according to any of the previous examples, wherein each level of the plurality of levels before the final level comprises sublevels, wherein each sublevel is a decision point for moving to a next level of the plurality of levels.
FIG. 12 is a block diagram 1200 illustrating software architecture 1202, which can be installed on any one or more of the devices described above. For example, in various embodiments, client devices 110 and servers and systems 130, 102, 120, 122, and 124 may be implemented using some or all of the elements of software architecture 1202. FIG. 12 is merely a non-limiting example of a software architecture, and it will be appreciated that many other architectures can be implemented to facilitate the functionality described herein. In various embodiments, the software architecture 1202 is implemented by hardware such as machine 1300 of FIG. 13 that includes processors 1310, memory 1330, and I/O components 1350. In this example, the software architecture 1202 can be conceptualized as a stack of layers where each layer may provide a particular functionality. For example, the software architecture 1202 includes layers such as an operating system 1204, libraries 1206, frameworks 1208, and applications 1210. Operationally, the applications 1210 invoke application programming interface (API) calls 1212 through the software stack and receive messages 1214 in response to the API calls 1212, consistent with some embodiments.
In various implementations, the operating system 1204 manages hardware resources and provides common services. The operating system 1204 includes, for example, a kernel 1220, services 1222, and drivers 1224. The kernel 1220 acts as an abstraction layer between the hardware and the other software layers, consistent with some embodiments. For example, the kernel 1220 provides memory management, processor management (e.g., scheduling), component management, networking, and security settings, among other functionality. The services 1222 can provide other common services for the other software layers. The drivers 1224 are responsible for controlling or interfacing with the underlying hardware, according to some embodiments. For instance, the drivers 1224 can include display drivers, camera drivers, BLUETOOTH® or BLUETOOTH® Low Energy drivers, flash memory drivers, serial communication drivers (e.g., Universal Serial Bus (USB) drivers), WI-FI® drivers, audio drivers, power management drivers, and so forth.
In some embodiments, the libraries 1206 provide a low-level common infrastructure utilized by the applications 1210. The libraries 1206 can include system libraries 1230 (e.g., C standard library) that can provide functions such as memory allocation functions, string manipulation functions, mathematic functions, and the like. In addition, the libraries 1206 can include API libraries 1232 such as media libraries (e.g., libraries to support presentation and manipulation of various media formats such as Moving Picture Experts Group-4 (MPEG4), Advanced Video Coding (H.264 or AVC), Moving Picture Experts Group Layer-3 (MP3), Advanced Audio Coding (AAC), Adaptive Multi-Rate (AMR) audio codec, Joint Photographic Experts Group (JPEG or JPG), or Portable Network Graphics (PNG)), graphics libraries (e.g., an OpenGL framework used to render in two dimensions (2D) and in three dimensions (3D) graphic content on a display), database libraries (e.g., SQLite to provide various relational database functions), web libraries (e.g., WebKit to provide web browsing functionality), and the like. The libraries 1206 can also include a wide variety of other libraries 1234 to provide many other APIs to the applications 1210.
The frameworks 1208 provide a high-level common infrastructure that can be utilized by the applications 1210, according to some embodiments. For example, the frameworks 1208 provide various graphic user interface (GUI) functions, high-level resource management, high-level location services, and so forth. The frameworks 1208 can provide a broad spectrum of other APIs that can be utilized by the applications 1210, some of which may be specific to a particular operating system 1204 or platform.
In an example embodiment, the applications 1210 include a home application 1250, a contacts application 1252, a browser application 1254, a book reader application 1256, a location application 1258, a media application 1260, a messaging application 1262, a game application 1264, and a broad assortment of other applications such as third- party applications 1266 and 1267. According to some embodiments, the applications 1210 are programs that execute functions defined in the programs. Various programming languages can be employed to create one or more of the applications 1210, structured in a variety of manners, such as object-oriented programming languages (e.g., Objective-C, Java, or C++) or procedural programming languages (e.g., C or assembly language). In a specific example, the third-party application 1266 (e.g., an application developed using the ANDROID™ or IOS™ software development kit (SDK) by an entity other than the vendor of the particular platform) may be mobile software running on a mobile operating system such as IOS™, ANDROID™, WINDOWS® Phone, or another mobile operating system. In this example, the third-party application 1266 can invoke the API calls 1212 provided by the operating system 1204 to facilitate functionality described herein.
FIG. 13 is a block diagram illustrating components of a machine 1300, according to some embodiments, able to read instructions from a machine-readable medium (e.g., a machine-readable storage medium) and perform any one or more of the methodologies discussed herein. Specifically, FIG. 13 shows a diagrammatic representation of the machine 1300 in the example form of a computer system, within which instructions 1316 (e.g., software, a program, an application 1210, an applet, an app, or other executable code) for causing the machine 1300 to perform any one or more of the methodologies discussed herein can be executed. In alternative embodiments, the machine 1300 operates as a standalone device or can be coupled (e.g., networked) to other machines. In a networked deployment, the machine 1300 may operate in the capacity of a server machine or system 130, 102, 120, 122, 124, etc., or a client device 110 in a server-client network environment, or as a peer machine in a peer-to-peer (or distributed) network environment. The machine 1300 can comprise, but not be limited to, a server computer, a client computer, a personal computer (PC), a tablet computer, a laptop computer, a netbook, a personal digital assistant (PDA), an entertainment media system, a cellular telephone, a smart phone, a mobile device, a wearable device (e.g., a smart watch), a smart home device (e.g., a smart appliance), other smart devices, a web appliance, a network router, a network switch, a network bridge, or any machine capable of executing the instructions 1316, sequentially or otherwise, that specify actions to be taken by the machine 1300. Further, while only a single machine 1300 is illustrated, the term “machine” shall also be taken to include a collection of machines 1300 that individually or jointly execute the instructions 1316 to perform any one or more of the methodologies discussed herein.
In various embodiments, the machine 1300 comprises processors 1310, memory 1330, and I/O components 1350, which can be configured to communicate with each other via a bus 1302. In an example embodiment, the processors 1310 (e.g., a central processing unit (CPU), a reduced instruction set computing (RISC) processor, a complex instruction set computing (CISC) processor, a graphics processing unit (GPU), a digital signal processor (DSP), an application specific integrated circuit (ASIC), a radio-frequency integrated circuit (RFIC), another processor, or any suitable combination thereof) include, for example, a processor 1312 and a processor 1314 that may execute the instructions 1316. The term “processor” is intended to include multi-core processors 1310 that may comprise two or more independent processors 1312, 1314 (also referred to as “cores”) that can execute instructions 1316 contemporaneously. Although FIG. 13 shows multiple processors 1310, the machine 1300 may include a single processor 1310 with a single core, a single processor 1310 with multiple cores (e.g., a multi-core processor 1310), multiple processors 1312, 1314 with a single core, multiple processors 1312, 1314 with multiples cores, or any combination thereof.
The memory 1330 comprises a main memory 1332, a static memory 1334, and a storage unit 1336 accessible to the processors 1310 via the bus 1302, according to some embodiments. The storage unit 1336 can include a machine-readable medium 1338 on which are stored the instructions 1316 embodying any one or more of the methodologies or functions described herein. The instructions 1316 can also reside, completely or at least partially, within the main memory 1332, within the static memory 1334, within at least one of the processors 1310 (e.g., within the processor's cache memory), or any suitable combination thereof, during execution thereof by the machine 1300. Accordingly, in various embodiments, the main memory 1332, the static memory 1334, and the processors 1310 are considered machine-readable media 1338.
As used herein, the term “memory” refers to a machine-readable medium 1338 able to store data temporarily or permanently and may be taken to include, but not be limited to, random-access memory (RAM), read-only memory (ROM), buffer memory, flash memory, and cache memory. While the machine-readable medium 1338 is shown, in an example embodiment, to be a single medium, the term “machine-readable medium” should be taken to include a single medium or multiple media (e.g., a centralized or distributed database, or associated caches and servers) able to store the instructions 1316. The term “machine-readable medium” shall also be taken to include any medium, or combination of multiple media, that is capable of storing instructions (e.g., instructions 1316) for execution by a machine (e.g., machine 1300), such that the instructions 1316, when executed by one or more processors of the machine 1300 (e.g., processors 1310), cause the machine 1300 to perform any one or more of the methodologies described herein. Accordingly, a “machine-readable medium” refers to a single storage apparatus or device, as well as “cloud-based” storage systems or storage networks that include multiple storage apparatus or devices. The term “machine-readable medium” shall accordingly be taken to include, but not be limited to, one or more data repositories in the form of a solid-state memory (e.g., flash memory), an optical medium, a magnetic medium, other non-volatile memory (e.g., erasable programmable read-only memory (EPROM)), or any suitable combination thereof. The term “machine-readable medium” specifically excludes non-statutory signals per se.
The I/O components 1350 include a wide variety of components to receive input, provide output, produce output, transmit information, exchange information, capture measurements, and so on. In general, it will be appreciated that the I/O components 1350 can include many other components that are not shown in FIG. 13 . The I/O components 1350 are grouped according to functionality merely for simplifying the following discussion, and the grouping is in no way limiting. In various example embodiments, the I/O components 1350 include output components 1352 and input components 1354. The output components 1352 include visual components (e.g., a display such as a plasma display panel (PDP), a light emitting diode (LED) display, a liquid crystal display (LCD), a projector, or a cathode ray tube (CRT)), acoustic components (e.g., speakers), haptic components (e.g., a vibratory motor), other signal generators, and so forth. The input components 1354 include alphanumeric input components (e.g., a keyboard, a touch screen configured to receive alphanumeric input, a photo-optical keyboard, or other alphanumeric input components), point-based input components (e.g., a mouse, a touchpad, a trackball, a joystick, a motion sensor, or other pointing instruments), tactile input components (e.g., a physical button, a touch screen that provides location and force of touches or touch gestures, or other tactile input components), audio input components (e.g., a microphone), and the like.
In some further example embodiments, the I/O components 1350 include biometric components 1356, motion components 1358, environmental components 1360, or position components 1362, among a wide array of other components. For example, the biometric components 1356 include components to detect expressions (e.g., hand expressions, facial expressions, vocal expressions, body gestures, or eye tracking), measure biosignals (e.g., blood pressure, heart rate, body temperature, perspiration, or brain waves), identify a person (e.g., voice identification, retinal identification, facial identification, fingerprint identification, or electroencephalogram based identification), and the like. The motion components 1358 include acceleration sensor components (e.g., accelerometer), gravitation sensor components, rotation sensor components (e.g., gyroscope), and so forth. The environmental components 1360 include, for example, illumination sensor components (e.g., photometer), temperature sensor components (e.g., one or more thermometers that detect ambient temperature), humidity sensor components, pressure sensor components (e.g., barometer), acoustic sensor components (e.g., one or more microphones that detect background noise), proximity sensor components (e.g., infrared sensors that detect nearby objects), gas sensor components (e.g., machine olfaction detection sensors, gas detection sensors to detect concentrations of hazardous gases for safety or to measure pollutants in the atmosphere), or other components that may provide indications, measurements, or signals corresponding to a surrounding physical environment. The position components 1362 include location sensor components (e.g., a Global Positioning System (GPS) receiver component), altitude sensor components (e.g., altimeters or barometers that detect air pressure from which altitude may be derived), orientation sensor components (e.g., magnetometers), and the like.
Communication can be implemented using a wide variety of technologies. The I/O components 1350 may include communication components 1364 operable to couple the machine 1300 to a network 1380 or devices 1370 via a coupling 1382 and a coupling 1372, respectively. For example, the communication components 1364 include a network interface component or another suitable device to interface with the network 1380. In further examples, communication components 1364 include wired communication components, wireless communication components, cellular communication components, near field communication (NFC) components, BLUETOOTH® components (e.g., BLUETOOTH® Low Energy), WI-FI® components, and other communication components to provide communication via other modalities. The devices 1370 may be another machine 1300 or any of a wide variety of peripheral devices (e.g., a peripheral device coupled via a Universal Serial Bus (USB)).
Moreover, in some embodiments, the communication components 1364 detect identifiers or include components operable to detect identifiers. For example, the communication components 1364 include radio frequency identification (RFID) tag reader components, NFC smart tag detection components, optical reader components (e.g., an optical sensor to detect one-dimensional bar codes such as a Universal Product Code (UPC) bar code, multi-dimensional bar codes such as a Quick Response (QR) code, Aztec Code, Data Matrix, Dataglyph, MaxiCode, PDF417, Ultra Code, Uniform Commercial Code Reduced Space Symbology (UCC RSS)-2D bar codes, and other optical codes), acoustic detection components (e.g., microphones to identify tagged audio signals), or any suitable combination thereof. In addition, a variety of information can be derived via the communication components 1364, such as location via Internet Protocol (IP) geo-location, location via WI-FI® signal triangulation, location via detecting a BLUETOOTH® or NFC beacon signal that may indicate a particular location, and so forth.
In various example embodiments, one or more portions of the network 1380 can be an ad hoc network, an intranet, an extranet, a virtual private network (VPN), a local area network (LAN), a wireless LAN (WLAN), a wide area network (WAN), a wireless WAN (WWAN), a metropolitan area network (MAN), the Internet, a portion of the Internet, a portion of the public switched telephone network (PSTN), a plain old telephone service (POTS) network, a cellular telephone network, a wireless network, a WI-FI® network, another type of network, or a combination of two or more such networks. For example, the network 1380 or a portion of the network 1380 may include a wireless or cellular network, and the coupling 1382 may be a Code Division Multiple Access (CDMA) connection, a Global System for Mobile communications (GSM) connection, or another type of cellular or wireless coupling. In this example, the coupling 1382 can implement any of a variety of types of data transfer technology, such as Single Carrier Radio Transmission Technology (1×RTT), Evolution-Data Optimized (EVDO) technology, General Packet Radio Service (GPRS) technology, Enhanced Data rates for GSM Evolution (EDGE) technology, third Generation Partnership Project (3GPP) including 3G, fourth generation wireless (4G) networks, Universal Mobile Telecommunications System (UMTS), High Speed Packet Access (HSPA), Worldwide Interoperability for Microwave Access (WiMAX), Long Term Evolution (LTE) standard, others defined by various standard-setting organizations, other long range protocols, or other data transfer technology.
In example embodiments, the instructions 1316 are transmitted or received over the network 1380 using a transmission medium via a network interface device (e.g., a network interface component included in the communication components 1364) and utilizing any one of a number of well-known transfer protocols (e.g., Hypertext Transfer Protocol (HTTP)). Similarly, in other example embodiments, the instructions 1316 are transmitted or received using a transmission medium via the coupling 1372 (e.g., a peer-to-peer coupling) to the devices 1370. The term “transmission medium” shall be taken to include any intangible medium that is capable of storing, encoding, or carrying the instructions 1316 for execution by the machine 1300, and includes digital or analog communications signals or other intangible media to facilitate communication of such software.
Furthermore, the machine-readable medium 1338 is non-transitory (in other words, not having any transitory signals) in that it does not embody a propagating signal. However, labeling the machine-readable medium 1338 “non-transitory” should not be construed to mean that the medium is incapable of movement; the medium 1338 should be considered as being transportable from one physical location to another. Additionally, since the machine-readable medium 1338 is tangible, the medium 1338 may be considered to be a machine-readable device.
Throughout this specification, plural instances may implement components, operations, or structures described as a single instance. Although individual operations of one or more methods are illustrated and described as separate operations, one or more of the individual operations may be performed concurrently, and nothing requires that the operations be performed in the order illustrated. Structures and functionality presented as separate components in example 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 fall within the scope of the subject matter herein.
Although an overview of the inventive subject matter has been described with reference to specific example embodiments, various modifications and changes may be made to these embodiments without departing from the broader scope of embodiments of the present disclosure.
The embodiments illustrated herein are described in sufficient detail to enable those skilled in the art to practice the teachings disclosed. Other embodiments may be used and derived therefrom, such that structural and logical substitutions and changes may be made without departing from the scope of this disclosure. The Detailed Description, therefore, is not to be taken in a limiting sense, and the scope of various embodiments is defined only by the appended claims, along with the full range of equivalents to which such claims are entitled.
As used herein, the term “or” may be construed in either an inclusive or exclusive sense. Moreover, plural instances may be provided for resources, operations, or structures described herein as a single instance. Additionally, boundaries between various resources, operations, modules, engines, and data stores are somewhat arbitrary, and particular operations are illustrated in a context of specific illustrative configurations. Other allocations of functionality are envisioned and may fall within a scope of various embodiments of the present disclosure. In general, structures and functionality presented as separate resources in the example configurations may be implemented as a combined structure or resource. Similarly, structures and functionality presented as a single resource may be implemented as separate resources. These and other variations, modifications, additions, and improvements fall within a scope of embodiments of the present disclosure as represented by the appended claims. The specification and drawings are, accordingly, to be regarded in an illustrative rather than a restrictive sense.

Claims (20)

What is claimed is:
1. A computer-implemented method comprising:
receiving, from a computing device by a computing system, a selected system attribute to be used to build a new computing system for a given entity;
selecting, from a plurality of parameters available for a variety of system attributes, by the computing system, only parameters relevant to the selected system attribute, to generate relevant parameters to the selected system attribute;
receiving, from the computing device by the computing system a value for each parameter of the relevant parameters to the selected system attribute;
storing as custom parameters in a database, by the computing system, the value for each parameter of the relevant parameters to the selected system attribute;
defining business processes to be executed during a build for the new computing system based on the custom parameters;
assigning a script to each defined business process;
retrieving, from a set of tables in the database, by the computing system, standard parameters relevant to the selected system attribute, the standard parameters comprising parameters that are standard across all computing system builds for the selected system attribute;
traversing a decision and execution hierarchy having a plurality of levels for execution by evaluating the standard parameters and the custom parameters at each level of the hierarchy to determine which component on a next level of the hierarchy to branch to next, wherein a final level of each branch in the decision and execution hierarchy comprises one or more scripts, of the scripts assigned to each defined business process, for execution to build the new computing system for the given entity for execution; and
executing, by the computing system, scripts in the final level of the decision and execution hierarchy based on traversing the decision and execution hierarchy and using the standard parameters and custom parameters to install and configure the new computing system for the given entity.
2. The computer-implemented method of claim 1, wherein the custom parameters are parameters that are used to build the new computing system as a custom computing system.
3. The computer-implemented method of claim 1, wherein an input form is generated for each of the scripts, the input form comprising the parameters for execution of a respective script.
4. The computer-implemented method of claim 1, wherein after successful execution of each script, the method comprises:
performing a quality check to determine whether any errors are present;
based on determining at least one error is present, determining an error type; and
executing a self-healing process specific for the error type.
5. The computer-implemented method of claim 4, further comprising:
determining that the error type is a non-fatal error; and
generating a quality issue and sending a notification corresponding to the error type.
6. The computer-implemented method of claim 4, further comprising:
determining that the error type is fatal, indicating that completion of a script is a prerequisite for a build of the new computing system to proceed; and
stopping execution of the scripts in the final level of the decision and execution hierarchy.
7. The computer-implemented method of claim 1,
wherein each level of the plurality of levels before the final level comprises sublevels, wherein each sublevel is a decision point for moving to a next level of the plurality of levels.
8. The computer-implemented method of claim 1, wherein the custom parameters are stored to a custom configuration sheet specific to the new computing system to be built for the given entity.
9. The computer-implemented method of claim 1, wherein the selected system attribute comprises at least one of a system type, an installation type, and a system role.
10. A system comprising:
a memory that stores instructions; and
one or more processors configured by the instructions to perform operations comprising:
receiving, from a computing device, a selected system attribute to be used to build a new computing system for a given entity;
selecting, from a plurality of parameters available for a variety of system attributes, only parameters relevant to the selected system attribute, to generate relevant parameters to the selected system attribute;
receiving, from the computing device, a value for each parameter of the relevant parameters to the selected system attribute;
storing, as custom parameters in a database, the value for each parameter of the relevant parameters to the selected system attribute;
defining business processes to be executed during a build for the new computing system based on the custom parameters;
assigning a script to each defined business process;
retrieving, from a set of tables in the database, standard parameters relevant to the selected system attribute, the standard parameters comprising parameters that are standard across all computing system builds for the selected system attribute;
traversing a decision and execution hierarchy having a plurality of levels for execution by evaluating the standard parameters and the custom parameters at each level of the hierarchy to determine which component on a next level of the hierarchy to branch to next, wherein a final level of each branch in the decision and execution hierarchy comprises one or more scripts, of the scripts assigned to each defined business process, for execution to build the new computing system for the given entity for execution; and
executing scripts in the final level of the decision and execution hierarchy based on traversing the decision and execution hierarchy and using the standard parameters and custom parameters to install and configure the new computing system for the given entity.
11. The system of claim 10, wherein the custom parameters are parameters that are used to build the new computing system as a custom computing system.
12. The system of claim 10, wherein an input form is generated for each of the scripts, the input form comprising the parameters for execution of a respective script.
13. The system of claim 10, wherein after successful execution of each script, the operations comprise:
performing a quality check to determine whether any errors are present;
based on determining at least one error is present, determining an error type; and
executing a self-healing process specific for the error type.
14. The system of claim 13, further comprising:
determining that the error type is a non-fatal error; and
generating a quality issue and sending a notification corresponding to the error type.
15. The system of claim 13, further comprising:
determining that the error type is fatal, indicating that completion of a script is a prerequisite for a build of the new computing system to proceed; and
stopping execution of the scripts.
16. The system of claim 10, wherein each level of the plurality of levels before the final level comprises sublevels, wherein each sublevel is a decision point for moving to a next level of the plurality of levels.
17. A non-transitory computer-readable medium comprising instructions stored thereon that are executable by at least one processor to cause a computing device to perform operations comprising:
receiving, from a computing device, a selected system attribute to be used to build a new computing system for a given entity;
selecting, from a plurality of parameters available for a variety of system attributes, only parameters relevant to the selected system attribute, to generate relevant parameters to the selected system attribute;
receiving, from the computing device, a value for each parameter of the relevant parameters to the selected system attribute;
storing, as custom parameters in a database, the value for each parameter of the relevant parameters to the selected system attribute;
defining business processes to be executed during a build for the new computing system based on the custom parameters;
assigning a script to each defined business process;
retrieving, from a set of tables in the database, standard parameters relevant to the selected system attribute, the standard parameters comprising parameters that are standard across all computing system builds for the selected system attribute;
traversing a decision and execution hierarchy having a plurality of levels for execution by evaluating the standard parameters and the custom parameters at each level of the hierarchy to determine which component on a next level of the hierarchy to branch to next, wherein a final level of each branch in the decision and execution hierarchy comprises one or more scripts, of the scripts assigned to each defined business process, for execution to build the new computing system for the given entity for execution; and
executing scripts in the final level of the decision and execution hierarchy based on traversing the decision and execution hierarchy and using the standard parameters and custom parameters to install and configure the new computing system for the given entity.
18. The non-transitory computer-readable medium of claim 17, wherein an input form is generated for each of the scripts, the input form comprising the parameters for execution of a respective script.
19. The non-transitory computer-readable medium of claim 17, wherein
after successful execution of each script, the operations comprise:
performing a quality check to determine whether any errors are present;
based on determining at least one error is present, determining an error type;
executing a self-healing process specific for the error type;
based on determining that the error type is a non-fatal error, generating a quality issue and sending a notification corresponding to the error type; and
based on determining that the error type is fatal, indicating that completion of a script is a prerequisite for a build of the new computing system to proceed, stopping execution of the scripts.
20. The non-transitory computer-readable medium of claim 17, wherein each level of the plurality of levels before the final level comprises sublevels, wherein each sublevel is a decision point for moving to a next level of the plurality of levels.
US17/508,150 2021-10-22 2021-10-22 Development landscape build system Active 2042-01-22 US11861363B2 (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
US17/508,150 US11861363B2 (en) 2021-10-22 2021-10-22 Development landscape build system

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
US17/508,150 US11861363B2 (en) 2021-10-22 2021-10-22 Development landscape build system

Publications (2)

Publication Number Publication Date
US20230126059A1 US20230126059A1 (en) 2023-04-27
US11861363B2 true US11861363B2 (en) 2024-01-02

Family

ID=86056197

Family Applications (1)

Application Number Title Priority Date Filing Date
US17/508,150 Active 2042-01-22 US11861363B2 (en) 2021-10-22 2021-10-22 Development landscape build system

Country Status (1)

Country Link
US (1) US11861363B2 (en)

Families Citing this family (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20240045786A1 (en) * 2022-08-04 2024-02-08 Airbiquity Inc. Build system supporting code audits, code verification, and software forensics

Citations (11)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20050021354A1 (en) * 2003-07-22 2005-01-27 Rainer Brendle Application business object processing
US20050066324A1 (en) * 2003-09-22 2005-03-24 Microsoft Corporation Method and system for distributing and installing software
US20060218547A1 (en) * 2005-03-25 2006-09-28 Sony Corporation Modular imaging download system
US7353248B1 (en) * 2001-07-30 2008-04-01 At&T Delaware Intellectual Property, Inc. Application server and method to perform hierarchical configurable data validation
US20080098465A1 (en) * 2006-10-19 2008-04-24 Sun Microsystems, Inc. Method and system for managing execution of an application module
US20080148412A1 (en) * 2006-12-14 2008-06-19 Canon Kabushiki Kaisha License management system, control method thereof, image processing apparatus, and control method thereof
US20080244754A1 (en) * 2007-04-02 2008-10-02 Edward Curren System and Method for Software License Management for Concurrent License Management and Issuance
US20090113382A1 (en) * 2007-10-30 2009-04-30 International Business Machines Corporation Automated deployment implementation with a deployment topology model
US20170255762A1 (en) * 2015-02-06 2017-09-07 Macpaw Inc. System and method for software activation and license tracking
US20180210707A1 (en) * 2017-01-26 2018-07-26 Sap Se Method and system for customization of computer systems
US20200409543A1 (en) * 2019-06-28 2020-12-31 Microsoft Technology Licensing, Llc Application custom property framework

Patent Citations (11)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US7353248B1 (en) * 2001-07-30 2008-04-01 At&T Delaware Intellectual Property, Inc. Application server and method to perform hierarchical configurable data validation
US20050021354A1 (en) * 2003-07-22 2005-01-27 Rainer Brendle Application business object processing
US20050066324A1 (en) * 2003-09-22 2005-03-24 Microsoft Corporation Method and system for distributing and installing software
US20060218547A1 (en) * 2005-03-25 2006-09-28 Sony Corporation Modular imaging download system
US20080098465A1 (en) * 2006-10-19 2008-04-24 Sun Microsystems, Inc. Method and system for managing execution of an application module
US20080148412A1 (en) * 2006-12-14 2008-06-19 Canon Kabushiki Kaisha License management system, control method thereof, image processing apparatus, and control method thereof
US20080244754A1 (en) * 2007-04-02 2008-10-02 Edward Curren System and Method for Software License Management for Concurrent License Management and Issuance
US20090113382A1 (en) * 2007-10-30 2009-04-30 International Business Machines Corporation Automated deployment implementation with a deployment topology model
US20170255762A1 (en) * 2015-02-06 2017-09-07 Macpaw Inc. System and method for software activation and license tracking
US20180210707A1 (en) * 2017-01-26 2018-07-26 Sap Se Method and system for customization of computer systems
US20200409543A1 (en) * 2019-06-28 2020-12-31 Microsoft Technology Licensing, Llc Application custom property framework

Also Published As

Publication number Publication date
US20230126059A1 (en) 2023-04-27

Similar Documents

Publication Publication Date Title
US11128633B2 (en) Microservice deployment
US10380489B2 (en) Cognitive enterprise system
EP3324306A1 (en) Cognitive enterprise system
CN107402779B (en) Compatible framework for cloud and provisioning application integration
US11507884B2 (en) Embedded machine learning
US10484234B1 (en) Dynamic logging framework for multi-tenant cloud environment
US11444852B2 (en) Microservice generation system
US20190268288A1 (en) Generating conversational nodes for a system function
US11681871B2 (en) Cognitive enterprise system
US20200249830A1 (en) Analytics design system
US20180113584A1 (en) Processing actions for apparatuses in specified geolocation
US10379897B2 (en) Adaptive job scheduling utilizing packaging and threads
WO2017184722A1 (en) Systems and methods for segmenting industrial asset services
US11861363B2 (en) Development landscape build system
US20240070044A1 (en) Staged release of updates with anomaly monitoring
US11157271B2 (en) Documentation generation from test automate
US10402215B2 (en) Find group distribute execute model
US10846207B2 (en) Test adaptation system
US11663617B2 (en) Dynamic file generation system
US20230351523A1 (en) Expense-type audit machine learning modeling system
US20210319106A1 (en) Dynamic generation of automation tags
US20230237052A1 (en) Real-time data manipulation system via bw cube
US11301937B1 (en) Dynamic graphical user interface (GUI) for custom software rule creation and management
US20230418599A1 (en) Commit conformity verification system
US20220156179A1 (en) Feature rollback for incapable mobile devices

Legal Events

Date Code Title Description
AS Assignment

Owner name: SAP SE, GERMANY

Free format text: ASSIGNMENT OF ASSIGNORS INTEREST;ASSIGNORS:STUMM, JOACHIM;KOEKEN, ISMAIL;REEL/FRAME:057876/0978

Effective date: 20211022

FEPP Fee payment procedure

Free format text: ENTITY STATUS SET TO UNDISCOUNTED (ORIGINAL EVENT CODE: BIG.); ENTITY STATUS OF PATENT OWNER: LARGE ENTITY

STPP Information on status: patent application and granting procedure in general

Free format text: PUBLICATIONS -- ISSUE FEE PAYMENT RECEIVED

STPP Information on status: patent application and granting procedure in general

Free format text: PUBLICATIONS -- ISSUE FEE PAYMENT VERIFIED

STCF Information on status: patent grant

Free format text: PATENTED CASE