Per T380752, we are migrating Relforge to Opensearch. During this process, we've noticed a discrepancy between the repo that holds our home-grown plugins (component/opensearch13) and the repo that repackages the upstream Opensearch 1 release (thirdparty/opensearch1).
While there are a few ways to accomplish this, I would prefer to follow Search Platform tradition and name the repo thirdparty/${MAJVERSMINORVERS}. If anyone would prefer to do things a different way, please respond here and we can discuss this. Update: I've changed my mind! I've noticed that upstream OpenSearch moves very quickly. As such, I think it makes more sense to use the major version only.
Creating this ticket to:
- Create the thirdparty/opensearch13 repo
- Copy the packages from thirdparty/opensearch1 to thirdparty/opensearch13 .
- Remove the thirdparty/opensearch1 repo.