plstackapi.git
9 years agorefactor
Tony Mack [Sat, 3 Jan 2015 20:21:50 +0000 (15:21 -0500)]
refactor

9 years agoremove debugging
Tony Mack [Sat, 3 Jan 2015 20:21:41 +0000 (15:21 -0500)]
remove debugging

9 years agoadded 'remote_password' property to User model
Tony Mack [Sat, 3 Jan 2015 19:26:15 +0000 (14:26 -0500)]
added 'remote_password' property to User model

9 years agomigration script for field names in network object
Scott Baker [Sat, 3 Jan 2015 20:19:00 +0000 (12:19 -0800)]
migration script for field names in network object

9 years agolatest autogenerator genapi.py
Scott Baker [Sat, 3 Jan 2015 20:05:21 +0000 (12:05 -0800)]
latest autogenerator genapi.py

9 years agoupdate to make use of renamed NetworkTemplate fields
Scott Baker [Sat, 3 Jan 2015 20:03:38 +0000 (12:03 -0800)]
update to make use of renamed NetworkTemplate fields

9 years agofix field names in network object
Scott Baker [Sat, 3 Jan 2015 19:45:45 +0000 (11:45 -0800)]
fix field names in network object

9 years agomodel naming convention checker
Scott Baker [Fri, 26 Dec 2014 19:36:55 +0000 (11:36 -0800)]
model naming convention checker

9 years agocleanup
Tony Mack [Fri, 26 Dec 2014 18:57:08 +0000 (13:57 -0500)]
cleanup

9 years agoreplaced sliver.controllerNetwork with sliver.deployment
Tony Mack [Fri, 26 Dec 2014 18:38:02 +0000 (13:38 -0500)]
replaced sliver.controllerNetwork with sliver.deployment

9 years agoadded version to Controller string representation
Tony Mack [Fri, 26 Dec 2014 17:15:42 +0000 (12:15 -0500)]
added version to Controller string representation

9 years agoremove pdb breakpoint
Tony Mack [Fri, 26 Dec 2014 00:48:49 +0000 (19:48 -0500)]
remove pdb breakpoint

9 years agoadding initial migrations
Tony Mack [Fri, 26 Dec 2014 00:17:54 +0000 (19:17 -0500)]
adding initial migrations

9 years agoadd ControllerSiteDeployment to xoslib
Scott Baker [Wed, 24 Dec 2014 01:24:00 +0000 (17:24 -0800)]
add ControllerSiteDeployment to xoslib

9 years agofix javascript error if enacted is undefined
Scott Baker [Wed, 24 Dec 2014 01:17:27 +0000 (17:17 -0800)]
fix javascript error if enacted is undefined

9 years agorest_framework doesn't have a serializers.ReadOnlyField
Scott Baker [Tue, 23 Dec 2014 19:13:52 +0000 (11:13 -0800)]
rest_framework doesn't have a serializers.ReadOnlyField

9 years agorest_framework doesn't have a serializers.ReadOnlyField
Scott Baker [Tue, 23 Dec 2014 19:12:07 +0000 (11:12 -0800)]
rest_framework doesn't have a serializers.ReadOnlyField

9 years agofix plus mixin for rest_framework 3.0
Scott Baker [Tue, 23 Dec 2014 19:04:27 +0000 (11:04 -0800)]
fix plus mixin for rest_framework 3.0

9 years agosliceplus: return role string instead of role object
Scott Baker [Tue, 23 Dec 2014 19:03:58 +0000 (11:03 -0800)]
sliceplus: return role string instead of role object

9 years agolatest auto-generated genapi
Scott Baker [Tue, 23 Dec 2014 18:56:06 +0000 (10:56 -0800)]
latest auto-generated genapi

9 years agomake 'id' fields readonly, set query_set for manytomany and foreignkey fields
Scott Baker [Tue, 23 Dec 2014 18:43:03 +0000 (10:43 -0800)]
make 'id' fields readonly, set query_set for manytomany and foreignkey fields

