plstackapi.git
11 years agokeys and users work when openstack is disabled or unavailable
Tony Mack [Thu, 2 May 2013 14:09:51 +0000 (10:09 -0400)]
keys and users work when openstack is disabled or unavailable

11 years agoMerged with Tony's changes -- added numberCores to SliverAdmins
Siobhan Tully [Thu, 2 May 2013 10:02:36 +0000 (06:02 -0400)]
Merged with Tony's changes -- added numberCores to SliverAdmins

11 years agoAdded serviceClass to SliceAdmin
Siobhan Tully [Thu, 2 May 2013 09:50:30 +0000 (05:50 -0400)]
Added serviceClass to SliceAdmin

11 years agoAdded in serviceClass to Slice, and numberCores to Sliver, adjusted admin.py accordingly
Siobhan Tully [Thu, 2 May 2013 09:47:24 +0000 (05:47 -0400)]
Added in serviceClass to Slice, and numberCores to Sliver, adjusted admin.py accordingly

11 years agoRoleAdmin and Role model work when openstack is disable
Tony Mack [Thu, 2 May 2013 04:00:10 +0000 (00:00 -0400)]
RoleAdmin and Role model work when openstack is disable

11 years agofix add/delete inlines on site and deployemnt network pages
Tony Mack [Thu, 2 May 2013 01:48:38 +0000 (21:48 -0400)]
fix add/delete inlines on site and deployemnt network pages

11 years agocall user.set_password() in PLUser.save() instead of PLUserAdmin.save()
Tony Mack [Thu, 2 May 2013 01:02:12 +0000 (21:02 -0400)]
call user.set_password() in PLUser.save() instead of PLUserAdmin.save()

11 years agodont overwrite /root/.ssh/authorized_keys with empty file
Tony Mack [Wed, 1 May 2013 21:24:46 +0000 (17:24 -0400)]
dont overwrite /root/.ssh/authorized_keys with empty file

11 years agofix add/delete sliver using inline on slice page
Tony Mack [Wed, 1 May 2013 18:52:03 +0000 (14:52 -0400)]
fix add/delete sliver using inline on slice page

11 years agoadded methods for updating and deleting instance metadata
smbaker [Wed, 1 May 2013 01:15:48 +0000 (18:15 -0700)]
added methods for updating and deleting instance metadata

11 years agofix bugs
Tony Mack [Tue, 30 Apr 2013 23:07:45 +0000 (19:07 -0400)]
fix bugs

11 years agoremoving refrences to flavor
Tony Mack [Tue, 30 Apr 2013 22:30:21 +0000 (18:30 -0400)]
removing refrences to flavor

11 years agoremoving flavor model
Tony Mack [Tue, 30 Apr 2013 22:24:33 +0000 (18:24 -0400)]
removing flavor model

11 years agorun site agent once on startup
Tony Mack [Tue, 30 Apr 2013 22:20:27 +0000 (18:20 -0400)]
run site agent once on startup

11 years agoremove refrences to flavor. use m1.small as the default flavor
Tony Mack [Tue, 30 Apr 2013 22:18:03 +0000 (18:18 -0400)]
remove refrences to flavor. use m1.small as the default flavor

11 years agoremove refrences to flavor. use m1.small as the default flavor
Tony Mack [Tue, 30 Apr 2013 22:17:38 +0000 (18:17 -0400)]
remove refrences to flavor. use m1.small as the default flavor

11 years agoinitial checkin
Tony Mack [Tue, 30 Apr 2013 21:43:48 +0000 (17:43 -0400)]
initial checkin

11 years agoupdate credentials to use name of slice/tenant of sliver
Tony Mack [Mon, 29 Apr 2013 23:42:20 +0000 (19:42 -0400)]
update credentials to use name of slice/tenant of sliver

11 years agogive admin user the admin role to every tenant created by OpenStackDriver
Tony Mack [Mon, 29 Apr 2013 23:41:39 +0000 (19:41 -0400)]
give admin user the admin role to every tenant created by OpenStackDriver

11 years agorefresh openstack credentials when creating a slice's network and router
Tony Mack [Mon, 29 Apr 2013 21:53:07 +0000 (17:53 -0400)]
refresh openstack credentials when creating a slice's network and router

11 years agoremove call to remove_gateway_router()
Tony Mack [Mon, 29 Apr 2013 21:52:37 +0000 (17:52 -0400)]
remove call to remove_gateway_router()

11 years agofix bug in delete_network_ports()
Tony Mack [Mon, 29 Apr 2013 20:45:14 +0000 (16:45 -0400)]
fix bug in delete_network_ports()

