summaryrefslogtreecommitdiffstats
path: root/images/installer/system-container/root
Commit message (Collapse)AuthorAgeFilesLines
* image builds: remove dependency on playbook2imagejuanvallejo2017-07-185-258/+0
| | | | | | We do not need the builder functionality from playbook2image and the resulting image was overly complicated, so this simply builds on Centos/RHEL.
* images, syscontainer: change default value for ANSIBLE_CONFIGGiuseppe Scrivano2017-06-231-1/+1
| | | | | | | | Change it to /usr/share/atomic-openshift-utils/ansible.cfg Closes: https://bugzilla.redhat.com/show_bug.cgi?id=1461281 Signed-off-by: Giuseppe Scrivano <gscrivan@redhat.com>
* Add ANSIBLE_CONFIG to system container installerSteve Milner2017-06-152-1/+3
| | | | | | | | | The provided configuration file was not being honored. This change adds a new variable called ANSIBLE_CONFIG which points to the ansible.cfg file within the container. By default it is set to the configuration provided by openshift-ansible within the container at: /usr/share/ansible/openshift-ansible/ansible.cfg
* Merge pull request #4433 from ashcrow/ansible-retriesScott Dodson2017-06-132-4/+4
|\ | | | | System Container and Ansible Retries
| * Update mounts in system container installerSteve Milner2017-06-132-4/+4
| | | | | | | | | | | | | | This change will allow retry files to be stored in $HOME_ROOT. - SSH_ROOT replaced with HOME_ROOT - /root[container] -> $HOME_ROOT[host]
* | installer: add bind mount for /etc/resolv.confGiuseppe Scrivano2017-06-131-0/+10
|/ | | | | | | | Use the DNS configuration from the host. Closes: https://bugzilla.redhat.com/show_bug.cgi?id=1460978 Signed-off-by: Giuseppe Scrivano <gscrivan@redhat.com>
* Moving Dockerfile content to images dirjupierce2017-05-085-0/+246