Update git submodules

* Update kayobe from branch 'master'
  - Merge "Run kolla-ansible bootstrap-servers as kolla user"
  - Run kolla-ansible bootstrap-servers as kolla user
    
    Previously, Kayobe used Kolla Ansible's bootstrap-servers command to
    create a user account and Python virtual environment for Kolla Ansible.
    In order to do this it used the Kayobe Ansible user and Python
    interpreter.
    
    This causes problems for Ansible fact caching, which needs separate
    caches for Kayobe and Kolla Ansible, since the different users and
    Python interpreters used result in different facts. Bootstrapping
    servers with the Kayobe user and interpreter resulted in the Kolla
    Ansible fact cache being populated with Kayobe's user and interpreter.
    
    This change disables user creation during Kolla Ansible's
    bootstrap-servers command, instead creating the user and virtual
    environment in Kayobe prior to running the command. This allows the
    bootstrap-servers command to be executed using the normal Kolla Ansible
    user and interpreter, which results in the correct facts being gathered.
    
    The downside here is some duplication of code and configuration, but a
    nice side effect is that we no longer need to dump configuration in the
    CLI for host configure in order to fetch the Ansible user and
    interpreter.
    
    Change-Id: I85670be7242bc436f73c689f027670b0938ba031
    Story: 2007492
    Task: 39444
This commit is contained in:
Zuul 2020-04-27 13:56:54 +00:00 committed by Gerrit Code Review
parent 7ce606ba59
commit aa5b6f5fee
1 changed files with 1 additions and 1 deletions

2
kayobe

@ -1 +1 @@
Subproject commit c343d4d87798e9b2ad6534954bf6d174b8507dfd
Subproject commit 5cfca2aa82dc33f86fe29af9f2b123430e6bccf4