Skip to content

ralphbean/autocloud

 
 

Repository files navigation

Autocloud

Setup

pip install -r requirements.txt
python setup.py develop
sudo mkdir -p /etc/autocloud; sudo cp config/autocloud.cfg /etc/autocloud/autocloud.cfg
python seed.py

Run dashboard

python autocloud/web/app.py

fedmsg config

Add the dictionary to endpoints in /etc/fedmsg.d/endpoints.py

"__main__.fedora-build": [
     "tcp://127.0.0.1:4321",
],
"autocloud.fedora-build": [
     "tcp://127.0.0.1:4322",
]

Change the topic in the fedmsg consumer hub to

topic = 'org.fedoraproject.dev.__main__.buildsys.task.state.change'

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 70.5%
  • HTML 14.1%
  • JavaScript 7.5%
  • CSS 7.3%
  • Shell 0.6%