Sun N1 Service Provisioning System 5.2 Plug-in Development Guide

Sample Plan

The sample plug-in includes the Container-create.xml file in the plans directory. This file defines the steps to be performed by the plug-in, and the components to use in these steps.

This sample plan contains the following elements.

<?xml version="1.0" encoding="UTF-8"?>
<executionPlan xmlns:xsi='http://www.w3.org/2001/XMLSchema-instance' 
		name='Container-create' version='5.2' 
		xsi:schemaLocation='http://www.sun.com/schema/SPS plan.xsd' 
		xmlns='http://www.sun.com/schema/SPS' path='/com/sun/solaris'>
			<simpleSteps>
				<install blockName='create'>
					<component name='Container' path='/com/sun/solaris'></component>
				</install>
			</simpleSteps>
		</executionPlan>