Jump to: navigation, search

Difference between revisions of "Documentation/ContentSharing"

Line 4: Line 4:
 
== Requirements ==
 
== Requirements ==
  
* ""Repositories"":  
+
* '''Repositories''':  
 
** Non-proprietary [[OpenStack]] content resides in [[OpenStack]] repository. Consumable by [[OpenStack]] and non-[[OpenStack]] consumers
 
** Non-proprietary [[OpenStack]] content resides in [[OpenStack]] repository. Consumable by [[OpenStack]] and non-[[OpenStack]] consumers
 
** Proprietary content resides in non-[[OpenStack]] repositories. Consumable by non-[[OpenStack]] consumers only
 
** Proprietary content resides in non-[[OpenStack]] repositories. Consumable by non-[[OpenStack]] consumers only
* ""Processing details"":
+
* '''Processing details''':
 
*# [[OpenStack]] source updated with substitution variables.  
 
*# [[OpenStack]] source updated with substitution variables.  
 
*# Consumers include [[OpenStack]] source files in their books.
 
*# Consumers include [[OpenStack]] source files in their books.

Revision as of 15:42, 15 March 2012

OpenStack Content Sharing

Requirements

  • Repositories:
  • Processing details:
    1. OpenStack source updated with substitution variables.
    2. Consumers include OpenStack source files in their books.
    3. When consumers generate output, they enter values for substitution variables. Ex: productname="Rackspace Cloud Servers"

Risks

Implementation

  • Determine which substitution variables are required. Product name? Endpoints? Version number?
  • Update OpenStack source with substitution variables and publish these for public consumption.
  • Update non-OpenStack book files to include OpenStack source.