11 years agofix bugs
Tony Mack [Mon, 29 Apr 2013 12:13:27 +0000 (08:13 -0400)]
fix bugs

11 years agoFix bugs
Tony Mack [Sun, 28 Apr 2013 15:27:07 +0000 (11:27 -0400)]
Fix bugs

11 years agoupdate SitePrivilegeAdmin and SliceMembershipAdmin
Tony Mack [Sun, 28 Apr 2013 14:28:42 +0000 (10:28 -0400)]
update SitePrivilegeAdmin and SliceMembershipAdmin

11 years agoupdate user admin
Tony Mack [Sat, 27 Apr 2013 20:43:01 +0000 (16:43 -0400)]
update user admin

11 years agocreate OSModelAdmin. Update some Admin definitions to subclass OSModelAdmin
Tony Mack [Sat, 27 Apr 2013 17:02:33 +0000 (13:02 -0400)]
create OSModelAdmin. Update some Admin definitions to subclass OSModelAdmin

11 years agofilter keys user is allowed to see
Tony Mack [Sat, 27 Apr 2013 16:36:19 +0000 (12:36 -0400)]
filter keys user is allowed to see

11 years agobug fixes
Tony Mack [Sat, 27 Apr 2013 15:08:19 +0000 (11:08 -0400)]
bug fixes

11 years agosave() and delete() uses caller's credentials to init openstackdriver client
Tony Mack [Sat, 27 Apr 2013 15:08:10 +0000 (11:08 -0400)]
save() and delete() uses caller's credentials to init openstackdriver client

11 years agoregister a signal that caches the user's credentials on login
Tony Mack [Sat, 27 Apr 2013 00:01:42 +0000 (20:01 -0400)]
register a signal that caches the user's credentials on login

11 years agoAdded in PLUser as custom user, replacing the django base user. Reformatted initial_...
Siobhan Tully [Fri, 26 Apr 2013 23:30:27 +0000 (19:30 -0400)]
Added in PLUser as custom user, replacing the django base user.  Reformatted initial_data for content with more readable 4 space indent for ability to do diffs

11 years agofix NameError
Tony Mack [Wed, 24 Apr 2013 18:51:53 +0000 (14:51 -0400)]
fix NameError

11 years agodisable setting route until we have consistent way to determine external ip address
Tony Mack [Thu, 18 Apr 2013 01:58:34 +0000 (21:58 -0400)]
disable setting route until we have consistent way to determine external ip address

11 years agofix bug
Tony Mack [Wed, 17 Apr 2013 15:06:35 +0000 (11:06 -0400)]
fix bug

11 years agostart the sliver agent
Tony Mack [Wed, 17 Apr 2013 14:45:45 +0000 (10:45 -0400)]
start the sliver agent

11 years agoinitial checkin. Fills in null sliver ips
Tony Mack [Wed, 17 Apr 2013 14:45:12 +0000 (10:45 -0400)]
initial checkin. Fills in null sliver ips

11 years agoAdjusted SliverInline to only show valid fields for create/view. Used admin::Sliver...
Siobhan Tully [Wed, 17 Apr 2013 10:47:26 +0000 (06:47 -0400)]
Adjusted SliverInline to only show valid fields for create/view.  Used admin::Sliver as reference.

11 years agoswitch Sliver.ip from IpAddressField to GenericIPAddressField
Tony Mack [Wed, 17 Apr 2013 03:04:44 +0000 (23:04 -0400)]
switch Sliver.ip from IpAddressField to GenericIPAddressField

11 years agoadd pain text ip address field to Sliver form
Tony Mack [Wed, 17 Apr 2013 02:48:40 +0000 (22:48 -0400)]
add pain text ip address field to Sliver form

11 years agocleanup
Tony Mack [Wed, 17 Apr 2013 02:07:22 +0000 (22:07 -0400)]
cleanup

11 years agoraise exception if sliver's slice has no subnet
Tony Mack [Wed, 17 Apr 2013 01:58:39 +0000 (21:58 -0400)]
raise exception if sliver's slice has no subnet

11 years agoraise exception if sliver's slice has no subnet
Tony Mack [Wed, 17 Apr 2013 01:57:55 +0000 (21:57 -0400)]
raise exception if sliver's slice has no subnet

11 years agoclean up ports when deleting networks and subnets
Tony Mack [Wed, 17 Apr 2013 01:41:50 +0000 (21:41 -0400)]
clean up ports when deleting networks and subnets

