1
0
mirror of https://github.com/funkypenguin/geek-cookbook/ synced 2025-12-13 17:56:26 +00:00

Improve formatting and remove link to S3 storage

This commit is contained in:
David Young
2017-07-25 22:44:11 +12:00
parent 34301dbc85
commit 20d77ffb61
5 changed files with 16 additions and 13 deletions

View File

@@ -143,15 +143,16 @@ For non-gluster nodes, you'll need to replace $MYHOST above with the name of one
## Serving ## Serving
!!! summary "Ready to serve..."
After completing the above, you should have: After completing the above, you should have:
* [X] Persistent storage available to every node ```
* [X] Resiliency in the event of the failure of a single (gluster) node [X] Persistent storage available to every node
[X] Resiliency in the event of the failure of a single (gluster) node
```
## Sides ## Chef's Notes
Future enhancements to this recipe inculde: Future enhancements to this recipe include:
1. Migration of shared storage from GlusterFS to Ceph ()[#2](https://gitlab.funkypenguin.co.nz/funkypenguin/geeks-cookbook/issues/2)) 1. Migration of shared storage from GlusterFS to Ceph ()[#2](https://gitlab.funkypenguin.co.nz/funkypenguin/geeks-cookbook/issues/2))
2. Correct the fact that volumes don't automount on boot ([#3](https://gitlab.funkypenguin.co.nz/funkypenguin/geeks-cookbook/issues/3)) 2. Correct the fact that volumes don't automount on boot ([#3](https://gitlab.funkypenguin.co.nz/funkypenguin/geeks-cookbook/issues/3))

View File

@@ -137,7 +137,7 @@ You now have:
2. Automatic SSL support for all proxied resources 2. Automatic SSL support for all proxied resources
## Extra Toppings ## Chef's Notes
Additional features I'd like to see in this recipe are: Additional features I'd like to see in this recipe are:

View File

@@ -33,7 +33,7 @@ I chose the "[Atomic](https://www.projectatomic.io/)" CentOS/Fedora image for th
If you're not using a platform with cloud-init support (i.e., you're building a VM manually, not provisioning it through a cloud provider), you'll need to refer to [trick #1][atomic-trick1] and [#2][atomic-trick2] for a means to override the automated setup, apply a manual password to the CentOS account, and enable SSH password logins. If you're not using a platform with cloud-init support (i.e., you're building a VM manually, not provisioning it through a cloud provider), you'll need to refer to [trick #1][atomic-trick1] and [#2][atomic-trick2] for a means to override the automated setup, apply a manual password to the CentOS account, and enable SSH password logins.
### Change to latest docker ### Prefer docker-latest
Run the following on each node to replace the default docker 1.12 with docker 1.13 (_which we need for swarm mode_): Run the following on each node to replace the default docker 1.12 with docker 1.13 (_which we need for swarm mode_):
``` ```
@@ -70,8 +70,11 @@ Depending on your hosting environment, you may have DNS automatically setup for
``` ```
!!! summary "Ready to serve..." ## Serving
After completing the above, you should have: After completing the above, you should have:
* [X] 3 fresh atomic instances, at the latest releases ```
* [X] Docker 1.13, with experimental features enabled [X] 3 x fresh atomic instances, at the latest releases,
running Docker v1.13 (docker-latest)
```

View File

@@ -24,7 +24,6 @@ pages:
- Keepalived: ha-docker-swarm/keepalived.md - Keepalived: ha-docker-swarm/keepalived.md
- Docker Swarm Mode: ha-docker-swarm/docker-swarm-mode.md - Docker Swarm Mode: ha-docker-swarm/docker-swarm-mode.md
- Traefik: ha-docker-swarm/traefik.md - Traefik: ha-docker-swarm/traefik.md
- S3-like Storage: ha-docker-swarm/s3-storage.md
- Tiny Tiny RSS: - Tiny Tiny RSS:
- Basic: advanced/tiny-tiny-rss.md - Basic: advanced/tiny-tiny-rss.md
- Plugins: advanced/tiny-tiny-rss.md - Plugins: advanced/tiny-tiny-rss.md