Skip to content

BIX-Digital/ods-core

 
 

Repository files navigation

ODS core & infrastructure

Introduction

OpenDevStack (ODS) Core houses the all the central infrastructure components.

All the contained components except Atlassian tools are built in the Openshift central CD namespace.

Contents

  1. Jenkins master & base slave - the basis of the ODS build engine
    The base slave provides plugins for OWASP, Sonarqube, and CNES and is HTTP proxy aware. Specific quickstarters / boilerplates require different technologies e.g. gradle, NPM/Yarn etc. to build, hence warrant their own builder slaves. These slaves are based on this base slave and are hosted in the ods-quickstarter repository - next to their respective boilerplates.

    During jenkins builds instances/pods of those builder images can be found within the project specific project-cd namespace.

  2. Nexus - repository manager
    Nexus is used as artifact manager throughout OpenDevStack. Each jenkins slave is configured to bind to the installed NEXUS to centralize build / dependency artifact resolution. There is one central instance of Nexus in the CD project

  3. Sonarqube - Sofware quality management
    The OpenDevStack version of Sonarqube - preconfigured with language plugins used by the boilerplates. All generated Jenkinsfiles contain a stage stageScanForSonarQube for sourcecode review - which connects to this central instance. There is one central instance of SQ in the CD project

  4. Atlassian infrastructure
    Contains all the ansible scripts to setup jira / confluence / bitbucket and atlassian crowd. Optional, if you have your own instances running, you can just configure OpenDevStack to use those.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Shell 64.8%
  • Go 19.2%
  • Groovy 6.5%
  • Ruby 5.9%
  • Dockerfile 3.2%
  • Makefile 0.2%
  • Python 0.2%