11 years agospecify instance host using availability_zone arg instead of scheduler_hints
Tony Mack [Tue, 16 Apr 2013 01:47:45 +0000 (21:47 -0400)]
specify instance host using availability_zone arg instead of scheduler_hints

11 years agofix Subnet bugs
Tony Mack [Mon, 15 Apr 2013 11:19:25 +0000 (07:19 -0400)]
fix Subnet bugs

11 years agoupdate Sliver admin
Tony Mack [Mon, 15 Apr 2013 04:45:09 +0000 (00:45 -0400)]
update Sliver admin

11 years agoupdate Sliver admin
Tony Mack [Mon, 15 Apr 2013 04:38:49 +0000 (00:38 -0400)]
update Sliver admin

11 years agoupdate Subnet admin
Tony Mack [Mon, 15 Apr 2013 04:03:42 +0000 (00:03 -0400)]
update Subnet admin

11 years agoupdate Subnet admin
Tony Mack [Mon, 15 Apr 2013 04:02:06 +0000 (00:02 -0400)]
update Subnet admin

11 years agoupdate Slice admin
Tony Mack [Mon, 15 Apr 2013 03:27:12 +0000 (23:27 -0400)]
update Slice admin

11 years agoupdate Key admin
Tony Mack [Mon, 15 Apr 2013 01:03:31 +0000 (21:03 -0400)]
update Key admin

11 years agoupdate user admin
Tony Mack [Mon, 15 Apr 2013 00:26:03 +0000 (20:26 -0400)]
update user admin

11 years agodont display role_id on RoleAdmin page
Tony Mack [Sun, 14 Apr 2013 17:56:38 +0000 (13:56 -0400)]
dont display role_id on RoleAdmin page

11 years agoupdate Site admin
Tony Mack [Sun, 14 Apr 2013 17:51:19 +0000 (13:51 -0400)]
update Site admin

11 years agoupdated Role admin
Tony Mack [Sun, 14 Apr 2013 04:59:17 +0000 (00:59 -0400)]
updated Role admin

11 years agono need to look up flavor and image by name. Just pass the id to servers.create()
Tony Mack [Sat, 13 Apr 2013 23:08:34 +0000 (19:08 -0400)]
no need to look up flavor and image by name. Just pass the id to servers.create()

11 years agofix node refresh
Tony Mack [Sat, 13 Apr 2013 06:02:22 +0000 (02:02 -0400)]
fix node refresh

11 years agofix bug
Tony Mack [Fri, 12 Apr 2013 17:52:44 +0000 (13:52 -0400)]
fix bug

11 years agoremove debugging output
Tony Mack [Fri, 12 Apr 2013 16:49:37 +0000 (12:49 -0400)]
remove debugging output

11 years agoFix bugs
Tony Mack [Fri, 12 Apr 2013 16:45:02 +0000 (12:45 -0400)]
Fix bugs

11 years agofix bugs
Tony Mack [Fri, 12 Apr 2013 15:49:34 +0000 (11:49 -0400)]
fix bugs

11 years agofix bugs
Tony Mack [Fri, 12 Apr 2013 05:49:57 +0000 (01:49 -0400)]
fix bugs

11 years agofix pk lookups
Tony Mack [Fri, 12 Apr 2013 01:24:17 +0000 (21:24 -0400)]
fix pk lookups

11 years agomerge latest code
Tony Mack [Fri, 12 Apr 2013 01:07:16 +0000 (21:07 -0400)]
merge latest code

11 years agoDecomposed models.py into models/ with individual files per topic. Added new admin...
Siobhan Tully [Thu, 11 Apr 2013 01:15:21 +0000 (21:15 -0400)]
Decomposed models.py into models/ with individual files per topic.  Added new admin views, consolidated/reverted views back to Generics, adjusted modeling of Site<->DeploymentNetwork to remove SiteDeploymentNetwork object

11 years agoTest push
Siobhan Tully [Thu, 11 Apr 2013 01:00:51 +0000 (21:00 -0400)]
Test push

11 years agofix bug when adding router to external network
Tony Mack [Wed, 10 Apr 2013 13:07:45 +0000 (09:07 -0400)]
fix bug when adding router to external network

11 years agofix bug
Tony Mack [Wed, 10 Apr 2013 12:58:09 +0000 (08:58 -0400)]
fix bug

11 years agofix bugs
Tony Mack [Wed, 10 Apr 2013 12:45:55 +0000 (08:45 -0400)]
fix bugs

11 years agofix TypeError
Tony Mack [Wed, 10 Apr 2013 12:12:58 +0000 (08:12 -0400)]
fix TypeError

