summaryrefslogtreecommitdiffstats
path: root/playbooks/adhoc/s3_registry
Commit message (Collapse)AuthorAgeFilesLines
* Rename variable to delete temporary file, add configurable path.Hugo Rosnet2016-02-181-3/+4
| | | | | | | | 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.
* Add extra parameters for S3 registry: delete file, create bucket.Hugo Rosnet2016-02-181-0/+4
| | | | | | | | | 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.
* s3_registry no filter named 'lookup'talset2016-01-291-1/+1
| | | | | | | * 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
* Merge pull request #1264 from gaelL/s3_registry_templateStefanie Forrester2016-01-281-0/+3
|\ | | | | adhoc s3 registry - add auth part in the registry config sample
| * adhoc s3 registry - add auth part in the registry config samplegaelL2016-01-221-0/+3
| | | | | | | | | | | | | | | | | | | | | | 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
* | Allow to have custom bucket name and regiontalset2016-01-282-4/+6
|/ | | | | | | | | | 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
* Removing environment and env tags.Kenny Woodson2016-01-041-1/+1
|
* Updating env-host-type to host patternsKenny Woodson2015-12-111-1/+1
|
* Support HA or single router, and start work on registryStefanie Forrester2015-10-211-3/+13
|
* Fix typos on env vars.Joel Diaz2015-10-191-2/+2
|
* Update example to remove passing in aws creds on command line.Joel Diaz2015-10-151-1/+1
|
* Removed AWS keys from command line, and substituted with environment ↵Joel Diaz2015-10-152-3/+14
| | | | variable lookup.
* added dynamic inventory support for single-master clustersStefanie Forrester2015-09-242-11/+6
|
* Added S3 docker-registry config scriptStefanie Forrester2015-09-232-0/+75