<feed xmlns='http://www.w3.org/2005/Atom'>
<title>csa/devops/ansible-patches/openshift.git/playbooks/adhoc/s3_registry, branch ands</title>
<subtitle>Unnamed repository; edit this file 'description' to name the repository.
</subtitle>
<link rel='alternate' type='text/html' href='http://cgit.ru.suren.me/cgit/csa/devops/ansible-patches/openshift.git/'/>
<entry>
<title>Removed adhoc s3_registry</title>
<updated>2017-02-13T15:26:34+00:00</updated>
<author>
<name>Steve Milner</name>
<email>smilner@redhat.com</email>
</author>
<published>2017-02-08T19:07:45+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.ru.suren.me/cgit/csa/devops/ansible-patches/openshift.git/commit/?id=1a8bc64666f790d05e6212faf6f49f961633f670'/>
<id>1a8bc64666f790d05e6212faf6f49f961633f670</id>
<content type='text'>
s3 items are now supported directly in the openshift_hosted role.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
s3 items are now supported directly in the openshift_hosted role.
</pre>
</div>
</content>
</entry>
<entry>
<title>Replace service account secrets handling with oc_serviceaccount_secret module</title>
<updated>2017-02-10T11:15:58+00:00</updated>
<author>
<name>Jan Chaloupka</name>
<email>jchaloup@redhat.com</email>
</author>
<published>2017-02-09T12:50:29+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.ru.suren.me/cgit/csa/devops/ansible-patches/openshift.git/commit/?id=b0f065dde8ddf14a8712a769152e63faea6688a3'/>
<id>b0f065dde8ddf14a8712a769152e63faea6688a3</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>YAML Linting</title>
<updated>2016-12-12T18:54:24+00:00</updated>
<author>
<name>Russell Teague</name>
<email>rteague@redhat.com</email>
</author>
<published>2016-12-09T19:40:43+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.ru.suren.me/cgit/csa/devops/ansible-patches/openshift.git/commit/?id=be97433dd559a3bdae4baedda20a7f17bd47450b'/>
<id>be97433dd559a3bdae4baedda20a7f17bd47450b</id>
<content type='text'>
* Added checks to make ci for yaml linting
* Modified y(a)ml files to pass lint checks
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* Added checks to make ci for yaml linting
* Modified y(a)ml files to pass lint checks
</pre>
</div>
</content>
</entry>
<entry>
<title>Rename variable to delete temporary file, add configurable path.</title>
<updated>2016-02-18T20:08:20+00:00</updated>
<author>
<name>Hugo Rosnet</name>
<email>hrosnet@redhat.com</email>
</author>
<published>2016-02-18T20:08:20+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.ru.suren.me/cgit/csa/devops/ansible-patches/openshift.git/commit/?id=eff8db8b61d08503fcb65605f2f0a92f4962f76a'/>
<id>eff8db8b61d08503fcb65605f2f0a92f4962f76a</id>
<content type='text'>
The variable's name for deleting the temporary file was a bit
missleading, so it has been renamed to be more explicit.

While the path was hardcoded in /root/, which could be problematic when
the playbook is not run as run.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The variable's name for deleting the temporary file was a bit
missleading, so it has been renamed to be more explicit.

While the path was hardcoded in /root/, which could be problematic when
the playbook is not run as run.
</pre>
</div>
</content>
</entry>
<entry>
<title>Add extra parameters for S3 registry: delete file, create bucket.</title>
<updated>2016-02-18T17:56:05+00:00</updated>
<author>
<name>Hugo Rosnet</name>
<email>hrosnet@redhat.com</email>
</author>
<published>2016-02-18T17:56:05+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.ru.suren.me/cgit/csa/devops/ansible-patches/openshift.git/commit/?id=3d77c13d82e5abbd1d3684d0baa882e6b21fa602'/>
<id>3d77c13d82e5abbd1d3684d0baa882e6b21fa602</id>
<content type='text'>
It would be nice to have options to be able to:
* Delete or not the temporary config file - so that it can be check/modified directly
* Create or not the bucket, as you might not have the right to do so

This commit allows both of those things, without changing the default
behavior of the playbook.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
It would be nice to have options to be able to:
* Delete or not the temporary config file - so that it can be check/modified directly
* Create or not the bucket, as you might not have the right to do so

