Richard Wall

Results 105 issues of Richard Wall

* Cassandra Pilot now executes `cassandra` directly, bypassing the Docker image entrypoint * Added a configuration API with which to override configuration values in yaml and properties config files. *...

size/XXL
release-note-none
needs-rebase

* Tried to separate out the API server options that require kubernetes API configuration options. * Don't apply those command line options if `--standalone-mode` has been supplied. * Added a...

size/XXL
release-note-none
needs-rebase

* Add a NodePool.Status.Version attribute which has the lowest reported version from all the pilots in the pool. * Or nil, if the pilot failed to query its Cassandra database...

release-note
size/XL

Fixes: #166 **Release note**: ```release-note NONE ```

release-note-none
needs-rebase
size/M

**Release note**: ```release-note NONE ```

size/L
release-note-none
do-not-merge/work-in-progress
area/cassandra

Trying to run the navigator API server locally but found that even with the `--standalone-mode` flag, it still requires Kubernetes API host, port and token. ``` ./navigator-apiserver_linux_amd64 --etcd-servers http://127.0.0.1:38501 --standalone-mode...

kind/bug

In https://github.com/jetstack/navigator/pull/244#discussion_r170941157 @kragniz asked: > should this now be marked +optional? I'm not sure. Perhaps we should: * Check that our APIs are fully and consistently documented. * Maybe add...

area/api
kind/feature

* https://github.com/apache/cassandra-dtest > Cassandra Distributed Tests (or better known as "DTests") are a set of Python-based tests for Apache Cassandra clusters. DTests aim to test functionality that requires multiple Cassandra...

area/test
kind/feature

https://jetstack-build-infra.appspot.com/build/jetstack-logs/pr-logs/pull/jetstack_navigator/336/navigator-e2e-v1-9/722/ ``` W0427 14:56:41.930] + retry stdout_matches testvalue1 cql_connect test-cassandra-1524840199-15915 cass-test-nodes 9042 --debug '--execute=CONSISTENCY ALL; SELECT * FROM space1.testtable1' W0427 14:56:41.930] + local TIMEOUT=60 W0427 14:56:41.930] + local SLEEP=10 W0427...

area/test
kind/bug

There ought to be some tests for the cluster pausing feature introduced in #301 Otherwise we might not notice if the feature stops working. See https://github.com/jetstack/navigator/pull/301#pullrequestreview-118692694 /kind bug

area/test
kind/bug