<div dir="ltr"><div>Hi,</div><div><br></div><div>This my deployment script :</div><div><br></div><div>#!/usr/bin/env bash<br><br>source ~/stackrc<br><br>time openstack overcloud deploy --stack overcloud \<br>  --libvirt-type kvm \<br>  --ntp-server 172.16.0.252 \<br>  --templates \<br>  -r /home/stack/templates/roles_data.yaml \<br>  -n /home/stack/templates/network_data-new.yaml \<br>  -e /home/stack/templates/containers-prepare-parameter.yaml \<br>  -e /usr/share/openstack-tripleo-heat-templates/environments/enable-swap-partition.yaml \<br>  -e /usr/share/openstack-tripleo-heat-templates/environments/docker-ha.yaml \<br>  -e /home/stack/templates/node-info.yaml \<br>  -e /home/stack/templates/inject-trust-anchor-hiera.yaml \<br>  -e /usr/share/openstack-tripleo-heat-templates/environments/services/octavia.yaml \<br>  -e /usr/share/openstack-tripleo-heat-templates/environments/cephadm/cephadm.yaml \<br>  -e /usr/share/openstack-tripleo-heat-templates/environments/cephadm/ceph-dashboard.yaml \<br>  -e /home/stack/templates/cephadmin-overrides.yaml \<br>  -e /usr/share/openstack-tripleo-heat-templates/environments/disable-telemetry.yaml \<br>  -e /home/stack/templates/networks-deployed-environment.yaml \<br>  -e /home/stack/templates/vips-deployed-environment.yaml \<br>  -e /home/stack/templates/network-environment-overrides.yaml \<br>  -e /home/stack/templates/firstboot-environment.yaml</div><div><br></div><div>I am trying to deploy an HCI overcloud. Each node has 6 nics</div><div><br></div><div><br></div><div><br></div><div><br></div><div>When I launch it I get this error :</div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex"><div>2021-08-16 13:33:29.331 80390 <br>ERROR tripleoclient.v1.overcloud_deploy.DeployOvercloud [-] Exception occured while running the command: <br>ValueError: Failed to deploy: ERROR: Internal Error Traceback (most recent call last):\n', '  <br>File "/usr/lib/python3.6/site-packages/heat/engine/resources/stack$<br>resource.py", line 75, in validate_nested_stack\n    nested_stack.validate()\n', '  <br>File "/usr/lib/python3.6$<br>site-packages/osprofiler/profiler.py", line 160, in wrapper\n    result = f(*args, **kwargs)\n', '  File "/u$<br>r/lib/python3.6/site-packages/heat/engine/stack.py", line 969, in validate\n    result = res.validate()\n', $<br>  File "/usr/lib/python3.6/site-packages/heat/engine/resources/openstack/neutron/port.py", line 454, in vali$<br>ate\n    super(Port, self).validate()\n', '  File "/usr/lib/python3.6/site-packages/heat/engine/resources/op$<br>nstack/neutron/neutron.py", line 43, in validate\n    res = super(NeutronResource, self).validate()\n', '  F$<br>le "/usr/lib/python3.6/site-packages/heat/engine/resource.py", line 1870, in validate\n    return self.valid$<br>te_template()\n', '  File "/usr/lib/python3.6/site-packages/heat/engine/resource.py", line 1882, in validate$<br>template\n    self.t.resource_type\n', '  File "/usr/lib/python3.6/site-packages/heat/engine/resource.py", l$<br>ne 200, in _validate_service_availability\n   <b> raise ex\n', 'heat.common.exception.ResourceTypeUnavailable: $<br>EAT-E99001 Service neutron is not available for resource type OS::TripleO::DeployedServer::ControlPlanePort,<br>reason: neutron network endpoint is not in service catalog.\n', '\n<br>During handling of the above exception, a$</b><br>other exception occurred:\n\n', 'Traceback (most recent call last):\n', '  File "/usr/lib/python3.6/site-pac$<br>ages/heat/engine/resources/stack_resource.py", line 75, in validate_nested_stack\n    nested_stack.validate($<br>\n', '  File "/usr/lib/python3.6/site-packages/osprofiler/profiler.py", line 160, in wrapper\n    result = f$<br>*args, **kwargs)\n', '  File "/usr/lib/python3.6/site-packages/heat/engine/stack.py", line 969, in validate\$<br>    result = res.validate()\n', '  File "/usr/lib/python3.6/site-packages/heat/engine/resources/template_res$<br>urce.py", line 267, in validate\n    result = super(TemplateResource, self).validate()\n', '  File "/usr/lib$<br>python3.6/site-packages/heat/engine/resources/stack_resource.py", line 65, in validate\n    self.validate_ne$<br>ted_stack()\n', '  File "/usr/lib/python3.6/site-packages/heat/engine/resources/stack_resource.py", line 81,</div></blockquote><div><br></div><div><br></div><div></div><div>Regards.<br></div></div>