Link doesn't work :-
http://dbaxps.blogspot.ru/2016/06/attempt-of-rdo-triple0-quickstart-ha.html
[
https://3.bp.blogspot.com/-BbTypts6iFo/V1PnPm6mlKI/AAAAAAAAG0M/elqhjc_fJk...
Openstack RDO && KVM Hypervisor: Triple0 QuickStart HA Setup on Intel Core i7-4790
Desktop<http://dbaxps.blogspot.ru/2016/06/attempt-of-rdo-triple0-quickstart-ha.html>
dbaxps.blogspot.ru
________________________________
From: rdo-list-bounces(a)redhat.com <rdo-list-bounces(a)redhat.com> on behalf of Boris
Derzhavets <bderzhavets(a)hotmail.com>
Sent: Wednesday, June 8, 2016 4:03 AM
To: Andrew Beekhof
Cc: John Trowbridge; rdo-list
Subject: Re: [rdo-list] Tripleo QuickStart HA deployment attempts constantly crash
It's done
http://dbaxps.blogspot.com/2016/06/attempt-of-rdo-triple0-quickstart-ha.h...
Thank you.
Boris.
________________________________
From: Andrew Beekhof <abeekhof(a)redhat.com>
Sent: Tuesday, June 7, 2016 9:35 PM
To: Boris Derzhavets
Cc: John Trowbridge; Lars Kellogg-Stedman; rdo-list
Subject: Re: [rdo-list] Tripleo QuickStart HA deployment attempts constantly crash
In case you didn't resolve this in the meantime...
On Mon, May 30, 2016 at 6:56 PM, Boris Derzhavets
<bderzhavets(a)hotmail.com> wrote:
 # Define a single controller node and a single compute node.
 overcloud_nodes:
   - name: control_0
     flavor: control
   - name: compute_0
     flavor: compute
   - name: compute_1
     flavor: compute
 # Tell tripleo how we want things done.
 extra_args: >-
   --neutron-network-type vxlan
   --neutron-tunnel-types vxlan
   --ntp-server 
pool.ntp.org
 network_isolation: true
 Picks up new memory setting but doesn't create second Compute Node.
 Every time just Controller && (1)* Compute. 
You need to add --control-scale 2 and --compute-scale 2 to 'extra_args'