Comment 6 for bug 1624727

Revision history for this message
Tom Barron (tpb) wrote :

I blew away instack and baremetal vms today, yum updated, and built everything fresh. Deployed overcloud as follows:
[stack@instack ~]$ cat > ~/netapp.yaml << _EOF_
> parameter_defaults:
> ManilaNetappLogin: 'snapmirror'
> ManilaNetappPassword: 'ssssshhhhhh'
> ManilaNetappServerHostname: '111.111.111.111'
> ManilaNetappVserver: 'Vserver1'
> ManilaNetappRootVolumeAggr: 'Aggr0'
> ManilaNetappTraceFlags: 'false'
> _EOF_
[stack@instack ~]$ export THT_ROOT=/usr/share/openstack-tripleo-heat-templates
[stack@instack ~]$ openstack overcloud deploy --templates $THT_ROOT \
> -e $THT_ROOT/overcloud-resource-registry-puppet.yaml \
> -e $THT_ROOT/environments/puppet-pacemaker.yaml \
> --control-scale 3 --compute-scale 1\
> --libvirt-type qemu --ntp-server 0.fedora.pool.ntp.org\
> -e $THT_ROOT/environments/manila-netapp-config.yaml \
> -e ./netapp.yaml
WARNING: openstackclient.common.utils is deprecated and will be removed after Jun 2017. Please use osc_lib.utils
Creating Swift container to store the plan
Creating plan from template files in: /usr/share/openstack-tripleo-heat-templates
Plan created
Deploying templates in the directory /usr/share/openstack-tripleo-heat-templates
Could not fetch contents for file:///usr/share/openstack-tripleo-heat-templates/puppet/post.yaml

This is not a re-deploy and I'm not using relative paths.