New Question

Revision history [back]

click to hide/show revision 1
initial version

Hello,

Plugins like cloudbaseinit.plugins.common.networkconfig.NetworkConfigPlugin run once per instance, meaning that the network is only set once at the first boot. Any subsequent cloudbase-init runs on the same instance will not re-set the instance network.

When it runs, the cloudbaseinit.plugins.common.networkconfig.NetworkConfigPlugin gets the network configuration from the metadata service, depending on the enabled metadata services in cloudbase-init config file. If the metadata is not available, the plugin cannot set any network configuration.

If possible, can you describe your setup in terms of what cloud type you are using (OpenStack, AWS or Azure) and share the cloudbase-init logs?

Thank you,
Adrian Vladu