Hide Forgot
Description of problem: I am trying to upgrade from ospd 7.3 GA to ospd8. I have HA + External Load Balancer environment. I have the following error: ------------------------------- resource_status_reason | resources.Controller: resources[0]: StackValidationFailed: resources.Controller: Property error: Controller.Properties.networks[0].network: Error validating value 'ctlpla ne': Request Failed: internal server error while processing your request. | | resource_type | OS::Heat::ResourceGroup Full output you can see here: http://pastebin.test.redhat.com/363274 Deploy command I used for upgrade: ----------------------------------- openstack overcloud deploy --templates /usr/share/openstack-tripleo-heat-templates -e /usr/share/openstack-tripleo-heat-templates/overcloud-resource-registry-puppet.yaml -e /usr/share/openstack-tripleo-heat-templates/environments/puppet-pacemaker.yaml -e /usr/share/openstack-tripleo-heat-templates/environments/network-isolation.yaml -e /usr/share/openstack-tripleo-heat-templates/environments/net-single-nic-with-vlans.yaml -e /home/stack/network-environment.yaml -e /usr/share/openstack-tripleo-heat-templates/environments/major-upgrade-pacemaker-init.yaml -e /home/stack/rhos-release-8.yaml -e /usr/share/openstack-tripleo-heat-templates/environments/external-loadbalancer-vip.yaml -e external-lb.yaml Deploy command I used to deploy ospd 7.3 with ex-lb. ---------------------------------------------------- openstack overcloud deploy --templates -e /usr/share/openstack-tripleo-heat-templates/environments/network-isolation.yaml -e network-environment.yaml --control-scale 3 --compute-scale 1 --ntp-server 10.11.160.238 -e /usr/share/openstack-tripleo-heat-templates/environments/external-loadbalancer-vip.yaml -e external-lb.yaml ospd8 + ex-lb can be successfully deployed from scratch. I am keeping the env. for debugging. Details in the comment.
It is actually neutron returning internal server error to a heat request; this could be heat trying to do something it shouldn't (based on env files errors), continuing investigation.
Can you verify that the two commands used are indeed different? The initial deploy does not have the single-nic-with-vlans environment, whereas the upgrade command does contain that. If they are different, please try this again, but ensure that the environment files are consistent between the two runs.
This bug did not make the OSP 8.0 release. It is being deferred to OSP 10.
Leonid, I think the more recent attempt passed. Shall we close this?
(In reply to Giulio Fidente from comment #8) > Leonid, I think the more recent attempt passed. Shall we close this? Hi,yes. When I attempted to upgrade using the following deploy command(without single-nic) it went smooth and update successfully finished. Here is the deploy command. openstack overcloud deploy --templates /usr/share/openstack-tripleo-heat-templates -e /usr/share/openstack-tripleo-heat-templates/overcloud-resource-registry-puppet.yaml -e /usr/share/openstack-tripleo-heat-templates/environments/puppet-pacemaker.yaml -e /usr/share/openstack-tripleo-heat-templates/environments/network-isolation.yaml -e /home/stack/network-environment.yaml -e /usr/share/openstack-tripleo-heat-templates/environments/major-upgrade-pacemaker-init.yaml -e /home/stack/rhos-release-8.yaml -e /usr/share/openstack-tripleo-heat-templates/environments/external-loadbalancer-vip.yaml -e external-lb.yaml