Giter VIP home page Giter VIP logo

grosbeak's Introduction

Grosbeak

A CI health check for your OpenStack cloud.

All configuration happens in config.yml.

Defaults can be left as they are.

OS cloud variables can either be configured in config.yml, or left blank if OS cloud variables are set in the environment (such as by an RC file from Horizon).

pub_net_id is the network on which VMs will be spun up.

floating_ips should be set to True if pub_net_id is not directly reachable by the machine running this test.

floating_net_id should be set if floating_ips is True.

config for the health monitor will look something like:

floating_ips: True
floating_net_id: c75dd66e-7e1a-4b33-9240-9bc4ce452331
pub_net_id: f3870bba-16f1-43b3-8bb1-3c41659f2ee0
images:
  - b80cfa15-482f-4bc8-9cca-1493c9b4eccc
  - d2ac6a57-3669-44aa-a9f3-9690647ad1c5
ssh_users:
  - ubuntu
  - cirros
flavors:
  - 1
  - 2

where ssh_users correspond to the images provided. It doesn't matter what order you put flavor/image/ssh_user, however the ssh_user that will be used for each image needs to be in the same order as the images (i.e. user ubuntu will be used for the image b80c..., cirros will be used for image d2ac... etc). HealthMonitor will run through all combinations of flavors and images. Additionally, you can set flavors_alt, images_alt and ssh_users_alt for a second group of compatible images/flavors that will also be run.

How to Run

Once you have config.yml set up as you want, simply run the run.sh script.

Tempest workspace can be found under ./cloud/ (note you will need to sudo to view as this is a symlink owned by the docker container).

Logs can be found by default under /var/log/healthmon/ (again sudo access required). Log directory can be changed in config.yml.

grosbeak's People

Contributors

scrungus avatar

Stargazers

Pierre Riteau avatar

Watchers

Mark Goddard avatar Stig Telfer avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.