Skip to content
This repository has been archived by the owner on Jun 26, 2020. It is now read-only.

Commit

Permalink
Update puppet docs to set ROOT_DISK
Browse files Browse the repository at this point in the history
This is recommended because with puppet /mnt/state is a
waste of space because we aren't actually putting any data there.
With this change the root filesystem will be expanded to consume
all the extra available space on the partition.

Change-Id: I756a164c568809babf6bc10accc3afab30c0d042
  • Loading branch information
dprince committed May 21, 2015
1 parent d59602c commit b516203
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions doc/source/puppet.rst
Original file line number Diff line number Diff line change
Expand Up @@ -82,6 +82,10 @@ in your environment.
# Do not manage /etc/hosts via cloud-init
export DIB_CLOUD_INIT_ETC_HOSTS=''

# Set ROOT_DISK == NODE_DISK (no ephemeral partition)
export ROOT_DISK=40
export NODE_DISK=40

By default TripleO uses puppet for configuration only. Packages (RPMs, etc)
are typically installed at image build time.

Expand Down

0 comments on commit b516203

Please sign in to comment.