This commit allows both of those things, without changing the default
behavior of the playbook.
</pre>
</div>
</content>
</entry>
<entry>
<title>s3_registry no filter named 'lookup'</title>
<updated>2016-01-29T12:59:54+00:00</updated>
<author>
<name>talset</name>
<email>florian.lambert@enovance.com</email>
</author>
<published>2016-01-29T09:02:53+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.ru.suren.me/cgit/csa/devops/ansible-patches/openshift.git/commit/?id=c8cf5fca56f8ccaf034e2d5bfd30c750973dc572'/>
<id>c8cf5fca56f8ccaf034e2d5bfd30c750973dc572</id>
<content type='text'>
  * Added a default function for the lookup.
  * According to [1] added default(,true) to avoid empty string

 [1] https://github.com/openshift/openshift-ansible/blob/master/docs/best_practices_guide.adoc#filters
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
  * Added a default function for the lookup.
  * According to [1] added default(,true) to avoid empty string

 [1] https://github.com/openshift/openshift-ansible/blob/master/docs/best_practices_guide.adoc#filters
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge pull request #1264 from gaelL/s3_registry_template</title>
<updated>2016-01-28T21:58:55+00:00</updated>
<author>
<name>Stefanie Forrester</name>
<email>dak1n1@users.noreply.github.com</email>
</author>
<published>2016-01-28T21:58:55+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.ru.suren.me/cgit/csa/devops/ansible-patches/openshift.git/commit/?id=0658eea31bcf7db761463a9d734b07b4a5984e0f'/>
<id>0658eea31bcf7db761463a9d734b07b4a5984e0f</id>
<content type='text'>
adhoc s3 registry - add auth part in the registry config sample</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
adhoc s3 registry - add auth part in the registry config sample</pre>
</div>
</content>
</entry>
<entry>
<title>Allow to have custom bucket name and region</title>
<updated>2016-01-28T19:06:34+00:00</updated>
<author>
<name>talset</name>
<email>florian.lambert@enovance.com</email>
</author>
<published>2016-01-22T16:05:12+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.ru.suren.me/cgit/csa/devops/ansible-patches/openshift.git/commit/?id=ed8717ca91e80a573f22516b8aff0cf387861970'/>
<id>ed8717ca91e80a573f22516b8aff0cf387861970</id>
<content type='text'>
File playbooks/adhoc/s3_registry/s3_registry*

To be able to use a different bucket name and region, aws_bucket and aws_region are now available

  * Add variable for region and bucket into j2
  * Update comment Usage
  * Add default aws_bucket_name and aws_bucket_region
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
File playbooks/adhoc/s3_registry/s3_registry*

To be able to use a different bucket name and region, aws_bucket and aws_region are now available

  * Add variable for region and bucket into j2
  * Update comment Usage
  * Add default aws_bucket_name and aws_bucket_region
</pre>
</div>
</content>
</entry>
<entry>
<title>adhoc s3 registry - add auth part in the registry config sample</title>
<updated>2016-01-22T14:11:32+00:00</updated>
<author>
<name>gaelL</name>
<email>gael.lambert@enovance.com</email>
</author>
<published>2016-01-22T14:03:39+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.ru.suren.me/cgit/csa/devops/ansible-patches/openshift.git/commit/?id=97f0ae71d47b1572d9dc905c2f55410f23d4d4ca'/>
<id>97f0ae71d47b1572d9dc905c2f55410f23d4d4ca</id>
<content type='text'>
Without the auth part, after spawning the registry we were not able to do an auth.

```
docker login -u .. -p ...  172.30.234.98:5000
Error response from daemon: no successful auth challenge forhttp://172.30.234.98:5000/v2/ - errors: []
```

Simply adding this part in the registry config sample
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Without the auth part, after spawning the registry we were not able to do an auth.

```
docker login -u .. -p ...  172.30.234.98:5000
Error response from daemon: no successful auth challenge forhttp://172.30.234.98:5000/v2/ - errors: []
```

Simply adding this part in the registry config sample
</pre>
</div>
</content>
</entry>
<entry>
<title>Removing environment and env tags.</title>
<updated>2016-01-04T14:58:39+00:00</updated>
<author>
<name>Kenny Woodson</name>
<email>kwoodson@redhat.com</email>
</author>
<published>2015-11-23T16:53:27+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.ru.suren.me/cgit/csa/devops/ansible-patches/openshift.git/commit/?id=a21189c1f0611bff6935364c8c255a88060d882d'/>
<id>a21189c1f0611bff6935364c8c255a88060d882d</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
