Skip to content

Commit

Permalink
chore(yaml): removing centos yamls from the repo
Browse files Browse the repository at this point in the history
Now we have the same operator yaml which can work for all
OS distro. We don't need to have OS specific Operator yamls.

Signed-off-by: Pawan <pawan@mayadata.io>
  • Loading branch information
pawanpraka1 authored and kmova committed Sep 16, 2020
1 parent b81f42a commit c9ea713
Show file tree
Hide file tree
Showing 7 changed files with 3 additions and 5,618 deletions.
14 changes: 2 additions & 12 deletions buildscripts/generate-manifests.sh
Original file line number Diff line number Diff line change
Expand Up @@ -119,18 +119,8 @@ cat deploy/yamls/zfsbackup-crd.yaml >> deploy/zfs-operator.yaml
# Add ZFSRestore v1 CRDs to the Operator yaml
cat deploy/yamls/zfsrestore-crd.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
# Add the driver deployment to the Operator yaml
cat deploy/yamls/zfs-driver.yaml >> deploy/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/211-pawanpraka1
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
removing centos yamls from the repo
1,913 changes: 0 additions & 1,913 deletions deploy/operators/centos7/zfs-operator.yaml

This file was deleted.

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

This file was deleted.

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

This file was deleted.

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

This file was deleted.

File renamed without changes.

0 comments on commit c9ea713

Please sign in to comment.