https://github.com/ait-testbed/testbedimage-tool
Tool to deploy or import openstack-images for the aecid-testbed
https://github.com/ait-testbed/testbedimage-tool
aecid atb glance images openstack testbed
Last synced: about 24 hours ago
JSON representation
Tool to deploy or import openstack-images for the aecid-testbed
- Host: GitHub
- URL: https://github.com/ait-testbed/testbedimage-tool
- Owner: ait-testbed
- Created: 2023-09-27T13:56:45.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2026-02-23T10:23:36.000Z (3 months ago)
- Last Synced: 2026-02-23T19:04:33.675Z (3 months ago)
- Topics: aecid, atb, glance, images, openstack, testbed
- Language: Python
- Homepage: https://github.com/ait-aecid
- Size: 129 KB
- Stars: 0
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# testbedimage-tool
This tool helps to import data from the image-repository into the openstack imageservice.
It can also deploy images from the openstack imageserver to a image-repository(sftp)
# Install
```
pip3 install .
```
# Usage
Import all current OpenStack-images to your OpenStack-project:
```
$ export REQUESTS_CA_BUNDLE=/etc/ssl/certs/ca-certificates.crt
$ . myproject-openrc.sh
$ testbedimage import_images
```
# Documentation
* [Documentation](https://aeciddocs.ait.ac.at/testbedimage/current/index.html)
* [Installation](https://aeciddocs.ait.ac.at/testbedimage/current/installation.html)
# License
[GPL-3.0](LICENSE)