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

Create OCF manifests for OpenEBS #30

Open
pkosiec opened this issue Sep 17, 2021 · 0 comments
Open

Create OCF manifests for OpenEBS #30

pkosiec opened this issue Sep 17, 2021 · 0 comments
Labels
area/documentation Related to all activities around documentation area/hub-manifests Relates to Hub manifests enhancement New feature or request

Comments

@pkosiec
Copy link
Member

pkosiec commented Sep 17, 2021

Description

This task is based on the investigation from capactio/capact#300. See the current doc here.

  1. Modify Terraform scripts for Capact EKS provisioning
    1. Install iSCSI initiator on nodes
    2. Modify AutoScalingGroup and attach empty volume for every node
    3. This is an optional step during AWS EKS cluster provisioning
  2. Create Hub manifests which installs & configures OpenEBS
    1. Install OpenEBS (via Helm - links in the OpenEBS investigation doc)
      1. Install OpenEBS API
      2. Install cStor
    2. Create CR CStorPoolCluster
      1. Link: https://github.com/openebs/cstor-operators/blob/master/docs/quick.md#provision-a-cstorpoolcluster
      2. Try to use volume label from input parameters and prepare mapping node: volume. If that’s not possible, require volume IDs from user as input params.
      3. Use the mapping in CR
    3. create output TypeInstances for storage pool and OpenEBS (to do easy uninstallation)
  3. Make sure the docs are updated

NOTE: User is still required to provide storageClass during app installation.

Sample test scenario

  1. Use the installation manifests
  2. Install Mattermost with replicaCount: 1 and as shared storage set storageClass: cstor
  3. Create a repository and push commit
  4. Cordon the node
  5. After some time, see if Mattermost still works and if there is still the repo with files you created. Make sure it is in a different zone.

Reason

OpenEBS could provide us a cross-cloud distributed storage without any vendor lock-in. It could also simplify implementation of the backup/restore operations for apps.

@pkosiec pkosiec added enhancement New feature or request area/documentation Related to all activities around documentation area/hub-manifests Relates to Hub manifests size/XL labels Sep 17, 2021
@pkosiec pkosiec changed the title Create Capact manifests for OpenEBS Create OCF manifests for OpenEBS Sep 17, 2021
@mszostok mszostok removed the size/XL label Dec 8, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/documentation Related to all activities around documentation area/hub-manifests Relates to Hub manifests enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants