[Rdo-list] Rdo-list Digest, Vol 37, Issue 18

Bob Tracy bobtracy6 at comcast.net
Wed Apr 13 00:20:05 UTC 2016


CentOS7 Latest
Same error 
 Error: Evaluation Error: Error while evaluating a Resource Statement, Could
not find declared class ::galera::server at
/var/tmp/packstack/22dcf80d9e714a93bf857d612ff741e2/manifests/172.16.1.21_ma
riadb.pp:23:1

-----Original Message-----
From: rdo-list-bounces at redhat.com [mailto:rdo-list-bounces at redhat.com] On
Behalf Of rdo-list-request at redhat.com
Sent: Tuesday, April 12, 2016 6:41 PM
To: rdo-list at redhat.com
Subject: Rdo-list Digest, Vol 37, Issue 18

Send Rdo-list mailing list submissions to
	rdo-list at redhat.com

To subscribe or unsubscribe via the World Wide Web, visit
	https://www.redhat.com/mailman/listinfo/rdo-list
or, via email, send a message with subject or body 'help' to
	rdo-list-request at redhat.com

You can reach the person managing the list at
	rdo-list-owner at redhat.com

When replying, please edit your Subject line so it is more specific than
"Re: Contents of Rdo-list digest..."


Today's Topics:

   1. Re: mitaka packstack fc23 (Boris Derzhavets)
   2. Re: Middleman -- v4 migration (Marc Dequ?nes (Duck))
   3. Fwd: RFC: Using the new optional python module dependency
      generator in Fedora (Ha?kel)


----------------------------------------------------------------------

Message: 1
Date: Tue, 12 Apr 2016 16:48:29 +0000
From: Boris Derzhavets <bderzhavets at hotmail.com>
To: "Dotan, Alon" <alon.dotan at hpe.com>, "rdo-list at redhat.com"
	<rdo-list at redhat.com>
Subject: Re: [Rdo-list] mitaka packstack fc23
Message-ID:
	
<BLUPR19MB03226D811946CD520BA4C03AB9950 at BLUPR19MB0322.namprd19.prod.outlook.
com>
	
Content-Type: text/plain; charset="iso-8859-1"




________________________________
From: Dotan, Alon <alon.dotan at hpe.com>
Sent: Tuesday, April 12, 2016 12:04 PM
To: Boris Derzhavets; rdo-list at redhat.com
Subject: RE: mitaka packstack fc23


Just followed the quickstart guide

https://www.rdoproject.org/install/quickstart/



sudo yum install -y https://www.rdoproject.org/repos/rdo-release.rpm


At this point


# cd /etc/yum.repos.d


# cat rdo-release.repo

[openstack-mitaka]
name=OpenStack Mitaka Repository
baseurl=http://mirror.centos.org/centos/7/cloud/$basearch/openstack-mitaka/
gpgcheck=1
enabled=1
gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-CentOS-SIG-Cloud


#cat rdo-testing.repo
[openstack-mitaka-testing]
name=OpenStack Mitaka Testing
baseurl=http://buildlogs.centos.org/centos/7/cloud/$basearch/openstack-mitak
a/
gpgcheck=0
enabled=0


I would be surprised if CentOS 7 repos start to work on F23 ( miracles don't
happen )

I also believe that statement on  QuickStart page should now say "Mitaka"
"These instructions are to install the current Mitaka release."

Thanks
Boris.


$ sudo yum update -y

$ sudo yum install -y openstack-packstack

$ packstack --allinone



From: Boris Derzhavets [mailto:bderzhavets at hotmail.com]
Sent: Tuesday, April 12, 2016 18:35
To: Dotan, Alon <alon.dotan at hpe.com>; rdo-list at redhat.com
Subject: Re: mitaka packstack fc23







________________________________

From: rdo-list-bounces at redhat.com<mailto:rdo-list-bounces at redhat.com>
<rdo-list-bounces at redhat.com<mailto:rdo-list-bounces at redhat.com>> on behalf
of Dotan, Alon <alon.dotan at hpe.com<mailto:alon.dotan at hpe.com>>
Sent: Tuesday, April 12, 2016 10:27 AM
To: rdo-list at redhat.com<mailto:rdo-list at redhat.com>
Subject: [Rdo-list] mitaka packstack fc23



Im trying to install mitaka on fc23 and got the following error:



Error: Evaluation Error: Error while evaluating a Resource Statement, Could
not find declared class ::galera::server at
/var/tmp/packstack/22dcf80d9e714a93bf857d612ff741e2/manifests/172.16.1.21_ma
riadb.pp:23:1



Which repo you have been using ?

Are dependencies generated for F23 Delorean trunk
https://trunk.rdoproject.org/f23/current/ ?

Where is a file delorean-deps.repo ? I don't see it in trunk.



I am expecting a kind of



