commit | c83da371acf858d4a75b98fc841e6d27d293f78f | [log] [tgz] |
---|---|---|
author | Sapan Bhatia <gwsapan@gmail.com> | Thu Jan 14 11:43:25 2016 -0500 |
committer | Sapan Bhatia <gwsapan@gmail.com> | Thu Jan 14 11:43:25 2016 -0500 |
tree | 3bb184f2f4cab3e99913fdd9451f9169b7be9143 | |
parent | 16be143453cfffdaeae1601c2718e440abcb0eae [diff] |
Moved openstack observer into synchronizers
diff --git a/xos/openstack_observer/__init__.py b/xos/synchronizers/openstack/__init__.py similarity index 100% rename from xos/openstack_observer/__init__.py rename to xos/synchronizers/openstack/__init__.py
diff --git a/xos/openstack_observer/ansible.py b/xos/synchronizers/openstack/ansible.py similarity index 100% rename from xos/openstack_observer/ansible.py rename to xos/synchronizers/openstack/ansible.py
diff --git a/xos/openstack_observer/backend.py b/xos/synchronizers/openstack/backend.py similarity index 100% rename from xos/openstack_observer/backend.py rename to xos/synchronizers/openstack/backend.py
diff --git a/xos/openstack_observer/deleter.py b/xos/synchronizers/openstack/deleter.py similarity index 100% rename from xos/openstack_observer/deleter.py rename to xos/synchronizers/openstack/deleter.py
diff --git a/xos/openstack_observer/error_mapper.py b/xos/synchronizers/openstack/error_mapper.py similarity index 100% rename from xos/openstack_observer/error_mapper.py rename to xos/synchronizers/openstack/error_mapper.py
diff --git a/xos/openstack_observer/event_loop.py b/xos/synchronizers/openstack/event_loop.py similarity index 100% rename from xos/openstack_observer/event_loop.py rename to xos/synchronizers/openstack/event_loop.py
diff --git a/xos/openstack_observer/event_manager.py b/xos/synchronizers/openstack/event_manager.py similarity index 100% rename from xos/openstack_observer/event_manager.py rename to xos/synchronizers/openstack/event_manager.py
diff --git a/xos/openstack_observer/openstacksyncstep.py b/xos/synchronizers/openstack/openstacksyncstep.py similarity index 100% rename from xos/openstack_observer/openstacksyncstep.py rename to xos/synchronizers/openstack/openstacksyncstep.py
diff --git a/xos/openstack_observer/run_ansible b/xos/synchronizers/openstack/run_ansible similarity index 100% rename from xos/openstack_observer/run_ansible rename to xos/synchronizers/openstack/run_ansible
diff --git a/xos/openstack_observer/run_ansible_verbose b/xos/synchronizers/openstack/run_ansible_verbose similarity index 100% rename from xos/openstack_observer/run_ansible_verbose rename to xos/synchronizers/openstack/run_ansible_verbose
diff --git a/xos/openstack_observer/steps/__init__.py b/xos/synchronizers/openstack/steps/__init__.py similarity index 100% rename from xos/openstack_observer/steps/__init__.py rename to xos/synchronizers/openstack/steps/__init__.py
diff --git a/xos/openstack_observer/steps/delete_slivers.yaml b/xos/synchronizers/openstack/steps/delete_slivers.yaml similarity index 100% rename from xos/openstack_observer/steps/delete_slivers.yaml rename to xos/synchronizers/openstack/steps/delete_slivers.yaml
diff --git a/xos/openstack_observer/steps/purge_disabled_users.py b/xos/synchronizers/openstack/steps/purge_disabled_users.py similarity index 100% rename from xos/openstack_observer/steps/purge_disabled_users.py rename to xos/synchronizers/openstack/steps/purge_disabled_users.py
diff --git a/xos/openstack_observer/steps/sliver.yaml b/xos/synchronizers/openstack/steps/sliver.yaml similarity index 100% rename from xos/openstack_observer/steps/sliver.yaml rename to xos/synchronizers/openstack/steps/sliver.yaml
diff --git a/xos/openstack_observer/steps/sync_container.py b/xos/synchronizers/openstack/steps/sync_container.py similarity index 100% rename from xos/openstack_observer/steps/sync_container.py rename to xos/synchronizers/openstack/steps/sync_container.py
diff --git a/xos/openstack_observer/steps/sync_container.yaml b/xos/synchronizers/openstack/steps/sync_container.yaml similarity index 100% rename from xos/openstack_observer/steps/sync_container.yaml rename to xos/synchronizers/openstack/steps/sync_container.yaml
diff --git a/xos/openstack_observer/steps/sync_controller_images.py b/xos/synchronizers/openstack/steps/sync_controller_images.py similarity index 100% rename from xos/openstack_observer/steps/sync_controller_images.py rename to xos/synchronizers/openstack/steps/sync_controller_images.py
diff --git a/xos/openstack_observer/steps/sync_controller_images.yaml b/xos/synchronizers/openstack/steps/sync_controller_images.yaml similarity index 100% rename from xos/openstack_observer/steps/sync_controller_images.yaml rename to xos/synchronizers/openstack/steps/sync_controller_images.yaml
diff --git a/xos/openstack_observer/steps/sync_controller_networks.py b/xos/synchronizers/openstack/steps/sync_controller_networks.py similarity index 100% rename from xos/openstack_observer/steps/sync_controller_networks.py rename to xos/synchronizers/openstack/steps/sync_controller_networks.py
diff --git a/xos/openstack_observer/steps/sync_controller_networks.yaml b/xos/synchronizers/openstack/steps/sync_controller_networks.yaml similarity index 100% rename from xos/openstack_observer/steps/sync_controller_networks.yaml rename to xos/synchronizers/openstack/steps/sync_controller_networks.yaml
diff --git a/xos/openstack_observer/steps/sync_controller_site_privileges.py b/xos/synchronizers/openstack/steps/sync_controller_site_privileges.py similarity index 100% rename from xos/openstack_observer/steps/sync_controller_site_privileges.py rename to xos/synchronizers/openstack/steps/sync_controller_site_privileges.py
diff --git a/xos/openstack_observer/steps/sync_controller_sites.py b/xos/synchronizers/openstack/steps/sync_controller_sites.py similarity index 100% rename from xos/openstack_observer/steps/sync_controller_sites.py rename to xos/synchronizers/openstack/steps/sync_controller_sites.py
diff --git a/xos/openstack_observer/steps/sync_controller_sites.yaml b/xos/synchronizers/openstack/steps/sync_controller_sites.yaml similarity index 100% rename from xos/openstack_observer/steps/sync_controller_sites.yaml rename to xos/synchronizers/openstack/steps/sync_controller_sites.yaml
diff --git a/xos/openstack_observer/steps/sync_controller_slice_privileges.py b/xos/synchronizers/openstack/steps/sync_controller_slice_privileges.py similarity index 100% rename from xos/openstack_observer/steps/sync_controller_slice_privileges.py rename to xos/synchronizers/openstack/steps/sync_controller_slice_privileges.py
diff --git a/xos/openstack_observer/steps/sync_controller_slices.py b/xos/synchronizers/openstack/steps/sync_controller_slices.py similarity index 100% rename from xos/openstack_observer/steps/sync_controller_slices.py rename to xos/synchronizers/openstack/steps/sync_controller_slices.py
diff --git a/xos/openstack_observer/steps/sync_controller_slices.yaml b/xos/synchronizers/openstack/steps/sync_controller_slices.yaml similarity index 100% rename from xos/openstack_observer/steps/sync_controller_slices.yaml rename to xos/synchronizers/openstack/steps/sync_controller_slices.yaml
diff --git a/xos/openstack_observer/steps/sync_controller_users.py b/xos/synchronizers/openstack/steps/sync_controller_users.py similarity index 100% rename from xos/openstack_observer/steps/sync_controller_users.py rename to xos/synchronizers/openstack/steps/sync_controller_users.py
diff --git a/xos/openstack_observer/steps/sync_controller_users.yaml b/xos/synchronizers/openstack/steps/sync_controller_users.yaml similarity index 100% rename from xos/openstack_observer/steps/sync_controller_users.yaml rename to xos/synchronizers/openstack/steps/sync_controller_users.yaml
diff --git a/xos/openstack_observer/steps/sync_images.py b/xos/synchronizers/openstack/steps/sync_images.py similarity index 100% rename from xos/openstack_observer/steps/sync_images.py rename to xos/synchronizers/openstack/steps/sync_images.py
diff --git a/xos/openstack_observer/steps/sync_instances.py b/xos/synchronizers/openstack/steps/sync_instances.py similarity index 100% rename from xos/openstack_observer/steps/sync_instances.py rename to xos/synchronizers/openstack/steps/sync_instances.py
diff --git a/xos/openstack_observer/steps/sync_instances.yaml b/xos/synchronizers/openstack/steps/sync_instances.yaml similarity index 100% rename from xos/openstack_observer/steps/sync_instances.yaml rename to xos/synchronizers/openstack/steps/sync_instances.yaml
diff --git a/xos/openstack_observer/steps/sync_object.py b/xos/synchronizers/openstack/steps/sync_object.py similarity index 100% rename from xos/openstack_observer/steps/sync_object.py rename to xos/synchronizers/openstack/steps/sync_object.py
diff --git a/xos/openstack_observer/steps/sync_ports.py b/xos/synchronizers/openstack/steps/sync_ports.py similarity index 100% rename from xos/openstack_observer/steps/sync_ports.py rename to xos/synchronizers/openstack/steps/sync_ports.py
diff --git a/xos/openstack_observer/steps/sync_roles.py b/xos/synchronizers/openstack/steps/sync_roles.py similarity index 100% rename from xos/openstack_observer/steps/sync_roles.py rename to xos/synchronizers/openstack/steps/sync_roles.py
diff --git a/xos/openstack_observer/steps/teardown_container.yaml b/xos/synchronizers/openstack/steps/teardown_container.yaml similarity index 100% rename from xos/openstack_observer/steps/teardown_container.yaml rename to xos/synchronizers/openstack/steps/teardown_container.yaml
diff --git a/xos/openstack_observer/syncstep.py b/xos/synchronizers/openstack/syncstep.py similarity index 100% rename from xos/openstack_observer/syncstep.py rename to xos/synchronizers/openstack/syncstep.py
diff --git a/xos/openstack_observer/templates/container.conf.j2 b/xos/synchronizers/openstack/templates/container.conf.j2 similarity index 100% rename from xos/openstack_observer/templates/container.conf.j2 rename to xos/synchronizers/openstack/templates/container.conf.j2
diff --git a/xos/openstack_observer/templates/container.service.j2 b/xos/synchronizers/openstack/templates/container.service.j2 similarity index 100% rename from xos/openstack_observer/templates/container.service.j2 rename to xos/synchronizers/openstack/templates/container.service.j2
diff --git a/xos/openstack_observer/templates/start-container.sh.j2 b/xos/synchronizers/openstack/templates/start-container.sh.j2 similarity index 100% rename from xos/openstack_observer/templates/start-container.sh.j2 rename to xos/synchronizers/openstack/templates/start-container.sh.j2
diff --git a/xos/openstack_observer/templates/stop-container.sh.j2 b/xos/synchronizers/openstack/templates/stop-container.sh.j2 similarity index 100% rename from xos/openstack_observer/templates/stop-container.sh.j2 rename to xos/synchronizers/openstack/templates/stop-container.sh.j2
diff --git a/xos/openstack_observer/toposort.py b/xos/synchronizers/openstack/toposort.py similarity index 100% rename from xos/openstack_observer/toposort.py rename to xos/synchronizers/openstack/toposort.py