Hello Sanjay,
Thank you
My machine spec; 2 Core , 16GB MEM
Unfortunately, it is not enough memory ( < 28GB ).
But I would like to adjust configuration of each vm to run on this machine.
For example;
-----------------------
# We set introspection to true and use only the minimal amount of nodes
# for this job, but test all defaults otherwise
step_introspect: true
undercloud_memory: 4096
undercloud_vcpu: 2
control_memory: 4096
control_vcpu: 1
compute_memory: 4096
compute_vcpu: 2
overcloud_nodes:
- name: control_0
flavor: control
- name: compute_0
flavor: compute
-----------------------
I will try this configuration again.
Thanks,
2016-04-12 18:31 GMT+09:00 Sanjay Upadhyay <supadhya(a)redhat.com>:
Hi Takeshi,
On Tue, Apr 12, 2016 at 11:37 AM, Takeshi Kuramochi <tsarah8139(a)gmail.com>
wrote:
>
> Hi,
>
>
> I'm trying to deploy OpenStack via TripleO quickstart.sh.
> (Ref :
https://www.youtube.com/watch?v=4O8KvC66eeU)
>
> $ export VIRTHOST="openstack.tk.net"
> $ bash quickstart.sh $VIRTHOST <= success
>
> $ export TAGS=undercloud-install
> $ ./quickstart.sh --tags $TAGS $VIRTHOST <= success
>
> $ export TAGS='undercloud-post-install'
> $ ./quickstart.sh --tags $TAGS $VIRTHOST <= success
>
> $ export TAGS='overcloud-deploy'
> $ ./quickstart.sh --tags $TAGS $VIRTHOST <= it had 1 failed
>
>
$VIRTHOST specs, RAM, CPU?
I had a similar issue, where I guess the docs are missing is the virt host
should have at least 28G
as this file gets pulled in $OOOQ_DIR/playbooks/centosci/minimal.yml which
requires -
1 nos undercloud node - 12G/50G/4vcpu
1 nos controller node - 8G/50G/1vcpu
1 nos compute node - 8G/50G/1vcpu
so see if you have a minimum of 28G of free RAM
regards
/sanjay
>
> It's console log is below;
>
> TASK [tripleo/overcloud : Check overcloud deploy status]
> ***********************
> Saturday 09 April 2016 04:12:10 +0000 (1:01:07.440) 1:01:33.716
> ********
> fatal: [undercloud]: FAILED! => {"changed": false, "cmd":
["grep",
> "-q", "Stack overcloud CREATE_FAILED",
> "/home/stack/overcloud_deploy.log"], "delta":
"0:00:00.051522", "end":
> "2016-04-09 04:12:15.444136", "failed": true,
"failed_when_result":
> true, "rc": 0, "start": "2016-04-09 04:12:15.392614",
"stderr": "",
> "stdout": "", "stdout_lines": [], "warnings":
[]}
>
> PLAY RECAP
> *********************************************************************
> localhost : ok=1 changed=0 unreachable=0
> failed=0
>
openstack.tk.net : ok=2 changed=0 unreachable=0
> failed=0
> undercloud : ok=6 changed=1 unreachable=0
> failed=1
>
> Saturday 09 April 2016 04:12:12 +0000 (0:00:02.286) 1:01:36.002
> ********
>
> ===============================================================================
> TASK: tripleo/overcloud : Deploy the overcloud -----------------------
> 3667.44s
> TASK: setup ------------------------------------------------------------
> 15.97s
> TASK: setup -------------------------------------------------------------
> 4.13s
> TASK: setup/undercloud : include ----------------------------------------
> 3.48s
> TASK: tripleo/overcloud : Check overcloud deploy status -----------------
> 2.29s
> TASK: tripleo/undercloud : include --------------------------------------
> 0.89s
> TASK: tripleo/undercloud : include --------------------------------------
> 0.48s
> TASK: tripleo/overcloud : include ---------------------------------------
> 0.46s
> TASK: tripleo/undercloud : include --------------------------------------
> 0.36s
> TASK: tripleo/overcloud : include ---------------------------------------
> 0.31s
>
> When I run quickstart.sh it did not have a fail.
>
>
> But, the heat stack failed too.
>
> [stack@undercloud ~]$ heat stack-list
>
>
+--------------------------------------+------------+---------------+---------------------+--------------+
> | id | stack_name | stack_status |
> creation_time | updated_time |
>
>
+--------------------------------------+------------+---------------+---------------------+--------------+
> | 41190d84-de1f-4afd-821c-21b89ad8beb3 | overcloud | CREATE_FAILED |
> 2016-04-09T03:11:26 | None |
>
>
+--------------------------------------+------------+---------------+---------------------+--------------+
>
> I could not find "overcloudrc" file.
>
>
> Any help / advice is much appreciated.
>
> Thanks,
>
> -Takeshi
>
> _______________________________________________
> Rdo-list mailing list
> Rdo-list(a)redhat.com
>
https://www.redhat.com/mailman/listinfo/rdo-list
>
> To unsubscribe: rdo-list-unsubscribe(a)redhat.com