hi Lars:
I used openstack-packstack-2014.1.1-0.9.dev1055.fc21.noarch, and found a
new issue.
[root@ostack ~]# packstack
--answer-file=packstack-answers-20140513-012210.txt
Welcome to Installer setup utility
Installing:
Clean Up [ DONE ]
Setting up ssh keys [ DONE ]
Discovering hosts' details [ DONE ]
Adding pre install manifest entries [ DONE ]
Adding MySQL manifest entries [ DONE ]
Adding AMQP manifest entries [ DONE ]
Adding Keystone manifest entries [ DONE ]
Adding Glance Keystone manifest entries [ DONE ]
Adding Glance manifest entries [ DONE ]
Installing dependencies for Cinder [ DONE ]
Adding Cinder Keystone manifest entries [ DONE ]
Adding Cinder manifest entries [ DONE ]
Checking if the Cinder server has a cinder-volumes vg[ DONE ]
Adding Nova API manifest entries [ DONE ]
Adding Nova Keystone manifest entries [ DONE ]
Adding Nova Cert manifest entries [ DONE ]
Adding Nova Conductor manifest entries [ DONE ]
Adding Nova Compute manifest entries [ DONE ]
Adding Nova Scheduler manifest entries [ DONE ]
Adding Nova VNC Proxy manifest entries [ DONE ]
Adding Nova Common manifest entries [ DONE ]
Adding Openstack Network-related Nova manifest entries[ DONE ]
Adding Neutron API manifest entries [ DONE ]
Adding Neutron Keystone manifest entries [ DONE ]
Adding Neutron L3 manifest entries [ DONE ]
Adding Neutron L2 Agent manifest entries [ DONE ]
Adding Neutron DHCP Agent manifest entries [ DONE ]
Adding Neutron LBaaS Agent manifest entries [ DONE ]
Adding Neutron Metadata Agent manifest entries [ DONE ]
Adding OpenStack Client manifest entries [ DONE ]
Adding Horizon manifest entries [ DONE ]
Adding Provisioning manifest entries [ DONE ]
Adding MongoDB manifest entries [ DONE ]
Adding Ceilometer manifest entries [ DONE ]
Adding Ceilometer Keystone manifest entries [ DONE ]
Adding Nagios server manifest entries [ DONE ]
Adding Nagios host manifest entries [ DONE ]
Adding post install manifest entries [ DONE ]
Preparing servers [ DONE ]
Installing Dependencies [ DONE ]
Copying Puppet modules and manifests [ DONE ]
Applying 147.2.147.82_prescript.pp
147.2.147.82_prescript.pp: [ DONE ]
Applying 147.2.147.82_mysql.pp
Applying 147.2.147.82_amqp.pp
147.2.147.82_mysql.pp: [ DONE ]
147.2.147.82_amqp.pp: [ DONE ]
Applying 147.2.147.82_keystone.pp
Applying 147.2.147.82_glance.pp
Applying 147.2.147.82_cinder.pp
147.2.147.82_keystone.pp: [ ERROR ]
Applying Puppet manifests [ ERROR ]
ERROR : Error appeared during Puppet run: 147.2.147.82_keystone.pp
Error: /Stage[main]/Neutron::Keystone::Auth/Keystone_user[neutron]:
Could not evaluate: Execution of '/usr/bin/keystone --os-auth-url
http://127.0.0.1:35357/v2.0/ token-get' returned 1: The request you have
made requires authentication. (HTTP 401)
You will find full trace in log
/var/tmp/packstack/20140513-013406-rpdBVm/manifests/147.2.147.82_keystone.pp.log
Please check log file
/var/tmp/packstack/20140513-013406-rpdBVm/openstack-setup.log for more
information
Additional information:
* Time synchronization installation was skipped. Please note that
unsynchronized time on server instances might be problem for some
OpenStack components.
* Did not create a cinder volume group, one already existed
* File /root/keystonerc_admin has been created on OpenStack client
host 147.2.147.82. To use the command line tools you need to source the
file.
* To access the OpenStack Dashboard browse to
http://147.2.147.82/dashboard .
Please, find your login credentials stored in the keystonerc_admin in
your home directory.
* To use Nagios, browse to
http://147.2.147.82/nagios username :
nagiosadmin, password : 0c1a53e87c664791
[root@ostack ~]# yum repolist
Loaded plugins: fastestmirror, langpacks, priorities, refresh-packagekit
Loading mirror speeds from cached hostfile
* fedora: mirrors.vinahost.vn
* updates: mirrors.vinahost.vn
199 packages excluded due to repository priority protections
repo id repo
name status
fedora/20/x86_64 Fedora 20 -
x86_64 38,493+104
openstack-icehouse/20 OpenStack Icehouse Repository 709+175
puppetlabs-deps/20/x86_64 Puppet Labs
Dependencies - x86_64 5
puppetlabs-products/20/x86_64 Puppet Labs
Products - x86_64 61
updates/20/x86_64 Fedora 20 -
x86_64 - Updates 16,329+95
repolist: 55,597
[root@ostack ~]# rpm -qa | grep openstack
openstack-packstack-puppet-2014.1.1-0.9.dev1055.fc21.noarch
openstack-keystone-2014.1-2.fc21.noarch
openstack-glance-2014.1-2.fc21.noarch
openstack-puppet-modules-2014.1-9.1.fc21.noarch
openstack-utils-2014.1-1.fc21.noarch
openstack-packstack-2014.1.1-0.9.dev1055.fc21.noarch
On 12/05/14 22:37, Lars Kellogg-Stedman wrote:
On Mon, May 12, 2014 at 10:05:18PM +0800, HuJun wrote:
> [root@cloudf ~]# rpm -q openstack-packstack python-keystoneclient
> openstack-packstack-2013.2.1-0.29.dev956.fc20.noarch
> python-keystoneclient-0.7.1-2.fc20.noarch
That looks like the version of packstack that's currently in F20, not
the one from the RDO repositories. If you want to install RDO, start
here:
http://openstack.redhat.com/Quickstart
There you'll find instructions for enabling the RDO repositories. The
version of packstack in the current (Icehouse) RDO repository is:
# rpm -q openstack-packstack
openstack-packstack-2014.1.1-0.9.dev1055.fc21.noarch
If you're looking to install RDO Havana...you may need to wait a bit,
because it looks like the repository configs from the RDO Havana
"rdo-release" package are currently broken.