Skip to content

Commit 62e7c80

Browse files
authored
Merge pull request #300 from lebauce/noop_readme
Add instructions to disable Cinder volume on nodes
2 parents 0ad9cec + 9e6aff7 commit 62e7c80

1 file changed

Lines changed: 11 additions & 0 deletions

File tree

README.adoc

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -500,6 +500,17 @@ Example:
500500
container_quota: 20
501501
```
502502

503+
== Disabling Cinder volumes for Docker storage
504+
505+
By default, the Heat templates create a Cinder volume per OpenShift node
506+
to host containers. This can be disabled by including both `volume_noop.yaml`
507+
and `volume_attachment_noop.yaml` in your environment file:
508+
509+
resource_registry:
510+
...
511+
OOShift::DockerVolume: volume_noop.yaml
512+
OOShift::DockerVolumeAttachment: volume_attachment_noop.yaml
513+
503514
[[IPFailover]]
504515
== IP failover
505516

0 commit comments

Comments
 (0)