Skip to content

Commit

Permalink
feat(centos): adding operator yaml for centos7 and centos8
Browse files Browse the repository at this point in the history
Signed-off-by: Pawan <pawan@mayadata.io>
  • Loading branch information
pawanpraka1 authored and kmova committed Jun 8, 2020
1 parent 45015bf commit e558bb5
Show file tree
Hide file tree
Showing 7 changed files with 4,513 additions and 2 deletions.
14 changes: 12 additions & 2 deletions buildscripts/generate-manifests.sh
Original file line number Diff line number Diff line change
Expand Up @@ -81,8 +81,18 @@ cat deploy/yamls/zfsvolume-crd.yaml >> deploy/zfs-operator.yaml
# Add ZFSSnapshot v1alpha1 and v1 CRDs to the Operator yaml
cat deploy/yamls/zfssnapshot-crd.yaml >> deploy/zfs-operator.yaml

# Add the driver deployment to the Operator
cat deploy/yamls/zfs-driver.yaml >> deploy/zfs-operator.yaml
# Copy the base Operator yaml to CentOS 7 and 8 Operator yamls
cp deploy/zfs-operator.yaml deploy/operators/centos7/zfs-operator.yaml
cp deploy/zfs-operator.yaml deploy/operators/centos8/zfs-operator.yaml

# Add the ubuntu driver deployment to the Operator
cat deploy/yamls/ubuntu/zfs-driver.yaml >> deploy/zfs-operator.yaml

# Add the centos7 driver deployment to the Operator
cat deploy/yamls/centos7/zfs-driver.yaml >> deploy/operators/centos7/zfs-operator.yaml

# Add the centos8 driver deployment to the Operator
cat deploy/yamls/centos8/zfs-driver.yaml >> deploy/operators/centos8/zfs-operator.yaml

# To use your own boilerplate text use:
# --go-header-file ${SCRIPT_ROOT}/hack/custom-boilerplate.go.txt
1 change: 1 addition & 0 deletions changelogs/unreleased/149-pawanpraka1
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
adding operator yaml for centos7 and centos8
1,359 changes: 1,359 additions & 0 deletions deploy/operators/centos7/zfs-operator.yaml

Large diffs are not rendered by default.

1,359 changes: 1,359 additions & 0 deletions deploy/operators/centos8/zfs-operator.yaml

Large diffs are not rendered by default.

891 changes: 891 additions & 0 deletions deploy/yamls/centos7/zfs-driver.yaml

Large diffs are not rendered by default.

891 changes: 891 additions & 0 deletions deploy/yamls/centos8/zfs-driver.yaml

Large diffs are not rendered by default.

File renamed without changes.

0 comments on commit e558bb5

Please sign in to comment.