9 years agofix error when displaying dashboards in home view
Scott Baker [Tue, 23 Dec 2014 17:39:06 +0000 (09:39 -0800)]
fix error when displaying dashboards in home view

9 years agoadd SiteDeployment to xoslib
Scott Baker [Tue, 23 Dec 2014 01:56:44 +0000 (17:56 -0800)]
add SiteDeployment to xoslib

9 years agoadd controller to xoslib
Scott Baker [Tue, 23 Dec 2014 01:47:30 +0000 (17:47 -0800)]
add controller to xoslib

9 years agochange capitolization of related_name for ControllerDashboardView
Scott Baker [Tue, 23 Dec 2014 01:43:25 +0000 (17:43 -0800)]
change capitolization of related_name for ControllerDashboardView

9 years agorename ControllerDashboard to ControllerDashboardView
Scott Baker [Tue, 23 Dec 2014 01:35:34 +0000 (17:35 -0800)]
rename ControllerDashboard to ControllerDashboardView

9 years agolatest auto-generated genapi.py
Scott Baker [Mon, 22 Dec 2014 23:59:33 +0000 (15:59 -0800)]
latest auto-generated genapi.py

9 years agoadd ManyToMany for (Image, Deployment)
Scott Baker [Mon, 22 Dec 2014 23:59:05 +0000 (15:59 -0800)]
add ManyToMany for (Image, Deployment)

9 years agoeliminate from xoslib models deleted due to introduction of controllers
Scott Baker [Mon, 22 Dec 2014 23:54:13 +0000 (15:54 -0800)]
eliminate from xoslib models deleted due to introduction of controllers

9 years agofix inconsistencies
Tony Mack [Mon, 22 Dec 2014 21:40:44 +0000 (16:40 -0500)]
fix inconsistencies

9 years agoMerge branch 'master' of git://git.planet-lab.org/plstackapi
Sapan Bhatia [Mon, 22 Dec 2014 18:01:53 +0000 (13:01 -0500)]
Merge branch 'master' of git://git.planet-lab.org/plstackapi

9 years agoBUGFIX: Use sliver.controllerNetwrok instead of sliver.node.controller
Sapan Bhatia [Mon, 22 Dec 2014 18:01:18 +0000 (13:01 -0500)]
BUGFIX: Use sliver.controllerNetwrok instead of sliver.node.controller

9 years agoBUGFIX: Controller related field change
Sapan Bhatia [Mon, 22 Dec 2014 17:49:55 +0000 (12:49 -0500)]
BUGFIX: Controller related field change

9 years agoperm fix
Scott Baker [Mon, 22 Dec 2014 17:31:09 +0000 (09:31 -0800)]
perm fix

9 years agoMerge branch 'master' of ssh://git.planet-lab.org/git/plstackapi
Scott Baker [Mon, 22 Dec 2014 17:30:26 +0000 (09:30 -0800)]
Merge branch 'master' of ssh://git.planet-lab.org/git/plstackapi

9 years agolatest auto-generated genapi.py
Scott Baker [Mon, 22 Dec 2014 17:29:05 +0000 (09:29 -0800)]
latest auto-generated genapi.py

9 years agoMerge branch 'master' of git://git.planet-lab.org/plstackapi
Sapan Bhatia [Mon, 22 Dec 2014 16:51:06 +0000 (11:51 -0500)]
Merge branch 'master' of git://git.planet-lab.org/plstackapi

9 years agoFixes to sync_slivers moved over from alpha
Sapan Bhatia [Mon, 22 Dec 2014 16:50:47 +0000 (11:50 -0500)]
Fixes to sync_slivers moved over from alpha

9 years agoMerge branch 'master' of ssh://git.planet-lab.org/git/plstackapi
Scott Baker [Mon, 22 Dec 2014 16:32:02 +0000 (08:32 -0800)]
Merge branch 'master' of ssh://git.planet-lab.org/git/plstackapi

9 years agoforce version 2.4 of django rest framework
Scott Baker [Mon, 22 Dec 2014 16:28:55 +0000 (08:28 -0800)]
force version 2.4 of django rest framework

