summaryrefslogtreecommitdiffstats
path: root/images/installer/system-container/README.md
diff options
context:
space:
mode:
authorjuanvallejo <jvallejo@redhat.com>2017-07-12 15:18:48 -0400
committerLuke Meyer <lmeyer@redhat.com>2017-07-18 14:02:10 -0400
commit5497673a7b5a7c07d3e99d77d028447acbdd36a5 (patch)
treecfda08c072b85c36570c218e6c2020621f264dba /images/installer/system-container/README.md
parent742203529902ba278c213e326f81f667304b9625 (diff)
downloadopenshift-5497673a7b5a7c07d3e99d77d028447acbdd36a5.tar.gz
openshift-5497673a7b5a7c07d3e99d77d028447acbdd36a5.tar.bz2
openshift-5497673a7b5a7c07d3e99d77d028447acbdd36a5.tar.xz
openshift-5497673a7b5a7c07d3e99d77d028447acbdd36a5.zip
image builds: remove dependency on playbook2image
We do not need the builder functionality from playbook2image and the resulting image was overly complicated, so this simply builds on Centos/RHEL.
Diffstat (limited to 'images/installer/system-container/README.md')
-rw-r--r--images/installer/system-container/README.md31
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