diff options
author | Rodolfo Carvalho <rhcarvalho@gmail.com> | 2017-07-20 16:44:06 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-07-20 16:44:06 +0200 |
commit | d13c11aceb2c2ccf2c1db1ead9f545d7b0891cfc (patch) | |
tree | 28a935f7291a1f458b149110b9497a3130ed1b53 /images/installer/system-container/README.md | |
parent | e29eab4e9813c46f4738a81e8698b001bd5981b9 (diff) | |
parent | 5497673a7b5a7c07d3e99d77d028447acbdd36a5 (diff) | |
download | openshift-d13c11aceb2c2ccf2c1db1ead9f545d7b0891cfc.tar.gz openshift-d13c11aceb2c2ccf2c1db1ead9f545d7b0891cfc.tar.bz2 openshift-d13c11aceb2c2ccf2c1db1ead9f545d7b0891cfc.tar.xz openshift-d13c11aceb2c2ccf2c1db1ead9f545d7b0891cfc.zip |
Merge pull request #4742 from juanvallejo/jvallejo/remove-dependency-on-p2i
Remove dependency on playbook2image, rebase directly on OS.
Diffstat (limited to 'images/installer/system-container/README.md')
-rw-r--r-- | images/installer/system-container/README.md | 31 |
1 files changed, 0 insertions, 31 deletions
diff --git a/images/installer/system-container/README.md b/images/installer/system-container/README.md deleted file mode 100644 index fbcd47c4a..000000000 --- a/images/installer/system-container/README.md +++ /dev/null @@ -1,31 +0,0 @@ -# System container installer - -These files are needed to run the installer using an [Atomic System container](http://www.projectatomic.io/blog/2016/09/intro-to-system-containers/). - -* config.json.template - Template of the configuration file used for running containers. - -* manifest.json - Used to define various settings for the system container, such as the default values to use for the installation. - -* run-system-container.sh - Entrypoint to the container. - -* 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 |