https://github.com/mallozup/teuthology-neptune
Run teutology in generic fashion indipendent of any backends ( Libvirt, openstack, bare-metal)
https://github.com/mallozup/teuthology-neptune
ceph ceph-deploy ceph-salt ci libvirt openstack python teuthology
Last synced: 3 months ago
JSON representation
Run teutology in generic fashion indipendent of any backends ( Libvirt, openstack, bare-metal)
- Host: GitHub
- URL: https://github.com/mallozup/teuthology-neptune
- Owner: MalloZup
- Created: 2018-11-01T10:59:52.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2018-11-01T11:09:42.000Z (over 6 years ago)
- Last Synced: 2024-10-30T08:38:11.962Z (8 months ago)
- Topics: ceph, ceph-deploy, ceph-salt, ci, libvirt, openstack, python, teuthology
- Homepage:
- Size: 2.93 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# teuthology-neptune
Run teutology (ceph upstream integration tests) in generic fashion indipendent of any backends ( Libvirt, openstack, bare-metal).
# Motivation:
One developer could setup VMs via terraform-libvirt, define the cluster ceph via
https://github.com/MalloZup/ceph-open-terrariumOnce the cluster is done, it would be nice run `teutology` on libvirt, or via other backends.
Teuthology-neptune want to improve the developer experience for setting up cluster and so on.
This projet aims to fullfill the missing feature/gap that is present at moment teuthology ( hardcoded to specific openstack or lab backends).
# Important:
At moment it is just experimental, feel free to join the efforts if you wish :)