An open API service indexing awesome lists of open source software.

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

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)