Skip to content

Mehdi-Bendriss/opensearch-operator-assets

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 

Repository files navigation

opensearch-operator-assets

1. releasing / packaging along with integratin tests running:

Options:

  • --version: opensearch version, default: 2.2.0
  • --platform: target platform, default: linux
  • --plugins: plugins to install in the tarball, default: security asynchronous-search cross-cluster-replication

Run:

  1. cd release
  2. bash run.sh
    
    # or
     
    bash run.sh --version 2.2.0 --platform linux
    
    # or to set plugins and their tag versions (default to 0 if not set)
    bash run.sh \
        --version 2.2.0 \
        --platform linux \
        --plugins "security asynchronous-search:2 cross-cluster-replication:0"
    

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published