Skip to main content

Notice: this Wiki will be going read only early in 2024 and edits will no longer be possible. Please see: https://gitlab.eclipse.org/eclipsefdn/helpdesk/-/wikis/Wiki-shutdown-plan for the plan.

Jump to: navigation, search

Difference between revisions of "COSMOS SDD Minutes 14JAN08"

m
m
Line 14: Line 14:
 
SAS: Jason Losh, Merrie Jensen, Jeff Hamm, Mark McCraw, Josh Hester, Robert DeMason <br>
 
SAS: Jason Losh, Merrie Jensen, Jeff Hamm, Mark McCraw, Josh Hester, Robert DeMason <br>
 
IBM: Chris Mildebrandt, Mark Weitzel, Charlie Halloran <br>
 
IBM: Chris Mildebrandt, Mark Weitzel, Charlie Halloran <br>
CA: Jimmy Mohsin Jack Devine <br>
+
CA: Jimmy Mohsin, Jack Devine <br>
  
 
== Minutes ==
 
== Minutes ==
  
Working on logistics. Iteration 10 is March/end June. Need to identify any dependencies among the project.  
+
Working on logistics. Iteration 10 is March/end June. Need to identify any dependencies among the project. <br>
Q: What is scope of Use cases? Just installation of COSMOS components?  
+
Q: What is scope of Use cases? Just installation of COSMOS components? <br>
 
A: Scope is package authoring tooling & runtime of CL1 of the SDD spec plus examples. Maybe including installing pieces of Eclipse depending on how we line up with P2. This needs to be extensible so it can be expanded to add CL2 support when resources are available. <br>
 
A: Scope is package authoring tooling & runtime of CL1 of the SDD spec plus examples. Maybe including installing pieces of Eclipse depending on how we line up with P2. This needs to be extensible so it can be expanded to add CL2 support when resources are available. <br>
 
Overriding assumption: Maximum of one each of IU, LU, CU, and package descriptor per SDD. SDD means both, otherwise explicitly state it. <br>
 
Overriding assumption: Maximum of one each of IU, LU, CU, and package descriptor per SDD. SDD means both, otherwise explicitly state it. <br>
Line 26: Line 26:
 
1) Use case: normal development creates artifacts which reside somewhere. Need to create SDDs for these artifacts based on the build information. Build information can be metadata somewhere or introspected from the artifact itself. <br>
 
1) Use case: normal development creates artifacts which reside somewhere. Need to create SDDs for these artifacts based on the build information. Build information can be metadata somewhere or introspected from the artifact itself. <br>
 
2) Separate use case: just introspect the artifact and create as much of the SDD as possible. This is useful especially in the case of a 3rd party component, where the build information is not available. <br>
 
2) Separate use case: just introspect the artifact and create as much of the SDD as possible. This is useful especially in the case of a 3rd party component, where the build information is not available. <br>
3)Support for build systems beyond the popular rpn, msi, etc. so that metadata from those systems could be brought in. <br>
+
3) Support for build systems beyond the popular rpn, msi, etc. so that metadata from those systems could be brought in. <br>
 
4) Need a set of rules for assembling the metadata and resolving conflicts (when the same set of data occurs with different values) <br>
 
4) Need a set of rules for assembling the metadata and resolving conflicts (when the same set of data occurs with different values) <br>
 
5) As the SDD is being created, validate that what has been created is syntactically correct. Validation may be turned on or off. A plug-in rules engine could also be useful to validate user extensions that are allowed by the validation process. <br>
 
5) As the SDD is being created, validate that what has been created is syntactically correct. Validation may be turned on or off. A plug-in rules engine could also be useful to validate user extensions that are allowed by the validation process. <br>
Line 37: Line 37:
 
8) Need a GUI front end to create and edit the SDD that has been initially created, or create one from scratch. GUI tool could also need the options to validate, package and deploy. Such a front end would need the same kind of location definitions and constraint administration to allow or disallow parts of the SDD that are "editable".
 
8) Need a GUI front end to create and edit the SDD that has been initially created, or create one from scratch. GUI tool could also need the options to validate, package and deploy. Such a front end would need the same kind of location definitions and constraint administration to allow or disallow parts of the SDD that are "editable".
  
