Skip to content

Installation

Michael Moese edited this page Jun 4, 2020 · 3 revisions

Running

If you are on openSUSE Leap or Tumbleweed, things are easy for you. You can simply do the following:

zypper ar https://download.opensuse.org/repositories/home:/MMoese:/baremetal_support/openSUSE_Leap_15.1/home:MMoese:baremetal_support.repo
zypper ref
zypper in baremetal_support

Prior to doing anyting. some preparation is needed:

git clone https://github.com/frankenmichl/baremetal_support.git cd baremetal_support python3 -m venv venv . venv/bin/activate make init To get some usage instructions, just run:

./baremetal_support.py --help

usage: baremetal_support.py [-h] [-l LISTEN] [-p PORT] [-i INSTANCE]

optional arguments: -h, --help show this help message and exit -l LISTEN, --listen LISTEN hostname to listen on - defaults to all -p PORT, --port PORT specify listening port - defaults to 8080 -i INSTANCE, --instance INSTANCE specify openQA instance - defaults to http://openqa.suse.de You can also use the included systemd service file baremetal_support.service or retrieve a package from https://build.opensuse.org/project/show/home:MMoese:baremetal_support

Clone this wiki locally