11 years agofix TypeError
Tony Mack [Wed, 10 Apr 2013 12:11:45 +0000 (08:11 -0400)]
fix TypeError

11 years agoFix NameError
Tony Mack [Wed, 10 Apr 2013 12:02:02 +0000 (08:02 -0400)]
Fix NameError

11 years agofix NameError
Tony Mack [Wed, 10 Apr 2013 03:24:56 +0000 (23:24 -0400)]
fix NameError

11 years agofix KeyError
Tony Mack [Wed, 10 Apr 2013 03:23:24 +0000 (23:23 -0400)]
fix KeyError

11 years agofix bugs
Tony Mack [Wed, 10 Apr 2013 03:20:59 +0000 (23:20 -0400)]
fix bugs

11 years agofix UnboundLocalError
Tony Mack [Wed, 10 Apr 2013 03:17:25 +0000 (23:17 -0400)]
fix UnboundLocalError

11 years agoFix NameError
Tony Mack [Wed, 10 Apr 2013 03:16:28 +0000 (23:16 -0400)]
Fix NameError

11 years agoupdate slice model
Tony Mack [Wed, 10 Apr 2013 03:05:07 +0000 (23:05 -0400)]
update slice model

11 years agolookup site by slice name
Tony Mack [Wed, 10 Apr 2013 03:04:42 +0000 (23:04 -0400)]
lookup site by slice name

11 years agofix bug
Tony Mack [Wed, 10 Apr 2013 02:38:01 +0000 (22:38 -0400)]
fix bug

11 years agoenable slices
Tony Mack [Wed, 10 Apr 2013 02:37:31 +0000 (22:37 -0400)]
enable slices

11 years agoenable slices
Tony Mack [Wed, 10 Apr 2013 02:36:27 +0000 (22:36 -0400)]
enable slices

11 years agoraise exception if user cannot be found
Tony Mack [Wed, 10 Apr 2013 00:26:39 +0000 (20:26 -0400)]
raise exception if user cannot be found

11 years agofix TypeError
Tony Mack [Wed, 10 Apr 2013 00:25:08 +0000 (20:25 -0400)]
fix TypeError

11 years agoraise exception if site cannot be found
Tony Mack [Wed, 10 Apr 2013 00:24:27 +0000 (20:24 -0400)]
raise exception if site cannot be found

11 years agodisable plstackapi.planetstack
Tony Mack [Tue, 9 Apr 2013 23:13:08 +0000 (19:13 -0400)]
disable plstackapi.planetstack

11 years agomoving
Tony Mack [Tue, 9 Apr 2013 23:11:25 +0000 (19:11 -0400)]
moving

11 years agoupdated urls
Tony Mack [Tue, 9 Apr 2013 23:06:56 +0000 (19:06 -0400)]
updated urls

11 years agoinclude api root here for now
Tony Mack [Tue, 9 Apr 2013 23:06:01 +0000 (19:06 -0400)]
include api root here for now

11 years agoinitial checkin
Tony Mack [Tue, 9 Apr 2013 22:57:43 +0000 (18:57 -0400)]
initial checkin

11 years agoadded planetstack.urls
Tony Mack [Tue, 9 Apr 2013 22:55:07 +0000 (18:55 -0400)]
added planetstack.urls

11 years agoadjust packages
Tony Mack [Tue, 9 Apr 2013 22:50:51 +0000 (18:50 -0400)]
adjust packages

11 years agodisable api_root and rest_framework.urls in core.urls. These will be handled by plane...
Tony Mack [Tue, 9 Apr 2013 20:22:04 +0000 (16:22 -0400)]
disable api_root and rest_framework.urls in core.urls. These will be handled by planetstack.urls

11 years agoorganized
Tony Mack [Tue, 9 Apr 2013 20:14:33 +0000 (16:14 -0400)]
organized

11 years agoorganized
Tony Mack [Tue, 9 Apr 2013 20:08:43 +0000 (16:08 -0400)]
organized

11 years agofix AttributeError
Tony Mack [Tue, 9 Apr 2013 17:08:12 +0000 (13:08 -0400)]
fix AttributeError

11 years agofix AttributeError
Tony Mack [Tue, 9 Apr 2013 17:06:34 +0000 (13:06 -0400)]
fix AttributeError

11 years agofix NameError
Tony Mack [Tue, 9 Apr 2013 16:54:55 +0000 (12:54 -0400)]
fix NameError

11 years agofix NameError
Tony Mack [Tue, 9 Apr 2013 16:51:34 +0000 (12:51 -0400)]
fix NameError