IP Library Granted Patent US 10,033,598
Granted Patent B2
US 10,033,598 · App. 15/343,324 · Granted Jul 24, 2018

Type-to-type analysis for cloud computing technical components with translation through a reference type

Inventors: Patrick Francis Cimprich (Bellevue, WA); Michael Gerald DeLuca (Danville, CA); Jack Q. W. Cantwell (Bainbridge Island, WA); Sean David Peterson (Arlington, TX); Marshall J. Wells (Pleasant Hill, CA)
Assignee: Accenture Global Services Limited
H04L41/5048G06F9/5011G06F9/5072G06F9/5077H04L41/022H04L41/082H04L41/0806H04L41/14H04L41/145H04L45/40H04L47/27H04L47/70H04L47/808H04L67/02H04L67/10H04L67/1097H04L67/16H04L67/2823
View Patent ↗
Loading inventors, assignments & file history…
Monitor This Case
Get email alerts when status or documents change.
Order Certified Copies
Most orders are placed with the USPTO same day — all within 24 business hours.
Order via The Patent Place →
Pre-filled with this patent's details
Quick Facts
Patent No.
US 10,033,598
App. No.
15/343,324
Granted
Jul 24, 2018
Kind
B2
Abstract

Cloud computing has emerged as an extremely popular implementation option for a wide range of computing services. However, provisioning services into the cloud is an extremely difficult technical challenge. This is due in part to the regular emergence of new cloud service providers, as well as the routine changing and reconfiguration of the disparate computing platforms, services, assets, supported technical components, and other features offered by the service providers. An analysis architecture determines how to map a particular technical component into the execution environment of any particular service provider, including translation through a reference type.

Claims (111)

1. A system comprising:

hardware microprocessor circuitry comprising:

type definition circuitry configured to:

assign a first type specifier to a first component type available from a first service provider;

assign a second type specifier to a second component type available from a second service provider;

property linking circuitry configured to:

link a first set of technical properties to the first component type, the first set of technical properties comprising an input technical property of the first component type for translation; and

link a second set of technical properties to the second component type;

property translation circuitry configured to:

establish a type translation correspondence between the first set of technical properties for the first component type and the second set of technical properties for the second component type;

assign the input technical property to a first translation identifier;

specify whether a translation script exists for the input technical property and provide a script path field for identifying the translation script; and

specify a script variable field for the translation script, the script variable field comprising a script variable name; and

type mapping circuitry configured to:

translate the first component type into the second component type by translating the first component type into a reference type and the reference type into the second component type, according to the type translation correspondence, for provisioning the first component type at the second service provider as the second component type;

obtain a value of the input technical property; and

provide the value to the translation script through the script variable name.

2. The system of claim 1 , where:

the property translation circuitry comprises an input table that assigns the input technical property to the first translation identifier.

3. The system of claim 2 , where:

the property translation circuitry further comprises a translation table configured to specify whether the translation script exists and include the script path field for identifying the translation script; and

the input table specifies the script variable field.

4. The system of claim 1 , where:

the reference type comprises a most commonly represented type among technical service templates available to the system.

5. The system of claim 4 , where:

the technical service templates are present in a pre-defined library of technical service templates that provide a baseline specification of resources that implement technical service requests.

6. The system of claim 4 , further comprising:

translation and equivalency tables from the first component type to the reference type and from the reference type to the second component type.

7. The system of claim 2 , where:

the second set of technical properties comprises an output technical property of the second component type;

the property translation circuitry further comprises an output table configured to link the first translation identifier to the second component type; and

where: the type mapping circuitry is configured to translate by:

mapping multiple input technical properties of the first component type in the first set to fewer output technical properties of the second component type in the second set, or

mapping an input technical property of the first component type in the first set to multiple output technical properties of the second component type in the second set.

8. The system of claim 1 , where:

the type mapping circuitry is further configured to, before translating the first component type into the second component type:

determine a first asset of the first component type, and an asset value for the first asset;

determine an asset substitution for the first asset, for provisioning the first asset to the second service provider; and

replace the asset value with the asset substitution.

9. A method comprising:

in a hybrid cloud architecture system:

with type definition circuitry:

assigning a first type specifier to a first component type available from a first service provider;

assigning a second type specifier to a second component type available from a second service provider;

with property linking circuitry:

linking a first set of technical properties to the first component type, the first set of technical properties comprising an input technical property of the first component type for translation; and

linking a second set of technical properties to the second component type;

with property translation circuitry:

establishing a translation correspondence between the first set of technical properties for the first component type and the second set of technical properties for the second component type;

assigning the input technical property to a first translation identifier;

