summaryrefslogtreecommitdiffstats
path: root/images/installer/system-container/root/exports/manifest.json
diff options
context:
space:
mode:
authorScott Dodson <sdodson@redhat.com>2017-06-13 12:27:24 -0400
committerGitHub <noreply@github.com>2017-06-13 12:27:24 -0400
commitc31b418922ec5771888c22cd2d608596402c8a7e (patch)
treec9ddc1effaad3b86d08a319d7be6b1f6e685f1e7 /images/installer/system-container/root/exports/manifest.json
parentbf200ebf489d509740147c9ce01c9e6c41e8bd92 (diff)
parent8fb905e7b84da6139da0b74067f987df5317464b (diff)
downloadopenshift-c31b418922ec5771888c22cd2d608596402c8a7e.tar.gz
openshift-c31b418922ec5771888c22cd2d608596402c8a7e.tar.bz2
openshift-c31b418922ec5771888c22cd2d608596402c8a7e.tar.xz
openshift-c31b418922ec5771888c22cd2d608596402c8a7e.zip
Merge pull request #4433 from ashcrow/ansible-retries
System Container and Ansible Retries
Diffstat (limited to 'images/installer/system-container/root/exports/manifest.json')
-rw-r--r--images/installer/system-container/root/exports/manifest.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/images/installer/system-container/root/exports/manifest.json b/images/installer/system-container/root/exports/manifest.json
index 1db845965..f735494d4 100644
--- a/images/installer/system-container/root/exports/manifest.json
+++ b/images/installer/system-container/root/exports/manifest.json
@@ -5,7 +5,7 @@
"VAR_LIB_OPENSHIFT_INSTALLER" : "/var/lib/openshift-installer",
"VAR_LOG_OPENSHIFT_LOG": "/var/log/ansible.log",
"PLAYBOOK_FILE": "/usr/share/ansible/openshift-ansible/playbooks/byo/config.yml",
- "SSH_ROOT": "/root/.ssh",
+ "HOME_ROOT": "/root",
"INVENTORY_FILE": "/dev/null"
}
}