Skip to content
This repository has been archived by the owner on Aug 31, 2020. It is now read-only.

Configure

Pavel Studeník edited this page Feb 23, 2017 · 1 revision

Greentea's instance is possible to modified to your better usage.

GreeTea

Default options for paginator on webui are following and you can replace them by own configuration.

PAGINATOR_OBJECTS_ONPAGE = 20
PAGINATOR_OBJECTS_ONHOMEPAGE = 10

Beaker

Hostname of running Beaker server

BEAKER_SERVER = "beaker.example.com"

Values for authentication against Beaker server.

BEAKER_OWNER = "username"
BEAKER_PASS = "password"

For all new scheduled hosts it is possible to default packages that will be installed by kickstart

BEAKER_DEFAULT_PACKAGES = ("vim", "gcc")

Elasticsearch

Hostnames of elasticsearch that were used for indexing

ELASTICSEARCH = ("elasticsearch.example.com")
Clone this wiki locally