Deployment Use Cases:
+
Deployment<br>
Two categories of applications: Non-Federated and Federated (whether it is exposed to a federated inventory kind of database or not).
+
''Background:'' There are two categories of applications: Non-Federated and Federated (whether it is exposed to a federated inventory kind of database or not). For Federated Applications: need Web Services port open, take CMDBf graph queries and give replies about the MDR. <br>
Install target can be one of Test/Development, Production, Hardened. <br>
+
Assumptions: No way to know if a federated CMDB is accessible or not. But if it is, need to query it and write to it. Using the federated CMDB is the extra step in the below use cases for the federated case. Which repository to use should be transparent to the install program as much as possible, it should be handled by the runtime based on a configuration setting or documented install parm (e.g., CMDBf = True, CMDBServer=ipaddr). <br>
 +
The install target can be one of: Test/Development, Production, Hardened. <br>
 
Requirement to run from media is supported by OASIS use cases 14, 15, 192. <br>
 
Requirement to run from media is supported by OASIS use cases 14, 15, 192. <br>
What format is required for the repository? SML? Single MDR for the non-federated case that represents all software on the system? Store is not as important as being able to get the right info in and out of it.
+
What format is required for the repository? SML? Single MDR for the non-federated case that represents all software on the system? Store is not as important as being able to get the right info in and out of it.<br>
* Installing a Non-Federated application: requirements include a runtime to interpret that package (bootstrapped if not already there)and install the artifacts and registering the existence of the resource in a repository (create/initialize if not already there)and completion actions (reboot, start/stop service, cleanup).  
+
Deployment Use cases: <br>
* Uninstalling a Non-Federated application: Bootstrap & initialize repository if needed, then de-register the resource from the repository and remove the application, plus any completion actions.  
+
1) Installing a Non-Federated application: requirements include a runtime to interpret the package (bootstrap if not already there), install the artifacts, register the existence of the resource in a repository (create/initialize if not already there)and completion actions (reboot, start/stop service, cleanup, etc.). <br>
* Configuring a Non-Federated application: requirements include a runtime to interpret that package (bootstrapped if not already there)and configure the artifacts and optionally registering the configuration of the resource in a repository (create/initialize if not already there)and completion actions (reboot, start/stop service, cleanup).
+
2) Uninstalling a Non-Federated application: Bootstrap runtime & initialize repository if needed, then de-register the resource from the repository and remove the application, plus any completion actions. <br>
* Undo a Non-Federated application: Bootstrap runtime & initialize repository if needed, then remove the last level of update to the application, change the registration as needed, plus any completion actions.  
+
3) Configuring a Non-Federated application: Bootstrap runtime & initialize repository if needed, and configure the artifacts and optionally registering the configuration of the resource in a repository (create/initialize if not already there)and any completion actions. <br>
* Updating a Non-Federated application: Bootstrap runtime & initialize repository if needed, then update the application, change the registration as needed, plus any completion actions.
+
4) Undo a Non-Federated application: Bootstrap runtime & initialize repository if needed, then remove the last level of update to the application, change the registration as needed, plus any completion actions. Undo only applies to an update to a resource, not a configuration. <br>
 +
5) Updating a Non-Federated application: Bootstrap runtime & initialize repository if needed, then update the application, change the registration as needed, plus any completion actions.
 
<br>
 
<br>
For Federated Applications: need Web Services port open, take CMDBf graph queries and give replies about the MDR.
+
6) Be able to register in federated CMDB without requiring a re-install (for updating an already-installed application into the CMDB). <br>
Assumptions: No way to know if a federated CMDB is accessible or not. But if it is, need to query it and write to it. Using the federated CMDB is the extra step in the above use cases for the federated case. Which repository to use should be transparent to the install program as much as possible, it should be handled by the runtime based on a configuration setting or documented install parm (e.g., CMDBf = True, CMDBServer=ipaddr). <br>
+
A valid use case is to be able to register in federated CMDB without requiring a re-install (for updating an already-installed application into the CMDB).
+
  
 
== Action Items ==
 
== Action Items ==
 
* How to contribute code from both SAS and IBM? Mark/Charlie need to work with IBM IP Legal.
 
* How to contribute code from both SAS and IBM? Mark/Charlie need to work with IBM IP Legal.
 
* To be a reference implementation there are some rules to abide by and we should document how much of CL1 we support within the reference implementation.
 
* To be a reference implementation there are some rules to abide by and we should document how much of CL1 we support within the reference implementation.
 +
* Can a configuration action be rolled back, and how is that done? Merrie to investigate.

Revision as of 23:34, 14 January 2008

Logistics

  • Date: 14JAN08
  • Time: 1PM EST

Agenda

1) Use case identification -- two areas of focus

  • Install/uninstall simple application
  • Install/uninstall complex solution

