<feed xmlns='http://www.w3.org/2005/Atom'>
<title>csa/devops/ansible-patches/openshift.git/Dockerfile, branch ands</title>
<subtitle>Unnamed repository; edit this file 'description' to name the repository.
</subtitle>
<link rel='alternate' type='text/html' href='http://cgit.master.suren.me/cgit/csa/devops/ansible-patches/openshift.git/'/>
<entry>
<title>Moving Dockerfile content to images dir</title>
<updated>2017-05-08T14:26:09+00:00</updated>
<author>
<name>jupierce</name>
<email>jupierce@redhat.com</email>
</author>
<published>2017-05-08T14:26:09+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.master.suren.me/cgit/csa/devops/ansible-patches/openshift.git/commit/?id=fbadeb45ce30d1726cc8881c7bd0264416819265'/>
<id>fbadeb45ce30d1726cc8881c7bd0264416819265</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Dockerfile: create symlink for /opt/app-root/src</title>
<updated>2017-05-03T11:01:50+00:00</updated>
<author>
<name>Giuseppe Scrivano</name>
<email>gscrivan@redhat.com</email>
</author>
<published>2017-05-02T09:47:38+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.master.suren.me/cgit/csa/devops/ansible-patches/openshift.git/commit/?id=1cb46437d0f73c6cfa2648d755ff90277d005b83'/>
<id>1cb46437d0f73c6cfa2648d755ff90277d005b83</id>
<content type='text'>
and point it to /usr/share/ansible/openshift-ansible

so that the file paths for this image are the same as for the
Dockerfile.rhel7 image.

Signed-off-by: Giuseppe Scrivano &lt;gscrivan@redhat.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
and point it to /usr/share/ansible/openshift-ansible

so that the file paths for this image are the same as for the
Dockerfile.rhel7 image.

Signed-off-by: Giuseppe Scrivano &lt;gscrivan@redhat.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>installer: support running as a system container</title>
<updated>2017-05-03T11:01:50+00:00</updated>
<author>
<name>Giuseppe Scrivano</name>
<email>gscrivan@redhat.com</email>
</author>
<published>2017-03-16T16:17:10+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.master.suren.me/cgit/csa/devops/ansible-patches/openshift.git/commit/?id=28c75e6e5c02ee0c796d378846c2ad8f7a3a8c22'/>
<id>28c75e6e5c02ee0c796d378846c2ad8f7a3a8c22</id>
<content type='text'>
Example:
atomic install --system --set INVENTORY_FILE=$(pwd)/hosts.inventory \
       --set SSH_ROOT=/root/.ssh \
       --set PLAYBOOK_FILE=./playbooks/byo/config.yml openshift-ansible

Signed-off-by: Giuseppe Scrivano &lt;gscrivan@redhat.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Example:
atomic install --system --set INVENTORY_FILE=$(pwd)/hosts.inventory \
       --set SSH_ROOT=/root/.ssh \
       --set PLAYBOOK_FILE=./playbooks/byo/config.yml openshift-ansible

Signed-off-by: Giuseppe Scrivano &lt;gscrivan@redhat.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>add docker_image_availability check</title>
<updated>2017-03-23T16:01:01+00:00</updated>
<author>
<name>juanvallejo</name>
<email>jvallejo@redhat.com</email>
</author>
<published>2017-02-23T00:13:20+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.master.suren.me/cgit/csa/devops/ansible-patches/openshift.git/commit/?id=d6e3f266e30cd88b750b574e1b21e469b4cd3167'/>
<id>d6e3f266e30cd88b750b574e1b21e469b4cd3167</id>
<content type='text'>
This patch adds a check to ensure that required docker images are
available in at least one of the registries supplied in an installation
host. Images are available if they are either already present locally,
or able to be inspected using Skopeo on one of the configured
registries.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This patch adds a check to ensure that required docker images are
available in at least one of the registries supplied in an installation
host. Images are available if they are either already present locally,
or able to be inspected using Skopeo on one of the configured
registries.
</pre>
</div>
</content>
</entry>
<entry>
<title>Dockerfile and docs to run containerized playbooks</title>
<updated>2017-03-06T16:54:01+00:00</updated>
<author>
<name>Pep Turró Mauri</name>
<email>pep@redhat.com</email>
</author>
<published>2017-02-13T15:22:20+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.master.suren.me/cgit/csa/devops/ansible-patches/openshift.git/commit/?id=f1b6aa212e32fa711bb8cab42b62260dcfad252c'/>
<id>f1b6aa212e32fa711bb8cab42b62260dcfad252c</id>
<content type='text'>
Update openshift-ansible's Dockerfile to use playbook2image as a base, with the
goal to run an arbitrary playbook from a container.

The existing Dockerfile is moved to Dockerfile.rhel7 for the productized version
and will be updated to use playbook2image later.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Update openshift-ansible's Dockerfile to use playbook2image as a base, with the
goal to run an arbitrary playbook from a container.

