[rdo-list] Does TripleO Release ( Newton ) coming up (10/06/16) with overcloud HA broken ?

Boris Derzhavets bderzhavets at hotmail.com
Mon Oct 3 17:46:53 UTC 2016


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 at redhat.com <rdo-list-bounces at redhat.com> on behalf of hguemar at fedoraproject.org <hguemar at fedoraproject.org>
Sent: Monday, October 3, 2016 6:00:03 PM
To: rdo-list at 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 at 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 at redhat.com
https://www.redhat.com/mailman/listinfo/rdo-list
rdo-list Info Page - Red Hat<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 at redhat.com
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.rdoproject.org/pipermail/dev/attachments/20161003/be9de572/attachment.html>


More information about the dev mailing list