Giter Club home page Giter Club logo

releng's Introduction

Release Engineering

License GitHub Super-Linter Ruby Style Guide visitors

Summary

This project provisions the following servers used for validation and test of personal projects.

  • Mirror Server: Provides services to reduce external network traffic. Those are Ubuntu mirror, Docker registry and PyPI server.
  • CI Server: Provides a Continuous Integration server on top of a Kubernetes Cluster. Concourse CI and Tekton are the options supported.
  • Cloud Server: Provides an OpenStack server as Infrastructure as a Service solution.

Virtual Machines

The Vagrant tool can be used for provisioning an Ubuntu Focal Virtual Machine. It's highly recommended to use the setup.sh script of the bootstrap-vagrant project for installing Vagrant dependencies and plugins required for this project. That script supports two Virtualization providers (Libvirt and VirtualBox) which are determine by the PROVIDER environment variable.

curl -fsSL http://bit.ly/initVagrant | PROVIDER=libvirt bash

Once Vagrant is installed, it's possible to provision a Virtual Machine using the following instructions:

VAGRANT_EXPERIMENTAL=disks vagrant up
vagrant up ci

The provisioning process will take some time to install all dependencies required by this project and perform a Kubernetes deployment on it.

releng's People

Contributors

dependabot[bot] avatar electrocucaracha avatar github-actions[bot] avatar

Watchers

 avatar  avatar

releng's Issues

Remove this once https://www.virtualbox.org/ticket/20636 is released

# TODO: Remove this once https://www.virtualbox.org/ticket/20636 is released
- name: Apply workaround for VBoxHeadless in macOS
run: |
find . -type f -iname "Vagrantfile" -exec sed -i '.bak' 's|v.gui = .*|v.gui = true|g' {} \;
find . -type f -name "*.bak" -delete
- name: Install GNU tools


This issue was generated by todo based on a TODO comment in 53c46f1. It's been assigned to @electrocucaracha because they committed the code.

Investigate the Tekton Dashboard ingress issues using Kubespray +v2.16

# TODO: Investigate the Tekton Dashboard ingress issues using Kubespray +v2.16
export KRD_KUBESPRAY_VERSION=v2.16.0
export KRD_HUGEPAGES_ENABLED=false
export KRD_ACTIONS_LIST=install_k8s,install_helm
export KRD_HELM_VERSION=3


This issue was generated by todo based on a TODO comment in 5070a8d. It's been assigned to @electrocucaracha because they committed the code.

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.