vmware / harbor-boshrelease

CFF BOSH Release for Project Harbor
Apache License 2.0
36 stars 24 forks source link

One base manifest, many operator files #4

Open drnic opened 6 years ago

drnic commented 6 years ago

I appreciate that you've shown many different ways to run Harbor with different manifests. I'm writing to share a pattern that is evolving in other BOSH releases.

In the BOSH community, the consistent pattern we're going with is:

An example BOSH release project that maintains this pattern is https://github.com/cloudfoundry-community/redis-boshrelease

Thanks for open sourcing the Harbor bosh release!

/cc @cppforlife

jessehu commented 6 years ago

Thanks a lot @drnic. Your suggestions are really helpful. We will find time to make according improvement. We also welcome any kind of contribution to harbor-boshrelease project.

jessehu commented 6 years ago

Hi @drnic, I have cleaned up the manifest files in commit https://github.com/vmware/harbor-boshrelease/commit/089c7c536b7ccb2aee67c54f4aad8f125e077169. Will use the operators approach when adding more deployment manifests.