- f73664b This patch logs exceptions in the core of the Observer, which might by Sapan Bhatia · 11 years ago
- b0e7168 remove unused code by Tony Mack · 10 years ago
- a16cfb2 fix more bugs by Tony Mack · 10 years ago
- 91463d9 fix import errors by Tony Mack · 10 years ago
- b3a7bca disable automatic deployment of images (needs verification) by Scott Baker · 10 years ago
- dd24095 remove deployment_auth.py and move deployment auth parameters to deployment model by Tony Mack · 10 years ago
- 6d2a98c fix NameError by Tony Mack · 10 years ago
- 9976dfd switch admin_driver() to client_driver() by Tony Mack · 10 years ago
- 6721c0a fix duplicate image created by Scott Baker · 10 years ago
- e3969b2 fix getattr problem, add additional logging by Scott Baker · 10 years ago
- cc877f7 stop silently absorbing exceptions inside of sync steps by Scott Baker · 10 years ago
- 9c7a1e1 userdata support for instance creation by Scott Baker · 10 years ago
- 3d5a278 keep track of random client id that was generated by Scott Baker · 10 years ago
- aacc5c6 EventSender was failing on a missing self.random_client_id() by Scott Baker · 10 years ago
- 3949bc6 fix files I checked into the wrong directory by Scott Baker · 10 years ago
- 105b6b7 changes from alpha site by Scott Baker · 10 years ago
- 165e5ef commit changes from alpha site by Scott Baker · 10 years ago
- 7659920 fix error importing steps by Scott Baker · 10 years ago
- 026ffbe fix bug by Tony Mack · 11 years ago
- 1382487 remove raise by Tony Mack · 11 years ago
- 8b85d9a use python-glanceclient intead of glance.client to upload image by Tony Mack · 11 years ago
- bf39d9f sync images across deployments by Tony Mack · 11 years ago
- 29bf5e8 added max_slivers (instance) quota attribute to slice model by Tony Mack · 11 years ago
- b4cf100 modifed by Tony Mack · 11 years ago
- 49c10f5 disable unused steps by Tony Mack · 11 years ago
- 2e0dc7f remove debuging code by Tony Mack · 11 years ago
- adb5d12 update garbage collector by Tony Mack · 11 years ago
- 261f858 dont save sliver model here by Tony Mack · 11 years ago
- b61c81c enable sliver gc by Tony Mack · 11 years ago
- 67a5fd6 remove unused code by Tony Mack · 11 years ago
- ea2fb4f modified provides attribute by Tony Mack · 11 years ago
- eb786e0 no longer creating a router for networks by Tony Mack · 11 years ago
- a7adc96 move key sync logic to sync_slivers by Tony Mack · 11 years ago
- 078f668 skip networks that are using a template with translation by Tony Mack · 11 years ago
- 1ed6884 do not save user record here by Tony Mack · 11 years ago
- d4a6429 update user account across deployments when user record is updated by Tony Mack · 11 years ago
- 3a50a6c only create private networks for networks using the correct templates by Tony Mack · 11 years ago
- 02a4b4e fix login for which networks a sliver connets to by Tony Mack · 11 years ago
- 0c6459a only save sliver record if operstions succeed by Tony Mack · 11 years ago
- e7045ca filter users correctly by Tony Mack · 11 years ago
- 0fef227 fix bug by Tony Mack · 11 years ago
- fccb9eb disable some steps by Tony Mack · 11 years ago
- ed9925a add network template to requested networks by Tony Mack · 11 years ago
- 6a29dd2 fix bug by Tony Mack · 11 years ago
- b84fccc fix bugs by Tony Mack · 11 years ago
- 79e78c8 add new deleters, update existing deleters by Tony Mack · 11 years ago
- 8002166 add users to all deployments for now by Tony Mack · 11 years ago
- ac2c617 skip slices that have not been synced at the deployment by Tony Mack · 11 years ago
- 9740260 moved sync logic to sync_network_deployments by Tony Mack · 11 years ago
- 490f6fa request_interface should be requested_interval by Tony Mack · 11 years ago
- 8047cea changed 'uuid' to 'net-id' in networks arg. Don't include empty strings in public keys list by Tony Mack · 11 years ago
- 1666502 change filter() to all() by Tony Mack · 11 years ago
- 47799f0 include SyncNetworkDeployments step by Tony Mack · 11 years ago
- 6793de4 checking in step by Tony Mack · 11 years ago
- 278f995 do not save user record in sync_user step by Tony Mack · 11 years ago
- 07f4976 Inspect all user deployments. No need to act on ever user on every run. by Tony Mack · 11 years ago
- fe9d9bd import logger by Tony Mack · 11 years ago
- 6042aaf Add slices to all deployments for now. Set starting subnet address. by Tony Mack · 11 years ago
- f77f140 fix bugs by Tony Mack · 11 years ago
- aa4a67b fix import error by Tony Mack · 11 years ago
- bdb188a updating deleters by Tony Mack · 11 years ago
- d1a17e1 bug fixes and improvements by Tony Mack · 11 years ago
- 976d774 fix bugs by Tony Mack · 11 years ago
- e5968eb fix bugs by Tony Mack · 11 years ago
- f37bcfd set keystone user name to user's email address by Tony Mack · 11 years ago
- 69f1bc3 fixing bugs by Tony Mack · 11 years ago
- e4be32f observer now supports remote openstack deployments by Tony Mack · 11 years ago
- 45cbbc3 Rewrote toposort to handle loops in Step graph. Simpler implementation by Sapan Bhatia · 11 years ago
- f1de7ea fix print_once undefined local by Scott Baker · 11 years ago
- be8907d add additional fields to notify_observer in disabled state by Scott Baker · 11 years ago
- 6ecd426 pass pk and model_dict to deleter, dynamic load of deleters by Scott Baker · 11 years ago
- c1c45f8 pass pk to deleter, support model as a class or instance, give each event a uuid, fix delete_flag name, fix arg passing to fire by Scott Baker · 11 years ago
- 7771f41 add support for non-openstack drivers, rename step_dir config param by Scott Baker · 11 years ago
- 45fb7a1 use Config().step_dir to load steps dynamically by Scott Baker · 11 years ago
- 6bba535 If a Network already has a network_id, read subnet info from Quantum by Andy Bavier · 11 years ago
- 4980132 Bug fixes by Andy Bavier · 11 years ago
- 33584c5 Log to default location by Andy Bavier · 11 years ago
- 04111b7 Log to /var/log/planetstack.log instead of observer.log in current directory. by Andy Bavier · 11 years ago
- 37146d2 fix name error by Tony Mack · 11 years ago
- a6cbd36 use slice creator context instead of admin context by Tony Mack · 11 years ago
- e7abb62 Log failures in sync steps by Andy Bavier · 11 years ago
- 606bf0e Fix tenant update by Andy Bavier · 11 years ago
- 5e243e1 Return value from get_next_subnet() by Andy Bavier · 11 years ago
- aaa5c4a Merge branch 'master' of ssh://git.planet-lab.org/git/plstackapi by Sapan Bhatia · 11 years ago
- 9c2c8fa Set observer/disabled=1 to run an observerless PlanetStack by Sapan Bhatia · 11 years ago
- 27ec0f5 fix bugs by Tony Mack · 11 years ago
- 808b239 store failed step object in set instead of list by Tony Mack · 11 years ago
- 2d5642c dont raise exceptions inside of event loop by Tony Mack · 11 years ago
- 3587dc7 rename config option by Tony Mack · 11 years ago
- 04054f5 fix syntax error by Tony Mack · 11 years ago
- 46c2d50 sync images by Tony Mack · 11 years ago
- e1509e8 sync nodes by Tony Mack · 11 years ago
- 012ecff Bug fix to my last change. by Sapan Bhatia · 11 years ago
- 9faf7b0 Client ids need to be unique per deployment by Sapan Bhatia · 11 years ago
- 6fd3ef8 add missing code to sync_slivers by Tony Mack · 11 years ago
- 0036707 fix attribute error by Tony Mack · 11 years ago
- f4f1616 include DeploymentRole in role sync by Tony Mack · 11 years ago
- 03742a7 fix syntax error by Tony Mack · 11 years ago
- 6986ab3 enable SyncRoles by Tony Mack · 11 years ago
- 27c7390 added krole_id to SiteRole and SliceRole. Enable SyncRoles by Tony Mack · 11 years ago