Update git submodules

* Update kayobe from branch 'master'
  to 79be93baf510940497f88f8b73c86022a811b6b8
  - Enable consistent network device naming
    
    CentOS cloud images come with net.ifnames=0 on the kernel command line,
    which disables consistent network device naming. This does not provide a
    good experience on bare metal because NIC ordering can vary. This is
    specific to cloud images: an ISO installation would use consistent
    network device naming.
    
    We now set net.ifnames=1 in the DIB default environment to use
    consistent network device naming. The parameters `nofb nomodeset
    gfxpayload=text` are also set to preserve defaults from DIB.
    
    To restore the existing behaviour, set DIB_BOOTLOADER_DEFAULT_CMDLINE to
    `nofb nomodeset gfxpayload=text net.ifnames=0` in the
    kolla_bifrost_dib_env_vars_extra dictionary.
    
    Change-Id: I20465eab4e0aec6620578a92d3bdbddcec0954df
This commit is contained in:
Pierre Riteau 2021-10-05 15:18:13 +02:00 committed by Gerrit Code Review
parent 67ce8cecf7
commit 6cc2ac5243
1 changed files with 1 additions and 1 deletions

2
kayobe

@ -1 +1 @@
Subproject commit c583922c27eefc2fda6158f3bc46d4715bbcdf4d
Subproject commit 79be93baf510940497f88f8b73c86022a811b6b8