Overcloud deployment fails with "InvalidConfigException: Address JSON objects require 'ip_netmask' to be configured"
Issue
-
Management network doesn't get
ip_netmask
from the allocation pool due to which the deployment fails. This can be noticed in/etc/os-net-config/config.json
.[stack@undercloud-0 ~]$ cat /etc/os-net-config/config.json | python -m json.tool . . "addresses": [ { "ip_netmask": "" } ], . .
Environment
- Red Hat OpenStack Platform 13.0
- RHEL 7.x
Subscriber exclusive content
A Red Hat subscription provides unlimited access to our knowledgebase, tools, and much more.