[Rdo-list] Kilo not working with nova networking
by brian lee
Hi everyone,
I just did a install of RDO Kilo with nova networking. But I can not get it
to work. I followed the same pattern that I have done in the past with
Icehouse.
It does not seem to start the br100 interface, or my secondary network
device either. Then also is not starting Cirros image, it fails saying that
failed to find the compute node.
Has anyone dealt with something like this before?
--Brian
9 years, 3 months
[Rdo-list] how to install heat-config-scripts into existing centos image
by Teik Hooi Beh
Hi,
I have built a customized centos6.6 image using packer for my requirement
in OpenStack but notice that it does not work with heat SoftwareConfig and
SoftwareDeploy.
Investigation further, I found that I have to include heat-config
heat-config-script, etc during image image build. As I am using packer
instead of diskimage-builder, how can i include heat related files during
the build?
9 years, 3 months
[Rdo-list] [Rdo-manager] deploy error
by Paras pradhan
When I run openstack overcloud deploy I get the following error. The host
and the undercloud is uptodate Centos7
Any recommendations?
[stack@instack ~]$ openstack overcloud deploy --plan overcloud
/usr/lib/python2.7/site-packages/novaclient/v1_1/__init__.py:30:
UserWarning: Module novaclient.v1_1 is deprecated (taken as a basis for
novaclient.v2). The preferable way to get client class or object you can
find in novaclient.client module.
warnings.warn("Module novaclient.v1_1 is deprecated (taken as a basis for
"
ERROR: openstack 'PlanManager' object has no attribute 'find'
Thanks
Paras.
9 years, 3 months
[Rdo-list] Adding RDO to CentOS ISO
by sad man
Hi, I am trying to add RDO packages to CentOS ISO for my GSoC project but
the installer fails at "starting package installation". I would be grateful
if someone can identify the error in my method.
My steps (I copy contents from CentOS minimal DVD to folder "ISO"):
1. Copy all RPMs (+ dependencies) from CentOS mirror
<http://mirror.centos.org/centos/7/cloud/x86_64/openstack-kilo/> into
"Packages" folder of minimal CentOS ISO.
2. Edit "comps.xml" from repodata folder on ISO and add my custom group
"Cloud" with all the packages (there are 671 packages for Cloud, whose
names I get from filelist.xml from cloud's repodata folder). I also add
this group to category "minimal install".
3. Create new repo:
createrepo -g /root/comps.xml -o <ISO>/ /<ISO>/Packages/
This creates a repodata folder in <ISO>.
4. Create new ISO using geniso.
I am attaching my comps.xml file.
Error: The installer gets stuck at package installation and then gives an
error:
"error populating transaction after 10 retries, failure erlang-sd.rpm from
anaconda, no more mirrors to try"
PS: I gather RPMs and dependencies following Tom Buskey's guidelines
<https://www.redhat.com/archives/rdo-list/2015-June/msg00103.html>.
--
Cheers,
Asadullah Hussain
9 years, 3 months
[Rdo-list] keystone v3 api policy.json
by Ross Annetts
Hi,
Has anyone got a working keystone v3 api with Horizon? I have created
a cloud_admin user as part of admin_domain, with project admin_project
and set role as admin on both domain and project. I then created
/etc/keystone/policy.json based on:
openstack-keystone-2015.1.0-1.el7.noarch
/usr/share/keystone/policy.v3cloudsample.json
Replacing admin_domain_id with the actual id of the admin_domain. But
when logging in as the cloud_admin user and navigating the identity section:
2015-07-19 13:00:48.833 12337 WARNING keystone.common.wsgi [-] You are
not authorized to perform the requested action: identity:list_domains
(Disable debug mode to suppress these details.)
2015-07-19 13:00:51.297 12333 WARNING keystone.common.wsgi [-] You are
not authorized to perform the requested action: identity:list_users
(Disable debug mode to suppress these details.)
2015-07-19 13:00:55.062 12334 WARNING keystone.common.wsgi [-] You are
not authorized to perform the requested action: identity:list_projects
(Disable debug mode to suppress these details.)
--
Regards,
Ross Annetts
9 years, 3 months
[Rdo-list] [PATCH] --plan argument to "overcloud deploy" doesn't work
by Geert Jansen
I am using the latest RDO, which defines both a --plan and a
--plan-uuid option for "overcloud deploy".
Using the --plan option results in an exception "PlanManager does not
have .find attribute".
The patch below to python-tuskarclient fixes this:
--- tuskarclient/v2/plans.py.orig 2015-07-18 15:37:29.160220339 +0000
+++ tuskarclient/v2/plans.py 2015-07-18 15:20:51.886095272 +0000
@@ -36,7 +36,7 @@
"""
-class PlanManager(base.BaseManager):
+class PlanManager(base.ManagerWithFind):
"""PlanManager interacts with the Tuskar API and provides CRUD
operations for the Plan type.
"""
Regards,
Geert
9 years, 3 months
[Rdo-list] [meeting] RDO packaging meeting minutes (2015-07-15)
by Alan Pevec
========================================
#rdo: RDO packaging meeting (2015-07-15)
========================================
Meeting started by apevec at 15:02:32 UTC. The full logs are available
at
http://meetbot.fedoraproject.org/rdo/2015-07-15/rdo.2015-07-15-15.02.log....
.
Meeting summary
---------------
* roll call (apevec, 15:02:44)
* liberty reviews (apevec, 15:04:35)
* ACTION: number80 to create tracker bug for openstack reviews
(apevec, 15:06:10)
* f23 has branched so Liberty work, can be imported to Fedora master
(apevec, 15:09:46)
* make a decision on
https://trello.com/c/wzdl1IlZ/52-openstack-in-fedora (apevec,
15:11:11)
* AGREED: F24 will not have openstack-* (apevec, 15:19:04)
* ACTION: retire openstack-* in Rawhide before EOY 2015 (apevec,
15:19:33)
* rpm packaging as an upstream project (apevec, 15:20:28)
* rpm-packaging upstream meetings
https://etherpad.openstack.org/p/openstack-rpm-packaging (apevec,
15:21:10)
* ACTION: number80 push an example of organization for rdo packaging
(number80, 15:25:52)
* open floor (apevec, 15:29:47)
Meeting ended at 15:34:49 UTC.
Action Items
------------
* number80 to create tracker bug for openstack reviews
* retire openstack-* in Rawhide before EOY 2015
* number80 push an example of organization for rdo packaging
Action Items, by person
-----------------------
* number80
* number80 to create tracker bug for openstack reviews
* number80 push an example of organization for rdo packaging
* **UNASSIGNED**
* retire openstack-* in Rawhide before EOY 2015
People Present (lines said)
---------------------------
* apevec (78)
* number80 (26)
* mrunge (7)
* alphacc (6)
* rbowen (6)
* zodbot (4)
* derekh (3)
* ryansb (1)
* xaeth (1)
* chandankumar (1)
* jschlueter (1)
Generated by `MeetBot`_ 0.1.4
.. _`MeetBot`: http://wiki.debian.org/MeetBot
9 years, 3 months