On Thu, 2024-12-19 at 04:21 +0000, zeek1346@gmail.com wrote:
Hi,
I am facing below error during RHOSP upgrade from 16.2 to 17.1.4 ERROR openstack [-] Resources 'OS::TripleO::Network::Ports::RedisVipPort' and 'OS::TripleO::Network::Ports::OVNDBsVipPort' can no longer be used. Service VIPs has been moved to the service definition template. To configure a specific IP address use the parameters 'RedisVirtualFixedIPs' and/or 'OVNDBsVirtualFixedIPs'. To controlthe network or subnet for VIP allocation set up the 'ServiceNetMap' and/or 'VipSubnetMap' parameters with the desired network and/or subnet for the service.: tripleoclient.exceptions.InvalidConfiguration: Resources 'OS::TripleO::Network::Ports::RedisVipPort' and 'OS::TripleO::Network::Ports::OVNDBsVipPort' can no longer be used. Service VIPs has been moved to the service definition template. To configure a specific IP address use the parameters 'RedisVirtualFixedIPs' and/or 'OVNDBsVirtualFixedIPs'. To controlthe network or subnet for VIP allocation set up the 'ServiceNetMap' and/or 'VipSubnetMap' parameters with the desired network and/or subnet for the service. 2024-12-18 18:20:51.538 968424 INFO osc_lib.shell [-] END return value: 1
can anyone help please.
It looks like your deploy command is missing the environment file generated by the `openstack overcloud network vip provision` command. Did you complete the steps descbed in the docs[1]? And your deploy command includes the new environment files? -e /home/stack/overcloud_adopt/baremetal-deployment.yaml \ -e /home/stack/overcloud_adopt/generated-networks-deployed.yaml \ -e /home/stack/overcloud_adopt/generated-vip-deployed.yaml Since this is a Red Hat Opentack Platform specific issue, I would suggest opening a support case with Red Hat. [1] https://docs.redhat.com/en/documentation/red_hat_openstack_platform/17.1/htm... -- Harald