Description of problem: See the upstream bug.
Adding upstream bug fix review
(In reply to Sofer Athlan-Guyot from comment #0) > Description of problem: See the upstream bug. Please include the bug description so people tracking bugzilla can see what the issue is and QE can determine how to test.
Using openstack overcloud deploy --templates --libvirt-type qemu \ --control-flavor baremetal \ --compute-flavor baremetal \ --block-storage-flavor baremetal \ --ceph-storage-flavor baremetal \ --swift-storage-flavor baremetal \ --control-scale 3 \ --compute-scale 1 \ --block-storage-scale 1 \ --swift-storage-scale 1 \ --ceph-storage-scale 1 \ --neutron-network-type vxlan --neutron-tunnel-types vxlan \ --ntp-server pool.ntp.org \ --timeout 90 \ -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/network-environment.yaml \ -e /usr/share/openstack-tripleo-heat-templates/environments/storage-environment.yaml \ -e /usr/share/openstack-tripleo-heat-templates/environments/config-debug.yaml \ -e /home/stack/deploy_env.yaml Fails very early with: 12:41:18 2 nodes with profile None won't be used for deployment now 12:41:18 Configuration has 1 warnings, fix them before proceeding. 12:41:25 ERROR: Failed to validate: Failed to validate: resources[0]: The Parameter (Flavor) was not provided. No other relevant message was included in the log. Doing a pdb session on /usr/lib/python2.7/site-packages/heat/engine/stack.py +807 I could see the failing template: (Pdb) p res.template_name u'file:///usr/share/openstack-tripleo-heat-templates/puppet/cinder-storage.yaml'
unable to reproduce: openstack-tripleo-heat-templates-5.0.0-1.2.el7ost.noarch
Since the problem described in this bug report should be resolved in a recent advisory, it has been closed with a resolution of ERRATA. For information on the advisory, and where to find the updated files, follow the link below. If the solution does not work for you, open a new bug report. https://rhn.redhat.com/errata/RHEA-2016-2948.html