constellation/dev-docs
Moritz Sanft 60bf770e62
ci: logcollection to OpenSearch in non-debug clusters (#2080)
* refactor `debugd` file structure

* create `hack`-tool to deploy logcollection to non-debug clusters

* integrate changes into CI

* update fields

* update workflow input names

* use `working-directory`

* add opensearch creds to upgrade workflow

* make template func generic

* make templating func generic

* linebreaks

* remove magic defaults

* move `os.Exit` to main package

* make logging index configurable

* make templating generic

* remove excess brace

* update fields

* copy fields

* fix flag name

* fix linter warnings

Signed-off-by: Paul Meyer <49727155+katexochen@users.noreply.github.com>

* remove unused workflow inputs

* remove makefiles

* fix command

* bazel: fix output paths of container

This fixes the output paths of builds within the container by mounting
directories to paths that exist on the host. We also explicitly set the
output path in a .bazelrc to the user specific path. The rc file is
mounted into the container and overrides the host rc.
Also adding automatic stop in case start is called and a containers
is already running.
Sym links like bazel-out and paths bazel outputs should generally work
with this change.

Signed-off-by: Paul Meyer <49727155+katexochen@users.noreply.github.com>

* tabs -> spaces

---------

Signed-off-by: Paul Meyer <49727155+katexochen@users.noreply.github.com>
Co-authored-by: Paul Meyer <49727155+katexochen@users.noreply.github.com>
2023-08-21 08:01:33 +02:00
..
howto docs: remove deprecated flags from docs 2023-08-04 12:36:45 +02:00
miniconstellation deps: update Terraform azurerm to v3.67.0 (#2147) 2023-08-02 08:15:22 +02:00
workflows ci: logcollection to OpenSearch in non-debug clusters (#2080) 2023-08-21 08:01:33 +02:00
conventions.md Add package updating/creation tips to dev-docs 2023-08-09 15:42:24 +02:00
layout.md bazel: add protoc codegen to //:generate target (#1554) 2023-03-30 14:47:29 +02:00
README.md dev-docs: refactor and add information for newbies (#1912) 2023-06-19 17:39:43 +02:00

Content structure

To get started building and running Constellation: local-development

  • workflows: What every developer will most likely need to build, develop, deploy.

  • howto: Instructions for special deployments.

  • layout: for a quick architectural overview of Constellation