Giter Site home page Giter Site logo

zeus's Introduction

Zeus

These are Ansible configuration scripts for the Olympus JBoss SET CI server.

Prerequisites:

  • Ansible [core] 2.12 or newer (check using ansible --version, see official guide)
  • Python 3.8 or newer (check using python3 --version, see official guide)

Testability Notes

Some roles in this repository have been integrated with Molecule. Molecule is a library that makes it possible to execute Ansible roles on disposable containers to perform testing.

Molecule Installation Steps

Molecule needs to be installed on the system where you want to test roles.

Recommended way to install molecule on a developer machine:

  • Install & upgrade pip: python -m pip install --upgrade pip,
  • go to the zeus directory,
  • with python env, create a virtual environment: python3 -m venv env,
  • enter virtual env: source env/bin/activate (to exit the virtual env, run deactivate),
  • via pip, install molecule with podman (or docker) driver: python3 -m pip install "molecule[ansible,lint,podman]".

(See https://molecule.readthedocs.io/en/latest/installation.html for official guide.)

How to run Molecule test in Zeus

  • From root of the repo, Run $ molecule test --all to run the whole testsuite.
  • From root of the repo, Run $ molecule test -s role_name to run individual role test.

How to perform CCI VM automation

  • First install OpenStack in your local machine. Follow the instructions here
  • Run the playbook cci_run.yml, it will perform all the operations.

zeus's People

Contributors

rpelisse avatar spyrkob avatar ranabirchakraborty avatar tomashofman avatar soul2zimate avatar gaol avatar baranowb avatar xstefank avatar iweiss avatar

Watchers

 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.