Hello,
On Mon, Mar 28, 2016 at 2:21 AM, Boris Derzhavets
<bderzhavets(a)hotmail.com> wrote:
________________________________________
From: rdo-list-bounces(a)redhat.com <rdo-list-bounces(a)redhat.com> on behalf of Boris
Derzhavets <bderzhavets(a)hotmail.com>
Sent: Sunday, March 27, 2016 12:17 PM
To: chkumar(a)redhat.com; rdo-list
Subject: Re: [Rdo-list] What magnum status in RDO Mitaka is supposed to be ?
I attempted manual magnum set up in general updating git checkouts from
Magnum in RDO OpenStack – Liberty Manual Installation from source code :-
http://egonzalez.org/magnum-in-rdo-openstack-liberty-manual-installation-...
I was able start services after rebuild
openstack-magnum-2.0.1-0.20160324110644.c0c2bdb.el7.centos.src.rpm,
which passed CI with build 20160324
Finally I was hit by known bug
http://osdir.com/ml/openstack-dev/2016-02/msg02123.html.
It is possible to run suggested scripts, but I guess keystone v3 is required to get
things done on RDO Mitaka.
In meantime :-
[root@ip-192-169-142-127 ~(keystone_admin)]# nova-manage version
13.0.0-0.20160324111850.803171f.el7.centos
[root@ip-192-169-142-127 ~(keystone_admin)]# keystone endpoint-list | grep 5000
| 43e01cdd87934c4faa7c016fa29c0c69 | RegionOne |
http://192.169.142.127:5000/v2.0 |
http://192.169.142.127:5000/v2.0
|
http://192.169.142.127:35357/v2.0 | 70d1e7ad70544601a288e42b2f29181a
|
[root@ip-192-169-142-127 ~(keystone_admin)]# rpm -qa \*keystone\*
python-keystoneclient-2.3.2-0.20160318012243.92741ad.el7.centos.noarch
python-keystonemiddleware-4.3.1-0.20160324202909.a0a1e4f.el7.centos.noarch
openstack-keystone-9.0.0.0-0.20160325103215.aa53ad9.el7.centos.noarch
python2-keystoneauth1-2.3.1-0.20160324204310.63267fa.el7.centos.noarch
python-keystone-9.0.0.0-0.20160325103215.aa53ad9.el7.centos.noarch
I guess still RDO Mitaka stays with keystone v2.0 upstream version of magnum for Mitaka
won't be available.
Keystone v3 is available in openstack-keystone package.
You can grab the latest package from delorean repo.
http://trunk.rdoproject.org/centos7/delorean-deps.repo
>My last question is :-
>as far as
http://egonzalez.org/magnum-in-rdo-openstack-liberty-manual-installation-...
>works why packaging is not done for RDO Liberty
This package is introduced in RDO mitaka cycle but a spec file for
RDO magnum liberty is available at
https://github.com/MatMaul/openstack-magnum-spec/tree/mitaka-on-liberty
There is also an Magnum Installation guide :
https://review.openstack.org/#/c/289994/ Feel free to try it and have
your comments there.
Thanks,
Chandan Kumar