Rahul Sharma e5ef0fedf0 TW-518: Updating Helm chart to run on AWS (where you don't need to run NGINX on master node)
Also updated zookeeper url in Kafka to add the dependence of release name instead of hardcoding
to opensync-wifi-controller
2020-05-15 16:51:12 -04:00
2020-04-12 19:19:49 -04:00
2020-04-22 13:21:55 -04:00

wlan-cloud-helm

This repository contains helm charts for various deployment types of the tip wlan cloud services.

Deploying the wlan-cloud deployment

Running tests under wlan-cloud deployment

Currently we have tests for:

  • Cassandra: Test that verifies the following in a running Cassandra cluster:

    • Keyspace, Table creation
    • Insert a record in the Table
    • Select the record
    • Delete Table
    • Delete Keyspace (to enable us to run the test again)
      • NOTE: For the test to work, make sure that the cluster-size remains the same, if you are redeploying the chart using helm-del and helm-install with existing pvc.
  • Kafka: Test that verifies:

    • Creating a topic
    • Posting a message on topic
    • Consuming a message from topic
    • Changing the retention period of a topic to 1 sec
    • Marking the topic for deletion (to enable us to run the test again)
  • Run the following command under tip-wlan-helm directory after the components are running:

    • helm test <RELEASE_NAME> -n default (For more details add --debug flag to the above command)
Description
No description provided
Readme BSD-3-Clause 1.6 MiB
Latest
2021-04-12 16:24:21 +00:00
Languages
Shell 76.8%
Smarty 23.2%