Service to automatically upload built Fedora images to internal and external cloud providers.
Go to file
Sayan Chowdhury fcbface137 Add release notes for release 2.4.0
Signed-off-by: Sayan Chowdhury <sayan.chowdhury2012@gmail.com>
2018-11-28 15:09:33 +05:30
bin scripts: Add script to perform partial upload 2018-05-28 16:59:02 +05:30
devel Add basic Vagrant image for running unit test. 2018-05-28 16:15:41 +05:30
docs Add release notes for release 2.4.0 2018-11-28 15:09:33 +05:30
fedimg Split the actual processing of messages out 2018-11-28 14:56:13 +05:30
fedmsg.d logging: Change the source to consistent logging 2018-04-13 21:23:37 +05:30
tests tests: Fix the tests for the broken links 2018-07-25 17:52:13 +05:30
.gitignore Add basic Vagrant image for running unit test. 2018-05-28 16:15:41 +05:30
.travis.yml travis: Add flake8 to install via pip in Travis 2018-05-11 22:58:20 +05:30
CHANGELOG.rst 1.3.0 2018-04-26 01:27:06 +05:30
fedimg-conf.toml.example fedimg: Fix the issues raised by flake8 2018-05-11 22:58:20 +05:30
LICENSE Initial commit 2014-05-27 14:16:40 -04:00
MANIFEST.in fedimg: Fix the filename type for CHANGELOG.rst 2018-05-03 09:24:47 +05:30
mkdocs.yml docs: let's move that link up a bit, to be less confusing 2015-04-21 14:42:40 -07:00
README.md Add basic Vagrant image for running unit test. 2018-05-28 16:15:41 +05:30
setup.cfg fedimg: Fix the issues raised by flake8 2018-05-11 22:58:20 +05:30
setup.py Release 2.4.0 2018-11-28 15:03:09 +05:30
tox.ini Add basic Vagrant image for running unit test. 2018-05-28 16:15:41 +05:30

Fedimg

Service to automatically upload built Fedora images to internal and external cloud providers.

License

Fedimg is licensed under AGPLv3 or newer. See the LICENSE file for more information.

Documentation

Official Fedimg documentation can be found at RTFD or in docs/.

If you are interested in contributing to fedimg, you can read the developer documentation.

Triggering jobs

Fedimg is designed to perform automatically when it sees the appropriate fedmsg. However, sometimes, it's useful to be able to quickly trigger a job manually. If Fedimg is installed properly, the bin/trigger_upload.py script can be used for this purpose:

usage: trigger_upload.py [-h] -u URL -c COMPOSE_ID [-p]

Trigger a manual upload process with the specified raw.xz URL

optional arguments:
  -h, --help            show this help message and exit
  -u URL, --url URL     .raw.xz URL
  -c COMPOSE_ID, --compose-id COMPOSE_ID
                        compose id of the .raw.xz file
  -p, --push-notifications
                        Bool to check if we need to push fedmsg notifications

This script simply skips the part where Fedimg listens for the fedmsg, and allows you to directly provide a URL to a raw.xz image file that you'd like uploaded. Otherwise, Fedimg performs the same as during automatic operation.

Providers

We hope to simultaneously upload our cloud images to a variety of internal and external spaces. Currently, the code supports Amazon EC2. Work has begun toward supporting Rackspace, GCE, and HP. We're currently waiting on some legal developments to determine what sort of account and access we'll have to these providers.

Contributors