Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat(longhorn): Add longhorn provisioner using HelmEngine #239

Open
wants to merge 1 commit into
base: develop
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
32 changes: 32 additions & 0 deletions packages/longhorn/c6o.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@
name: Longhorn
appId: longhorn

icon: icon.svg
description: |
Longhorn is 100% open source software. Project source code is spread across a number of repos:

* Longhorn Engine -- Core controller/replica logic https://github.com/longhorn/longhorn-engine
* Longhorn Instance Manager -- Controller/replica instance lifecycle management https://github.com/longhorn/longhorn-instance-manager
* Longhorn Share Manager -- NFS provisioner that exposes Longhorn volumes as ReadWriteMany volumes. https://github.com/longhorn/longhorn-share-manager
* Longhorn Manager -- Longhorn orchestration, includes CSI driver for Kubernetes https://github.com/longhorn/longhorn-manager
* Longhorn UI -- Dashboard https://github.com/longhorn/longhorn-ui

summary:
Longhorn is a distributed block storage system for Kubernetes.
category: analytics
keywords:
- Storage
- Longhorn
- Open Source

repo: https://github.com/longhorn/longhorn
license: https://github.com/longhorn/longhorn/blob/master/LICENSE
support: https://github.com/longhorn/longhorn/issues

provisioner:
repo: https://github.com/c6o/provisioners
support: https://github.com/c6o/provisioners/issues

editions:
- edition-preview.yaml
- edition-stable.yaml
37 changes: 37 additions & 0 deletions packages/longhorn/edition-preview.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,37 @@
name: preview
status: public
spec:
routes:
- type: http
targetService: longhorn-frontend
provisioner:
package: '@provisioner/helmengine'
tag-prefix: helmengine
image: dummyvalue # Required by current version of HelmEngine

namespace: longhorn-system
clusterAdmin: true

chart: longhorn
repo: https://charts.longhorn.io

configs:
defaultSettings:
# Allow replicas on same node
replicaSoftAntiAffinity: false

# Only have 1 replica by default
defaultReplicaCount: 1

# Allow way over provisioning
storageOverProvisioningPercentage: 5000

service:
ui:
type: NodePort

marina:
launch:
type: inline
popUp: true
private: true
31 changes: 31 additions & 0 deletions packages/longhorn/edition-stable.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,31 @@
name: stable
status: public
spec:
routes:
- type: http
targetService: longhorn-frontend
provisioner:
package: '@provisioner/helmengine'
tag-prefix: helmengine
image: dummyvalue # Required by current version of HelmEngine

namespace: longhorn-system
clusterAdmin: true

chart: longhorn
repo: https://charts.longhorn.io

configs:
defaultSettings:
# Allow replicas on same node
replicaSoftAntiAffinity: false

service:
ui:
type: NodePort

marina:
launch:
type: inline
popUp: true
private: true
1 change: 1 addition & 0 deletions packages/longhorn/icon.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.