Following schema of http://www.anstack.com/blog/2016/07/04/manually-installing-tripleo-recipe.html slightly modified for network isolation
http://dbaxps.blogspot.ru/2016/09/tripleo-deployment-of-master-branch-via_27.html
Attempt of deploy
#!/bin/bash -x source /home/stack/stackrc openstack overcloud deploy \ --libvirt-type qemu \ --ntp-server pool.ntp.org \ --templates /home/stack/tripleo-heat-templates \-e /home/stack/tripleo-heat-templates/environments/network-isolation.yaml \ -e /home/stack/tripleo-heat-templates/environments/net-single-nic-with-vlans.yaml \ -e $HOME/network_env.yaml \ --control-scale 3 --compute-scale 1
-e /home/stack/tripleo-heat-templates/environments/puppet-pacemaker.yaml
constantly crashes
Back porting patch https://review.openstack.org/#/c/380665/
via rebuilding puppet-tripleo-5.2.0-0.20160930180021.d6bbf78.el7.centos.src.rpm
and re-installing corresponding new rpm just changed exit code
from 6 to 9 (rpm re-installed before building overcloud images)
far ahead deployment overcloud, which I believe is calling patched
puppets.
However deployment like :-#!/bin/bash -x source /home/stack/stackrc openstack overcloud deploy \ --libvirt-type qemu \ --ntp-server pool.ntp.org \ --templates /home/stack/tripleo-heat-templates \ -e /home/stack/tripleo-heat-templates/environments/network-isolation.yaml \ -e /home/stack/tripleo-heat-templates/environments/net-single-nic-with-vlans.yaml \ -e $HOME/network_env.yaml \ --control-scale 1 --compute-scale 2works fine.
Thanks.
Boris.
www.redhat.com
The rdo-list mailing list provides a forum for discussions about installing, running, and using OpenStack on Red Hat based distributions. To see the collection of ...
|