diff options
author | Steve Milner <smilner@redhat.com> | 2017-06-15 10:30:38 -0400 |
---|---|---|
committer | Steve Milner <smilner@redhat.com> | 2017-06-15 10:30:38 -0400 |
commit | 12123e816abf6c066b8fafe0abd231bd383e16c5 (patch) | |
tree | b5263582276c2e15f1857a90fbf03d8df8fff509 /images | |
parent | 554f29b1ae5827e1e6f2573405209858554808a1 (diff) | |
download | openshift-12123e816abf6c066b8fafe0abd231bd383e16c5.tar.gz openshift-12123e816abf6c066b8fafe0abd231bd383e16c5.tar.bz2 openshift-12123e816abf6c066b8fafe0abd231bd383e16c5.tar.xz openshift-12123e816abf6c066b8fafe0abd231bd383e16c5.zip |
doc: Info for system container installer options
Diffstat (limited to 'images')
-rw-r--r-- | images/installer/system-container/README.md | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/images/installer/system-container/README.md b/images/installer/system-container/README.md index dc95307e5..fbcd47c4a 100644 --- a/images/installer/system-container/README.md +++ b/images/installer/system-container/README.md @@ -11,3 +11,21 @@ These files are needed to run the installer using an [Atomic System container](h * service.template - Template file for the systemd service. * tmpfiles.template - Template file for systemd-tmpfiles. + +## Options + +These options may be set via the ``atomic`` ``--set`` flag. For defaults see ``root/exports/manifest.json`` + +* OPTS - Additional options to pass to ansible when running the installer + +* VAR_LIB_OPENSHIFT_INSTALLER - Full path of the installer code to mount into the container + +* VAR_LOG_OPENSHIFT_LOG - Full path of the log file to mount into the container + +* PLAYBOOK_FILE - Full path of the playbook inside the container + +* HOME_ROOT - Full path on host to mount as the root home directory inside the container (for .ssh/, etc..) + +* ANSIBLE_CONFIG - Full path for the ansible configuration file to use inside the container + +* INVENTORY_FILE - Full path for the inventory to use from the host |