Update git submodules

* Update puppet-statusbot 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: I4ceb4e0a539aa2fd9ecd5c7e5b659c3c06f1afd0
    
  - Merge "Add beaker tests"
  - Use port 6697 for IRC over SSL/TLS
    
    We're moving statusbot to SASL auth, and assume SSL/TLS for the
    socket so need to use port 6697 which actually supports that.
    
    Change-Id: I107ad4a5afe0aeba9caa89bcabde6e58e4a5ec4b
    Needed-By: https://review.openstack.org/599049
    
  - Merge "Have the 'statusbot' service subscribe to the pip install"
  - Add beaker tests
    
    Add basic tests to ensure the puppet manifests can be applied cleanly
    and the service will start.
    
    We could test with a real IRC network and a real registered IRC user,
    but the service starts just fine even if it can't connect to an IRC
    server, and it's not the puppet module's job to test the bot itself,
    it's sufficient to test that the server is configured the way we expect
    it to be.
    
    Change-Id: If153cdbfcd0a78b25ca01f22a10ab1c9055c0766
    
  - 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: Ib65680459c2bc4eff4a59f8809497f9e53c6cb0c
    
  - Have the 'statusbot' service subscribe to the pip install
    
    Instead of having the 'statusbot' service subscribe to the git
    repository, have it subscribe to the pip install.
    
    So now we have:
      * statusbot service <- (subscribed to) <- pip install
      * pip install <- (subscribed to) <- vcsrepo
    
    Change-Id: Id87785810ca4846527dbc8a59ef95ff1c5b4efde
This commit is contained in:
Ian Wienand 2019-03-24 20:35:45 +00:00 committed by Gerrit Code Review
parent 2726ed102d
commit 64c2248ddb
1 changed files with 1 additions and 1 deletions

@ -1 +1 @@
Subproject commit 3973ed99a2b8487b45427363652966c5f0a171dd
Subproject commit f1eed8682e02ed6740dac7d1d2a6ee21eccce7e5