summaryrefslogtreecommitdiffstats
path: root/tools/cicdansible/roles/configure_instances/templates/daemon.json.j2
AgeCommit message (Collapse)AuthorFilesLines
2020-12-30Support setting custom docker registry mirror in cicdansibleBartek Grzybowski1-1/+17
This facility allows setting custom docker registry mirror on k8s hosts in Docker global config. Change-Id: I01d02bdbabf2bed0b5b55819ae22770dd52de771 Issue-ID: OOM-2650 Signed-off-by: Bartek Grzybowski <b.grzybowski@partner.samsung.com>
2019-09-04Add onap instance configuration roleMichal Zegan1-0/+3
This change adds a role that configures deployed onap infrastructure instances. This role is generic and not openstack dependent. This role configures instances to reach each other by name, to mutually authenticate with the given ssh keys, etc. This mainly makes it easier for developers to do troubleshooting, and allows offline installer to work smoothly. Change-Id: I26750b0a8a69f56297f0a5f7ff491463ed2e9e32 Issue-ID: OOM-2042 Signed-off-by: Michal Zegan <m.zegan@samsung.com>