[Rdo-list] RDO Installation errors
by Fang, Lance
Guys,
I have been following the direction from http://openstack.redhat.com/Quickstart without success in installing. I have uninstalled (Hammer) and installed with this error.
Appreciate any help ..
==
Applying 10.110.80.64_keystone.pp
Applying 10.110.80.64_glance.pp
Applying 10.110.80.64_cinder.pp
10.110.80.64_keystone.pp: [ DONE ]
10.110.80.64_glance.pp: [ ERROR ]
Applying Puppet manifests [ ERROR ]
ERROR : Error appeared during Puppet run: 10.110.80.64_glance.pp
Error: Execution of '/usr/bin/yum -d 0 -e 0 -y install openstack-glance' returned 1: Error unpacking rpm package python-crypto-2.6.1-1.el6.x86_64
You will find full trace in log /var/tmp/packstack/20140617-175724-dOGK9d/manifests/10.110.80.64_glance.pp.log
Please check log file /var/tmp/packstack/20140617-175724-dOGK9d/openstack-setup.log for more information
10 years, 5 months
[Rdo-list] ldap/AD Integration on RDO - Icehouse
by Erimer, Tarkan
Hi,
I was trying to integrate our test RDO - Icehouse openstack environment
into the AD (Active Directory) in order to pilot user management through
the AD. I've read official documentations regarding the topic :
http://docs.openstack.org/admin-guide-cloud/content/configuring-keystone-...
https://wiki.openstack.org/wiki/HowtoIntegrateKeystonewithAD#Configuratio...
http://openstack.redhat.com/Keystone_integration_with_IDM
All the above docs only explain just the keystone part. But, there is no
doc how exactly the AD side should be configured. Even, searching on
google didn't return anything useful.
Anyway, I've managed to come to a point where having the following error
in keystone.log :
2014-06-18 10:52:55.096 1706 INFO eventlet.wsgi.server [-] (1706) wsgi
starting up on http://0.0.0.0:35357/
2014-06-18 10:52:55.096 1706 INFO eventlet.wsgi.server [-] (1706) wsgi
starting up on http://0.0.0.0:5000/
2014-06-18 10:56:35.024 1706 DEBUG keystone.middleware.core [-] Auth
token not in the request header. Will not build auth context.
process_request /usr/lib/python2.6/site-packages/keystone/middleware/core.py:271
2014-06-18 10:56:35.063 1706 DEBUG keystone.common.wsgi [-] arg_dict: {}
__call__ /usr/lib/python2.6/site-packages/keystone/common/wsgi.py:181
2014-06-18 10:56:35.065 1706 DEBUG keystone.common.ldap.core [-] LDAP
init: url=ldap://1.x.x.x
__init__ /usr/lib/python2.6/site-packages/keystone/common/ldap/core.py:491
2014-06-18 10:56:35.066 1706 DEBUG keystone.common.ldap.core [-] LDAP
init: use_tls=False
tls_cacertfile=None
tls_cacertdir=None
tls_req_cert=2
tls_avail=1
__init__ /usr/lib/python2.6/site-packages/keystone/common/ldap/core.py:501
2014-06-18 10:56:35.069 1706 DEBUG keystone.common.ldap.core [-] LDAP
bind: dn=CN=openstack-user,OU=iaas,OU=Other,DC=test,DC=local
simple_bind_s /usr/lib/python2.6/site-packages/keystone/common/ldap/core.py:561
2014-06-18 10:56:35.076 1706 DEBUG keystone.common.ldap.core [-] LDAP
search: dn=OU=iaas,OU=Other,DC=test,DC=local, scope=2,
query=(&(sAMAccountName=nova)(objectClass=Person)),
attrs=['userPassword', 'userAccountControl', 'sAMAccountName', 'mail']
search_s /usr/lib/python2.6/site-packages/keystone/common/ldap/core.py:592
2014-06-18 10:56:35.079 1706 DEBUG keystone.common.ldap.core [-] LDAP
unbind
unbind_s /usr/lib/python2.6/site-packages/keystone/common/ldap/core.py:565
2014-06-18 10:56:35.081 1706 DEBUG keystone.notifications [-] CADF
Event: {'typeURI': 'http://schemas.dmtf.org/cloud/audit/1.0/event',
'initiator': {'typeURI': 'service/security/account/user', 'host':
{'agent': 'python-requests/1.1.0 CPython/2.6.6
Linux/2.6.32-431.17.1.el6.x86_64', 'address': '1.x.x.x'}, 'id':
'openstack:3b761d61-1f9c-463c-adc4-cf83a8873aaa', 'name': 'nova'},
'target': {'typeURI': 'service/security/account/user', 'id':
'openstack:b588a4a4-4537-4a3c-a56e-68d7518bbf69'}, 'observer':
{'typeURI': 'service/security', 'id':
'openstack:35c9ba06-17b0-482f-b86a-c7407b698fe2'}, 'eventType':
'activity', 'eventTime': '2014-06-18T10:56:35.080881+0000', 'action':
'authenticate', 'outcome': 'pending', 'id':
'openstack:d4b86103-3dc9-4577-a9c4-74fc2cc4152c'}
_send_audit_notification /usr/lib/python2.6/site-packages/keystone/notifications.py:289
2014-06-18 10:56:35.136 1706 DEBUG stevedore.extension [-] found
extension EntryPoint.parse('qpid =
oslo.messaging._drivers.impl_qpid:QpidDriver')
_load_plugins /usr/lib/python2.6/site-packages/stevedore/extension.py:156
2014-06-18 10:56:35.136 1706 DEBUG stevedore.extension [-] found
extension EntryPoint.parse('zmq =
oslo.messaging._drivers.impl_zmq:ZmqDriver')
_load_plugins /usr/lib/python2.6/site-packages/stevedore/extension.py:156
2014-06-18 10:56:35.136 1706 DEBUG stevedore.extension [-] found
extension EntryPoint.parse('kombu =
oslo.messaging._drivers.impl_rabbit:RabbitDriver')
_load_plugins /usr/lib/python2.6/site-packages/stevedore/extension.py:156
2014-06-18 10:56:35.137 1706 DEBUG stevedore.extension [-] found
extension EntryPoint.parse('rabbit =
oslo.messaging._drivers.impl_rabbit:RabbitDriver')
_load_plugins /usr/lib/python2.6/site-packages/stevedore/extension.py:156
2014-06-18 10:56:35.194 1706 DEBUG stevedore.extension [-] found
extension EntryPoint.parse('fake =
oslo.messaging._drivers.impl_fake:FakeDriver')
_load_plugins /usr/lib/python2.6/site-packages/stevedore/extension.py:156
2014-06-18 10:56:35.195 1706 DEBUG stevedore.extension [-] found
extension EntryPoint.parse('log =
oslo.messaging.notify._impl_log:LogDriver')
_load_plugins /usr/lib/python2.6/site-packages/stevedore/extension.py:156
2014-06-18 10:56:35.195 1706 DEBUG stevedore.extension [-] found
extension EntryPoint.parse('messagingv2 =
oslo.messaging.notify._impl_messaging:MessagingV2Driver')
_load_plugins /usr/lib/python2.6/site-packages/stevedore/extension.py:156
2014-06-18 10:56:35.195 1706 DEBUG stevedore.extension [-] found
extension EntryPoint.parse('noop =
oslo.messaging.notify._impl_noop:NoOpDriver')
_load_plugins /usr/lib/python2.6/site-packages/stevedore/extension.py:156
2014-06-18 10:56:35.196 1706 DEBUG stevedore.extension [-] found
extension EntryPoint.parse('routing =
oslo.messaging.notify._impl_routing:RoutingDriver')
_load_plugins /usr/lib/python2.6/site-packages/stevedore/extension.py:156
2014-06-18 10:56:35.196 1706 DEBUG stevedore.extension [-] found
extension EntryPoint.parse('test =
oslo.messaging.notify._impl_test:TestDriver')
_load_plugins /usr/lib/python2.6/site-packages/stevedore/extension.py:156
2014-06-18 10:56:35.196 1706 DEBUG stevedore.extension [-] found
extension EntryPoint.parse('messaging =
oslo.messaging.notify._impl_messaging:MessagingDriver')
_load_plugins /usr/lib/python2.6/site-packages/stevedore/extension.py:156
2014-06-18 10:56:35.196 1706 DEBUG stevedore.extension [-] found
extension
EntryPoint.parse('cinder.openstack.common.notifier.no_op_notifier =
oslo.messaging.notify._impl_noop:NoOpDriver')
_load_plugins /usr/lib/python2.6/site-packages/stevedore/extension.py:156
2014-06-18 10:56:35.196 1706 DEBUG stevedore.extension [-] found
extension
EntryPoint.parse('cinder.openstack.common.notifier.log_notifier =
oslo.messaging.notify._impl_log:LogDriver')
_load_plugins /usr/lib/python2.6/site-packages/stevedore/extension.py:156
2014-06-18 10:56:35.197 1706 DEBUG stevedore.extension [-] found
extension
EntryPoint.parse('cinder.openstack.common.notifier.test_notifier =
oslo.messaging.notify._impl_test:TestDriver')
_load_plugins /usr/lib/python2.6/site-packages/stevedore/extension.py:156
2014-06-18 10:56:35.197 1706 DEBUG stevedore.extension [-] found
extension
EntryPoint.parse('cinder.openstack.common.notifier.rpc_notifier2 =
oslo.messaging.notify._impl_messaging:MessagingV2Driver')
_load_plugins /usr/lib/python2.6/site-packages/stevedore/extension.py:156
2014-06-18 10:56:35.197 1706 DEBUG stevedore.extension [-] found
extension
EntryPoint.parse('cinder.openstack.common.notifier.rpc_notifier =
oslo.messaging.notify._impl_messaging:MessagingDriver')
_load_plugins /usr/lib/python2.6/site-packages/stevedore/extension.py:156
2014-06-18 10:56:35.197 1706 DEBUG stevedore.extension [-] found
extension
EntryPoint.parse('nova.openstack.common.notifier.no_op_notifier =
oslo.messaging.notify._impl_noop:NoOpDriver')
_load_plugins /usr/lib/python2.6/site-packages/stevedore/extension.py:156
2014-06-18 10:56:35.197 1706 DEBUG stevedore.extension [-] found
extension EntryPoint.parse('nova.openstack.common.notifier.test_notifier
= oslo.messaging.notify._impl_test:TestDriver')
_load_plugins /usr/lib/python2.6/site-packages/stevedore/extension.py:156
2014-06-18 10:56:35.197 1706 DEBUG stevedore.extension [-] found
extension EntryPoint.parse('nova.openstack.common.notifier.rpc_notifier
= oslo.messaging.notify._impl_messaging:MessagingDriver')
_load_plugins /usr/lib/python2.6/site-packages/stevedore/extension.py:156
2014-06-18 10:56:35.198 1706 DEBUG stevedore.extension [-] found
extension EntryPoint.parse('nova.openstack.common.notifier.log_notifier
= oslo.messaging.notify._impl_log:LogDriver')
_load_plugins /usr/lib/python2.6/site-packages/stevedore/extension.py:156
2014-06-18 10:56:35.198 1706 DEBUG stevedore.extension [-] found
extension EntryPoint.parse('nova.openstack.common.notifier.rpc_notifier2
= oslo.messaging.notify._impl_messaging:MessagingV2Driver')
_load_plugins /usr/lib/python2.6/site-packages/stevedore/extension.py:156
2014-06-18 10:56:35.199 1706 DEBUG keystone.common.ldap.core [-] LDAP
init: url=ldap://1.x.x.x
__init__ /usr/lib/python2.6/site-packages/keystone/common/ldap/core.py:491
2014-06-18 10:56:35.200 1706 DEBUG keystone.common.ldap.core [-] LDAP
init: use_tls=False
tls_cacertfile=None
tls_cacertdir=None
tls_req_cert=2
tls_avail=1
__init__ /usr/lib/python2.6/site-packages/keystone/common/ldap/core.py:501
2014-06-18 10:56:35.200 1706 DEBUG keystone.common.ldap.core [-] LDAP
bind: dn=CN=openstack-user,OU=iaas,OU=Other,DC=test,DC=local
simple_bind_s /usr/lib/python2.6/site-packages/keystone/common/ldap/core.py:561
2014-06-18 10:56:35.205 1706 DEBUG keystone.common.ldap.core [-] LDAP
search: dn=OU=iaas,OU=Other,DC=test,DC=local, scope=2,
query=(&(cn=nova)(objectClass=Person)), attrs=['mail', 'userPassword',
'userAccountControl', 'sAMAccountName']
search_s /usr/lib/python2.6/site-packages/keystone/common/ldap/core.py:592
2014-06-18 10:56:35.207 1706 DEBUG keystone.common.ldap.core [-] LDAP
unbind
unbind_s /usr/lib/python2.6/site-packages/keystone/common/ldap/core.py:565
2014-06-18 10:56:35.208 1706 DEBUG keystone.common.ldap.core [-] LDAP
init: url=ldap://1.x.x.x
__init__ /usr/lib/python2.6/site-packages/keystone/common/ldap/core.py:491
2014-06-18 10:56:35.209 1706 DEBUG keystone.common.ldap.core [-] LDAP
init: use_tls=False
tls_cacertfile=None
tls_cacertdir=None
tls_req_cert=2
tls_avail=1
__init__ /usr/lib/python2.6/site-packages/keystone/common/ldap/core.py:501
2014-06-18 10:56:35.210 1706 DEBUG keystone.common.ldap.core [-] LDAP
bind: dn=CN=openstack-user,OU=iaas,OU=Other,DC=test,DC=local
simple_bind_s /usr/lib/python2.6/site-packages/keystone/common/ldap/core.py:561
2014-06-18 10:56:35.215 1706 DEBUG keystone.common.ldap.core [-] LDAP
search: dn=OU=iaas,OU=Other,DC=test,DC=local, scope=2,
query=(&(cn=nova)(objectclass=Person)), attrs=None
search_s /usr/lib/python2.6/site-packages/keystone/common/ldap/core.py:592
2014-06-18 10:56:35.218 1706 DEBUG keystone.common.ldap.core [-] LDAP
unbind
unbind_s /usr/lib/python2.6/site-packages/keystone/common/ldap/core.py:565
2014-06-18 10:56:35.218 1706 DEBUG keystone.common.ldap.core [-] LDAP
init: url=ldap://1.x.x.x
__init__ /usr/lib/python2.6/site-packages/keystone/common/ldap/core.py:491
2014-06-18 10:56:35.219 1706 DEBUG keystone.common.ldap.core [-] LDAP
init: use_tls=False
tls_cacertfile=None
tls_cacertdir=None
tls_req_cert=2
tls_avail=1
__init__ /usr/lib/python2.6/site-packages/keystone/common/ldap/core.py:501
2014-06-18 10:56:35.220 1706 DEBUG keystone.common.ldap.core [-] LDAP
bind:
dn=CN=nova,OU=services,OU=Projects,OU=iaas,OU=Other,DC=test,DC=local
simple_bind_s /usr/lib/python2.6/site-packages/keystone/common/ldap/core.py:561
2014-06-18 10:56:35.224 1706 DEBUG keystone.common.ldap.core [-] LDAP
unbind
unbind_s /usr/lib/python2.6/site-packages/keystone/common/ldap/core.py:565
2014-06-18 10:56:35.226 1706 DEBUG keystone.notifications [-] CADF
Event: {'typeURI': 'http://schemas.dmtf.org/cloud/audit/1.0/event',
'initiator': {'typeURI': 'service/security/account/user', 'host':
{'agent': 'python-requests/1.1.0 CPython/2.6.6
Linux/2.6.32-431.17.1.el6.x86_64', 'address': '1.x.x.x'}, 'id':
'openstack:3b761d61-1f9c-463c-adc4-cf83a8873aaa', 'name': 'nova'},
'target': {'typeURI': 'service/security/account/user', 'id':
'openstack:12c5c400-0a51-4477-baf4-b95c91ba60ad'}, 'observer':
{'typeURI': 'service/security', 'id':
'openstack:d12b322f-9c1a-493f-ac0d-6727d37cff39'}, 'eventType':
'activity', 'eventTime': '2014-06-18T10:56:35.225896+0000', 'action':
'authenticate', 'outcome': 'success', 'id':
'openstack:aa435cf2-6fd2-4cce-a40e-53753cab55bf'}
_send_audit_notification /usr/lib/python2.6/site-packages/keystone/notifications.py:289
2014-06-18 10:56:35.227 1706 DEBUG keystone.common.ldap.core [-] LDAP
init: url=ldap://1.x.x.x
__init__ /usr/lib/python2.6/site-packages/keystone/common/ldap/core.py:491
2014-06-18 10:56:35.228 1706 DEBUG keystone.common.ldap.core [-] LDAP
init: use_tls=False
tls_cacertfile=None
tls_cacertdir=None
tls_req_cert=2
tls_avail=1
__init__ /usr/lib/python2.6/site-packages/keystone/common/ldap/core.py:501
2014-06-18 10:56:35.229 1706 DEBUG keystone.common.ldap.core [-] LDAP
bind: dn=CN=openstack-user,OU=iaas,OU=Other,DC=test,DC=local
simple_bind_s /usr/lib/python2.6/site-packages/keystone/common/ldap/core.py:561
2014-06-18 10:56:35.234 1706 DEBUG keystone.common.ldap.core [-] LDAP
search: dn=OU=Tenants,OU=iaas,OU=Other,DC=test,DC=local, scope=2,
query=(&(ou=services)(objectClass=organizationalUnit)),
attrs=['description', 'extensionName', 'businessCategory', 'ou']
search_s /usr/lib/python2.6/site-packages/keystone/common/ldap/core.py:592
2014-06-18 10:56:35.237 1706 DEBUG keystone.common.ldap.core [-] LDAP
unbind
unbind_s /usr/lib/python2.6/site-packages/keystone/common/ldap/core.py:565
2014-06-18 10:56:35.237 1706 DEBUG keystone.common.ldap.core [-] LDAP
init: url=ldap://1.x.x.x
__init__ /usr/lib/python2.6/site-packages/keystone/common/ldap/core.py:491
2014-06-18 10:56:35.238 1706 DEBUG keystone.common.ldap.core [-] LDAP
init: use_tls=False
tls_cacertfile=None
tls_cacertdir=None
tls_req_cert=2
tls_avail=1
__init__ /usr/lib/python2.6/site-packages/keystone/common/ldap/core.py:501
2014-06-18 10:56:35.238 1706 DEBUG keystone.common.ldap.core [-] LDAP
bind: dn=CN=openstack-user,OU=iaas,OU=Other,DC=test,DC=local
simple_bind_s /usr/lib/python2.6/site-packages/keystone/common/ldap/core.py:561
2014-06-18 10:56:35.243 1706 DEBUG keystone.common.ldap.core [-] LDAP
search: dn=OU=Tenants,OU=iaas,OU=Other,DC=test,DC=local, scope=2,
query=(&(ou=services)(objectClass=organizationalUnit)), attrs=['ou',
'description', 'businessCategory', 'extensionName']
search_s /usr/lib/python2.6/site-packages/keystone/common/ldap/core.py:592
2014-06-18 10:56:35.246 1706 DEBUG keystone.common.ldap.core [-] LDAP
unbind
unbind_s /usr/lib/python2.6/site-packages/keystone/common/ldap/core.py:565
2014-06-18 10:56:35.246 1706 DEBUG keystone.common.ldap.core [-] LDAP
init: url=ldap://1.x.x.x
__init__ /usr/lib/python2.6/site-packages/keystone/common/ldap/core.py:491
2014-06-18 10:56:35.247 1706 DEBUG keystone.common.ldap.core [-] LDAP
init: use_tls=False
tls_cacertfile=None
tls_cacertdir=None
tls_req_cert=2
tls_avail=1
__init__ /usr/lib/python2.6/site-packages/keystone/common/ldap/core.py:501
2014-06-18 10:56:35.247 1706 DEBUG keystone.common.ldap.core [-] LDAP
bind: dn=CN=openstack-user,OU=iaas,OU=Other,DC=test,DC=local
simple_bind_s /usr/lib/python2.6/site-packages/keystone/common/ldap/core.py:561
2014-06-18 10:56:35.251 1706 DEBUG keystone.common.ldap.core [-] LDAP
search: dn=OU=Tenants,OU=iaas,OU=Other,DC=test,DC=local, scope=2,
query=(&(ou=services)(objectClass=organizationalUnit)), attrs=['ou',
'description', 'businessCategory', 'extensionName']
search_s /usr/lib/python2.6/site-packages/keystone/common/ldap/core.py:592
2014-06-18 10:56:35.254 1706 DEBUG keystone.common.ldap.core [-] LDAP
unbind
unbind_s /usr/lib/python2.6/site-packages/keystone/common/ldap/core.py:565
2014-06-18 10:56:35.254 1706 DEBUG keystone.common.ldap.core [-] LDAP
init: url=ldap://1.x.x.x
__init__ /usr/lib/python2.6/site-packages/keystone/common/ldap/core.py:491
2014-06-18 10:56:35.255 1706 DEBUG keystone.common.ldap.core [-] LDAP
init: use_tls=False
tls_cacertfile=None
tls_cacertdir=None
tls_req_cert=2
tls_avail=1
__init__ /usr/lib/python2.6/site-packages/keystone/common/ldap/core.py:501
2014-06-18 10:56:35.256 1706 DEBUG keystone.common.ldap.core [-] LDAP
bind: dn=CN=openstack-user,OU=iaas,OU=Other,DC=test,DC=local
simple_bind_s /usr/lib/python2.6/site-packages/keystone/common/ldap/core.py:561
2014-06-18 10:56:35.261 1706 DEBUG keystone.common.ldap.core [-] LDAP
search: dn=OU=Tenants,OU=iaas,OU=Other,DC=test,DC=local, scope=2,
query=(&(ou=services)(objectClass=organizationalUnit)), attrs=['ou',
'description', 'businessCategory', 'extensionName']
search_s /usr/lib/python2.6/site-packages/keystone/common/ldap/core.py:592
2014-06-18 10:56:35.263 1706 DEBUG keystone.common.ldap.core [-] LDAP
unbind
unbind_s /usr/lib/python2.6/site-packages/keystone/common/ldap/core.py:565
2014-06-18 10:56:35.264 1706 DEBUG keystone.common.ldap.core [-] LDAP
init: url=ldap://1.x.x.x
__init__ /usr/lib/python2.6/site-packages/keystone/common/ldap/core.py:491
2014-06-18 10:56:35.265 1706 DEBUG keystone.common.ldap.core [-] LDAP
init: use_tls=False
tls_cacertfile=None
tls_cacertdir=None
tls_req_cert=2
tls_avail=1
__init__ /usr/lib/python2.6/site-packages/keystone/common/ldap/core.py:501
2014-06-18 10:56:35.266 1706 DEBUG keystone.common.ldap.core [-] LDAP
bind: dn=CN=openstack-user,OU=iaas,OU=Other,DC=test,DC=local
simple_bind_s /usr/lib/python2.6/site-packages/keystone/common/ldap/core.py:561
2014-06-18 10:56:35.270 1706 DEBUG keystone.common.ldap.core [-] LDAP
search: dn=OU=Tenants,OU=iaas,OU=Other,DC=test,DC=local, scope=2,
query=(&(ou=services)(objectclass=organizationalUnit)), attrs=None
search_s /usr/lib/python2.6/site-packages/keystone/common/ldap/core.py:592
2014-06-18 10:56:35.273 1706 DEBUG keystone.common.ldap.core [-] LDAP
unbind
unbind_s /usr/lib/python2.6/site-packages/keystone/common/ldap/core.py:565
2014-06-18 10:56:35.273 1706 DEBUG keystone.common.ldap.core [-] LDAP
init: url=ldap://1.x.x.x
__init__ /usr/lib/python2.6/site-packages/keystone/common/ldap/core.py:491
2014-06-18 10:56:35.274 1706 DEBUG keystone.common.ldap.core [-] LDAP
init: use_tls=False
tls_cacertfile=None
tls_cacertdir=None
tls_req_cert=2
tls_avail=1
__init__ /usr/lib/python2.6/site-packages/keystone/common/ldap/core.py:501
2014-06-18 10:56:35.274 1706 DEBUG keystone.common.ldap.core [-] LDAP
bind: dn=CN=openstack-user,OU=iaas,OU=Other,DC=test,DC=local
simple_bind_s /usr/lib/python2.6/site-packages/keystone/common/ldap/core.py:561
2014-06-18 10:56:35.278 1706 DEBUG keystone.common.ldap.core [-] LDAP
search: dn=OU=services,OU=Tenants,OU=iaas,OU=Other,DC=test,DC=local,
scope=1, query=(objectClass=organizationalRole), attrs=None
search_s /usr/lib/python2.6/site-packages/keystone/common/ldap/core.py:592
2014-06-18 10:56:35.281 1706 DEBUG keystone.common.ldap.core [-] LDAP
unbind
unbind_s /usr/lib/python2.6/site-packages/keystone/common/ldap/core.py:565
2014-06-18 10:56:35.282 1706 DEBUG keystone.common.ldap.core [-] LDAP
init: url=ldap://1.x.x.x
__init__ /usr/lib/python2.6/site-packages/keystone/common/ldap/core.py:491
2014-06-18 10:56:35.283 1706 DEBUG keystone.common.ldap.core [-] LDAP
init: use_tls=False
tls_cacertfile=None
tls_cacertdir=None
tls_req_cert=2
tls_avail=1
__init__ /usr/lib/python2.6/site-packages/keystone/common/ldap/core.py:501
2014-06-18 10:56:35.284 1706 DEBUG keystone.common.ldap.core [-] LDAP
bind: dn=CN=openstack-user,OU=iaas,OU=Other,DC=test,DC=local
simple_bind_s /usr/lib/python2.6/site-packages/keystone/common/ldap/core.py:561
2014-06-18 10:56:35.289 1706 DEBUG keystone.common.ldap.core [-] LDAP
search: dn=OU=iaas,OU=Other,DC=test,DC=local, scope=2,
query=(&(cn=nova)(objectClass=Person)), attrs=['mail', 'userPassword',
'userAccountControl', 'sAMAccountName']
search_s /usr/lib/python2.6/site-packages/keystone/common/ldap/core.py:592
2014-06-18 10:56:35.291 1706 DEBUG keystone.common.ldap.core [-] LDAP
unbind
unbind_s /usr/lib/python2.6/site-packages/keystone/common/ldap/core.py:565
2014-06-18 10:56:35.292 1706 DEBUG keystone.common.ldap.core [-] LDAP
init: url=ldap://1.x.x.x
__init__ /usr/lib/python2.6/site-packages/keystone/common/ldap/core.py:491
2014-06-18 10:56:35.292 1706 DEBUG keystone.common.ldap.core [-] LDAP
init: use_tls=False
tls_cacertfile=None
tls_cacertdir=None
tls_req_cert=2
tls_avail=1
__init__ /usr/lib/python2.6/site-packages/keystone/common/ldap/core.py:501
2014-06-18 10:56:35.293 1706 DEBUG keystone.common.ldap.core [-] LDAP
bind: dn=CN=openstack-user,OU=iaas,OU=Other,DC=test,DC=local
simple_bind_s /usr/lib/python2.6/site-packages/keystone/common/ldap/core.py:561
2014-06-18 10:56:35.297 1706 DEBUG keystone.common.ldap.core [-] LDAP
search: dn=OU=iaas,OU=Other,DC=test,DC=local, scope=2,
query=(&(cn=nova)(objectclass=Person)), attrs=None
search_s /usr/lib/python2.6/site-packages/keystone/common/ldap/core.py:592
2014-06-18 10:56:35.300 1706 DEBUG keystone.common.ldap.core [-] LDAP
unbind
unbind_s /usr/lib/python2.6/site-packages/keystone/common/ldap/core.py:565
2014-06-18 10:56:35.300 1706 DEBUG keystone.common.ldap.core [-] LDAP
init: url=ldap://1.x.x.x
__init__ /usr/lib/python2.6/site-packages/keystone/common/ldap/core.py:491
2014-06-18 10:56:35.302 1706 DEBUG keystone.common.ldap.core [-] LDAP
init: use_tls=False
tls_cacertfile=None
tls_cacertdir=None
tls_req_cert=2
tls_avail=1
__init__ /usr/lib/python2.6/site-packages/keystone/common/ldap/core.py:501
2014-06-18 10:56:35.303 1706 DEBUG keystone.common.ldap.core [-] LDAP
bind: dn=CN=openstack-user,OU=iaas,OU=Other,DC=test,DC=local
simple_bind_s /usr/lib/python2.6/site-packages/keystone/common/ldap/core.py:561
2014-06-18 10:56:35.307 1706 DEBUG keystone.common.ldap.core [-] LDAP
search: dn=ou=UserGroups,dc=test,dc=local, scope=2,
query=(&(&(objectClass=groupOfNames)(member=CN=nova,OU=services,OU=Projects,OU=iaas,OU=Other,DC=test,DC=local))(objectClass=groupOfNames)), attrs=['description', 'ou'] search_s /usr/lib/python2.6/site-packages/keystone/common/ldap/core.py:592
2014-06-18 10:56:35.310 1706 DEBUG keystone.common.ldap.core [-] LDAP
unbind
unbind_s /usr/lib/python2.6/site-packages/keystone/common/ldap/core.py:565
2014-06-18 10:56:35.336 1706 DEBUG
keystone.openstack.common.db.sqlalchemy.session [-] MySQL server mode
set to
STRICT_TRANS_TABLES,STRICT_ALL_TABLES,NO_ZERO_IN_DATE,NO_ZERO_DATE,ERROR_FOR_DIVISION_BY_ZERO,TRADITIONAL,NO_AUTO_CREATE_USER _mysql_check_effective_sql_mode /usr/lib/python2.6/site-packages/keystone/openstack/common/db/sqlalchemy/session.py:562
2014-06-18 10:56:35.384 1706 DEBUG keystone.common.ldap.core [-] LDAP
init: url=ldap://1.x.x.x
__init__ /usr/lib/python2.6/site-packages/keystone/common/ldap/core.py:491
2014-06-18 10:56:35.385 1706 DEBUG keystone.common.ldap.core [-] LDAP
init: use_tls=False
tls_cacertfile=None
tls_cacertdir=None
tls_req_cert=2
tls_avail=1
__init__ /usr/lib/python2.6/site-packages/keystone/common/ldap/core.py:501
2014-06-18 10:56:35.386 1706 DEBUG keystone.common.ldap.core [-] LDAP
bind: dn=CN=openstack-user,OU=iaas,OU=Other,DC=test,DC=local
simple_bind_s /usr/lib/python2.6/site-packages/keystone/common/ldap/core.py:561
2014-06-18 10:56:36.391 1706 DEBUG keystone.common.ldap.core [-] LDAP
search: dn=OU=Roles,OU=iaas,OU=Other,DC=test,DC=local, scope=2,
query=(&(cn=services)(objectClass=organizationalRole)), attrs=['cn']
search_s /usr/lib/python2.6/site-packages/keystone/common/ldap/core.py:592
2014-06-18 10:56:36.393 1706 DEBUG keystone.common.ldap.core [-] LDAP
unbind
unbind_s /usr/lib/python2.6/site-packages/keystone/common/ldap/core.py:565
2014-06-18 10:56:36.471 1706 INFO eventlet.wsgi.server [-] 1.x.x.x - -
[18/Jun/2014 10:56:36] "POST /v2.0/tokens HTTP/1.1" 200 8938 1.447416
2014-06-18 10:56:36.520 1706 DEBUG keystone.middleware.core [-] RBAC:
auth_context: {'project_id': u'services', 'user_id': u'nova', 'roles':
[u'services']}
process_request /usr/lib/python2.6/site-packages/keystone/middleware/core.py:281
2014-06-18 10:56:36.523 1706 DEBUG keystone.common.wsgi [-] arg_dict:
{'token_id': u'4dd244aee826e0ea0f1a27e7a9d42885'}
__call__ /usr/lib/python2.6/site-packages/keystone/common/wsgi.py:181
2014-06-18 10:56:36.525 1706 DEBUG keystone.common.controller [-] RBAC:
Authorizing
identity:validate_token(token_id=4dd244aee826e0ea0f1a27e7a9d42885)
_build_policy_check_credentials /usr/lib/python2.6/site-packages/keystone/common/controller.py:54
2014-06-18 10:56:36.526 1706 DEBUG keystone.common.controller [-] RBAC:
using auth context from the request environment
_build_policy_check_credentials /usr/lib/python2.6/site-packages/keystone/common/controller.py:59
2014-06-18 10:56:36.527 1706 DEBUG keystone.policy.backends.rules [-]
enforce identity:validate_token: {'project_id': u'services', 'user_id':
u'nova', 'roles': [u'services']}
enforce /usr/lib/python2.6/site-packages/keystone/policy/backends/rules.py:101
2014-06-18 10:56:36.536 1706 DEBUG keystone.openstack.common.policy [-]
Rule identity:validate_token will be now enforced
enforce /usr/lib/python2.6/site-packages/keystone/openstack/common/policy.py:258
2014-06-18 10:56:36.537 1706 DEBUG keystone.openstack.common.fileutils
[-] Reloading cached file /etc/keystone/policy.json
read_cached_file /usr/lib/python2.6/site-packages/keystone/openstack/common/fileutils.py:63
2014-06-18 10:56:36.545 1706 DEBUG keystone.openstack.common.policy [-]
Rules successfully reloaded
load_rules /usr/lib/python2.6/site-packages/keystone/openstack/common/policy.py:212
2014-06-18 10:56:36.546 1706 WARNING keystone.common.wsgi [-] You are
not authorized to perform the requested action, identity:validate_token.
2014-06-18 10:56:36.548 1706 INFO eventlet.wsgi.server [-] 1.x.x.x - -
[18/Jun/2014 10:56:36]
"GET /v2.0/tokens/4dd244aee826e0ea0f1a27e7a9d42885 HTTP/1.1" 403 277
0.037631
2014-06-18 10:56:36.560 1706 DEBUG keystone.middleware.core [-] RBAC:
auth_context: {'project_id': u'services', 'user_id': u'nova', 'roles':
[u'services']}
process_request /usr/lib/python2.6/site-packages/keystone/middleware/core.py:281
2014-06-18 10:56:36.563 1706 DEBUG keystone.common.wsgi [-] arg_dict:
{'token_id': u'4dd244aee826e0ea0f1a27e7a9d42885'}
__call__ /usr/lib/python2.6/site-packages/keystone/common/wsgi.py:181
2014-06-18 10:56:36.563 1706 DEBUG keystone.common.controller [-] RBAC:
Authorizing
identity:validate_token(token_id=4dd244aee826e0ea0f1a27e7a9d42885)
_build_policy_check_credentials /usr/lib/python2.6/site-packages/keystone/common/controller.py:54
2014-06-18 10:56:36.564 1706 DEBUG keystone.common.controller [-] RBAC:
using auth context from the request environment
_build_policy_check_credentials /usr/lib/python2.6/site-packages/keystone/common/controller.py:59
2014-06-18 10:56:36.564 1706 DEBUG keystone.policy.backends.rules [-]
enforce identity:validate_token: {'project_id': u'services', 'user_id':
u'nova', 'roles': [u'services']}
enforce /usr/lib/python2.6/site-packages/keystone/policy/backends/rules.py:101
2014-06-18 10:56:36.565 1706 DEBUG keystone.openstack.common.policy [-]
Rule identity:validate_token will be now enforced
enforce /usr/lib/python2.6/site-packages/keystone/openstack/common/policy.py:258
2014-06-18 10:56:36.565 1706 WARNING keystone.common.wsgi [-] You are
not authorized to perform the requested action, identity:validate_token.
2014-06-18 10:56:36.566 1706 INFO eventlet.wsgi.server [-] 1.x.x.x - -
[18/Jun/2014 10:56:36]
"GET /v2.0/tokens/4dd244aee826e0ea0f1a27e7a9d42885 HTTP/1.1" 403 277
0.014182
Thus, not letting me in on the WebUI.
My keystone.conf ldap configuration is :
driver = keystone.identity.backends.ldap.Identity
[ldap]
query_scope = sub
url = ldap://1.x.x.x
user = CN=openstack-user,OU=iaas,OU=Other,DC=test,DC=local
password = XXXXX
suffix = dc=test,dc=local
use_dumb_member = True
dumb_member = CN=openstack-user,OU=iaas,OU=Other,DC=test,DC=local
user_tree_dn = OU=iaas,OU=Other,DC=test,DC=local
#user_objectclass = organizationalPerson
user_objectclass = Person
user_id_attribute = cn
user_name_attribute = sAMAccountName
user_mail_attribute = mail
user_enabled_attribute = userAccountControl
user_enabled_mask = 2
user_enabled_default = 512
user_attribute_ignore = password,tenant_id,tenants
user_allow_create = True
user_allow_update = True
user_allow_delete = True
tenant_tree_dn = OU=Tenants,OU=iaas,OU=Other,DC=test,DC=local
tenant_objectclass = organizationalUnit
tenant_id_attribute = ou
tenant_member_attribute = member
tenant_name_attribute = ou
tenant_desc_attribute = description
tenant_enabled_attribute = extensionName
tenant_attribute_ignore = description,businessCategory,extensionName
tenant_allow_create = True
tenant_allow_update = True
tenant_allow_delete = True
role_tree_dn = OU=Roles,OU=iaas,OU=Other,DC=test,DC=local
#role_tree_dn =
CN=admin,OU=Services,OU=Roles,OU=iaas,OU=Other,DC=test,DC=local
role_objectclass = organizationalRole
role_id_attribute = cn
role_name_attribute = cn
role_member_attribute = roleOccupant
role_allow_create = True
role_allow_update = True
role_allow_delete = True
Any pointers ?
Tarkan
10 years, 5 months
[Rdo-list] RHEL 6.5 Openstack foreman
by Ajay Kalambur (akalambu)
Hi
I tried to install openstack-foreman-installer on RHEL 6.5 using steps below
sudo yum-config-manager --enable rhel-6-server-rpms
sudo yum install yum-config-manager --enable rhel-6-server-optional-rpms
sudo yum install http://download.fedoraproject.org/pub/epel/6/i386/epel-release-6-8.noarch...
sudo yum install -y http://repos.fedorapeople.org/repos/openstack/openstack-icehouse/rdo-rele...
sudo yum install openstack-foreman-installer
But i see a lot of missing dependencies when trying to install foreman-installer. Any idea how to fix this?
--> Finished Dependency Resolution
Error: Package: 1:facter-2.0.2-1.el6.x86_64 (puppetlabs-products)
Requires: ruby >= 1.8.7
Error: Package: rubygem-mime-types-1.16-3.el6.noarch (epel)
Requires: ruby(abi) = 1.8
Error: Package: ruby193-rubygem-foreigner-1.4.2-1.el6.noarch (foreman)
Requires: ruby193-ruby
Error: Package: ruby193-rubygem-daemons-1.1.4-7.el6.noarch (foreman)
Requires: ruby193-ruby(abi) = 1.9.1
Error: Package: ruby193-rubygem-mysql2-0.3.11-4.el6.x86_64 (foreman)
Requires: ruby193-ruby >= 1.8.6
Error: Package: ruby193-rubygem-bundler_ext-0.3.0-3.el6.noarch (foreman)
Requires: ruby193-rubygem(bundler)
Error: Package: ruby193-rubygem-net-ldap-0.3.1-1.el6.noarch (foreman)
Requires: ruby193-ruby(rubygems)
Error: Package: rubygem-kafo_parsers-0.0.2-1.el6.noarch (foreman)
Requires: rubygems
Error: Package: rubygem-powerbar-1.0.11-7.el6.noarch (foreman)
Requires: /usr/bin/ruby
Error: Package: ruby193-rubygem-audited-activerecord-3.0.0-2.el6.noarch (foreman)
Requires: ruby193-ruby(abi) = 1.9.1
Error: Package: ruby193-rubygem-scoped_search-2.7.1-1.el6.noarch (foreman)
Requires: ruby193-rubygems
Error: Package: ruby193-rubygem-ruby2ruby-2.0.1-7.el6.noarch (foreman)
Requires: /opt/rh/ruby193/root/usr/bin/ruby
Error: Package: ruby193-rubygem-thin-1.3.1-7.el6.x86_64 (foreman)
Requires: ruby193-ruby(rubygems)
Error: Package: ruby193-rubygem-safemode-1.2.0-5.el6.noarch (foreman)
Requires: ruby193-ruby(abi) = 1.9.1
Error: Package: ruby193-rubygem-apipie-rails-0.1.2-1.el6.noarch (foreman)
Requires: ruby193-ruby(abi) = 1.9.1
Error: Package: ruby193-rubygem-ruby_parser-3.1.1-5.el6.noarch (foreman)
Requires: ruby193-ruby(abi) = 1.9.1
Error: Package: ruby193-rubygem-rabl-0.9.0-1.el6.noarch (foreman)
Requires: ruby193-rubygems
Error: Package: ruby-rgen-0.6.5-2.el6.noarch (puppetlabs-deps)
Requires: ruby >= 1.8
Error: Package: ruby-augeas-0.4.1-3.el6.x86_64 (puppetlabs-deps)
Requires: libaugeas.so.0(AUGEAS_0.11.0)(64bit)
Error: Package: rubygem-oauth-0.4.7-5.el6.noarch (foreman)
Requires: /usr/bin/ruby
Error: Package: ruby-augeas-0.4.1-3.el6.x86_64 (puppetlabs-deps)
Requires: libaugeas.so.0()(64bit)
Error: Package: rubygem-kafo-0.5.4-1.el6.noarch (foreman)
Requires: rubygems
Error: Package: ruby-augeas-0.4.1-3.el6.x86_64 (puppetlabs-deps)
Requires: libaugeas.so.0(AUGEAS_0.12.0)(64bit)
Error: Package: ruby-augeas-0.4.1-3.el6.x86_64 (puppetlabs-deps)
Requires: augeas-libs >= 0.8.0
Error: Package: foreman-1.5.0-1.el6.noarch (foreman)
Requires: ruby193-rubygems
Error: Package: ruby193-rubygem-ancestry-2.0.0-2.el6.noarch (foreman)
Requires: ruby193-ruby(abi) = 1.9.1
Error: Package: foreman-1.5.0-1.el6.noarch (foreman)
Requires: ruby193-rubygem(json)
Error: Package: ruby193-rubygem-po_to_json-0.0.7-2.el6.noarch (foreman)
Requires: ruby193-ruby(rubygems)
Error: Package: ruby193-rubygem-sass-3.2.13-1.el6.noarch (foreman)
Requires: /opt/rh/ruby193/root/usr/bin/ruby
Error: Package: puppet-3.6.2-1.el6.noarch (puppetlabs-products)
Requires: ruby >= 1.8.7
Error: Package: rubygem-kafo-0.5.4-1.el6.noarch (foreman)
Requires: /usr/bin/ruby
Error: Package: ruby193-rubygem-nokogiri-1.5.11-1.el6.x86_64 (foreman)
Requires: ruby193-ruby(abi) = 1.9.1
Error: Package: rubygem-json-1.5.5-1.el6.x86_64 (puppetlabs-deps)
Requires: /usr/bin/ruby
Error: Package: puppet-3.6.2-1.el6.noarch (puppetlabs-products)
Requires: ruby(selinux)
Error: Package: rubygem-rest-client-1.6.1-2.el6.noarch (epel)
Requires: ruby(abi) = 1.8
Error: Package: ruby193-rubygem-multi_json-1.8.2-1.el6.noarch (foreman)
Requires: ruby193-ruby(abi) = 1.9.1
Error: Package: rubygem-rdoc-3.12-12.el6.x86_64 (foreman)
Requires: ruby(abi) = 1.8
Error: Package: rubygem-hashie-2.0.5-0.el6.noarch (foreman)
Requires: ruby(abi) = 1.8
Error: Package: ruby193-rubygem-jquery-ui-rails-4.0.2-7.el6.noarch (foreman)
Requires: ruby193-rubygem(jquery-rails)
Error: Package: ruby193-rubygem-will_paginate-3.0.2-7.el6.noarch (foreman)
Requires: ruby193-ruby(abi) = 1.9.1
Error: Package: rubygem-oauth-0.4.7-5.el6.noarch (foreman)
Requires: rubygems
Error: Package: rubygem-ansi-1.4.3-0.el6.noarch (foreman)
Requires: ruby(abi) = 1.8
Error: Package: ruby193-rubygem-apipie-rails-0.1.2-1.el6.noarch (foreman)
Requires: ruby193-rubygems
Error: Package: ruby193-rubygem-gettext_i18n_rails_js-0.0.8-2.el6.noarch (foreman)
Requires: ruby193-rubygem(rails) < 3.3.0
Error: Package: ruby193-rubygem-rest-client-1.6.1-4.el6.noarch (foreman)
Requires: /opt/rh/ruby193/root/usr/bin/ruby
Error: Package: ruby193-rubygem-multi_json-1.8.2-1.el6.noarch (foreman)
Requires: ruby193-ruby
Error: Package: ruby193-rubygem-gettext_i18n_rails-0.10.0-3.el6.noarch (foreman)
Requires: ruby193-rubygems
Error: Package: ruby193-rubygem-i18n_data-0.2.7-2.el6.noarch (foreman)
Requires: ruby193-rubygems
Error: Package: ruby193-rubygem-rest-client-1.6.1-4.el6.noarch (foreman)
Requires: ruby193-rubygems
Error: Package: ruby193-rubygem-oauth-0.4.7-5.el6.noarch (foreman)
Requires: /opt/rh/ruby193/root/usr/bin/ruby
Error: Package: ruby193-rubygem-gettext_i18n_rails_js-0.0.8-2.el6.noarch (foreman)
Requires: ruby193-rubygem(rails) >= 3.2.0
Error: Package: ruby193-rubygem-foreman_simplify-0.0.5-1.el6.noarch (foreman-plugins)
Requires: ruby193-ruby(abi) >= 1.9.1
Error: Package: openstack-foreman-installer-2.0.0.0-1.el6.noarch (openstack-icehouse)
Requires: augeas
Error: Package: ruby193-rubygem-uuidtools-2.1.3-3.el6.noarch (foreman)
Requires: ruby193-ruby(abi) = 1.9.1
Error: Package: ruby193-rubygem-thin-1.3.1-7.el6.x86_64 (foreman)
Requires: /opt/rh/ruby193/root/usr/bin/ruby
Error: Package: rubygem-rest-client-1.6.1-2.el6.noarch (epel)
Requires: rubygems
Error: Package: ruby193-rubygem-jquery-ui-rails-4.0.2-7.el6.noarch (foreman)
Requires: ruby193-ruby(rubygems) >= 1.3.6
Error: Package: ruby193-rubygem-foreigner-1.4.2-1.el6.noarch (foreman)
Requires: ruby193-ruby(abi) = 1.9.1
Error: Package: rubygem-json-1.5.5-1.el6.x86_64 (puppetlabs-deps)
Requires: libruby.so.1.8()(64bit)
Error: Package: foreman-1.5.0-1.el6.noarch (foreman)
Requires: ruby193-rubygem(jquery-rails)
Error: Package: ruby193-rubygem-audited-activerecord-3.0.0-2.el6.noarch (foreman)
Requires: ruby193-ruby(rubygems)
Error: Package: foreman-1.5.0-1.el6.noarch (foreman)
Requires: ruby193-rubygem(rails) >= 3.2.8
Error: Package: galera-25.3.5-2.el6.x86_64 (openstack-icehouse)
Requires: libboost_program_options.so.5()(64bit)
Error: Package: ruby193-rubygem-jquery-ui-rails-4.0.2-7.el6.noarch (foreman)
Requires: ruby193-ruby
Error: Package: ruby193-rubygem-foreigner-1.4.2-1.el6.noarch (foreman)
Requires: ruby193-rubygem(activerecord) >= 3.0.0
Error: Package: rubygem-rdoc-3.12-12.el6.x86_64 (foreman)
Requires: ruby(rubygems)
Error: Package: rubygem-multi_json-1.8.2-1.el6.noarch (foreman)
Requires: ruby(abi) = 1.8
Error: Package: ruby193-rubygem-i18n_data-0.2.7-2.el6.noarch (foreman)
Requires: ruby193-ruby(abi) = 1.9.1
Error: Package: ruby193-rubygem-ruby2ruby-2.0.1-7.el6.noarch (foreman)
Requires: ruby193-ruby(rubygems)
Error: Package: rubygem-hashie-2.0.5-0.el6.noarch (foreman)
Requires: rubygems
Error: Package: ruby193-rubygem-ruby_parser-3.1.1-5.el6.noarch (foreman)
Requires: ruby193-ruby(rubygems)
Error: Package: puppet-3.6.2-1.el6.noarch (puppetlabs-products)
Requires: ruby >= 1.8
Error: Package: rubygem-rest-client-1.6.1-2.el6.noarch (epel)
Requires: /usr/bin/ruby
Error: Package: ruby193-rubygem-bundler_ext-0.3.0-3.el6.noarch (foreman)
Requires: ruby193-ruby(rubygems)
Error: Package: ruby193-rubygem-scoped_search-2.7.1-1.el6.noarch (foreman)
Requires: ruby193-rubygem-activerecord >= 2.1.0
Error: Package: ruby193-rubygem-net-ldap-0.3.1-1.el6.noarch (foreman)
Requires: ruby193-ruby(abi) = 1.9.1
Error: Package: ruby193-rubygem-mysql2-0.3.11-4.el6.x86_64 (foreman)
Requires: ruby193-rubygems >= 1.8.10
Error: Package: ruby193-rubygem-deface-0.7.2-6.el6.noarch (foreman-plugins)
Requires: ruby193-ruby(abi) = 1.9.1
Error: Package: mariadb-galera-server-5.5.36-9.el6.x86_64 (openstack-icehouse)
Requires: perl-DBD-MySQL
Error: Package: rubygem-kafo-0.5.4-1.el6.noarch (foreman)
Requires: ruby(abi) >= 1.8
Error: Package: 1:ruby-shadow-2.2.0-2.el6.x86_64 (puppetlabs-deps)
Requires: ruby
Error: Package: ruby193-rubygem-fast_gettext-0.8.0-14.el6.noarch (foreman)
Requires: ruby193-rubygems
Error: Package: ruby193-ruby-wrapper-0.0.2-5.el6.noarch (foreman)
Requires: ruby193-rubygems
Error: Package: ruby193-rubygem-ancestry-2.0.0-2.el6.noarch (foreman)
Requires: ruby193-rubygems
Error: Package: ruby193-rubygem-audited-3.0.0-2.el6.noarch (foreman)
Requires: ruby193-ruby(rubygems)
Error: Package: ruby193-rubygem-ruby2ruby-2.0.1-7.el6.noarch (foreman)
Requires: /usr/bin/ruby
Error: Package: rubygem-powerbar-1.0.11-7.el6.noarch (foreman)
Requires: ruby(abi) = 1.8
Error: Package: foreman-1.5.0-1.el6.noarch (foreman)
Requires: ruby193-rubygem(rake) >= 0.8.3
Error: Package: ruby193-rubygem-safemode-1.2.0-5.el6.noarch (foreman)
Requires: ruby193-rubygems
Error: Package: ruby193-rubygem-thin-1.3.1-7.el6.x86_64 (foreman)
Requires: ruby193-rubygem(rack) >= 1.0.0
Error: Package: rubygem-json-1.5.5-1.el6.x86_64 (puppetlabs-deps)
Requires: rubygems
Error: Package: ruby193-rubygem-ruby_parser-3.1.1-5.el6.noarch (foreman)
Requires: /opt/rh/ruby193/root/usr/bin/ruby
Error: Package: ruby193-rubygem-rabl-0.9.0-1.el6.noarch (foreman)
Requires: ruby193-ruby(abi) = 1.9.1
Error: Package: ruby193-rubygem-nokogiri-1.5.11-1.el6.x86_64 (foreman)
Requires: libruby.so.1.9()(64bit)
Error: Package: ruby193-rubygem-rest-client-1.6.1-4.el6.noarch (foreman)
Requires: ruby193-ruby(abi) = 1.9.1
Error: Package: galera-25.3.5-2.el6.x86_64 (openstack-icehouse)
Requires: nc
Error: Package: foreman-1.5.0-1.el6.noarch (foreman)
Requires: ruby193-rubygem(rails) < 3.3.0
Error: Package: ruby193-rubygem-ancestry-2.0.0-2.el6.noarch (foreman)
Requires: ruby193-rubygem-activerecord >= 2.2.2
Error: Package: rubygem-highline-1.6.21-1.el6.noarch (foreman)
Requires: ruby(abi) = 1.8
Error: Package: ruby193-rubygem-uuidtools-2.1.3-3.el6.noarch (foreman)
Requires: ruby193-ruby(rubygems)
Error: Package: rubygem-mime-types-1.16-3.el6.noarch (epel)
Requires: ruby(rubygems)
Error: Package: ruby193-ruby-wrapper-0.0.2-5.el6.noarch (foreman)
Requires: ruby193-ruby
Error: Package: ruby193-rubygem-rest-client-1.6.1-4.el6.noarch (foreman)
Requires: ruby193-rubygem(mime-types) >= 1.16
Error: Package: ruby193-rubygem-gettext_i18n_rails_js-0.0.8-2.el6.noarch (foreman)
Requires: ruby193-ruby(abi) = 1.9.1
Error: Package: hiera-1.3.4-1.el6.noarch (puppetlabs-products)
Requires: ruby >= 1.8.5
Error: Package: rubygem-clamp-0.6.2-1.el6.noarch (foreman)
Requires: ruby(abi)
Error: Package: rubygem-multi_json-1.8.2-1.el6.noarch (foreman)
Requires: ruby
Error: Package: ruby193-rubygem-oauth-0.4.7-5.el6.noarch (foreman)
Requires: ruby193-ruby(abi)
Error: Package: ruby193-rubygem-deface-0.7.2-6.el6.noarch (foreman-plugins)
Requires: ruby193-rubygems
Error: Package: rubygem-logging-1.8.1-25.el6.noarch (foreman)
Requires: ruby(rubygems)
Error: Package: ruby-augeas-0.4.1-3.el6.x86_64 (puppetlabs-deps)
Requires: libaugeas.so.0(AUGEAS_0.8.0)(64bit)
Error: Package: ruby193-rubygem-fast_gettext-0.8.0-14.el6.noarch (foreman)
Requires: ruby193-ruby(abi) = 1.9.1
Error: Package: ruby193-rubygem-will_paginate-3.0.2-7.el6.noarch (foreman)
Requires: ruby193-ruby(rubygems)
Error: Package: ruby-augeas-0.4.1-3.el6.x86_64 (puppetlabs-deps)
Requires: ruby(abi) = 1.8
Error: Package: ruby193-rubygem-foreigner-1.4.2-1.el6.noarch (foreman)
Requires: ruby193-rubygems
Error: Package: ruby193-rubygem-audited-3.0.0-2.el6.noarch (foreman)
Requires: ruby193-ruby(abi) = 1.9.1
Error: Package: ruby193-rubygem-bundler_ext-0.3.0-3.el6.noarch (foreman)
Requires: ruby193-ruby(abi) = 1.9.1
Error: Package: ruby193-rubygem-jquery-ui-rails-4.0.2-7.el6.noarch (foreman)
Requires: ruby193-ruby(abi) = 1.9.1
Error: Package: ruby193-rubygem-thin-1.3.1-7.el6.x86_64 (foreman)
Requires: ruby193-ruby(abi) = 1.9.1
Error: Package: ruby193-rubygem-mysql2-0.3.11-4.el6.x86_64 (foreman)
Requires: libruby.so.1.9()(64bit)
Error: Package: ruby193-rubygem-eventmachine-0.12.10-9.el6.x86_64 (foreman)
Requires: ruby193-ruby(abi) = 1.9.1
Error: Package: ruby-augeas-0.4.1-3.el6.x86_64 (puppetlabs-deps)
Requires: libaugeas.so.0(AUGEAS_0.10.0)(64bit)
Error: Package: ruby193-rubygem-rabl-0.9.0-1.el6.noarch (foreman)
Requires: ruby193-rubygem(activesupport) >= 2.3.14
Error: Package: rubygem-logging-1.8.1-25.el6.noarch (foreman)
Requires: ruby(abi) = 1.8
Error: Package: ruby193-rubygem-gettext_i18n_rails_js-0.0.8-2.el6.noarch (foreman)
Requires: ruby193-ruby
Error: Package: openstack-foreman-installer-2.0.0.0-1.el6.noarch (openstack-icehouse)
Requires: /usr/bin/ruby
Error: Package: ruby193-rubygem-scoped_search-2.7.1-1.el6.noarch (foreman)
Requires: ruby193-ruby(abi) = 1.9.1
Error: Package: ruby193-rubygem-oauth-0.4.7-5.el6.noarch (foreman)
Requires: ruby193-rubygems
Error: Package: ruby193-rubygem-eventmachine-0.12.10-9.el6.x86_64 (foreman)
Requires: libruby.so.1.9()(64bit)
Error: Package: ruby193-rubygem-ruby2ruby-2.0.1-7.el6.noarch (foreman)
Requires: ruby193-ruby(abi) = 1.9.1
Error: Package: rubygem-rdoc-3.12-12.el6.x86_64 (foreman)
Requires: /usr/bin/ruby
Error: Package: ruby193-rubygem-thin-1.3.1-7.el6.x86_64 (foreman)
Requires: libruby.so.1.9()(64bit)
Error: Package: ruby193-rubygem-sass-3.2.13-1.el6.noarch (foreman)
Requires: ruby193-ruby(abi) = 1.9.1
Error: Package: ruby-augeas-0.4.1-3.el6.x86_64 (puppetlabs-deps)
Requires: libruby.so.1.8()(64bit)
Error: Package: ruby193-rubygem-deep_cloneable-1.6.0-2.el6.noarch (foreman)
Requires: ruby193-ruby
Error: Package: ruby193-rubygem-po_to_json-0.0.7-2.el6.noarch (foreman)
Requires: ruby193-ruby(abi) = 1.9.1
Error: Package: ruby193-rubygem-foreman_simplify-0.0.5-1.el6.noarch (foreman-plugins)
Requires: ruby193-rubygems
Error: Package: ruby193-rubygem-will_paginate-3.0.2-7.el6.noarch (foreman)
Requires: ruby193-rubygem(activerecord)
Error: Package: 1:ruby-shadow-2.2.0-2.el6.x86_64 (puppetlabs-deps)
Requires: libruby.so.1.8()(64bit)
Error: Package: ruby193-rubygem-po_to_json-0.0.7-2.el6.noarch (foreman)
Requires: ruby193-ruby
Error: Package: foreman-1.5.0-1.el6.noarch (foreman)
Requires: ruby193-rubygem(therubyracer)
Error: Package: ruby193-rubygem-i18n_data-0.2.7-2.el6.noarch (foreman)
Requires: ruby193-rubygem(activesupport) >= 0
Error: Package: rubygem-powerbar-1.0.11-7.el6.noarch (foreman)
Requires: rubygems
Error: Package: rubygem-json-1.5.5-1.el6.x86_64 (puppetlabs-deps)
Requires: ruby(abi) = 1.8
Error: Package: ruby193-rubygem-gettext_i18n_rails-0.10.0-3.el6.noarch (foreman)
Requires: ruby193-ruby(abi) = 1.9.1
Error: Package: puppet-3.6.2-1.el6.noarch (puppetlabs-products)
Requires: /usr/bin/ruby
Error: Package: ruby193-rubygem-audited-activerecord-3.0.0-2.el6.noarch (foreman)
Requires: ruby193-rubygem(activerecord) < 4
Error: Package: ruby193-rubygem-bootstrap-sass-3.0.3.0-1.el6.noarch (foreman)
Requires: ruby193-ruby(rubygems)
Error: Package: ruby193-rubygem-daemons-1.1.4-7.el6.noarch (foreman)
Requires: ruby193-rubygems
Error: Package: rubygem-little-plugger-1.1.3-17.el6.noarch (foreman)
Requires: ruby(abi) = 1.8
Error: Package: rubygem-highline-1.6.21-1.el6.noarch (foreman)
Requires: rubygems
Error: Package: ruby193-rubygem-sass-3.2.13-1.el6.noarch (foreman)
Requires: ruby193-ruby(rubygems)
Error: Package: ruby193-rubygem-audited-activerecord-3.0.0-2.el6.noarch (foreman)
Requires: ruby193-rubygem(activerecord) >= 3.0
Error: Package: ruby193-rubygem-nokogiri-1.5.11-1.el6.x86_64 (foreman)
Requires: /opt/rh/ruby193/root/usr/bin/ruby
Error: Package: ruby193-rubygem-multi_json-1.8.2-1.el6.noarch (foreman)
Requires: ruby193-ruby(rubygems)
Error: Package: ruby193-rubygem-sexp_processor-4.1.3-4.el6.noarch (foreman)
Requires: ruby193-rubygems
Error: Package: ruby193-rubygem-nokogiri-1.5.11-1.el6.x86_64 (foreman)
Requires: ruby193-ruby(rubygems)
Error: Package: ruby193-rubygem-bootstrap-sass-3.0.3.0-1.el6.noarch (foreman)
Requires: ruby193-ruby(abi) = 1.9.1
Error: Package: 1:facter-2.0.2-1.el6.x86_64 (puppetlabs-products)
Requires: /usr/bin/ruby
Error: Package: ruby193-rubygem-deep_cloneable-1.6.0-2.el6.noarch (foreman)
Requires: ruby193-rubygem-activerecord >= 3.1.0
Error: Package: ruby193-rubygem-sexp_processor-4.1.3-4.el6.noarch (foreman)
Requires: ruby193-ruby(abi) = 1.9.1
Error: Package: hiera-1.3.4-1.el6.noarch (puppetlabs-products)
Requires: /usr/bin/ruby
Error: Package: ruby193-rubygem-jquery-ui-rails-4.0.2-7.el6.noarch (foreman)
Requires: ruby193-rubygem(railties) >= 3.1.0
Error: Package: openstack-foreman-installer-2.0.0.0-1.el6.noarch (openstack-icehouse)
Requires: ruby
Error: Package: mariadb-galera-server-5.5.36-9.el6.x86_64 (openstack-icehouse)
Requires: mysql(x86-64)
Error: Package: 1:foreman-installer-1.5.0-1.el6.noarch (foreman)
Requires: ruby(abi)
Error: Package: rubygem-ansi-1.4.3-0.el6.noarch (foreman)
Requires: rubygems
Error: Package: ruby193-rubygem-deep_cloneable-1.6.0-2.el6.noarch (foreman)
Requires: ruby193-ruby(abi) = 1.9.1
Error: Package: rubygem-foreman_api-0.1.11-1.el6.noarch (foreman)
Requires: ruby(rubygems)
Error: Package: ruby193-rubygem-po_to_json-0.0.7-2.el6.noarch (foreman)
Requires: ruby193-rubygem(json)
Error: Package: rubygem-kafo_parsers-0.0.2-1.el6.noarch (foreman)
Requires: ruby(abi) >= 1.8
Error: Package: foreman-1.5.0-1.el6.noarch (foreman)
Requires: ruby193-ruby(abi) = 1.9.1
Error: Package: ruby193-rubygem-bootstrap-sass-3.0.3.0-1.el6.noarch (foreman)
Requires: ruby193-ruby
Error: Package: ruby193-rubygem-gettext_i18n_rails_js-0.0.8-2.el6.noarch (foreman)
Requires: ruby193-ruby(rubygems)
Error: Package: ruby193-rubygem-ruby_parser-3.1.1-5.el6.noarch (foreman)
Requires: /usr/bin/ruby
Error: Package: rubygem-rdoc-3.12-12.el6.x86_64 (foreman)
Requires: ruby-irb
Error: Package: rubygem-foreman_api-0.1.11-1.el6.noarch (foreman)
Requires: ruby(abi)
Error: Package: rubygem-oauth-0.4.7-5.el6.noarch (foreman)
Requires: ruby(abi)
Error: Package: ruby193-ruby-wrapper-0.0.2-5.el6.noarch (foreman)
Requires: ruby193-ruby(abi) = 1.9.1
Error: Package: rubygem-little-plugger-1.1.3-17.el6.noarch (foreman)
Requires: ruby(rubygems)
Error: Package: ruby193-facter-1.6.18-4.el6.x86_64 (foreman)
Requires: /opt/rh/ruby193/root/usr/bin/ruby
Error: Package: ruby193-rubygem-deface-0.7.2-6.el6.noarch (foreman-plugins)
Requires: ruby193-rubygem(rails)
Error: Package: ruby-augeas-0.4.1-3.el6.x86_64 (puppetlabs-deps)
Requires: libaugeas.so.0(AUGEAS_0.1.0)(64bit)
Error: Package: ruby193-rubygem-deep_cloneable-1.6.0-2.el6.noarch (foreman)
Requires: ruby193-ruby(rubygems)
Error: Package: ruby193-rubygem-eventmachine-0.12.10-9.el6.x86_64 (foreman)
Requires: ruby193-ruby(rubygems)
Error: Package: ruby193-rubygem-sass-3.2.13-1.el6.noarch (foreman)
Requires: ruby193-ruby
Error: Package: rubygem-multi_json-1.8.2-1.el6.noarch (foreman)
Requires: ruby(rubygems)
Error: Package: rubygem-clamp-0.6.2-1.el6.noarch (foreman)
Requires: ruby(rubygems)
You could try using --skip-broken to work around the problem
You could try running: rpm -Va --nofiles --nodigest
10 years, 5 months
[Rdo-list] question about load balance controller
by Zhao, Xin
Hello,
I want to put several controllers behind a load balancer (HAProxy or
F5). I know the APIs can be load-balanced,
but how about the other services, like:
1) nova scheduler;
2) FS for the images of glance services
?
I use local disk for storing images of glance. If two glance services
are behind VIP, how does it make sure images uploaded to one glance
local disk is also known to the other glance ? For nova scheduler, will
one scheduler per controller cause any scheduling issue ?
Thanks in advance,
Xin
10 years, 5 months
[Rdo-list] RDO Bug triage today [17JUN2014]
by Kashyap Chamarthy
Heya,
[I should have sent out this reminder yesterday, sorry :-(]
Althought bug triage is done frequently, we thought we'd do a community
bug triage (on #rdo @ Freenode) every 3rd Tuesday of each month.
Current state of RDO bugs is here[2]. In short, number of bugs in
states:
NEW, ASSIGNED, ON_DEV : 183
If you want to help, queries for untriaged bugs (and more details) are
here[1] or join us on #rdo channel on Freenode. Triaging bugs and doing
root-cause analysis is one of the best ways to learn more about
OpenStack, RDO and bugzilla workflow in general.
Needless to say, triage help on any other day is equally helpful and
welcome :-)
[1] http://openstack.redhat.com/RDO-BugTriage
[2] http://kashyapc.fedorapeople.org/virt/openstack/bugzilla/rdo-bug-status/a...
--
/kashyap
10 years, 5 months