-
- Downloads
Workaround issue in CentOS cloud images with resolv.conf
The CentOS cloud images from 7.2 (1511) onwards have a bogus name server entry in /etc/resolv.conf, 10.0.2.3. Cloud-init only appends name server entries to this file, and will not remove this bogus entry. Typically this leads to a delay of around 30 seconds when connecting via SSH, due to a timeout in NSS. The workaround employed here is to remove this bogus entry from the image using virt-customize, if it exists. See https://bugs.centos.org/view.php?id=14369. Fixes: #112
Showing
- ansible/group_vars/all/overcloud 12 additions, 0 deletionsansible/group_vars/all/overcloud
- ansible/overcloud-host-image-workaround-resolv.yml 36 additions, 0 deletionsansible/overcloud-host-image-workaround-resolv.yml
- doc/source/release-notes.rst 7 additions, 0 deletionsdoc/source/release-notes.rst
- etc/kayobe/overcloud.yml 12 additions, 0 deletionsetc/kayobe/overcloud.yml
- kayobe/cli/commands.py 4 additions, 1 deletionkayobe/cli/commands.py
- kayobe/tests/unit/cli/test_commands.py 1 addition, 0 deletionskayobe/tests/unit/cli/test_commands.py
Loading
Please register or sign in to comment