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/puppet-pacemaker.yaml
-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

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 2
works fine.

Thanks.
Boris.




From: rdo-list-bounces@redhat.com <rdo-list-bounces@redhat.com> on behalf of hguemar@fedoraproject.org <hguemar@fedoraproject.org>
Sent: Monday, October 3, 2016 6:00:03 PM
To: rdo-list@redhat.com
Subject: [rdo-list] [Fedocal] Reminder meeting : RDO meeting
 
Dear all,

You are kindly invited to the meeting:
   RDO meeting on 2016-10-05 from 15:00:00 to 16:00:00 UTC
   At rdo@irc.freenode.net

The meeting will be about:
RDO IRC meeting
[Agenda at https://etherpad.openstack.org/p/RDO-Meeting ](https://etherpad.openstack.org/p/RDO-Meeting)

Every Wednesday on #rdo on Freenode IRC


Source: https://apps.fedoraproject.org/calendar/meeting/2017/


_______________________________________________
rdo-list mailing list
rdo-list@redhat.com
https://www.redhat.com/mailman/listinfo/rdo-list
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 ...


To unsubscribe: rdo-list-unsubscribe@redhat.com