Attendees

SAS: Jason Losh, Merrie Jensen, Jeff Hamm, Mark McCraw, Josh Hester, Robert DeMason
IBM: Chris Mildebrandt, Mark Weitzel, Charlie Halloran
CA: Jimmy Mohsin, Jack Devine

Minutes

Working on logistics. Iteration 10 is March/end June. Need to identify any dependencies among the project.
Q: What is scope of Use cases? Just installation of COSMOS components?
A: Scope is package authoring tooling & runtime of CL1 of the SDD spec plus examples. Maybe including installing pieces of Eclipse depending on how we line up with P2. This needs to be extensible so it can be expanded to add CL2 support when resources are available.
Overriding assumption: Maximum of one each of IU, LU, CU, and package descriptor per SDD. SDD means both, otherwise explicitly state it.

Tooling Use Cases
1) Use case: normal development creates artifacts which reside somewhere. Need to create SDDs for these artifacts based on the build information. Build information can be metadata somewhere or introspected from the artifact itself.
2) Separate use case: just introspect the artifact and create as much of the SDD as possible. This is useful especially in the case of a 3rd party component, where the build information is not available.
3) Support for build systems beyond the popular rpn, msi, etc. so that metadata from those systems could be brought in.
4) Need a set of rules for assembling the metadata and resolving conflicts (when the same set of data occurs with different values)
5) As the SDD is being created, validate that what has been created is syntactically correct. Validation may be turned on or off. A plug-in rules engine could also be useful to validate user extensions that are allowed by the validation process.
6) In addition to SDD creation, there is a use case for creating the actual package(Package Generation): SDD and artifact onto "media" that would make it consumable. May need to include SDD runtime and repository code in the packaging.
7) Tool must be able to be configured (where is data source, what rules are created, etc): basic administration of the tool parameters. For example, when moving the tool for use in another department or product. These things will be configurable:

  • artifact inputs
  • location of SDD outputs
  • custom rules for creation and validation
  • SDD content constraints (per IU, CU, LU)

8) Need a GUI front end to create and edit the SDD that has been initially created, or create one from scratch. GUI tool could also need the options to validate, package and deploy. Such a front end would need the same kind of location definitions and constraint administration to allow or disallow parts of the SDD that are "editable".

Deployment
Background: There are two categories of applications: Non-Federated and Federated (whether it is exposed to a federated inventory kind of database or not). For Federated Applications: need Web Services port open, take CMDBf graph queries and give replies about the MDR.
Assumptions: No way to know if a federated CMDB is accessible or not. But if it is, need to query it and write to it. Using the federated CMDB is the extra step in the below use cases for the federated case. Which repository to use should be transparent to the install program as much as possible, it should be handled by the runtime based on a configuration setting or documented install parm (e.g., CMDBf = True, CMDBServer=ipaddr).
The install target can be one of: Test/Development, Production, Hardened.
Requirement to run from media is supported by OASIS use cases 14, 15, 192.
What format is required for the repository? SML? Single MDR for the non-federated case that represents all software on the system? Store is not as important as being able to get the right info in and out of it.
Deployment Use cases:
1) Installing a Non-Federated application: requirements include a runtime to interpret the package (bootstrap if not already there), install the artifacts, register the existence of the resource in a repository (create/initialize if not already there)and completion actions (reboot, start/stop service, cleanup, etc.).
2) Uninstalling a Non-Federated application: Bootstrap runtime & initialize repository if needed, then de-register the resource from the repository and remove the application, plus any completion actions.
3) Configuring a Non-Federated application: Bootstrap runtime & initialize repository if needed, and configure the artifacts and optionally registering the configuration of the resource in a repository (create/initialize if not already there)and any completion actions.
4) Undo a Non-Federated application: Bootstrap runtime & initialize repository if needed, then remove the last level of update to the application, change the registration as needed, plus any completion actions. Undo only applies to an update to a resource, not a configuration.
5) Updating a Non-Federated application: Bootstrap runtime & initialize repository if needed, then update the application, change the registration as needed, plus any completion actions.
6) Be able to register in federated CMDB without requiring a re-install (for updating an already-installed application into the CMDB).

Action Items

  • How to contribute code from both SAS and IBM? Mark/Charlie need to work with IBM IP Legal.
  • To be a reference implementation there are some rules to abide by and we should document how much of CL1 we support within the reference implementation.
  • Can a configuration action be rolled back, and how is that done? Merrie to investigate.

Back to the top