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 Engine, the model-centric metadata server for Legend.
The full Legend solution can be installed with the dedicated Legend bundle.
The Engine Operator can be deployed by running:
$ juju deploy finos-legend-engine-k8s --channel=edgeThe standalone Engine 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-engine-k8s finos-legend-db-k8s
$ juju relate finos-legend-engine-k8s finos-legend-gitlab-integrator-k8s
# If relating to Legend Studio:
$ juju relate finos-legend-engine-k8s finos-legend-studio-k8sThis charm by default uses the latest version of the finos/legend-engine-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