<div dir="ltr"><div>Hi,</div><div>A newbie in Openstack, I am deploying an overcloud using the Wallaby version.</div><div>I am using <span style="font-family:monospace"><span style="color:rgb(0,0,0);background-color:rgb(255,255,255)">"container-tools      3.0 [e]"</span><br></span></div><div><br></div><div>I am trying to create the networks-deployed-environment.yaml file using :</div><div><b>openstack overcloud network provision -o /home/stack/templates/networks-deployed-environment.yaml /home/stack/templates/network_data.yaml </b><br></div><div>I am following this documentation : <a href="https://docs.openstack.org/project-deploy-guide/tripleo-docs/latest/features/network_isolation.html">https://docs.openstack.org/project-deploy-guide/tripleo-docs/latest/features/network_isolation.html</a></div><div><br></div><div>But I am getting these errors on all networks defined in network_data.yaml:</div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex"><div><b>2021-08-04 17:13:54.071521 | 52540075-9baf-e063-4b37-00000000000e |      FATAL | Create/Update composable networks | localhost | item={'name': 'Management', 'enabled': True, 'vip': False, 'name_lower': 'management', 'vlan': 60, 'ip_subnet': '<a href="http://10.0.1.0/24">10.0.1.0/24</a>', 'allocation_pools': [{'start': '10.0.1.4', 'end': '10.0.1.250'}], 'gateway_ip': '10.0.1.1', 'gateway_ipv6': 'fd00:fd00:fd00:6000::1', 'ipv6_subnet': 'fd00:fd00:fd00:6000::/64', 'ipv6_allocation_pools': [{'start': 'fd00:fd00:fd00:6000::10', 'end': 'fd00:fd00:fd00:6000:ffff:ffff:ffff:fffe'}], 'mtu': 1500} | error={"ansible_index_var": "idx", "ansible_loop_var": "item", "changed": false, "idx": 5, "item": {"allocation_pools": [{"end": "10.0.1.250", "start": "10.0.1.4"}], "enabled": true, "gateway_ip": "10.0.1.1", "gateway_ipv6": "fd00:fd00:fd00:6000::1", "ip_subnet": "<a href="http://10.0.1.0/24">10.0.1.0/24</a>", "ipv6_allocation_pools": [{"end": "fd00:fd00:fd00:6000:ffff:ffff:ffff:fffe", "start": "fd00:fd00:fd00:6000::10"}], "ipv6_subnet": "fd00:fd00:fd00:6000::/64", "mtu": 1500, "name": "Management", "name_lower": "management", "vip": false, "vlan": 60}, "msg": "Failed schema validation at :\n    Additional properties are not allowed ('ip_subnet', 'enabled', 'allocation_pools', 'gateway_ip', 'vlan', 'ipv6_subnet', 'ipv6_allocation_pools', 'gateway_ipv6' were unexpected)\n\nFailed schema validation at :\n    'subnets' is a required property"}<br>......<br></b></div></blockquote><div><br></div><div><br></div><div><br></div><div>Here is my network_data.yaml :</div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex"><div>- name: Storage<br>  vip: true<br>  vlan: 1107<br>  name_lower: storage<br>  ip_subnet: '<a href="http://10.100.7.0/24">10.100.7.0/24</a>'<br>  allocation_pools: [{'start': '10.100.7.150', 'end': '10.100.7.250'}]<br>  mtu: 1500<br>- name: StorageMgmt<br>  name_lower: storage_mgmt<br>  vip: true<br>  vlan: 1108<br>  ip_subnet: '<a href="http://10.100.8.0/24">10.100.8.0/24</a>'<br>  allocation_pools: [{'start': '10.100.8.150', 'end': '10.100.8.250'}]<br>  mtu: 1500<br>- name: InternalApi<br>  name_lower: internal_api<br>  vip: true<br>  vlan: 1105<br>  ip_subnet: '<a href="http://10.100.5.0/24">10.100.5.0/24</a>'<br>  allocation_pools: [{'start': '10.100.5.150', 'end': '10.100.5.250'}]<br>  mtu: 1500<br>- name: Tenant<br>  vip: false  # Tenant network does not use VIPs<br>  name_lower: tenant<br>  vlan: 1106<br>  ip_subnet: '<a href="http://10.100.6.0/24">10.100.6.0/24</a>'<br>  allocation_pools: [{'start': '10.100.6.150', 'end': '10.100.6.250'}]<br>  mtu: 1500<br>- name: External<br>  vip: true<br>  name_lower: external<br>  vlan: 2100<br>  ip_subnet: '<a href="http://10.0.1.0/24">10.0.1.0/24</a>'<br>  allocation_pools: [{'start': '10.0.1.4', 'end': '10.0.1.250'}]<br>  gateway_ip: '10.0.1.1'<br>  mtu: 1500</div></blockquote><div><br></div><div>What I am missing.<br></div><div>Regards.<br></div></div>