Update git submodules

* Update puppet-ssh from branch 'master'
  - Replace openstack.org git:// URLs with https://
    
    This is a mechanically generated change to replace openstack.org
    git:// URLs with https:// equivalents.
    
    This is in aid of a planned future move of the git hosting
    infrastructure to a self-hosted instance of gitea (https://gitea.io),
    which does not support the git wire protocol at this stage.
    
    This update should result in no functional change.
    
    For more information see the thread at
    
     http://lists.openstack.org/pipermail/openstack-discuss/2019-March/003825.html
    
    Change-Id: Id47014f72a733120c2d894c1ab8cb265a0b1768c
    
  - Merge "Let sshd use ecdsa and ed25519 host keys"
  - Update Gemfile for Zuulv3
    
    The logic in the Gemfile was relying on Zuulv2 variables to find out
    whether the spec helper gem was already available on disk, and since
    Zuulv3 has changed things it was failing to find it and downloading the
    master version instead. This patch ensures the Gemfile looks for the gem
    in the right place when running in CI.
    
    Change-Id: I9ca22ebc2c9d79cfc57bd14c68347674031bd21f
    
  - Let sshd use ecdsa and ed25519 host keys
    
    It seems that our nodepool is configured with the ecdsa and ed25519 host
    keys from the nodepool nodes, but not the rsa or dsa keys. This is a
    problem when we try to test our puppet SSH configuration in CI, because
    the puppet module removes the ability for the Zuul executor to reach the
    node and perform cleanup tasks after the tests have completed.
    
    This patch adds back the HostKey settings that the nodepool images
    started out with. This should not affect the puppetmaster's or a
    rooter's ability to log into production servers that are already using
    an rsa host key.
    
    Change-Id: I150b76a632398d0a6f00d5b98ad7277c62377601
This commit is contained in:
Ian Wienand 2019-03-24 20:35:45 +00:00 committed by Gerrit Code Review
parent d0fbd52ab6
commit cd53d900ff
1 changed files with 1 additions and 1 deletions

@ -1 +1 @@
Subproject commit 685291c29e288deaaea83815024a0b135827c867
Subproject commit 60494ad3caffbef9926a2fc961c6c5ab0d44fe16