9 years agoManually added required dependency
Sapan Bhatia [Mon, 22 Dec 2014 16:27:55 +0000 (11:27 -0500)]
Manually added required dependency

9 years agoSwitched sync_controller_slices back to using the API instead of CLI
Sapan Bhatia [Mon, 22 Dec 2014 16:25:31 +0000 (11:25 -0500)]
Switched sync_controller_slices back to using the API instead of CLI

9 years agofix javascript fail if xosvalidators.js not loaded by html
Scott Baker [Mon, 22 Dec 2014 15:55:53 +0000 (07:55 -0800)]
fix javascript fail if xosvalidators.js not loaded by html

9 years agoBUGFIX
Sapan Bhatia [Mon, 22 Dec 2014 06:45:04 +0000 (01:45 -0500)]
BUGFIX

9 years agoController-related updates to sync_controller_slices
Sapan Bhatia [Mon, 22 Dec 2014 06:44:38 +0000 (01:44 -0500)]
Controller-related updates to sync_controller_slices

9 years agoMinor bug fix in sync_site_deployments
Sapan Bhatia [Mon, 22 Dec 2014 06:44:13 +0000 (01:44 -0500)]
Minor bug fix in sync_site_deployments

9 years agoFixed several typos and tab issues in sync_controller_networks
Sapan Bhatia [Mon, 22 Dec 2014 06:43:32 +0000 (01:43 -0500)]
Fixed several typos and tab issues in sync_controller_networks

9 years agoAdapted sync_nodes to controller objects
Sapan Bhatia [Mon, 22 Dec 2014 06:43:05 +0000 (01:43 -0500)]
Adapted sync_nodes to controller objects

9 years agoBug fixes to sync_controller_images.yaml
Sapan Bhatia [Mon, 22 Dec 2014 06:42:38 +0000 (01:42 -0500)]
Bug fixes to sync_controller_images.yaml

9 years agoBug fixes to sync_controller_networks
Sapan Bhatia [Mon, 22 Dec 2014 06:42:18 +0000 (01:42 -0500)]
Bug fixes to sync_controller_networks

9 years agoBUG Fixes to sync_controller_images
Sapan Bhatia [Mon, 22 Dec 2014 06:41:55 +0000 (01:41 -0500)]
BUG Fixes to sync_controller_images

9 years agoBUGFIX
Sapan Bhatia [Mon, 22 Dec 2014 06:41:28 +0000 (01:41 -0500)]
BUGFIX

9 years agoUpdated client driver for controller objects
Sapan Bhatia [Mon, 22 Dec 2014 06:38:33 +0000 (01:38 -0500)]
Updated client driver for controller objects

9 years agoBug fix. Networks were not automaticaly getting added to slices.
Sapan Bhatia [Mon, 22 Dec 2014 06:38:00 +0000 (01:38 -0500)]
Bug fix. Networks were not automaticaly getting added to slices.

9 years agoFixed a UI error in admin
Sapan Bhatia [Mon, 22 Dec 2014 06:37:26 +0000 (01:37 -0500)]
Fixed a UI error in admin

9 years agoMerge branch 'master' of git://git.planet-lab.org/plstackapi
Sapan Bhatia [Sun, 21 Dec 2014 07:35:39 +0000 (02:35 -0500)]
Merge branch 'master' of git://git.planet-lab.org/plstackapi

9 years agoChanged placement of ansible on filesystem
Sapan Bhatia [Sun, 21 Dec 2014 07:33:52 +0000 (02:33 -0500)]
Changed placement of ansible on filesystem

9 years agoChecked in a missing changeset
Sapan Bhatia [Sun, 21 Dec 2014 07:33:13 +0000 (02:33 -0500)]
Checked in a missing changeset

9 years agoWorked around an exception
Sapan Bhatia [Sun, 21 Dec 2014 07:32:50 +0000 (02:32 -0500)]
Worked around an exception