# yum -y install yum-plugin-priorities
# cd /etc/yum.repos.d
# curl -O https://trunk.rdoproject.org/centos7-mitaka/delorean-deps.repo
# curl -O https://trunk.rdoproject.org/centos7-mitaka/current/delorean.repo



No "passed-ci"  per Alan



Thanks.

Boris.



someone managed to install mitaka (packstack) on FC23?

Thanks
-------------- next part --------------
An HTML attachment was scrubbed...
URL:
<https://www.redhat.com/archives/rdo-list/attachments/20160412/342db6c6/atta
chment.html>

------------------------------

Message: 2
Date: Wed, 13 Apr 2016 01:54:28 +0900
From: Marc Dequ?nes (Duck) <duck at redhat.com>
To: Garrett LeSage <garrett at redhat.com>, rdo-list at redhat.com
Subject: Re: [Rdo-list] Middleman -- v4 migration
Message-ID: <570D2844.40802 at redhat.com>
Content-Type: text/plain; charset="utf-8"

Quack,

Thanks a lot for your help again.


I rebased my work on the embedded libs removal on top of middleman4 (in
branch embedded_vendor_libs_removal). Beware, history changed!

So let's make a final check once you're available so we can merge this into
prod soon (not on friday :-).

Also, to keep automation running, we need to update the Travis config.
The easiest way to do this is to have it call setup.sh first, to have a
single path of init (manual and auto) as discussed earlier.
Unfortunately I don't think Travis has a sudo access. I've got no idea how
the deps are supposed to be installed, maybe in the Travis job config
itself. Do you know? or do you know who might know?



With all this we should have a better view of what we can split. I see:
  - helpers: most are generic helpers, default_helpers_improved.rb contains
generic improvements but also WP links handling, so maybe it should be split
  - lib: generic stuff too
  - scripts: seems very specific
  - a few top level scripts

So this is mostly helpers and lib.

I think we have no strong categories of features that we should have a
per-featuregroup repository. So I guess we could create some uniq gem, put
the maximum generic stuff into it, and require what we need into config.rb.
The rest would stay in helper/ and lib/.

What do you think?


Regards.

-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 819 bytes
Desc: OpenPGP digital signature
URL:
<https://www.redhat.com/archives/rdo-list/attachments/20160413/3456fdb4/atta
chment.bin>

------------------------------

Message: 3
Date: Wed, 13 Apr 2016 00:40:56 +0200
From: Ha?kel <hguemar at fedoraproject.org>
To: "rdo-list at redhat.com" <rdo-list at redhat.com>
Subject: [Rdo-list] Fwd: RFC: Using the new optional python module
	dependency generator in Fedora
Message-ID:
	<CAHaCVFCpKNZQdnTNFxH2PiayU-nuDGh4_1QFcEq3wur5af4sew at mail.gmail.com>
Content-Type: text/plain; charset=UTF-8

FYI, we discussed recently on irc about generating packages dependencies.
Could be an interesting read.

Regards,
H.


---------- Forwarded message ----------
From: Neal Gompa <ngompa13 at gmail.com>
Date: 2016-04-11 5:29 GMT+02:00
Subject: RFC: Using the new optional python module dependency generator in
Fedora
To: Fedora Python SIG <python-devel at lists.fedoraproject.org>


Hello all,

It's been a while since I messaged this list about the new dependency
generator being upstreamed into RPM[0]. Since then, I've taken your valuable
feedback and incorporated it into the version that now sits in RPM git
master[1].

A little bit ago, I pushed a package to Copr[2] that includes this updated
dependency generator, and I would love for people to take a look at it, try
it out, and see how well it works. Instructions on setting up and
configuring are on the Copr page.

I'd also love this become enabled in Fedora's Python stack for Fedora 25,
giving us nice Provides/Requires chains that are independent of the package
name, but map more closely to PyPi names that people would recognize from
using pip or other tools.

We already have similar things in place for Ruby, Mono, Perl, and even MinGW
in Fedora, so it'd be nice to have it on the Python side, too.

Best regards,
Neal

[0]:
https://lists.fedoraproject.org/archives/list/python-devel@lists.fedoraproje
ct.org/thread/SQBSAS4T25HK5YJBNBSFDD7KDQWDELL6/

[1]:
https://github.com/rpm-software-management/rpm/blob/master/scripts/pythondis
tdeps.py

[2]:
https://copr.fedorainfracloud.org/coprs/ngompa/rpm-depgen-pythondistdeps/

--
?????????/ Always, there's only one truth!
_______________________________________________
python-devel mailing list
python-devel at lists.fedoraproject.org
http://lists.fedoraproject.org/admin/lists/python-devel@lists.fedoraproject.
org



------------------------------

_______________________________________________
Rdo-list mailing list
Rdo-list at redhat.com
https://www.redhat.com/mailman/listinfo/rdo-list


End of Rdo-list Digest, Vol 37, Issue 18
****************************************




More information about the dev mailing list