specifying whether a translation script exists for the input technical property and includes a script path field for identifying the translation script; and

specifying a script variable field for the translation script, the script variable field comprising a script variable name; and

with type mapping circuitry:

translating the first component type into the second component type according to the translation correspondence by translating the first component type into a reference type and the reference type into the second component type, for provisioning the first component type at the second service provider as the second component type;

obtaining a value of the input technical property; and

providing the value to the translation script through the script variable name.

10. The method of claim 9 , further comprising:

choosing the reference type to be a most commonly represented type among technical service templates available to the hybrid cloud architecture system.

11. The method of claim 10 , where:

the technical service templates are present in a pre-defined library of technical service templates that provide a baseline specification of resources that implement technical service requests; and/or

further comprising:

setting up translation and equivalency tables from the first component type to the reference type and from the reference type to the second component type.

12. The method of claim 9 , where:

the second set of technical properties comprises an output technical property of the second component type;

the property translation circuitry further comprises an output table configured to link the first translation identifier to the second component type; and where:

the type mapping circuitry is configured to translate by:

mapping multiple input technical properties of the first component type in the first set to fewer output technical properties of the second component type in the second set, or

mapping an input technical property of the first component type in the first set to multiple output technical properties of the second component type in the second set.

13. The method of claim 9 , further comprising:

with the type mapping circuitry and before translating the first component type into the second component type:

determining a first asset of the first component type, and an asset value for the first asset;

determining an asset substitution for the first asset, for provisioning the first asset to the second service provider; and

replacing the asset value with the asset substitution.

14. The method of claim 9 where:

assigning the input technical property to a first translation identifier comprises assigning the input technical property via an input table; and

specifying whether a translation script exists comprises specifying whether a translation script exists via a translation table.

15. A product comprising:

a non-transitory machine readable medium; and

instructions stored on the machine readable medium for execution by hardware microprocessor circuitry to implement:

type definition circuitry configured to:

assign a first type specifier to a first component type available from a first service provider;

assign a second type specifier to a second component type available from a second service provider;

property linking circuitry configured to:

link a first set of technical properties to the first component type, the first set of technical properties comprising an input technical property of the first component type for translation; and

link a second set of technical properties to the second component type;

property translation circuitry configured to:

establish a type translation correspondence between the first set of technical properties for the first component type and the second set of technical properties for the second component type;

assign the input technical property to a first translation identifier;

specify whether a translation script exists for the input technical property and includes a script path field for identifying the translation script; and

specify a script variable field for the translation script, the script variable field comprising a script variable name; and

type mapping circuitry configured to:

translate the first component type into the second component type by translating the first component type into a reference type and the reference type into the second component type, according to the type translation correspondence, for provisioning the first component type at the second service provider as the second component type;

obtain a value of the input technical property; and

provide the value to the translation script through the script variable name.

16. The product of claim 15 , where:

the property translation circuitry further comprises:

a translation table configured to specify whether the translation script exists and include the script path field for identifying the translation script; and

an input table configured to specify the script variable field.

17. The product of claim 15 , where:

the second set of technical properties comprises an output technical property of the second component type;

the property translation circuitry further comprises an output table configured to link a first translation identifier to the second component type; and where:

the type mapping circuitry is configured to translate by:

mapping multiple input technical properties of the first component type in the first set to fewer output technical properties of the second component type in the second set, or

mapping an input technical property of the first component type in the first set to multiple output technical properties of the second component type in the second set.

18. The product of claim 15 , where:

the type mapping circuitry is further configured to, before translating the first component type into the second component type:

determine a first asset of the first component type, and an asset value for the first asset;

determine an asset substitution for the first asset, for provisioning the first asset to the second service provider; and

replace the asset value with the asset substitution.

19. The system of claim 1 , where the type translation correspondence is based on a first stored correspondence between the first component type and a reference type and a second stored correspondence between the second component type and the reference type.

20. The product of claim 15 , where the type translation correspondence is based on a first stored correspondence between the first component type and a reference type and a second stored correspondence between the second component type and the reference type.

Assignments (1)
ASSIGNMENT OF ASSIGNOR'S INTEREST Recorded Nov 7, 2016
From: CIMPRICH, PATRICK FRANCIS; DELUCA, MICHAEL GERALD; CANTWELL, JACK Q.W.; PETERSON, SEAN DAVID; WELLS, MARSHALL J.
To: ACCENTURE GLOBAL SERVICES LIMITED
Reel/Frame 040243/0887 →
Continuity (3)
Continuation 14832548 · Aug 21, 2015
Provisional Application 62088474 · Dec 5, 2014
Related Publication 20170078162A1 · Mar 16, 2017