Controller replaces Deployment
authorTony Mack <tmack@tux.cs.princeton.edu>
Sun, 30 Nov 2014 20:53:08 +0000 (15:53 -0500)
committerSapan Bhatia <sapanb@cs.princeton.edu>
Fri, 19 Dec 2014 19:00:11 +0000 (14:00 -0500)
commit67626f8405423db3fc2ff69c1d08776a5d92a082
tree4bb9e654aaaa44167ccb7fc4876c7d3fdf1e96ed
parent284d284866cf41070e866436f3693f9e749d1952
Controller replaces Deployment
36 files changed:
planetstack/apigen/modelgen
planetstack/core/admin.py
planetstack/core/models/__init__.py
planetstack/core/models/controllerusers.py [new file with mode: 0644]
planetstack/core/models/credential.py
planetstack/core/models/image.py
planetstack/core/models/node.py
planetstack/core/models/site.py
planetstack/core/models/sliver.py
planetstack/genapi.py
planetstack/model_policies/model_policy_Network.py
planetstack/model_policies/model_policy_Slice.py
planetstack/model_policies/model_policy_User.py
planetstack/openstack/driver.py
planetstack/openstack_observer/steps/__init__.py
planetstack/openstack_observer/steps/sync_controller_images.py
planetstack/openstack_observer/steps/sync_controller_networks.py
planetstack/openstack_observer/steps/sync_controller_site_deployments.py [new file with mode: 0644]
planetstack/openstack_observer/steps/sync_controller_site_deployments.yaml [new file with mode: 0644]
planetstack/openstack_observer/steps/sync_controller_sites.py [new file with mode: 0644]
planetstack/openstack_observer/steps/sync_controller_sites.yaml [new file with mode: 0644]
planetstack/openstack_observer/steps/sync_controller_slices.py [new file with mode: 0644]
planetstack/openstack_observer/steps/sync_controller_slices.yaml [new file with mode: 0644]
planetstack/openstack_observer/steps/sync_controller_users.py [new file with mode: 0644]
planetstack/openstack_observer/steps/sync_controller_users.yaml [new file with mode: 0644]
planetstack/openstack_observer/steps/sync_external_routes.py [deleted file]
planetstack/openstack_observer/steps/sync_network_slivers.py
planetstack/openstack_observer/steps/sync_networks.py
planetstack/openstack_observer/steps/sync_nodes.py
planetstack/openstack_observer/steps/sync_roles.py
planetstack/openstack_observer/steps/sync_site_privileges.py
planetstack/openstack_observer/steps/sync_sites.py
planetstack/openstack_observer/steps/sync_slice_memberships.py
planetstack/openstack_observer/steps/sync_slices.py
planetstack/openstack_observer/steps/sync_slivers.py
planetstack/openstack_observer/steps/sync_users.py