You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We have on OpenStack network with disabled dhcp (static IP)
When we spin up a CoreOS VM we do not have IP configures as CoreOS
does not take it from config drive
When we start Ubuntu or CentOS VM with cloud-init we have everything in place and
networking working as intended.
cat /etc/os-release
NAME="Container Linux by CoreOS"
ID=coreos
VERSION=2303.3.0
VERSION_ID=2303.3.0
BUILD_ID=2019-12-02-2049
PRETTY_NAME="Container Linux by CoreOS 2303.3.0 (Rhyolite)"
ANSI_COLOR="38;5;75"
HOME_URL="https://coreos.com/"
BUG_REPORT_URL="https://issues.coreos.com"
COREOS_BOARD="amd64-usr
The text was updated successfully, but these errors were encountered:
Afterburn is the component in charge of sourcing instance metadata. Indeed at this point it does not support openstack-configdrive.
our recommendation would be to use DHCP (for dynamic network configuration) and the metadata endpoint (for node introspection), which works more reliably and across cloud providers.
We have on OpenStack network with disabled dhcp (static IP)
When we spin up a CoreOS VM we do not have IP configures as CoreOS
does not take it from config drive
When we start Ubuntu or CentOS VM with cloud-init we have everything in place and
networking working as intended.
More detail below
Version
The text was updated successfully, but these errors were encountered: