3.4.1. RE-WORKER-BIGIP

Release Engine Worker Plugin that interfaces with F5 BigIP devices.

Attention

This plugin is internal to Red Hat only.

This worker takes the normal MQ configuration (conf/mq_settings.json) as it’s only configuration file:

{
  "server": "127.0.0.1",
  "port": 5672,
  "vhost": "/",
  "user": "guest",
  "password": "guest"
}
  • Set the MQ config file parameters to sane values (see also: Setting Up The Bus)
  • Run the worker: python ./replugin/emailworker/__init__.py $YOUR_MQ_CONF.json

We should see output similar to the following if everything well:

[user@frober re-worker-bigip]$ python ./replugin/bigipworker/__init__.py
2014-05-19 14:39:47,080 - BigipWorker - WARNING - No app logger passed in. Defaulting to Streamandler with level INFO.
2014-05-19 14:39:47,083 - BigipWorker - INFO - Attempting connection with amqp://inceptadmin:***@messagebus.example.com:5672/
2014-05-19 14:39:47,412 - BigipWorker - INFO - Connection and channel open.
2014-05-19 14:39:47,413 - BigipWorker - INFO - Consuming on queue worker.bigip

3.4.1.1. Commands

The BigIP Worker steps are documented in Worker Steps: BigIP