<div dir="ltr">Hi,<br><div>I am currently trying to deploy openstack wallaby using tripleo arch.</div><div>I created the network jinja templates, ran the following commands also:</div><div><br></div><div>#openstack overcloud network provision --stack overcloud --output networks-deployed-environment.yaml   custom_network_data.yaml</div><div>#  openstack overcloud network vip provision --stack overcloud --output vip-deployed-environment.yaml     custom_vip_data.yaml</div><div># openstack overcloud node provision   --stack overcloud  --overcloud-ssh-key /home/stack/sshkey/id_rsa overcloud-baremetal-deploy.yaml</div><div><br></div><div>and used the environment files in the openstack overcloud deploy command:</div><div><br></div><div>(undercloud) [stack@hkg2director ~]$ cat deploy.sh<br>#!/bin/bash<br>THT=/usr/share/openstack-tripleo-heat-templates/<br>CNF=/home/stack/<br>openstack overcloud deploy  --templates $THT \<br>-r $CNF/templates/roles_data.yaml \<br>-n $CNF/workplace/custom_network_data.yaml \<br>-e ~/containers-prepare-parameter.yaml \<br>-e $CNF/templates/node-info.yaml \<br>-e $CNF/templates/scheduler-hints.yaml \<br>-e $CNF/workplace/networks-deployed-environment.yaml \<br>-e $CNF/workplace/vip-deployed-environment.yaml \<br>-e $CNF/workplace/overcloud-baremetal-deployed.yaml \<br>-e $CNF/workplace/custom-net-bond-with-vlans.yaml<br></div><div><br></div><div>Now when i run the ./deploy.sh script i encounter an error stating:</div><div><br></div><div>ERROR openstack [-] Resource OS::TripleO::Network::Ports::ControlPlaneVipPort maps to type OS::Neutron::Port and the Neutron service is not available when using ephemeral Heat. The generated environments from 'openstack overcloud baremetal provision' and 'openstack overcloud network provision' must be included with the deployment command.: tripleoclient.exceptions.InvalidConfiguration: Resource OS::TripleO::Network::Ports::ControlPlaneVipPort maps to type OS::Neutron::Port and the Neutron service is not available when using ephemeral Heat. The generated environments from 'openstack overcloud baremetal provision' and 'openstack overcloud network provision' must be included with the deployment command.<br>2022-04-19 13:47:16.582 735924 INFO osc_lib.shell [-] END return value: 1<br></div><div><br></div><div>Can someone tell me where the mistake is?</div><div><br></div><div>With regards,</div><div>Swogat Pradhan</div></div>