These patches continue the implementation of CIMI networking: 1-5: Network create/delete and status changes, with mock driver implementation 6-7: Adds Address and AddressTemplate entity, with mock driver data (json) 8: Adds Address entity create/delete 9-10: VSP create/delete and status changes 11: fix in Network create parsing of XML (to remove extra whitespace)
Creation of Network/VSP/Address is done with either XML/JSON body; as per CIMI you can use by-value or by-reference. Rather than include examples here I made some notes with cURL examples that may be of use for testing the create/delete/status changes: http://mariosandreou.com/deltacloud/cloud_API/2012/04/06/cimi-networks-deltacloud.html marios
