diff options
author | Markos Chandras <mchandras@suse.de> | 2018-04-06 09:16:57 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@opnfv.org> | 2018-04-06 09:16:57 +0000 |
commit | 7b4b10f8911e77e386a1a7e121c44ddb80f89840 (patch) | |
tree | 48a72513d102848dab732f4da1613e4814827792 /docs/submodules/releng-xci | |
parent | 7d477b88aba05ab8cf3ea7ff14ae001dfd910864 (diff) |
Update git submodules
* Update docs/submodules/releng-xci from branch 'master'
- Merge "xci: kubespray: Fix failures to due task checks"
- xci: kubespray: Fix failures to due task checks
(this commit fixes many things because they all need to be submitted
together to unblock the jobs)
Commit 9e1d3d6e62abf5d0da26a296bcd235f37a54d9c6 ("xci: playbooks: Fixes
various ansible-lint warnings") broke public key authentication from
localhost to the OPNFV host because the localhost pubkey was not
appended in the authorized_keys file. The reason for that was that the
task was skipped due to the 'creates' parameter. This is now fixed, by
dropping the check since we always need to append the localhost pubkey.
This is only a temporary solution until we modify kubespray to use the
common file for managing the SSH keys.
This also makes the final 'kubectl' move to /usr/local/bin non-fatal
since future kubespray releases put it there already.
The same commit also broke the k8s-cluster.yml overrides. This is
because the file was never copied across due to the task conditional
being wrong. As such, we fix the conditional to check for the correct
file.
Change-Id: I9cfb29eba50c7fea9df29581ebb015163b8a9754
Signed-off-by: Markos Chandras <mchandras@suse.de>
Diffstat (limited to 'docs/submodules/releng-xci')
m--------- | docs/submodules/releng-xci | 0 |
1 files changed, 0 insertions, 0 deletions
diff --git a/docs/submodules/releng-xci b/docs/submodules/releng-xci -Subproject c7265ea52861b7d8e6d784f611ac43424fd5a85 +Subproject e5674e0a504304c3ac698cca39b93e8c4992b06 |