[Rdo-list] Undercloud fails to install
by Marius Cornea
Hi everyone,
Undercloud failed to install with the following message[1]. I followed
the upstream docs and skipped the "Enable latest RDO Trunk Delorean
repository" part. It looks like it's missing the openstack-tempest
package. Did I miss something or is there any workaround for this?
Thanks,
Marius
[1] http://paste.openstack.org/show/473585/
9 years, 2 months
[Rdo-list] error ssh to overcloud nodes
by Pedro Sousa
Hi all,
I've deployed overcloud, however I cannot login to my nodes, I get this
error:
[*stack@instack ~]$ openstack overcloud deploy --templates*
*Deploying templates in the directory
/usr/share/openstack-tripleo-heat-templates*
*/home/stack/.ssh/known_hosts updated.*
*Original contents retained as /home/stack/.ssh/known_hosts.old*
*PKI initialization in init-keystone is deprecated and will be removed.*
*Warning: Permanently added '192.168.21.16' (ECDSA) to the list of known
hosts.*
*Permission denied (publickey,gssapi-keyex,gssapi-with-mic).*
*ERROR: openstack Command '['ssh', '-oStrictHostKeyChecking=no', '-t',
'-l', 'heat-admin', u'192.168.21.16', 'sudo', 'keystone-manage',
'pki_setup', '--keystone-user', "$(getent passwd | grep '^keystone' | cut
-d: -f1)", '--keystone-group', "$(getent group | grep '^keystone' | cut -d:
-f1)"]' returned non-zero exit status 255*
Can anyone help me solve this issue?
Thanks,
Pedro Sousa
9 years, 2 months
[Rdo-list] RDO blog roundup, week of September 21
by Rich Bowen
Here's what RDO enthusiasts have been writing about over the past week.
If you're writing about RDO, or about OpenStack on CentOS, Fedora or
RHEL, and you're not on my list, please let me know!
Red Hat Confirms Speaking Sessions at OpenStack Summit Tokyo by Jeff Jameson
As this Fall’s OpenStack Summit in Tokyo approaches, the Foundation has
posted the session agenda, outlining the final schedule of events. I am
happy to report that Red Hat has 15 sessions that will be included in
the weeks agenda, along with a few more as waiting alternates. With the
limited space and shortened event this time around, I am please to see
that Red Hat continues to remain in sync with the current topics,
projects, and technologies the OpenStack community and customers are
most interested in.
... read more at http://tm3.org/2g
Driving in the Fast Lane: Huge Page support in OpenStack Compute by
Steve Gordon
In a previous “Driving in the Fast Lane” blog post we focused on
optimization of instance CPU resources. This time around let’s take a
dive into the handling of system memory, and more specifically
configurable page sizes. We will reuse the environment from the previous
post, but add huge page support to our performance flavor.
... read more at http://tm3.org/2h
Reviewing Puppet OpenStack patches by Emilien Macchi
Reviewing code takes to me 20% of my work. It’s a lot of time, but not
too much when you look at OpenStack velocity. To be efficient, you need
to understand how review process works and have the right tools in hand.
... read more at http://tm3.org/2i
Horizon Performance Optimizations by Silver Sky
ome notes on Open Stack Horizon Performance optimizations on CentOS 7.1
install: 4 vCPU (2.3 GHz Intel Xeon E5 v3), 2 GB – 4 GB RAM, SSD backed
40 GB RAW image.
... read more at http://tm3.org/2j
Python 3 Status in OpenStack Liberty by Victor Stinner
The Python 3 support in OpenStack Liberty made huge visible progress.
Blocking libraries have been ported. Six OpenStack applications are now
compatible with Python3: Aodh, Ceilometer, Gnocchi, Ironic, Rally and
Sahara. Thanks to voting python34 check jobs, the Python 3 support can
only increase, Python 2 only code cannot be reintroduced by mistake in
tested code.
... read more at http://tm3.org/2k
Analyzing the performance of Red Hat Enterprise Linux OpenStack Platform
using Rally by Roger Lopez and Joe Talerico
In our recent blog post, we’ve discussed the steps involved in
determining the performance and scalability of a Red Hat Enterprise
Linux OpenStack Platform environment. To recap, we’ve recommended the
following:
... read more at http://tm3.org/2l
--
Rich Bowen - rbowen(a)redhat.com
OpenStack Community Liaison
http://rdoproject.org/
9 years, 2 months
[Rdo-list] [rdo-manager] is there a stable version?
by Mohammed Arafa
For the past 5 days i have been attempting to install RDOmanager. i have
been getting errors. and have been attempting to side step them.
a) followed the documentation, got errors
b) ignored delorean repo, unable to complete installation
c) used the alternative trunk "before CI run has passed" delorean repo and
got errors.
I am currently doing an internal POC and just want RDOmanager runnning. how
do i get the stable packages that are guaranteed to install??
for those who will ask what is the error? i am providing it below, pls
remember that i have limited time left (deadline=saturday night) to show a
working rdomanager installation. if fixing the error is fastest, great, if
directing me to documentation on using a stable repo. great.
ps. i have a working rdo install _at_home_ about a week old, and based on
this success, i was doing this internal POC.
_______
Dependency Process ending
Depsolve time: 0.720
Error: Package: python-futurist-0.5.1-dev8.el7.centos.noarch (delorean)
Requires: python-contextlib2 >= 0.4.0
Error: Package: openstack-tuskar-2013.2-dev8.el7.centos.noarch (delorean)
Requires: python-flask-babel
You could try using --skip-broken to work around the problem
You could try running: rpm -Va --nofiles --nodigest
INFO: 2015-09-18 08:26:14,700 -- ############### End stdout/stderr logging
###############
ERROR: 2015-09-18 08:26:14,701 -- Hook FAILED.
ERROR: 2015-09-18 08:26:14,701 -- Failed running command ['dib-run-parts',
u'/tmp/tmpqnbtlP/install.d']
File "/usr/lib/python2.7/site-packages/instack/main.py", line 163, in main
em.run()
File "/usr/lib/python2.7/site-packages/instack/runner.py", line 79, in run
self.run_hook(hook)
File "/usr/lib/python2.7/site-packages/instack/runner.py", line 174, in
run_hook
raise Exception("Failed running command %s" % command)
ERROR: 2015-09-18 08:26:14,701 -- None
Traceback (most recent call last):
File "<string>", line 1, in <module>
File "/usr/lib/python2.7/site-packages/instack_undercloud/undercloud.py",
line 544, in install
:param instack_root: The path containing the instack-undercloud elements
File "/usr/lib/python2.7/site-packages/instack_undercloud/undercloud.py",
line 476, in _run_instack
return instack_env
File "/usr/lib/python2.7/site-packages/instack_undercloud/undercloud.py",
line 314, in _run_live_command
stderr=subprocess.STDOUT)
RuntimeError: instack failed. See log for details.
ERROR: openstack Command 'instack-install-undercloud' returned non-zero
exit status 1
[
https://mail.egidegypt.com/owa/attachment.ashx?id=RgAAAACtgCAgsTXwQaoSKdl...
Regards,
--
<https://candidate.peoplecert.org/ReportsLink.aspx?argType=1&id=13D642E995...>
*805010942448935*
<https://www.redhat.com/wapps/training/certification/verify.html?certNumbe...>
*GR750055912MA*
<https://candidate.peoplecert.org/ReportsLink.aspx?argType=1&id=13D642E995...>
*Link to me on LinkedIn <http://www.linkedin.com/in/mohammedarafa>*
9 years, 2 months
[Rdo-list] [rdo-manager] is there a stable version?
by Ignacio Bravo
Mohamed,
In addition to delorean and delorean-dep repo, you need to install peel
sudo yum install epel-release
This will get you through the install of the package
Also, if you are installing with Liberty, the name of the package that you need to install changed to:
sudo yum install python-tripleoclient
I am also trying to install RDO Manager in Centos and was successful about a week ago and now can’t get it to build again. Argh!
__
Ignacio Bravo
LTG Federal, Inc
www.ltgfederal.com <http://www.ltgfederal.com/>
Office: (703) 951-7760
9 years, 2 months
[Rdo-list] ERROR: Store for scheme file not found after glance upgrade to Kilo
by Pedro Sousa
Hi all,
I've updated my RDO Juno to Kilo and everything went smoothly except
glance-api, that doesn't start anymore if I have:
*[default]*
*default_store=swift*
*[glance_store]*
*stores=glance.store.swift.Store,glance.store.http.Store*
I get this error:
*ERROR: Store for scheme file not found*
If I comment out the *stores=glance.store.swift.Store,glance.store.http.Store
*glance-api starts but it doesn't use swift backend anymore, it tries to
use file backend.
Anyone had this issue?
Thanks,
Pedro Sousa
9 years, 2 months