- 2d13d8b add NetworkParameterType to Tosca by Scott Baker · 10 years ago
- 263627f fix error when adding volt tenant by Scott Baker · 10 years ago
- b838a27 fix bug when bringing up compute without image specified by Scott Baker · 10 years ago
- f60c010 add private_key_fn to tosca service models by Scott Baker · 10 years ago
- aff3b75 Fix bug running CORD TOSCA twice threw exception by Scott Baker · 10 years ago
- 4f6558a TOSCA support for containers, allow specific image to be selected for compute by Scott Baker · 10 years ago
- 294a532 add c_tag and s_tag to TOSCA; remove vlan_id by Scott Baker · 10 years ago
- 36158e8 Tosca changes for creating a default ceilometer tenant for admin user by Srikanth Vavilapalli · 10 years ago
- 3389056 add dashboardview support to tosca by Scott Baker · 10 years ago
- b718ec5 add rabbit_host, rabbit_user, and rabbit_password to controller Tosca object by Scott Baker · 10 years ago
- 535640b added tosca.nodes.ONOSvOLTApp by Scott Baker · 10 years ago
- 5e5c0e3 link vBNG Service to ONOS vBNG Tenant by Scott Baker · 10 years ago
- 881f745 add 'dependencies' to ONOSApp by Scott Baker · 10 years ago
- 0e5be0a onos resources and sample by Scott Baker · 10 years ago
- fe0ce73 refactor no-delete / no-update / no-create to base class by Scott Baker · 10 years ago
- fbb400f do not destroy deployment if nodes are attached by Scott Baker · 10 years ago
- b499171 do not destroy controller if it has active nodes by Scott Baker · 10 years ago
- 91af54e fix lookup of site from node by Scott Baker · 10 years ago
- 2c2f253 update SiteDeployment with controller in Tosca recipe by Scott Baker · 10 years ago
- 354a108 use standard method so that intrinsics are called by Scott Baker · 10 years ago
- 04abc4e made an intrinsic to look up stuff in a config file by Scott Baker · 10 years ago
- 85e0a0a add no-delete flag and test by Scott Baker · 10 years ago
- 534a856 misc superficial changes by Scott Baker · 10 years ago
- 5329d3a privilege code working in Slice and Deployment by Scott Baker · 10 years ago
- b2e4417 factor out the privilege processing code by Scott Baker · 10 years ago
- ff8845c support for attaching flavors and images to deployments by Scott Baker · 10 years ago
- 143de8f Add Image to TOSCA by Scott Baker · 10 years ago
- e71ab8b expose accessControl field in tosca; update deploymenttest by Scott Baker · 10 years ago
- cb595e3 modernize code in controller resource by Scott Baker · 10 years ago
- 69334ad more props for slice; write slice test case by Scott Baker · 10 years ago
- afc09ee add vlan_id to VOLTTenant tosca object by Scott Baker · 10 years ago
- e058b18 add Node to Tosca by Scott Baker · 10 years ago
- b239b8b relationship -> relationships by Scott Baker · 10 years ago
- 6a782f9 replaces all occurrences of "{S,s}liver{s,}" with {I,i}nstance{s,} by Tony Mack · 10 years ago
- ea30da8 resolve merge conflicts by Tony Mack · 10 years ago
- e0fb458 fix bug in error message by Scott Baker · 10 years ago
- 935ad85 use inherited get_xos_args so the intrinsics get applied by Scott Baker · 10 years ago
- 01234ce support ports and labels properties on network by Scott Baker · 10 years ago
- 121d5c3 fix bug, networks connected to wrong slice by Scott Baker · 10 years ago
- 327269f icon_url wasn't being passed through by Scott Baker · 10 years ago
- 9107387 update working for basic properties by Scott Baker · 10 years ago
- 5b1ff4c make sure if a property is set to False that it is processed by Scott Baker · 10 years ago
- fcfb02e add versionNumber to service object by Scott Baker · 10 years ago
- 26f8488 add VOLTTenant to tosca, relationships to connect VOLT to Subscriber, and update cord sample by Scott Baker · 10 years ago
- 0601cde Add CORDUser object and samples by Scott Baker · 10 years ago
- c9bd4a7 Added CORDSubscriber to tosca by Scott Baker · 10 years ago
- a7c9efc Add ConnectsToSlice relationship by Scott Baker · 10 years ago
- 579f819 fill out the remaining copyin properties for server objects by Scott Baker · 10 years ago
- f630f68 Merge remote-tracking branch 'origin/master' into reconcile_openstack by Tony Mack · 10 years ago
- 8bc36b9 resolve merge conflicts by Tony Mack · 10 years ago
- f5d7917 support get_artifact intrinsic, add support for public key in service objs by Scott Baker · 10 years ago
- 8d3741e cleanup default option for permit_all_slices by Scott Baker · 10 years ago
- 8094b6a more renames from NetworkSliver to Port by Scott Baker · 10 years ago
- db937c6 fix line cut off by Scott Baker · 10 years ago
- fd897ee allow slices to be attached to services, fix CORD sample mysite_vcpe slice by Scott Baker · 10 years ago
- 2fc692c update code in compute.py resource to match other resource pattern by Scott Baker · 10 years ago
- 451e45f add 'kind' field to TOSCA service object, set vOLT kind to vOLT in cord sample by Scott Baker · 10 years ago
- 3a043d0 do not delete site if it has users or nodes by Scott Baker · 10 years ago
- 39c19b2 resolve merge conflicts by Tony Mack · 10 years ago
- 3a84a5c make get_existing_objs tolerant of nonexistent sliver or network by Scott Baker · 10 years ago
- 46caee1 set default for permit_all_slices to true by Scott Baker · 10 years ago
- bf81136 default for get_property, add throw_exception arg to get_xos_object by Scott Baker · 10 years ago
- 19f5d92 add port resource by Scott Baker · 10 years ago
- 395bf52 deferred sync for compute instances by Scott Baker · 10 years ago
- 3de59e3 replace all occurrences of {Ss}liver{s,} with {Ii}nstance{s,} by Tony Mack · 10 years ago
- 2edd4f3 start bringing XOS and Tosca networking together by Scott Baker · 10 years ago
- 9d2d012 refactor pre_delete as can_delete by Scott Baker · 10 years ago
- 86b9485 resources for CDN service by Scott Baker · 10 years ago
- a9022e3 support for log to a variable by Scott Baker · 10 years ago
- d1e57e5 fix index errors in compute resource by Scott Baker · 10 years ago
- d7a6b5a resources for the new services by Scott Baker · 10 years ago
- 874960b more boilerplate moved to xosresource by Scott Baker · 10 years ago
- c15e4a1 add colocate option, use flavor selector by Scott Baker · 10 years ago
- b31659b SlicePrivilege and SitePrivilege support by Scott Baker · 10 years ago
- cda790f fix bug by Scott Baker · 10 years ago
- 91da9c2 support for users by Scott Baker · 10 years ago
- b2bddd8 network and networkTemplate support by Scott Baker · 10 years ago
- 1941ff8 punch through site_url by Scott Baker · 10 years ago
- b668340 properties for controller by Scott Baker · 10 years ago
- 6382db2 allow template to specify site display name by Scott Baker · 10 years ago
- f2c8398 resources for deployment, site, and controller by Scott Baker · 10 years ago
- 4ee562b only delete slices and slivers if they are empty by Scott Baker · 10 years ago
- b9fec93 reimplement get_scalable the right way by Scott Baker · 10 years ago
- f92533a support for scalable compute resource by Scott Baker · 10 years ago
- a705892 add get_all_required_node_names method by Scott Baker · 10 years ago
- b7cf17b add destroy tool by Scott Baker · 10 years ago
- e4f9c2c refactored again by Scott Baker · 10 years ago
- 1a60952 ability to create services and CoarseTenants, refactor the save() stuff by Scott Baker · 10 years ago
- 3fb4931 add ability to create slices by Scott Baker · 10 years ago
- dcd865b refactor to support individual files for each resource type by Scott Baker · 10 years ago