Skip to content

Commit

Permalink
Merge branch 'development/1.0' into improvement/docs-build
Browse files Browse the repository at this point in the history
  • Loading branch information
NicolasT committed Sep 19, 2018
2 parents c952469 + 2368931 commit a853c92
Show file tree
Hide file tree
Showing 307 changed files with 16,267 additions and 2,627 deletions.
13 changes: 13 additions & 0 deletions .github/PULL_REQUEST_TEMPLATE.md
@@ -0,0 +1,13 @@
<!--
Thank you for contributing to Zenko!
Please enter applicable information below.
-->

**What does this PR do, and why do we need it?**

**Which issue does this PR fix?**

fixes #<ISSUE>

**Special notes for your reviewers**:
36 changes: 36 additions & 0 deletions .github/stale.yml
@@ -0,0 +1,36 @@
# Configuration for probot-stale - https://github.com/probot/stale

# Number of days of inactivity before an Issue or Pull Request becomes stale
daysUntilStale: 60

# Number of days of inactivity before an Issue or Pull Request with the stale label is closed.
# Set to false to disable. If disabled, issues still need to be closed manually, but will remain marked as stale.
daysUntilClose: 7

# Issues or Pull Requests with these labels will never be considered stale. Set to `[]` to disable
exemptLabels:
- "high priority"

# Label to use when marking as stale
staleLabel: stale

# Limit the number of actions per hour, from 1-30. Default is 30
limitPerRun: 30

pulls:
markComment: >
This pull request has been automatically marked as stale because it has not had
recent activity. It will be closed if no further activity occurs. Thank you
for your contributions.
closeComment: >
This pull request has been automatically closed because it has not had
recent activity. Thank you for your contributions.
issues:
markComment: >
This issue has been automatically marked as stale because it has not had
recent activity. It will be closed if no further activity occurs. Thank you
for your contributions.
closeComment: >
This issue has been automatically closed because it has not had
recent activity. Thank you for your contributions.
4 changes: 2 additions & 2 deletions README.md
Expand Up @@ -43,15 +43,15 @@ all magically configured to talk to each other.

Simple Zenko setup for quick testing with non-production data:

- [Zenko Single-Node Kubernetes](./charts/minikube.md)
- [Zenko Single-Node Kubernetes](./kubernetes/zenko/minikube.md)
- [Zenko Docker Swarm Testing](./swarm-testing)

## Zenko in Production

- Includes high availability (HA)
- Asks for pre-existing volumes

[Zenko Kubernetes Helm Chart deployment](./charts)
[Zenko Kubernetes Helm Chart deployment](./kubernetes)

[Deploying a HA Kubernetes cluster](https://github.com/scality/metal-k8s)

Expand Down
1 change: 0 additions & 1 deletion assets/minikube-demo.svg

This file was deleted.

70 changes: 0 additions & 70 deletions charts/Makefile

This file was deleted.

72 changes: 0 additions & 72 deletions charts/cloudserver/templates/deployment.yaml

This file was deleted.

96 changes: 0 additions & 96 deletions charts/gke.md

This file was deleted.

52 changes: 0 additions & 52 deletions charts/single-node-values.yml

This file was deleted.

22 changes: 0 additions & 22 deletions charts/zenko-nfs/templates/service.yaml

This file was deleted.

4 changes: 0 additions & 4 deletions charts/zenko/Chart.yaml

This file was deleted.

4 changes: 0 additions & 4 deletions charts/zenko/TODO

This file was deleted.

0 comments on commit a853c92

Please sign in to comment.