1
0
Fork 0
mirror of https://github.com/arangodb/kube-arangodb.git synced 2024-12-15 17:51:03 +00:00

Added template for cluster with sync

This commit is contained in:
Ewout Prangsma 2018-06-14 10:41:43 +02:00
parent 6086a21a78
commit 66eb12e2a1
No known key found for this signature in database
GPG key ID: 4DBAD380D93D0698
2 changed files with 11 additions and 2 deletions

View file

@ -1,7 +1,7 @@
# Acceptance test for kube-arangodb operator on specific Kubernetes platform
This acceptance test plan describes all test scenario's that must be executed
succesfully in order to consider the kube-arangodb operator production ready
successfully in order to consider the kube-arangodb operator production ready
on a specific Kubernetes setup (from now on we'll call a Kubernetes setup a platform).
## Platform parameters
@ -96,7 +96,7 @@ This test requires the use of the enterprise image.
Create an `ArangoDeployment` of mode `Cluster` and dc2dc enabled.
Hint: Derive `tests/acceptance/cluster.yaml`.
Hint: Derive from `tests/acceptance/cluster-sync.yaml`.
- [ ] The deployment must start
- [ ] The deployment must yield 15 `Pods`

View file

@ -0,0 +1,9 @@
apiVersion: "database.arangodb.com/v1alpha"
kind: "ArangoDeployment"
metadata:
name: "acceptance-cluster"
spec:
mode: Cluster
image: <todo set enterprise image>
sync:
enabled: true