9 years agoWorked around an exception: FieldError
Sapan Bhatia [Sun, 21 Dec 2014 07:32:15 +0000 (02:32 -0500)]
Worked around an exception: FieldError

9 years agoper-controller view display
Scott Baker [Sat, 20 Dec 2014 01:15:59 +0000 (17:15 -0800)]
per-controller view display

9 years agomodels for per-controller dashboard views
Scott Baker [Sat, 20 Dec 2014 00:41:12 +0000 (16:41 -0800)]
models for per-controller dashboard views

9 years agofix 'sys not defined' error when displaying observer not installed warning
Scott Baker [Fri, 19 Dec 2014 21:02:31 +0000 (13:02 -0800)]
fix 'sys not defined' error when displaying observer not installed warning

9 years agoupload make target
Scott Baker [Fri, 19 Dec 2014 20:35:37 +0000 (12:35 -0800)]
upload make target

9 years agonew version number
Scott Baker [Fri, 19 Dec 2014 20:31:35 +0000 (12:31 -0800)]
new version number

9 years agofix migration creation issue due to DiffModelMixin
Scott Baker [Fri, 19 Dec 2014 20:22:51 +0000 (12:22 -0800)]
fix migration creation issue due to DiffModelMixin

9 years agoAdded ansible recipes for images, networks
Sapan Bhatia [Fri, 19 Dec 2014 18:24:56 +0000 (13:24 -0500)]
Added ansible recipes for images, networks

9 years agoFixed credentials in sync_slivers
Sapan Bhatia [Fri, 19 Dec 2014 19:10:42 +0000 (14:10 -0500)]
Fixed credentials in sync_slivers

Conflicts:
planetstack/openstack_observer/steps/sync_slivers.yaml

9 years agofixed a typo
Sapan Bhatia [Fri, 19 Dec 2014 18:24:00 +0000 (13:24 -0500)]
fixed a typo

9 years agoDropped dead code in sync_controller_slices
Sapan Bhatia [Fri, 19 Dec 2014 18:22:16 +0000 (13:22 -0500)]
Dropped dead code in sync_controller_slices

9 years agoSync networks fully converted over to ansible
Sapan Bhatia [Fri, 19 Dec 2014 18:21:30 +0000 (13:21 -0500)]
Sync networks fully converted over to ansible

9 years agoSync images converted over to Ansible
Sapan Bhatia [Fri, 19 Dec 2014 18:21:06 +0000 (13:21 -0500)]
Sync images converted over to Ansible

9 years agoDrop try/catch that causes uncaught errors in the Observer to be silently ignored
Sapan Bhatia [Fri, 19 Dec 2014 18:20:02 +0000 (13:20 -0500)]
Drop try/catch that causes uncaught errors in the Observer to be silently ignored

9 years agoUpdated model deps file with Controller-based objects
Sapan Bhatia [Fri, 19 Dec 2014 18:19:29 +0000 (13:19 -0500)]
Updated model deps file with Controller-based objects

9 years agofix bug that caused flavors to be permanently deleted
Tony Mack [Mon, 15 Dec 2014 17:37:59 +0000 (12:37 -0500)]
fix bug that caused flavors to be permanently deleted

9 years agoupdate beta fixture to work with new schema
Tony Mack [Mon, 15 Dec 2014 17:32:13 +0000 (12:32 -0500)]
update beta fixture to work with new schema

9 years agofix bug preventing deployment admin from updating deployment flavors on ssave. fix...
Tony Mack [Mon, 15 Dec 2014 16:45:02 +0000 (11:45 -0500)]
fix bug preventing deployment admin from updating deployment flavors on ssave. fix nameError bug

9 years agoremoving migrations
Tony Mack [Tue, 9 Dec 2014 02:03:40 +0000 (21:03 -0500)]
removing migrations

9 years agorefactor and bug fixes
Tony Mack [Mon, 8 Dec 2014 21:43:02 +0000 (16:43 -0500)]
refactor and bug fixes

9 years agorefactor
Tony Mack [Fri, 5 Dec 2014 22:13:08 +0000 (17:13 -0500)]
refactor

