SDAP-298: Helm Chart 1.0.0 (#113)

* updated helm chart for zookeeper

use solr and zk helm charts

change .Release.Namespace to .Release.Name

add rabbitmq storageclass

fix rbac

add  max_concurrency

add solr_host arg

add solr port

always deploy solr

add solr-host option

read cli args for cass and solr hosts

pass cassandra host

add support for cassandra username and password

cassandra helm chart included

fix arguments sent to spark driver, add logging in cassandraproxy

pass factory method to nexuscalchandlers to create tile service in spark nodes

fix namespace

fix bad argument order

fix cass url for granule ingester

change solr-create-collection to a deployment

make solr history default

pr

enable external solr/zk/cass hosts

rabbitmq.enabled

revert doms

revert

update images

only deploy config operator if it is enabled

remove http:// from solr hardcoded endpoint

turn off configmap by default

* revert doms

* upgrade images

* use new nexusjpl/solr image, update solr-create-collection image tag

* Add flag to disable crd creation

* Fixed typo

* Only create gitcfg if if configMap not set

* Only create rbac if configmap disabled

* update nexus version

* Add S3 support to helm chart

* Update Rabbitmq version

* Update versions

* version bumps

* Cleanup

* Configurable cassandra parameters

* wip: helm readme

* Helm readme changes

* Typo

* Typo

* Readme updates

* Readme

* Readme

* Readme updates

* Readme

* Readme

* Fix typos

* Readme

* Readme

* Readme

* Readme

* Readme

* Readme

* More docs

* Cleanup

Co-authored-by: Eamon Ford <eamon.d.ford@jpl.nasa.gov>
19 files changed
tree: 94a2a26d731473cbf6e186f8b13c8ef29b41b0f8
  1. analysis/
  2. climatology/
  3. data-access/
  4. docker/
  5. docs/
  6. helm/
  7. integrations/
  8. nexus-ingest/
  9. tools/
  10. .gitignore
  11. CONTRIBUTING.md
  12. LICENSE
  13. README.md
README.md

NEXUS

The next generation cloud-based science data service platform. More information can be found here http://incubator-sdap-nexus.readthedocs.io/en/latest/index.html

Building the Docs

Ensure sphinx, sphinx-autobuild, and recommonmark are installed. We use the recommonmark module for parsing Markdown files.

pip install sphinx sphinx-autobuild recommonmark

Run sphinx-autobuild to view the docs locally.

cd docs
sphinx-autobuild . _build/html