Thanks for your reply. 
But now, I meet a new problem. My console display:
2015-12-01 10:06:20.591 | ++ timeout 15 sh -c 'while ! ssh -p 22 -o 
StrictHostKeyChecking=no -i /opt/stack/data/ironic/ssh_keys/ironic_key 
stack@10.250.11.127 echo success; do sleep 1; done'
2015-12-01 10:06:35.598 | ++ die 725 'server didn'\''t become ssh-able!'
2015-12-01 10:06:35.598 | ++ local exitcode=0
2015-12-01 10:06:35.599 | [Call Trace]
2015-12-01 10:06:35.600 | ./stack.sh:1325:run_phase
2015-12-01 10:06:35.600 | /opt/stack/devstack/functions-common:1746:source
2015-12-01 10:06:35.600 | 
/opt/stack/devstack/extras.d/50-ironic.sh:29:prepare_baremetal_basic_ops
2015-12-01 10:06:35.600 | 
/opt/stack/devstack/lib/ironic:816:configure_ironic_auxiliary
2015-12-01 10:06:35.600 | /opt/stack/devstack/lib/ironic:731:ironic_ssh_check
2015-12-01 10:06:35.600 | /opt/stack/devstack/lib/ironic:725:die
2015-12-01 10:06:35.604 | [ERROR] /opt/stack/devstack/lib/ironic:725 server 
didn't become ssh-able!
2015-12-01 10:06:36.607 | Error on exit





Could you give some advice?


Thx 
Zhi Chang
 
 
------------------ Original ------------------
From:  "Pavlo Shchelokovskyy"<pshchelokovs...@mirantis.com>;
Date:  Tue, Dec 1, 2015 04:39 PM
To:  "OpenStack Development Mailing List (not for usage 
questions)"<openstack-dev@lists.openstack.org>; 

Subject:  Re: [openstack-dev] [ironic] Install Time Too Long Ironic indevstack

 
Hi Zhi,

it seems that Ironic is building a new deploy ramdisk for you with 
diskimage-builder. You can skip it if you state


IRONIC_BUILD_DEPLOY_RAMDISK=False

in your local.conf, then the bootstrap image will be downloaded from 
tarballs.o.o.


If you are interested here is a sample ironic setting from my local.conf I use 
to deploy Ironic with DevStack, and it takes about 1000s to complete with full 
reclone:


https://github.com/pshchelo/stackdev/blob/master/local.conf.sample#L128-L145



(this is a sample config, so uncomment all options in this section).


Best regards,


On Tue, Dec 1, 2015 at 9:39 AM Zhi Chang <chang...@unitedstack.com> wrote:

hi, all
    I want to install Ironic in my devstack by the document 
http://docs.openstack.org/developer/ironic/dev/dev-quickstart.html. During the 
install process, my console displays:
2015-12-01 07:08:44.390 | + PACKAGES=
2015-12-01 07:08:44.391 | ++ find /tmp/in_target.d/install.d -maxdepth 1 -name 
'package-installs-*'
2015-12-01 07:08:44.393 | + '[' -n '' ']'
2015-12-01 07:08:44.393 | + package-installs-v2 --phase install.d 
/tmp/package-installs.json
2015-12-01 07:08:44.461 | Map file for ubuntu element does not exist.
2015-12-01 07:08:44.492 | Map file for ubuntu element does not exist.
2015-12-01 07:08:44.526 | Map file for deploy-ironic element does not exist.
2015-12-01 07:08:44.558 | Map file for deploy-ironic element does not exist.
2015-12-01 07:08:44.595 | Map file for deploy-ironic element does not exist.
2015-12-01 07:08:44.633 | Map file for deploy-ironic element does not exist.
2015-12-01 07:08:44.668 | Map file for deploy-ironic element does not exist.
2015-12-01 07:08:44.703 | Map file for deploy-ironic element does not exist.
2015-12-01 07:08:44.815 | Map file for deploy-tgtadm element does not exist.
2015-12-01 07:08:44.857 | Map file for deploy-tgtadm element does not exist.



I wait this a very very long time, does it right? And my devstack's local.conf 
at: http://paste.openstack.org/show/480462/


Could someone help me?


Thx
Zhi Chang

__________________________________________________________________________
 OpenStack Development Mailing List (not for usage questions)
 Unsubscribe: openstack-dev-requ...@lists.openstack.org?subject:unsubscribe
 http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-dev
 
-- 

Dr. Pavlo ShchelokovskyySenior Software Engineer
Mirantis Inc
www.mirantis.com
__________________________________________________________________________
OpenStack Development Mailing List (not for usage questions)
Unsubscribe: openstack-dev-requ...@lists.openstack.org?subject:unsubscribe
http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-dev

Reply via email to