9 years agoController replaces Deployment
Tony Mack [Sun, 30 Nov 2014 20:53:08 +0000 (15:53 -0500)]
Controller replaces Deployment

9 years agointroduce Controller model
Tony Mack [Sun, 30 Nov 2014 20:33:35 +0000 (15:33 -0500)]
introduce Controller model

9 years agofinished support for ManyToMany with through relations in REST API
Scott Baker [Thu, 18 Dec 2014 20:59:04 +0000 (12:59 -0800)]
finished support for ManyToMany with through relations in REST API

9 years agosupport for through relations in REST API, WIP
Scott Baker [Thu, 18 Dec 2014 02:22:33 +0000 (18:22 -0800)]
support for through relations in REST API, WIP

9 years agosyphonall support for picker
Scott Baker [Thu, 18 Dec 2014 00:29:59 +0000 (16:29 -0800)]
syphonall support for picker

9 years agoMerge branch 'master' of ssh://git.planet-lab.org/git/plstackapi
Scott Baker [Wed, 17 Dec 2014 06:51:05 +0000 (22:51 -0800)]
Merge branch 'master' of ssh://git.planet-lab.org/git/plstackapi

9 years ago2 column picker WIP
Scott Baker [Wed, 17 Dec 2014 06:49:42 +0000 (22:49 -0800)]
2 column picker WIP

9 years agoMerge branch 'master' of ssh://git.planet-lab.org/git/plstackapi into HEAD
Sapan Bhatia [Tue, 16 Dec 2014 06:09:35 +0000 (01:09 -0500)]
Merge branch 'master' of ssh://git.planet-lab.org/git/plstackapi into HEAD

9 years agoAbility to pull slice stats
Sapan Bhatia [Tue, 16 Dec 2014 06:09:04 +0000 (01:09 -0500)]
Ability to pull slice stats

9 years agoAbility to pull Sliver stats
Sapan Bhatia [Tue, 16 Dec 2014 06:08:51 +0000 (01:08 -0500)]
Ability to pull Sliver stats

9 years agoAdded ceilometer as monitor driver
Sapan Bhatia [Tue, 16 Dec 2014 06:08:23 +0000 (01:08 -0500)]
Added ceilometer as monitor driver

9 years agoAdded monitor layer of abstraction for dashboard statistics
Sapan Bhatia [Tue, 16 Dec 2014 06:07:33 +0000 (01:07 -0500)]
Added monitor layer of abstraction for dashboard statistics

9 years agocomplicated sliver logic implemented
Scott Baker [Tue, 16 Dec 2014 00:49:24 +0000 (16:49 -0800)]
complicated sliver logic implemented

9 years agoflavor and imageDeployments objects
Scott Baker [Tue, 16 Dec 2014 00:48:48 +0000 (16:48 -0800)]
flavor and imageDeployments objects

9 years agosupport for different detail views for each model
Scott Baker [Tue, 16 Dec 2014 00:47:19 +0000 (16:47 -0800)]
support for different detail views for each model

9 years agofix one half of ManyToMany relations stored in wrong obj
Scott Baker [Tue, 16 Dec 2014 00:12:43 +0000 (16:12 -0800)]
fix one half of ManyToMany relations stored in wrong obj

9 years agoget rid of hyperlinks in *IDSerializer
Scott Baker [Tue, 16 Dec 2014 00:12:17 +0000 (16:12 -0800)]
get rid of hyperlinks in *IDSerializer

9 years agogeneric applyConstraints, before abandoning
Scott Baker [Mon, 15 Dec 2014 22:54:55 +0000 (14:54 -0800)]
generic applyConstraints, before abandoning

9 years agono column title or sort button for delete and backend_status columns
Scott Baker [Fri, 12 Dec 2014 23:21:44 +0000 (15:21 -0800)]
no column title or sort button for delete and backend_status columns

9 years agobackend_status fields in all models
Scott Baker [Fri, 12 Dec 2014 22:50:17 +0000 (14:50 -0800)]
backend_status fields in all models