The Legend Operators package the core FINOS Legend components for quick and easy deployment of a Legend stack.
This repository contains a Juju Charm for deploying the SDLC, the model-centric metadata server for Legend.
The full Legend solution can be installed with the dedicated Legend bundle.
The SDLC Operator can be deployed by running:
$ juju deploy finos-legend-sdlc-k8s --channel=edgeThe standalone SDLC will initially be blocked, and will require being later related to the Legend Database Operator, as well as the Legend GitLab Integrator.
$ juju deploy finos-legend-db-k8s finos-legend-gitlab-integrator-k8s
$ juju relate finos-legend-sdlc-k8s finos-legend-db-k8s
$ juju relate finos-legend-sdlc-k8s finos-legend-gitlab-integrator-k8s
# If relating to Legend Studio:
$ juju relate finos-legend-sdlc-k8s finos-legend-studio-k8sThis charm by default uses the latest version of the finos/legend-sdlc-server image.
This repository is configured to automatically build and publish a new Charm revision after a Pull Request merges. For more information, see here.
Visit Legend Contribution Guide to learn how to contribute to Legend.
Copyright (c) 2021-present, Canonical
Distributed under the Apache License, Version 2.0.
SPDX-License-Identifier: Apache-2.0