Code Monkey home page Code Monkey logo

lidop's Introduction

LiDOP

A easy to use DevOps playground. Can be started local or in AWS.

Build Status

Build Status
LiDOP Build Status
LiDOP Jenkins Docker Image Build Status
LiDOP Jenkins Slave Docker Image Build Status

Getting Started

These instructions will get you a copy of the project up and running on your local machine for development and testing purposes Installation

High Level Architecture

Layer Tools Description
Plugins Code Example code and pipelines
Test installation Serverspec Test Installation
Provisioning Ansible Install LiDOP
Infrastructure option 1 AWS Cloud Formation For starting LiDOP in AWS
Infrastructure option 2 Terraform For starting LiDOP in cloud (AWS)
Infrastructure option 3 Vagrant For starting LiDOP on a local machine

Special note for the Vagrant way

Prerequisites

The following Software must be installed to run LiDOP

Starting

On a windows machine, use cmd or powershell and not git bash for executing vagrant up

git clone https://github.com/LivingDevOps/LiDOP.git
cd lidop
vagrant up

Infrastructure general

The default and testet infrastrucutre OS, is a Ubuntu 16.10. The following changes will be executed during the ansible execution (be care full, if you run the ansible-playbook on a existing machine)

Prerequisites

One Jenkins Slave is installed on the host machine, therefore we change the ssh settings on the host machine:

  • enable login with user and password

Software

The following software will be installed during the ansible execution:

  • nfs-kernel-server
  • java jre (for jenkins slave)
  • python-pip
  • python-pexpect
  • dos2unix

Network

The DNS settings will be changed. There is a Consul service running which will be the default DNS resolver for the host.

Provisioning

The installation is done with Ansible (99% of it). There is one script, which will install ansible on the host machine (yes we execute ansible direct on the host).

High Level process

  1. Execution of ./scripts/ansible.sh. This script installs Ansible and needed ansible modules.
  2. Execution of the ansible playbook ./install/install.yml
    • Ansible Role "lidop_host_preparation". Installation and configuration of the host
    • Ansible Role "docker". Installation and configuration of docker
    • Ansible Role "lidop". Installation and configuration of LiDOP

Test installation

The most of the ansible steps are testet after each step. Never the less, there are some server spec tests which will be executed at the end of the installation

Plugins

description is coming soon

lidop's People

Contributors

dnleimbacher avatar laupas avatar vikramkunisetty avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

lidop's Issues

Pipeline Create_Service for ELK fails

Creating ELK stack fails:
"sysctl: error setting key 'vm.max_map_count': Read-only file system", "stderr_lines": ["sysctl: error setting key 'vm.max_map_count': Read-only file system"]

vm.max_map_count needs to be set directly on the host, not in a docker container.

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.