> <@lecris:lecris.me> So if I try: > ``` > openstack overcloud deploy \ > -e /usr/share/openstack-tripleo-heat-templates/environments/deployed-server-environment.yaml \ > -e ~/overcloud-baremetal-deployed.yaml > ``` > I.e. without pre provisioning the network it gives an error that the network needs to be defined Here's the error: ``` 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. 2022-05-12 08:14:14.423 605093 INFO osc_lib.shell [-] END return value: 1 ```