Advertisement
Guest User

Untitled

a guest
Jun 8th, 2020
49
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.67 KB | None | 0 0
  1. diff --git a/.zuul.yaml b/.zuul.yaml
  2. index 9fc2252cc7..3c1ea4b87e 100644
  3. --- a/.zuul.yaml
  4. +++ b/.zuul.yaml
  5. @@ -322,6 +322,32 @@
  6. # Run compute API and only the test_server_basic_ops scenario tests.
  7. tempest_test_regex: ^tempest\.(scenario\.test_server_basic_ops|(api\.compute))
  8.  
  9. +- job:
  10. + name: nova-ceph-multistore
  11. + parent: devstack-plugin-ceph-tempest-py3
  12. + description: |
  13. + Just like the normal ceph job, but with glance multistore
  14. + irrelevant-files: *dsvm-irrelevant-files
  15. + required-projects:
  16. + - openstack/nova
  17. + vars:
  18. + devstack_local_conf:
  19. + $GLANCE_CONF:
  20. + DEFAULT:
  21. + enabled_backends = cheap:file, robust:rbd
  22. + glance_store:
  23. + default_backend = cheap
  24. + stores = file, http, rbd
  25. + default_store = file
  26. + robust:
  27. + rbd_store_pool = images
  28. + rbd_store_user = glance
  29. + rbd_store_ceph_conf = /etc/ceph/ceph.conf
  30. + cheap:
  31. + filesystem_store_datadir = /opt/stack/data/glance/images/
  32. + os_glance_staging_store:
  33. + filesystem_store_datadir = /opt/stack/data/glance/os_glance_staging_store/
  34. +
  35. - project:
  36. # Please try to keep the list of job names sorted alphabetically.
  37. templates:
  38. @@ -340,7 +366,7 @@
  39. - ironic-tempest-ipa-wholedisk-bios-agent_ipmitool-tinyipa:
  40. voting: false
  41. irrelevant-files: *dsvm-irrelevant-files
  42. - - devstack-plugin-ceph-tempest-py3:
  43. + - nova-ceph-multistore:
  44. voting: false
  45. irrelevant-files: *dsvm-irrelevant-files
  46. - neutron-tempest-linuxbridge:
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement