Commit Graph

9 Commits

Author SHA1 Message Date
Ghanshyam Mann d68e447c4b Retire Tripleo: remove repo content
TripleO project is retiring
- https://review.opendev.org/c/openstack/governance/+/905145

this commit remove the content of this project repo

Change-Id: I29fb152050adab2912b2528f304c97ea4534fda4
2024-02-24 11:40:49 -08:00
Emilien Macchi d480839da5 Restore old task for docker-daemon.json
This code:
  {% if container_registry_mirrors | length > 0 %}registry-mirrors: [{{ container_registry_mirrors }}]{% endif %}

Needs to include the brackets and I haven't found a way yet to include
them without Ansible failure. In the meantime, let's go back on the old
code.
2018-04-16 17:27:04 -07:00
Sam Doran 933411899c Make improvements to role
- add prefix to role variable names to avoid name collisions
- use ini_file rather than blockinfile for setting mount flags
- use ansible_selinux fact rather than depending on variable in role
- use role variables for setting values to be used in tasks rather than in line conditionals
- use filters for creating JSON file rather than a template
- remove '---' from YAML files since Ansible does not user YAML front matter
- update meta/main.yml
2018-04-16 15:39:56 -04:00
Emilien Macchi 275e075f9b Remove extra-space in docker config 2018-04-15 14:11:45 -07:00
Emilien Macchi cb2813534e Fix docker registry config 2018-04-14 19:04:47 -07:00
Emilien Macchi c8c8fddf28 Fix debug option 2018-04-14 18:52:29 -07:00
Emilien Macchi 889374d613 Add brackets for registry-mirrors in daemon.json 2018-04-14 18:06:49 -07:00
Emilien Macchi 9affee587b templates/docker-daemon.json.j2: remove headers
They can cause troubles with JSON format.

Closes #3
2018-04-13 17:38:55 -07:00
Emilien Macchi 161e6adbc1 first commit 2018-04-13 13:38:32 -07:00