The existing Dockerfile is moved to Dockerfile.rhel7 for the productized version
and will be updated to use playbook2image later.
</pre>
</div>
</content>
</entry>
<entry>
<title>add io labels</title>
<updated>2016-10-31T18:58:05+00:00</updated>
<author>
<name>Troy Dawson</name>
<email>tdawson@redhat.com</email>
</author>
<published>2016-10-31T18:58:05+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.master.suren.me/cgit/csa/devops/ansible-patches/openshift.git/commit/?id=52c00f69726a5f33bcd53b094ff1e14aca1be0db'/>
<id>52c00f69726a5f33bcd53b094ff1e14aca1be0db</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Replace unused Dockerfile with one used for official builds.</title>
<updated>2016-04-06T18:13:11+00:00</updated>
<author>
<name>Devan Goodwin</name>
<email>dgoodwin@redhat.com</email>
</author>
<published>2016-04-06T18:13:11+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.master.suren.me/cgit/csa/devops/ansible-patches/openshift.git/commit/?id=a92a843ad2aaa45b307126d9330597123ee76053'/>
<id>a92a843ad2aaa45b307126d9330597123ee76053</id>
<content type='text'>
A container that can be used to run the atomic-openshift-installer, or
by bypassing the entrypoint can be used to run ansible playbooks
directly.

Expects the user to mount a directory to /var/lib/openshift, where we'll
write out the installer.cfg, ansible.log, and hosts inventory.

WARNING: Don't run this on a host you're installing to, installation
restarts Docker which will kill your installer.

Example of running the quick installer:

docker run -ti -v ~/openshift/:/var/lib/openshift-installer/:Z -v ~/.ssh:/root/.ssh:Z openshift3/installer install

Example of running ansible directly:

docker run --entrypoint=/usr/bin/ansible-playbook -ti -v ~/openshift/:/var/lib/openshift-installer/:Z -v ~/.ssh:/root/.ssh:Z openshift3/installer -i /openshift-installer/install/.ansible/hosts /usr/share/ansible/openshift-ansible/playbooks/adhoc/uninstall.yml
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
A container that can be used to run the atomic-openshift-installer, or
by bypassing the entrypoint can be used to run ansible playbooks
directly.

Expects the user to mount a directory to /var/lib/openshift, where we'll
write out the installer.cfg, ansible.log, and hosts inventory.

WARNING: Don't run this on a host you're installing to, installation
restarts Docker which will kill your installer.

Example of running the quick installer:

docker run -ti -v ~/openshift/:/var/lib/openshift-installer/:Z -v ~/.ssh:/root/.ssh:Z openshift3/installer install

Example of running ansible directly:

docker run --entrypoint=/usr/bin/ansible-playbook -ti -v ~/openshift/:/var/lib/openshift-installer/:Z -v ~/.ssh:/root/.ssh:Z openshift3/installer -i /openshift-installer/install/.ansible/hosts /usr/share/ansible/openshift-ansible/playbooks/adhoc/uninstall.yml
</pre>
</div>
</content>
</entry>
<entry>
<title>Dockerfile: Require pyOpenSSL</title>
<updated>2016-01-26T18:11:15+00:00</updated>
<author>
<name>Giuseppe Scrivano</name>
<email>gscrivan@redhat.com</email>
</author>
<published>2016-01-26T18:11:15+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.master.suren.me/cgit/csa/devops/ansible-patches/openshift.git/commit/?id=ad1d330f1278637b93d1104b90c0398a7846ed86'/>
<id>ad1d330f1278637b93d1104b90c0398a7846ed86</id>
<content type='text'>
Signed-off-by: Giuseppe Scrivano &lt;gscrivan@redhat.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Signed-off-by: Giuseppe Scrivano &lt;gscrivan@redhat.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>Updated Dockerfile not to clone openshift-ansible repo.</title>
<updated>2015-08-14T19:29:24+00:00</updated>
<author>
<name>Avesh Agarwal</name>
<email>avagarwa@redhat.com</email>
</author>
<published>2015-08-14T19:28:42+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.master.suren.me/cgit/csa/devops/ansible-patches/openshift.git/commit/?id=85c12d98930ae17c782e4d30bae5b1c0dfaadd4f'/>
<id>85c12d98930ae17c782e4d30bae5b1c0dfaadd4f</id>
<content type='text'>
Movied Dockerfile to openshift-ansible repo root and updated
README_ANSIBLE_CONTAINER.md file.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Movied Dockerfile to openshift-ansible repo root and updated
README_ANSIBLE_CONTAINER.md file.
</pre>
</div>
</content>
</entry>
<entry>
<title>Added README_ANSIBLE.md file that contains instructions to build and run</title>
<updated>2015-08-14T19:29:24+00:00</updated>
<author>
<name>Avesh Agarwal</name>
<email>avagarwa@redhat.com</email>
</author>
<published>2015-08-13T22:17:11+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.master.suren.me/cgit/csa/devops/ansible-patches/openshift.git/commit/?id=20814f5f16800dbf7956ccf8aa16eb972aeade1c'/>
<id>20814f5f16800dbf7956ccf8aa16eb972aeade1c</id>
<content type='text'>
ansible in a docker container, and also modified Dockerfile to replace
CMD with ENTRYPOINT to run the container as executable.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
ansible in a docker container, and also modified Dockerfile to replace
CMD with ENTRYPOINT to run the container as executable.
</pre>
</div>
</content>
</entry>
</feed>
