Commit Graph

  • 8c2bb44181 Add api-ref job Balazs Gibizer 2018-09-02 15:59:23 +02:00
  • 948031b9e4 Rename PlacementPolicyFixture to PolicyFixture Yikun Jiang 2018-09-06 11:47:17 +08:00
  • 880fea15fd Unify utils.py and util.py Yikun Jiang 2018-09-06 14:44:45 +08:00
  • f94c92f8f0 Use uuidsentinel from oslo.utils Eric Fried 2018-09-05 11:01:01 -05:00
  • 5af147b34b Merge "Update requirements and test-requirements" Zuul 2018-09-05 21:31:31 +00:00
  • 07bdda6148 Update requirements and test-requirements Chris Dent 2018-09-03 19:23:47 +01:00
  • 1c464a3dcc Merge "Add python 3.6 test jobs" Zuul 2018-09-05 20:11:19 +00:00
  • 699afee900 Fix aesthetic issues from I4974a28de541aace043504f Eric Fried 2018-09-04 15:53:21 -05:00
  • 15ca8bc758 Removing non-existent job from tox envlist Chris Dent 2018-09-03 19:27:16 +01:00
  • c0ec9b4f86 Add python 3.6 test jobs Chris Dent 2018-09-04 11:14:15 +01:00
  • cf4ea34911 Make pep8 tests voting Chris Dent 2018-09-03 15:37:50 +01:00
  • f489f97fb4 Remove unused fixtures in placement/tests/fixtures.py Chris Dent 2018-09-03 15:29:59 +01:00
  • a0e07cbe01 Remove placement/db/api.py Chris Dent 2018-09-03 15:18:56 +01:00
  • e81e17b7a0 Fix line length and whitespace issues Chris Dent 2018-09-03 15:15:53 +01:00
  • 55635d918c Remove unused imports as identified by pep8 Chris Dent 2018-09-03 15:12:25 +01:00
  • aa1c7b9d83 Fix alpha-ordering of imports for pep8 Chris Dent 2018-09-03 15:09:38 +01:00
  • 4034026e23 Remove placement/test.py Chris Dent 2018-09-03 14:55:42 +01:00
  • d02caa84ef Make unit tests voting Chris Dent 2018-09-03 15:36:52 +01:00
  • c4a83cdca3 Turn on logging for the request log test Chris Dent 2018-09-03 14:42:30 +01:00
  • 126bc023ec Fix configuration handling in policy unit test Chris Dent 2018-09-03 14:39:35 +01:00
  • 9928fa0874 Trim placement/utils.py to the single method used Chris Dent 2018-09-03 14:36:56 +01:00
  • 02e40a1633 Make functional tests voting and gating Chris Dent 2018-09-03 15:36:07 +01:00
  • f4c74f708e Use absolute import in gabbi fixture Chris Dent 2018-09-03 14:05:37 +01:00
  • 4dedf5ea75 Import placement, not nova, in rp db tests Chris Dent 2018-09-03 13:56:53 +01:00
  • 5fec97d9fb Make a basic working DatabaseFixture Chris Dent 2018-09-03 13:52:00 +01:00
  • 4cc28cdb0b Establish an importable 'conf' package Chris Dent 2018-09-03 13:48:24 +01:00
  • ab37428130 Tidy up use of policy_fixture Chris Dent 2018-09-03 13:35:48 +01:00
  • dbf88dc02e Remove unused CheatingSerializer Chris Dent 2018-09-03 13:31:34 +01:00
  • 285f451cee Use placement.uuidsentinel Chris Dent 2018-09-03 13:29:27 +01:00
  • fedca98990 Remove the PlacementFixture from fixtures Chris Dent 2018-09-03 13:25:25 +01:00
  • 1aaf57d901 Remove more unused imports from fixtures Chris Dent 2018-09-03 13:22:20 +01:00
  • 1e138e1c0b Remove unused db functionality and files Chris Dent 2018-09-03 13:16:27 +01:00
  • cd0230c517 Remove some imports from test/fixtures that will not be used Chris Dent 2018-09-03 13:05:49 +01:00
  • 980acf1f02 Empty __init__.py files that should be empty Chris Dent 2018-09-03 13:01:13 +01:00
  • 6cf58d43aa Correct several nova.tests and nova.tests.functional imports Chris Dent 2018-09-03 12:57:01 +01:00
  • ed8baeb717 Mechanically correct import of functional base class Chris Dent 2018-09-03 12:34:50 +01:00
  • 53bc5a75b1 Update i18n handling to be placement oriented. Chris Dent 2018-09-03 12:30:47 +01:00
  • eaeeea1cfe Inspect and correct tox.ini, .stestr.conf and setup.cfg Chris Dent 2018-09-03 12:12:23 +01:00
  • 3100eb64ae Update nova.db import paths EdLeafe 2018-08-30 23:10:39 +00:00
  • 467c253349 Replace the nova import paths with placement EdLeafe 2018-08-30 23:09:25 +00:00
  • 1dca56f58e Remove the import pathing for the old structure EdLeafe 2018-08-30 23:07:27 +00:00
  • a3f8272300 Update the functional test import paths EdLeafe 2018-08-30 23:06:10 +00:00
  • 2f1267c878 Move the unit tests EdLeafe 2018-08-30 22:51:51 +00:00
  • 9b9073c4c3 Move the functional test directories EdLeafe 2018-08-30 22:49:00 +00:00
  • fb7c190990 Move the placement code to the base EdLeafe 2018-08-30 22:48:14 +00:00
  • ae561723ee Remove the Nova aggregate files. EdLeafe 2018-08-30 22:46:35 +00:00
  • f849f668a9 Move the api-ref directories EdLeafe 2018-08-30 22:46:01 +00:00
  • 88c3b84730 Rename the 'nova' directories to 'placement' EdLeafe 2018-08-30 22:45:22 +00:00
  • 68b66b6c05 Apply placement.rst change from Idf8997d5efdfdfca6 Eric Fried 2018-08-31 10:15:27 -05:00
  • c1767dcb99 Fix race condition in reshaper handler Eric Fried 2018-08-31 09:35:47 -05:00
  • 9d28a9f849 Set up initial .zuul.yaml Chris Dent 2018-08-31 12:25:49 +01:00
  • 1a45f11a06 Removed the zuul config file EdLeafe 2018-08-30 22:39:21 +00:00
  • e3b6de69ff Merge "reshaper gabbit: Nix comments re doubled max_unit" Zuul 2018-08-30 17:21:13 +00:00
  • 32b291d4d2 Merge "(Re)start caching scheduler after starting computes in tests" Zuul 2018-08-30 13:47:16 +00:00
  • 198fcebe86 Merge "reshaper: Look up provider if not in inventories" Zuul 2018-08-30 01:12:49 +00:00
  • 602576dcf7 Merge "Add trait query to placement perf check" Zuul 2018-08-30 01:12:35 +00:00
  • c893f1f74a Merge "Add explanatory prefix to post_test_perf output" Zuul 2018-08-30 01:05:05 +00:00
  • 5b26f84f78 Merge "[placement] Make _ensure_aggregate context not independent" Zuul 2018-08-30 00:52:28 +00:00
  • 4f0faa713a (Re)start caching scheduler after starting computes in tests Matt Riedemann 2018-08-29 13:16:09 -04:00
  • 5cdc77379c [placement] Make _ensure_aggregate context not independent Chris Dent 2018-08-29 13:36:16 +01:00
  • 9a99c6b9fe Merge "Document no content on POST /reshaper 204" Zuul 2018-08-29 09:22:16 +00:00
  • 663e44462d Merge "[placement] Add /reshaper handler for POST" Zuul 2018-08-29 09:22:10 +00:00
  • b8e93e2e33 Merge "Mention (unused) RP generation in POST /allocs/{c}" Zuul 2018-08-29 07:57:21 +00:00
  • 4e69bac144 Merge "Revert "Don't use '_TransactionContextManager._async'"" Zuul 2018-08-28 23:34:36 +00:00
  • 87688b72e4 Merge "Don't use '_TransactionContextManager._async'" Zuul 2018-08-28 23:34:31 +00:00
  • fa749b1a96 Mention (unused) RP generation in POST /allocs/{c} Eric Fried 2018-08-28 17:34:19 -05:00
  • af19086bea reshaper gabbit: Nix comments re doubled max_unit Eric Fried 2018-08-28 14:46:00 -05:00
  • 4df41cb4b3 Revert "Don't use '_TransactionContextManager._async'" Stephen Finucane 2018-08-28 17:15:24 +01:00
  • 37fb0708a5 Don't use '_TransactionContextManager._async' Stephen Finucane 2018-08-28 17:01:07 +01:00
  • 4f7c9b096a Merge "Make monkey patch work in uWSGI mode" Zuul 2018-08-28 15:38:03 +00:00
  • 931dc02d47 Merge "Make instance_list perform per-cell batching" Zuul 2018-08-28 04:55:16 +00:00
  • b26f21df3d Make monkey patch work in uWSGI mode Yikun Jiang 2018-08-16 14:29:26 +08:00
  • ea73ab01f1 Merge "[placement] split gigantor SQL query, add logging" Zuul 2018-08-27 18:16:28 +00:00
  • df776affc3 Merge "Fix create_resource_provider docstring" Zuul 2018-08-27 16:01:14 +00:00
  • 10e7228707 [placement] split gigantor SQL query, add logging Jay Pipes 2018-08-08 17:11:25 -04:00
  • a8f451a7e4 Make instance_list perform per-cell batching Dan Smith 2018-08-17 07:56:05 -07:00
  • 0c14b13a51 Document no content on POST /reshaper 204 Eric Fried 2018-08-24 16:48:03 -05:00
  • 09afc32669 Merge "[placement] Add functional test to verify presence of policy" Zuul 2018-08-23 21:30:55 +00:00
  • cd2c9bd5c2 Merge "Normalize dashless 'resource provider create' uuid" Zuul 2018-08-23 21:16:05 +00:00
  • 5aa493b858 Merge "placement: use single-shot INSERT/DELETE agg" Zuul 2018-08-23 16:08:29 +00:00
  • 675b111469 Fix create_resource_provider docstring Chen 2018-08-23 12:00:03 +08:00
  • e77a76ab16 Merge "Fix nits in resource_provider.py" Zuul 2018-08-23 15:12:16 +00:00
  • 5d13fd63f3 reshaper: Look up provider if not in inventories Eric Fried 2018-07-23 12:10:12 -05:00
  • 42599ba099 Merge "[placement] Regex consts for placement schema" Zuul 2018-08-23 12:45:08 +00:00
  • 3a396fe5de [placement] Add functional test to verify presence of policy Chris Dent 2018-08-23 10:27:53 +01:00
  • 6343f13e0c Normalize dashless 'resource provider create' uuid rajat29 2018-05-09 16:15:20 +05:30
  • ff27187347 [placement] Add /reshaper handler for POST Chris Dent 2018-06-20 17:56:04 +01:00
  • bc97a5838a Merge "Remove ChanceScheduler" Zuul 2018-08-22 22:54:00 +00:00
  • dd1c86abec [placement] Regex consts for placement schema Eric Fried 2018-08-14 17:30:04 -05:00
  • fecae3fa6a Merge "Making consistent used of GiB and MiB in API ref" Zuul 2018-08-22 04:03:01 +00:00
  • f427c98cf5 Merge "Set policy_opt defaults in placement deploy unit test" Zuul 2018-08-21 17:39:37 +00:00
  • 6c8759de45 Merge "Set policy_opt defaults in placement gabbi fixture" Zuul 2018-08-21 17:36:56 +00:00
  • 094c609b87 Set policy_opt defaults in placement deploy unit test Chris Dent 2018-08-21 16:56:43 +01:00
  • 06ce5d5df6 Set policy_opt defaults in placement gabbi fixture Chris Dent 2018-08-21 14:23:41 +01:00
  • a59e7dda5d Remove ChanceScheduler zhangyangyang 2018-06-19 14:36:12 +08:00
  • 6108dc6a1d Making consistent used of GiB and MiB in API ref Petersingh Anburaj 2018-04-10 16:12:47 +05:30
  • 4c2e11af67 placement: use single-shot INSERT/DELETE agg Jay Pipes 2018-08-16 14:56:47 -04:00
  • 6dcdc85d6c Add trait query to placement perf check Chris Dent 2018-08-16 18:32:12 +01:00
  • 3673258049 Add explanatory prefix to post_test_perf output Chris Dent 2018-08-14 22:14:12 +01:00
  • fe4754f8bd Merge "Add placement perf info gathering hook to end of nova-next" Zuul 2018-08-15 21:52:02 +00:00