3 Commits

Author SHA1 Message Date
David Moreau Simard
ed9f1d14a0
Add parameter to upload-git-mirror to specify ssh host key
If we attempt to push a mirror to a host we've never connected to
before, it won't be in the SSH known hosts and the mirror will fail.

This makes a new host_key parameter required and the role takes care
of setting it up in the known_hosts for the duration of the job.

Change-Id: I4bd40a289003fe3e88c9af4029576236c064fc3d
Depends-On: https://review.openstack.org/#/c/649183/
2019-04-01 16:34:59 -04:00
David Moreau Simard
61cd01cb77
Fix typo in upload-git-mirror README
Change-Id: I71db9faa488ce496862e1487e615401df467909f
2019-03-28 10:39:25 -04:00
David Moreau Simard
614c6c043e Add a role to mirror a git repository to a remote git server
This role is meant to replicate a successfully tested git repository
to a remote git server over SSH during the POST pipeline.

Change-Id: I562802ede7358c809c915f09f229884d81cc5b31
Depends-On: https://review.openstack.org/643435
2019-03-26 09:24:19 -07:00