Skip to content

Latest commit

 

History

History
120 lines (76 loc) · 5.33 KB

OVERVIEW.md

File metadata and controls

120 lines (76 loc) · 5.33 KB

Index

Overview

In this diagrama there is an overview of the repos in the Nuvolaris organization:

nuvolaris

The main repositories, those relevant for the project, are pinned and named nuvolaris-*. All the other, especially those starting with openwhisk* and nimbella* are forks of our upstream source code.

If we to make changes to our fork, we try to limit changes to the absolute minimum.

Our work is always placed in branches starting with nuvolaris, and then they are included as git modules in the main ones. And we try, when possible, to contribute back our changes tp upstream.

Development procedures are described in the DEVEL document.

Up.

This repo is the starting point.

It contains:

  • project management documentation (that you are reading right now)
  • the build for the development environment container
  • references to all the other repositories
  • the Discussion Forum
  • the Issue Tracker to manage the whole project.

To discuss the project in general, introduce yourself, make suggestions or ask questions, post in the [general] category on forum or join the the #general discord and ask.

Up.

This repo builds the OpenWhisk controller that is the core of OpenWhisk and publishes the images in the GitHub docker registry.

It includes as a subrepo our fork of apache/openwhisk

You can discuss it in the #nuvolaris-controller discord channel and in the forum under the category controller.

Up.

This repo builds the OpenWhisk runtimes and publishes the images in the GitHub docker registry.

It includes as a subrepo our fork of some (but not all) apache/openwhisk-runtime-*

You can discuss it in the #nuvolaris-runtimes discord channel and in the forum under the category runtimes.

Up.

This repo builds our operator and published the image in the GitHub docker registry.

You can discuss it in the #nuvolaris-operator discord channel and in the forum under the category operator.

This repo builds our operator and published the image in the GitHub docker registry.

You can discuss it in the #nuvolaris-cli discord channel and in the forum under the category operator.

Up.

nuvolaris-config

This repo includes the configurator of the operator.

You can discuss it in the #nuvolaris-config discord channel and in the forum under the category config.

Up.

This repo includes our test suite and the scripts to build our test environments.

You can discuss it in the #nuvolaris-testing discord channel and in the forum under the category testing.

Up.

This repo includes training material.

You can discuss it in the #nuvolaris-training discord channel and in the forum under the category training.

Up.