"Fossies" - the Fresh Open Source Software Archive  

Source code changes of the file "openstack_cyborg.egg-info/SOURCES.txt" between
openstack-cyborg-8.0.0.tar.gz and openstack-cyborg-9.0.0.tar.gz

About: OpenStack Cyborg provides a general purpose management framework for acceleration resources.
The "Zed" series (latest release).

SOURCES.txt  (openstack-cyborg-8.0.0):SOURCES.txt  (openstack-cyborg-9.0.0)
skipping to change at line 50 skipping to change at line 50
cyborg/accelerator/drivers/aichip/huawei/ascend.py cyborg/accelerator/drivers/aichip/huawei/ascend.py
cyborg/accelerator/drivers/fpga/__init__.py cyborg/accelerator/drivers/fpga/__init__.py
cyborg/accelerator/drivers/fpga/base.py cyborg/accelerator/drivers/fpga/base.py
cyborg/accelerator/drivers/fpga/utils.py cyborg/accelerator/drivers/fpga/utils.py
cyborg/accelerator/drivers/fpga/inspur/__init__.py cyborg/accelerator/drivers/fpga/inspur/__init__.py
cyborg/accelerator/drivers/fpga/inspur/driver.py cyborg/accelerator/drivers/fpga/inspur/driver.py
cyborg/accelerator/drivers/fpga/inspur/sysinfo.py cyborg/accelerator/drivers/fpga/inspur/sysinfo.py
cyborg/accelerator/drivers/fpga/intel/__init__.py cyborg/accelerator/drivers/fpga/intel/__init__.py
cyborg/accelerator/drivers/fpga/intel/driver.py cyborg/accelerator/drivers/fpga/intel/driver.py
cyborg/accelerator/drivers/fpga/intel/sysinfo.py cyborg/accelerator/drivers/fpga/intel/sysinfo.py
cyborg/accelerator/drivers/fpga/xilinx/__init__.py
cyborg/accelerator/drivers/fpga/xilinx/driver.py
cyborg/accelerator/drivers/fpga/xilinx/sysinfo.py
cyborg/accelerator/drivers/gpu/__init__.py cyborg/accelerator/drivers/gpu/__init__.py
cyborg/accelerator/drivers/gpu/base.py cyborg/accelerator/drivers/gpu/base.py
cyborg/accelerator/drivers/gpu/utils.py cyborg/accelerator/drivers/gpu/utils.py
cyborg/accelerator/drivers/gpu/nvidia/__init__.py cyborg/accelerator/drivers/gpu/nvidia/__init__.py
cyborg/accelerator/drivers/gpu/nvidia/driver.py cyborg/accelerator/drivers/gpu/nvidia/driver.py
cyborg/accelerator/drivers/gpu/nvidia/sysinfo.py cyborg/accelerator/drivers/gpu/nvidia/sysinfo.py
cyborg/accelerator/drivers/modules/__init__.py cyborg/accelerator/drivers/modules/__init__.py
cyborg/accelerator/drivers/modules/generic.py cyborg/accelerator/drivers/modules/generic.py
cyborg/accelerator/drivers/nic/__init__.py cyborg/accelerator/drivers/nic/__init__.py
cyborg/accelerator/drivers/nic/base.py cyborg/accelerator/drivers/nic/base.py
skipping to change at line 208 skipping to change at line 211
cyborg/objects/extarq/fpga_ext_arq.py cyborg/objects/extarq/fpga_ext_arq.py
cyborg/policies/__init__.py cyborg/policies/__init__.py
cyborg/policies/base.py cyborg/policies/base.py
cyborg/policies/device_profiles.py cyborg/policies/device_profiles.py
cyborg/privsep/__init__.py cyborg/privsep/__init__.py
cyborg/tests/__init__.py cyborg/tests/__init__.py
cyborg/tests/base.py cyborg/tests/base.py
cyborg/tests/post_mortem_debug.py cyborg/tests/post_mortem_debug.py
cyborg/tests/functional/__init__.py cyborg/tests/functional/__init__.py
cyborg/tests/unit/__init__.py cyborg/tests/unit/__init__.py
cyborg/tests/unit/fake_attach_handle.py
cyborg/tests/unit/fake_attribute.py cyborg/tests/unit/fake_attribute.py
cyborg/tests/unit/fake_deployable.py cyborg/tests/unit/fake_deployable.py
cyborg/tests/unit/fake_device.py cyborg/tests/unit/fake_device.py
cyborg/tests/unit/fake_device_profile.py cyborg/tests/unit/fake_device_profile.py
cyborg/tests/unit/fake_driver_device.py cyborg/tests/unit/fake_driver_device.py
cyborg/tests/unit/fake_extarq.py cyborg/tests/unit/fake_extarq.py
cyborg/tests/unit/fake_physical_function.py cyborg/tests/unit/fake_physical_function.py
cyborg/tests/unit/fake_virtual_function.py cyborg/tests/unit/fake_virtual_function.py
cyborg/tests/unit/policy_fixture.py cyborg/tests/unit/policy_fixture.py
cyborg/tests/unit/test_exception.py cyborg/tests/unit/test_exception.py
skipping to change at line 233 skipping to change at line 237
cyborg/tests/unit/accelerator/drivers/aichip/__init__.py cyborg/tests/unit/accelerator/drivers/aichip/__init__.py
cyborg/tests/unit/accelerator/drivers/aichip/huawei/__init__.py cyborg/tests/unit/accelerator/drivers/aichip/huawei/__init__.py
cyborg/tests/unit/accelerator/drivers/aichip/huawei/test_ascend.py cyborg/tests/unit/accelerator/drivers/aichip/huawei/test_ascend.py
cyborg/tests/unit/accelerator/drivers/fpga/__init__.py cyborg/tests/unit/accelerator/drivers/fpga/__init__.py
cyborg/tests/unit/accelerator/drivers/fpga/test_base.py cyborg/tests/unit/accelerator/drivers/fpga/test_base.py
cyborg/tests/unit/accelerator/drivers/fpga/inspur/__init__.py cyborg/tests/unit/accelerator/drivers/fpga/inspur/__init__.py
cyborg/tests/unit/accelerator/drivers/fpga/inspur/test_driver.py cyborg/tests/unit/accelerator/drivers/fpga/inspur/test_driver.py
cyborg/tests/unit/accelerator/drivers/fpga/intel/__init__.py cyborg/tests/unit/accelerator/drivers/fpga/intel/__init__.py
cyborg/tests/unit/accelerator/drivers/fpga/intel/prepare_test_data.py cyborg/tests/unit/accelerator/drivers/fpga/intel/prepare_test_data.py
cyborg/tests/unit/accelerator/drivers/fpga/intel/test_driver.py cyborg/tests/unit/accelerator/drivers/fpga/intel/test_driver.py
cyborg/tests/unit/accelerator/drivers/fpga/xilinx/__init__.py
cyborg/tests/unit/accelerator/drivers/fpga/xilinx/test_driver.py
cyborg/tests/unit/accelerator/drivers/gpu/__init__.py cyborg/tests/unit/accelerator/drivers/gpu/__init__.py
cyborg/tests/unit/accelerator/drivers/gpu/test_base.py cyborg/tests/unit/accelerator/drivers/gpu/test_base.py
cyborg/tests/unit/accelerator/drivers/gpu/test_utils.py cyborg/tests/unit/accelerator/drivers/gpu/test_utils.py
cyborg/tests/unit/accelerator/drivers/gpu/nvidia/__init__.py cyborg/tests/unit/accelerator/drivers/gpu/nvidia/__init__.py
cyborg/tests/unit/accelerator/drivers/gpu/nvidia/test_driver.py cyborg/tests/unit/accelerator/drivers/gpu/nvidia/test_driver.py
cyborg/tests/unit/accelerator/drivers/nic/__init__.py cyborg/tests/unit/accelerator/drivers/nic/__init__.py
cyborg/tests/unit/accelerator/drivers/nic/test_base.py cyborg/tests/unit/accelerator/drivers/nic/test_base.py
cyborg/tests/unit/accelerator/drivers/nic/intel/__init__.py cyborg/tests/unit/accelerator/drivers/nic/intel/__init__.py
cyborg/tests/unit/accelerator/drivers/nic/intel/prepare_test_data.py cyborg/tests/unit/accelerator/drivers/nic/intel/prepare_test_data.py
cyborg/tests/unit/accelerator/drivers/nic/intel/test_driver.py cyborg/tests/unit/accelerator/drivers/nic/intel/test_driver.py
skipping to change at line 373 skipping to change at line 379
openstack_cyborg.egg-info/PKG-INFO openstack_cyborg.egg-info/PKG-INFO
openstack_cyborg.egg-info/SOURCES.txt openstack_cyborg.egg-info/SOURCES.txt
openstack_cyborg.egg-info/dependency_links.txt openstack_cyborg.egg-info/dependency_links.txt
openstack_cyborg.egg-info/entry_points.txt openstack_cyborg.egg-info/entry_points.txt
openstack_cyborg.egg-info/not-zip-safe openstack_cyborg.egg-info/not-zip-safe
openstack_cyborg.egg-info/pbr.json openstack_cyborg.egg-info/pbr.json
openstack_cyborg.egg-info/requires.txt openstack_cyborg.egg-info/requires.txt
openstack_cyborg.egg-info/top_level.txt openstack_cyborg.egg-info/top_level.txt
releasenotes/notes/add-programming-method-051b9c4244c35c71.yaml releasenotes/notes/add-programming-method-051b9c4244c35c71.yaml
releasenotes/notes/add-project_id-to-arq-patch-api-8270cbb26c68af46.yaml releasenotes/notes/add-project_id-to-arq-patch-api-8270cbb26c68af46.yaml
releasenotes/notes/add-xilinx-fpga-driver-1c98c6a95d8e1f9b.yaml
releasenotes/notes/add_ARQ_UNBIND_FAILED_status-ea8636c64dd616eb.yaml
releasenotes/notes/add_description_to_device_profile-3c2efcbd54dac7b0.yaml releasenotes/notes/add_description_to_device_profile-3c2efcbd54dac7b0.yaml
releasenotes/notes/basic-framework-28d6b42d9bf684af.yaml releasenotes/notes/basic-framework-28d6b42d9bf684af.yaml
releasenotes/notes/bug-1928174-delete_trait_from_placement-266caf73cf289759.yaml releasenotes/notes/bug-1928174-delete_trait_from_placement-266caf73cf289759.yaml
releasenotes/notes/configure-multiple-vgpu-types-a60d09dfb5b7be4b.yaml releasenotes/notes/configure-multiple-vgpu-types-a60d09dfb5b7be4b.yaml
releasenotes/notes/cyborg-nova-interaction-8fe4e49e3c9b3b7b.yaml releasenotes/notes/cyborg-nova-interaction-8fe4e49e3c9b3b7b.yaml
releasenotes/notes/cyborg-status-upgrade-check-framework-567f8df30b971f13.yaml releasenotes/notes/cyborg-status-upgrade-check-framework-567f8df30b971f13.yaml
releasenotes/notes/drop-py-3-6-and-3-7--37951d4a79dffdbd.yaml
releasenotes/notes/drop-python2-support-in-ussuri-e64f79db4e88ca19.yaml releasenotes/notes/drop-python2-support-in-ussuri-e64f79db4e88ca19.yaml
releasenotes/notes/fpga-driver-8b1635e92b1297c1.yaml releasenotes/notes/fpga-driver-8b1635e92b1297c1.yaml
releasenotes/notes/generic-driver-88427acd7c7c12df.yaml releasenotes/notes/generic-driver-88427acd7c7c12df.yaml
releasenotes/notes/implement_oslo_privsep-4fc6e15360c92772.yaml releasenotes/notes/implement_oslo_privsep-4fc6e15360c92772.yaml
releasenotes/notes/inspur-fpga-driver-0257d2aeda9537fb.yaml releasenotes/notes/inspur-fpga-driver-0257d2aeda9537fb.yaml
releasenotes/notes/inspur-nvme-ssd-faeddc0b09250acc.yaml releasenotes/notes/inspur-nvme-ssd-faeddc0b09250acc.yaml
releasenotes/notes/intel-nic-driver-f93adad86a23ceb9.yaml releasenotes/notes/intel-nic-driver-f93adad86a23ceb9.yaml
releasenotes/notes/intel-qat-driver-a7b4c8f110d41e0b.yaml releasenotes/notes/intel-qat-driver-a7b4c8f110d41e0b.yaml
releasenotes/notes/introduce-bandit-security-linter-339d3f12b6200d64.yaml releasenotes/notes/introduce-bandit-security-linter-339d3f12b6200d64.yaml
releasenotes/notes/introduce-microversion-39c7f5cc6af4a139.yaml releasenotes/notes/introduce-microversion-39c7f5cc6af4a139.yaml
skipping to change at line 406 skipping to change at line 415
releasenotes/source/index.rst releasenotes/source/index.rst
releasenotes/source/queens.rst releasenotes/source/queens.rst
releasenotes/source/rocky.rst releasenotes/source/rocky.rst
releasenotes/source/stein.rst releasenotes/source/stein.rst
releasenotes/source/train.rst releasenotes/source/train.rst
releasenotes/source/unreleased.rst releasenotes/source/unreleased.rst
releasenotes/source/ussuri.rst releasenotes/source/ussuri.rst
releasenotes/source/victoria.rst releasenotes/source/victoria.rst
releasenotes/source/wallaby.rst releasenotes/source/wallaby.rst
releasenotes/source/xena.rst releasenotes/source/xena.rst
releasenotes/source/yoga.rst
setup/deploy-cyborg.yml setup/deploy-cyborg.yml
setup/roles/deploy_agent/tasks/main.yml setup/roles/deploy_agent/tasks/main.yml
setup/roles/deploy_agent/templates/openstack-cyborg-agent.service.j2 setup/roles/deploy_agent/templates/openstack-cyborg-agent.service.j2
setup/roles/deploy_api/tasks/main.yml setup/roles/deploy_api/tasks/main.yml
setup/roles/deploy_api/templates/openstack-cyborg-api.service.j2 setup/roles/deploy_api/templates/openstack-cyborg-api.service.j2
setup/roles/deploy_conductor/tasks/main.yml setup/roles/deploy_conductor/tasks/main.yml
setup/roles/deploy_conductor/templates/openstack-cyborg-conductor.service.j2 setup/roles/deploy_conductor/templates/openstack-cyborg-conductor.service.j2
setup/roles/generate_credentials/tasks/main.yml setup/roles/generate_credentials/tasks/main.yml
setup/roles/install_package/tasks/main.yml setup/roles/install_package/tasks/main.yml
setup/roles/template_config/tasks/main.yml setup/roles/template_config/tasks/main.yml
 End of changes. 6 change blocks. 
0 lines changed or deleted 10 lines changed or added

Home  |  About  |  Features  |  All  |  Newest  |  Dox  |  Diffs  |  RSS Feeds  |  Screenshots  |  Comments  |  Imprint  |  Privacy  |  HTTP(S)