- a3a831d added policy for Site model by Tony Mack · 10 years ago
- bd6696f refactor by Tony Mack · 10 years ago
- af671e6 remove debugging by Tony Mack · 10 years ago
- 369f9b9 update to make use of renamed NetworkTemplate fields by Scott Baker · 10 years ago
- 6bc4328 BUGFIX: Use sliver.controllerNetwrok instead of sliver.node.controller by Sapan Bhatia · 10 years ago
- eeaf5fd Fixes to sync_slivers moved over from alpha by Sapan Bhatia · 10 years ago
- 1941de1 Switched sync_controller_slices back to using the API instead of CLI by Sapan Bhatia · 10 years ago
- 3f3fce1 BUGFIX by Sapan Bhatia · 10 years ago
- 4aec954 Controller-related updates to sync_controller_slices by Sapan Bhatia · 10 years ago
- 75d6765 Minor bug fix in sync_site_deployments by Sapan Bhatia · 10 years ago
- 100f997 Fixed several typos and tab issues in sync_controller_networks by Sapan Bhatia · 10 years ago
- afa037d Adapted sync_nodes to controller objects by Sapan Bhatia · 10 years ago
- 06ac221 Bug fixes to sync_controller_images.yaml by Sapan Bhatia · 10 years ago
- dedc41e Bug fixes to sync_controller_networks by Sapan Bhatia · 10 years ago
- 77f9f30 BUG Fixes to sync_controller_images by Sapan Bhatia · 10 years ago
- 9adb2d1 BUGFIX by Sapan Bhatia · 10 years ago
- 963831e Changed placement of ansible on filesystem by Sapan Bhatia · 10 years ago
- b2cef88 Checked in a missing changeset by Sapan Bhatia · 10 years ago
- 7419af0 Added ansible recipes for images, networks by Sapan Bhatia · 10 years ago
- ba746bd Fixed credentials in sync_slivers by Sapan Bhatia · 10 years ago
- 011a50c fixed a typo by Sapan Bhatia · 10 years ago
- c220f2a Dropped dead code in sync_controller_slices by Sapan Bhatia · 10 years ago
- bc13cb7 Sync networks fully converted over to ansible by Sapan Bhatia · 10 years ago
- d9a4e1f Sync images converted over to Ansible by Sapan Bhatia · 10 years ago
- 03b6c52 Drop try/catch that causes uncaught errors in the Observer to be silently ignored by Sapan Bhatia · 10 years ago
- d14d48f refactor by Tony Mack · 10 years ago
- 06c8e47 Controller replaces Deployment by Tony Mack · 10 years ago
- 51c4a7d introduce Controller model by Tony Mack · 10 years ago
- 6d7e7bd Added ceilometer as monitor driver by Sapan Bhatia · 10 years ago
- d3e9617 Deletion recipe for slivers by Sapan · 10 years ago
- 01d8917 Switched deletion to ansible by Sapan · 10 years ago
- a3df778 Need a different recipe to delete slivers by Sapan · 10 years ago
- bd9bc25 /sys for sync_user_deployments by Sapan · 10 years ago
- edb2deb Don't make a backup of ansible recipe by Sapan · 10 years ago
- 0301887 Ansible doesn't like spaces in filenames by Sapan · 10 years ago
- b5b1070 sync_user_deployments -> /sys by Sapan · 10 years ago
- 2f06523 /sys for sync_slice_deployments by Sapan · 10 years ago
- 28b9c43 Fill in missing availability zone in slivers yaml by Sapan · 10 years ago
- dda8807 Make sync_slice_deployments conform to sys interface by Sapan · 10 years ago
- 6a97562 Make sync_slivers conform to sys by Sapan · 10 years ago
- 810240c Added sys_dir support for cataloging ansible recipes for objects by Sapan · 10 years ago
- 5aa2675 Prevent failure when the sliver creator does not have an account at the by Sapan · 10 years ago
- 0e18338 fix AttributeError by Tony Mack · 10 years ago
- a0beef8 Convention-breakers that escaped my eye in the last pass by Sapan Bhatia · 10 years ago
- d3a5a2e add --noobserver option to manage.py by Scott Baker · 10 years ago
- a411154 Merge branch 'master' of ssh://git.planet-lab.org/git/plstackapi by Sapan Bhatia · 10 years ago
- d8e129a Manually copied over files that didn't get merged over from ansible branch by Sapan Bhatia · 10 years ago
- 88181f2 Manually copied files that did not get merged over from ansible branch by Sapan Bhatia · 10 years ago
- 0e624d0 New migrations for the "Big Rename", excluding Model Renames by Sapan Bhatia · 10 years ago
- 4f9a5de fix NameError by Tony Mack · 10 years ago
- b19c22a Renamed ImageDeployments->ImageDeployment by Sapan Bhatia · 10 years ago
- bfe716a Renamed UserDeployments->UserDeployment by Sapan Bhatia · 10 years ago
- 18e01e3 Renamed SliceDeployments --> SliceDeployment by Sapan Bhatia · 10 years ago
- 3d872e5 Renamed SiteDeployments->SiteDeployment by Sapan Bhatia · 10 years ago
- 78c6b98 merge changes not committed by Scott Baker · 10 years ago
- 14356b7 Merged ansible branch into master by Sapan Bhatia · 10 years ago
- 9592528 fix attribute error by Tony Mack · 10 years ago
- c217c0f reverted out change; not sure it was safe when spawning Openstack instances by Scott Baker · 10 years ago
- c195450 convert hostnames to lowercase when adding to data model by Scott Baker · 10 years ago
- 2e6c9a4 ensure db connection is closed at the end of each thread by Scott Baker · 10 years ago
- 074e2ff plumb flavors through to openstack by Scott Baker · 10 years ago
- 9ae9e4e do not sync objects for deployments that are not configured by Scott Baker · 10 years ago
- 1fd5d22 skip unreachable/misconfigured deployments in sync_nodes by Scott Baker · 10 years ago
- 72aa930 more logging; fix SyncSiteDeployments waiting on self; fix unknown identifier when adding failed step by Scott Baker · 10 years ago
- 0d17ec2 copied from observer code on alpha by Scott Baker · 10 years ago
- 2bb8aa0 Drop Slice policy code from Observer by Sapan Bhatia · 10 years ago
- d820f43 Drop user policy code from observer by Sapan Bhatia · 10 years ago
- 79684af Drop network model policy from Observer by Sapan Bhatia · 10 years ago
- ab202a6 Updated OpenStack observer to parallel implementation by Sapan Bhatia · 10 years ago
- 51f4893 Initial plumbing for parallel Observer by Sapan Bhatia · 10 years ago
- 9c308fc Sometimes, backend_status can fail because of unicode issues. Ignore for now. by Sapan Bhatia · 10 years ago
- 8fd852b More verbose backend_status field by Sapan Bhatia · 10 years ago
- 7e482de Propagate backend_status to failed dependent objects by Sapan Bhatia · 10 years ago
- cfef6ef Bug fix from Scott Baker. If a peer object is not set, it means there is by Sapan Bhatia · 10 years ago
- d9468eb Minor bug fix by Sapan Bhatia · 10 years ago
- cf219ce Switched sync_users to new style of deletion by Sapan Bhatia · 10 years ago
- 1d5ec8d Deleting sync_sliver_ips, now obsoleted by sync_network_slivers by Sapan Bhatia · 10 years ago
- df8fda3 Switched sync_slices to new style of deletion by Sapan Bhatia · 10 years ago
- e89c4bb Switched sync_networks to new style of deletion by Sapan Bhatia · 10 years ago
- 3db773c Merged change from alpha by Sapan Bhatia · 10 years ago
- 64a7963 Switched sync_sites to new style of deletion by Sapan Bhatia · 10 years ago
- 0f727b8 Make it easier to disable deletions for debugging. by Sapan Bhatia · 10 years ago
- f1d3d27 Trying to commit an unsaved object with fields set causes the database by Sapan Bhatia · 10 years ago
- 0652f4e fix failed dependencies not taking type of objects into account by Scott Baker · 10 years ago
- f24b927 make sync_sliver_ips a no-op -- maybe remove it soon by Scott Baker · 10 years ago
- 36f09c0 sync all network deployments, even the nat-net by Scott Baker · 10 years ago
- 5bbaa23 punch through portfwd; fix not all ports used in sync_network_slivers by Scott Baker · 10 years ago
- 8f5d518 remove comment by Scott Baker · 10 years ago
- f3e7151 use shared network id for shared networks; stop creating private nets for shared nets by Scott Baker · 10 years ago
- 378b322 fix NetworkSliver objects not created, and not working with shared network templates by Scott Baker · 10 years ago
- 72c2e70 fix ips not set in sliver.ip by Scott Baker · 10 years ago
- db0a110 set default userdata by Scott Baker · 10 years ago
- 13d8915 Minor bug fixes by Sapan Bhatia · 10 years ago
- e82f5e5 Update OpenStack Observer's event loop from EC2 observer by Sapan Bhatia · 10 years ago
- 393db39 Removed old-style deleters by Sapan Bhatia · 10 years ago
- b83643c Steps in which deletion is not supported have to return an empty list by Sapan Bhatia · 10 years ago
- d97caf3 Slice deployment deleter, refactored by Sapan Bhatia · 10 years ago
- 663626e Site deployment step, refactored by Sapan Bhatia · 10 years ago
- 5f4aff2 Network sliver deleter, refactored by Sapan Bhatia · 10 years ago
- 881f62e Network deployment deleter, refactored by Sapan Bhatia · 10 years ago