Re: [ovirt-devel] yum install ovirt-engine-4.0.2.6 , login the 'Administration Portal', the version is '4.0.4.4', That's why?

2016-09-27 Thread Simone Tiraboschi
On Tue, Sep 27, 2016 at 2:56 PM, 转圈圈 <313922...@qq.com> wrote:

> The Installation steps:
> # yum -y update
> #yum install http://plain.resources.ovirt.org/pub/yum-repo/ovirt-
> release40.rpm
> # yum -y install ovirt-engine-4.0.2.6
>

ohh, sorry, I was thinking that you were with oVirt 4.0.2 and you want to
run engine-setup without being asked to upgrade to 4.0.4.

oVirt is composed by multiple packages and 4.0.4 and 4.0.2 are in same repo
so it's not enough to simply query for ovirt-engine-4.0.2.6 since you are
going to get anything else from 4.0.4 because 4.0.4 > 4.0.2.
Probably the cleanest option is to use versionlock which also supports
wildcards on packet selection.
But can I ask again why you explicitly need 4.0.2 instead of 4.0.4 since
4.0.4 is just supposed to fix issues? what is bothering you with 4.0.4?
maybe it's a regression.


#engine-setup --offline
> Installed finshed,but login the 'Administration Portal',the version is
> '4.0.4.4',That's why?
>
I don't want to use the latest version.
> thanks !
>
> ___
> Devel mailing list
> Devel@ovirt.org
> http://lists.ovirt.org/mailman/listinfo/devel
>


8556D1BC@5A3F9728.886CEA57
Description: Binary data
___
Devel mailing list
Devel@ovirt.org
http://lists.ovirt.org/mailman/listinfo/devel

[ovirt-devel] [OTOPI] changes for Fedora 24 landing on master

2016-09-27 Thread Sandro Bonazzola
Hi,
some changes headed to have a better integration of OTOPI with Fedora 24
are landing on master.
The integration with Fedora 24 required a move from python2 to python3 as
default interpreter for otopi based products. You may notice errors related
to python3 in the coming days. We're handling it. Note that master CentOS
and other EL7 based  distributions are not affected by the changes.

Thanks,
-- 
Sandro Bonazzola
Better technology. Faster innovation. Powered by community collaboration.
See how it works at redhat.com

___
Devel mailing list
Devel@ovirt.org
http://lists.ovirt.org/mailman/listinfo/devel

Re: [ovirt-devel] Dropping rpm build from ovirt-engine check-merged.sh

2016-09-27 Thread Sandro Bonazzola
On Tue, Sep 27, 2016 at 2:40 PM, Eyal Edri  wrote:

>
>
> On Mon, Sep 26, 2016 at 7:37 PM, Vojtech Szocs  wrote:
>
>> Hi,
>>
>> to me, it seems that with current CI flow, we can do following:
>>
>> - in build-artifacts.sh, build UI for English (only) & all supported
>>   browsers (IE10+, Firefox, Chrome), by using `ovirt_build_locales 0`
>>   as the default fallback
>>
>
> +1 from my side.
> Sandro - any objections or thoughts?
>

No objections provided that for release we can fix it.




>
>
>>
>>   Note: this will cut down the # of permutations from 3x9 to just 3
>>   (currently we have 3 supported browser types, 9 supported locales).
>>
>> - ensure that release builds still target all supported UI locales,
>>   by using `ovirt_build_locales 1` (override the default fallback)
>>
>
> You can make sure in the automation/ dir in the 'manual*' script has it.
>
>
>
>>
>> - it would be nice if the Jenkins job for build-artifacts.sh would
>>   set some `RELEASE=1` flag (or similar) when doing a release build
>>   (is this possible with current standard CI?)
>>
>
> In planning, what I want to do is to move the 'manual official' [1] to be
> automatic official builds,
> as for RELEASE flag, we'll need to discuss on changing how we manage
> ovirt-engine versioning, I think we talked about 4.1 or later to try to use
> mvn release plugin or
> an alternate way to avoid the manual patches for updating POM files.
>
>
>>
>> Eyal/others, does above make sense?
>>
>
> Yea, see my comments.
>
>
>>
>> Also, as Nir mentioned, if `ovirt-engine` repo was configured with
>> Submit Type == Fast Forward Only, we could drop RPM / GWT build in
>> check-merged.sh (which was Eyal's original suggestion).
>>
>
>
> Its currently on 'Rebase if necessary', if there is an agreement I can
> change it to 'Fast forward only'.
>

Fast forward only will require lot of manual rebase. That's the reason we
dropped it in the past


>
>
>>
>> Regards,
>> Vojtech
>>
>>
>> - Original Message -
>> > From: "Nir Soffer" 
>> > To: "Eyal Edri" 
>> > Cc: "Juan Hernandez" , "devel" ,
>> "Martin Perina" , "Tal
>> > Nisan" , "infra" 
>> > Sent: Tuesday, September 20, 2016 5:38:08 PM
>> > Subject: Re: Dropping rpm build from ovirt-engine check-merged.sh
>> >
>> > On Tue, Sep 20, 2016 at 11:27 AM, Eyal Edri < ee...@redhat.com > wrote:
>> >
>> >
>> >
>> >
>> >
>> > On Tue, Sep 20, 2016 at 9:34 AM, Sandro Bonazzola < sbona...@redhat.com
>> >
>> > wrote:
>> >
>> >
>> >
>> >
>> >
>> > On Mon, Sep 19, 2016 at 7:56 PM, Eyal Edri < ee...@redhat.com > wrote:
>> >
>> >
>> >
>> >
>> >
>> > On Mon, Sep 19, 2016 at 9:41 AM, Sandro Bonazzola < sbona...@redhat.com
>> >
>> > wrote:
>> >
>> >
>> >
>> >
>> >
>> > On Sun, Sep 18, 2016 at 4:18 PM, Eyal Edri < ee...@redhat.com > wrote:
>> >
>> >
>> >
>> > Hi,
>> >
>> > Following [1] I'd like to propose to remove rpm building from the
>> > 'check-merged.sh' script from ovirt-engine (master for now).
>> >
>> > The job [2] takes on avg 15 min while actually the rpms are built
>> already in
>> > check-patch
>> > (with gwt draft mode if needed) and runs exactly the same build rpm
>> command
>> > as check-patch [3].
>> >
>> > So there isn't real value in running exactly the same rpm build post
>> merge,
>> > and we already build full permutation mode in 'build-artifacts.sh'.
>> >
>> > Any reason to keep it?
>> > We can cut down valuable time in CI if we drop it and vacant more time
>> for
>> > more meaningful tests.
>> >
>> >
>> > This depends on the flow: if we make check_merge gating to the merge
>> and to
>> > the build we should keep the rpm build becuase at merge a rebase is done
>> > automatically.
>> >
>> > What do you mean by 'gating to the merge'? I'm not sure I understand
>> what it
>> > means.
>> > Isn't check-patch.sh does the gating? check-merge runs post merge so its
>> > already too late to gate the code ...
>> > And I think check-merge and check-patch currently runs the same rpmbuild
>> > command, so I don't see how check-merged has any value over check-patch.
>> >
>> > when merge command is issued a rebase is done as well. We still need a
>> > check-merged job because the code checked by check-patch is not the same
>> > anymore when check-merged runs.
>> >
>> > OK, now I understand, so indeed check-merge can potentially run on
>> different
>> > code than check-patch and possibly fail due to it.
>> >
>> > If we require only fast-forward merges, there is no way to merge patch
>> > before a rebase. Once you rebase a patch, check-patch runs...
>> >
>> > So check-merge may be unneeded in this case.
>> >
>> >
>> >
>> >
>> >
>> >
>> > In original desing of stdci, check-merged was supposed to become a
>> gating
>> > test for build-artifacts.
>> >
>> > We have it in our backlog, i.e installing Zuul and adding gating for the
>> > check-merged jobs, its 

[ovirt-devel] moving ovirt-system-tests docs out of lago main doc page

2016-09-27 Thread Eyal Edri
FYI,

I've created a new RTD page for oVirt-system-tests [1] as its an
independent project and shouldn't be part of the official Lago
documentation, especially not as 1st how-to example.
Please feel free to contribute to it and update it with new info,
especially on adding new tests or devel use.

I've also sent a new PR [2] to remove most of the OST and link to the new
OST documentation page, and replacing the main example with the Lago
jenkins demo.

Going forward, we'll probably create a new lago-examples.git and reference
to it for all examples documentation.

You'll also notice I've removed some of the documentation around advanced
debugging and explanations on internal Lago structure which shouldn't be on
how how to page, but in the Lago Tutorial which is also in progress at [3].

I believe this will help new users get Lago up and running much faster and
not handle complex settings like nested virt if they are not interested in
installing oVirt at first.

[1] http://ovirt-system-tests.readthedocs.io
[2] https://github.com/lago-project/lago/pull/330
[3] https://github.com/lago-project/lago/pull/228

-- 
Eyal Edri
Associate Manager
RHV DevOps
EMEA ENG Virtualization R
Red Hat Israel

phone: +972-9-7692018
irc: eedri (on #tlv #rhev-dev #rhev-integ)
___
Devel mailing list
Devel@ovirt.org
http://lists.ovirt.org/mailman/listinfo/devel

[ovirt-devel] yum install ovirt-engine-4.0.2.6 , login the 'Administration Portal', the version is '4.0.4.4', That's why?

2016-09-27 Thread ??????
The Installation steps:
# yum -y update
#yum install http://plain.resources.ovirt.org/pub/yum-repo/ovirt-release40.rpm
# yum -y install ovirt-engine-4.0.2.6
#engine-setup --offline
Installed finshed,but login the 'Administration Portal',the version is 
'4.0.4.4',That's why?
I don't want to use the latest version.
thanks !

8556D1BC@5A3F9728.886CEA57
Description: Binary data
___
Devel mailing list
Devel@ovirt.org
http://lists.ovirt.org/mailman/listinfo/devel

[ovirt-devel] otopi on fedora 24 is now using python3

2016-09-27 Thread Yedidyah Bar David
Hi all,

FYI.

This was merged to master branch this morning, will propagate to
nightly master snapshot tomorrow.

This means that all tools using otopi now require porting to python3
to make them support fedora 24. Patches for ovirt-setup-lib merged,
still missing patches for engine-setup and likely other stuff. Sorry
for the current breakage.

Best,
-- 
Didi
___
Devel mailing list
Devel@ovirt.org
http://lists.ovirt.org/mailman/listinfo/devel


[ovirt-devel] yum install ovirt-engine-4.0.2.6 , login the 'Administration Portal', the version is '4.0.4.4', That's why?

2016-09-27 Thread ??????
The Installation steps:
# yum -y update
#yum install http://plain.resources.ovirt.org/pub/yum-repo/ovirt-release40.rpm
# yum -y install ovirt-engine-4.0.2.6
#engine-setup --offline
Installed finshed,but login the 'Administration Portal',the version is 
'4.0.4.4',That's why?
thanks !

462B09CB@C426EC5E.606BEA57
Description: Binary data
___
Devel mailing list
Devel@ovirt.org
http://lists.ovirt.org/mailman/listinfo/devel

[ovirt-devel] oVirt 4.0.5 RC1 merge / branch / tag / bugzilla reminder

2016-09-27 Thread Sandro Bonazzola
All stable branch maintainers, please make sure to

   - merge all relevant open bugs until Wednesday morning 11:00 AM TLV time.


For each package that need to be built (i.e oVirt product) please make sure
every bug in MODIFIED has the right Target Release and Target Milestone.
A Target release should state the version of the package you're building
and should include the same version you used for the tag you just used for
this build. (e.g. for ovirt-engine, tag: ovirt-engine-4.0.5, tr: 4.0.5)
A list of bugs that require attention is here:

   -
   
https://bugzilla.redhat.com/buglist.cgi?quicksearch=target_milestone%3A4.0.5%20target_release%3A---%20status%3Amodified%2Cpost


-- 
Sandro Bonazzola
Better technology. Faster innovation. Powered by community collaboration.
See how it works at redhat.com

___
Devel mailing list
Devel@ovirt.org
http://lists.ovirt.org/mailman/listinfo/devel

[ovirt-devel] oVirt 4.0.5 RC1 build planned

2016-09-27 Thread Sandro Bonazzola
Fyi oVirt developers,

An oVirt build is planned for this Wednesday 10:00 AM TLV time (9:00 AM
CEST).
Taking into consideration the time it takes for Jenkins to run a full CI
everything need to be backported by Tuesday 11PM.
Please make sure to mark as verified and CR +2 so it will be ready for
merging Wednesday morning.

A list of pending blockers is available here:
https://bugzilla.redhat.com/buglist.cgi?quicksearch=target_milestone%3A4.0.5%20flag%3Ablocker%20status%3Anew%2Cassigned%2Cpost

-- 
Sandro Bonazzola
Better technology. Faster innovation. Powered by community collaboration.
See how it works at redhat.com

___
Devel mailing list
Devel@ovirt.org
http://lists.ovirt.org/mailman/listinfo/devel

Re: [ovirt-devel] virt moving to trello

2016-09-27 Thread Yaniv Dary
While I don't have a issue with this for development time.
It is require that ever RFE you work on is tracked in Bugzilla and status
is updated for program convergence monitoring (POST and MODIFIED).
This is also needed for early engagement on docs and doc text.

Please confirm this will be maintained.

Yaniv Dary
Technical Product Manager
Red Hat Israel Ltd.
34 Jerusalem Road
Building A, 4th floor
Ra'anana, Israel 4350109

Tel : +972 (9) 7692306
8272306
Email: yd...@redhat.com
IRC : ydary


On Mon, Sep 26, 2016 at 5:47 PM, Roy Golan  wrote:

>
>
> On 23 September 2016 at 16:21, Michal Skrivanek <
> michal.skriva...@redhat.com> wrote:
>
>> Hi all,
>> we’ve decided to open up our oVirt “virt” team and improve visibility of
>> what we are working on right now. Bugzilla is utterly insufficient and it
>> is tricky to see high level, long term items and how they evolve.
>> So from now on you can check that out on trello[1]
>> There’s not much yet, but the content will improve as we gradually
>> transition feature design and tracking over there.
>>
>> Note we are not abandoning bugzilla, we still use it for bug-level
>> tracking, for smaller and targeted things. Just those bigger awesome
>> upcoming items are going to be on trello board from now on.
>>
>> Thanks,
>> michal
>>
>>
> +1 I think it's important and useful to publish what the team is doing or
> planning to do. I hope that other teams will follow.
> Have you got plans to expose the link under ovirt.org?
>
> [1] https://trello.com/b/pWlunZVR/ovirt-virt
>> ___
>> Devel mailing list
>> Devel@ovirt.org
>> http://lists.ovirt.org/mailman/listinfo/devel
>
>
>
> ___
> Devel mailing list
> Devel@ovirt.org
> http://lists.ovirt.org/mailman/listinfo/devel
>
___
Devel mailing list
Devel@ovirt.org
http://lists.ovirt.org/mailman/listinfo/devel

Re: [ovirt-devel] [ovirt-users] How can i installed ovirt engine with older version like 4.0.2.6 ?

2016-09-27 Thread Yedidyah Bar David
On Tue, Sep 27, 2016 at 9:35 AM, 转圈圈 <313922...@qq.com> wrote:

> Ovirt current version is 4.0.4.4, How can i installed ovirt engine with
> older version like 4.0.2.6 ? I don't want to upgrade.


You can try 'engine-setup --offline'.

Best,


>
> Thank you.
>
>
> ___
> Users mailing list
> us...@ovirt.org
> http://lists.ovirt.org/mailman/listinfo/users
>
>


-- 
Didi


2F07F706@B3730B6C.4613EA57
Description: Binary data
___
Devel mailing list
Devel@ovirt.org
http://lists.ovirt.org/mailman/listinfo/devel

Re: [ovirt-devel] yum install ovirt-engine-4.0.2.6 , when run the "engine-setup" not updrages , Report an error

2016-09-27 Thread Simone Tiraboschi
On Tue, Sep 27, 2016 at 9:12 AM, 转圈圈 <313922...@qq.com> wrote:

> Ovirt current version is 4.0.4.4 ,i installed ovirt-engine with older
> version like 4.0.2.6 and install it by "yum install ovirt-engine-4.0.2.6
>  ", when run the  "engine-setup" i am not updrages ,Report an error,how
> can i to do,Thank you.
> i don't want to install the latest version.
>
>
engine-setup --offline will not check for updates.
But what's the problem with a recent release that should come with
different bug fixes?


> [root@localhost ~]# engine-setup
> [ INFO  ] Stage: Initializing
> [ INFO  ] Stage: Environment setup
>   Configuration files: ['/etc/ovirt-engine-setup.
> conf.d/10-packaging-jboss.conf', '/etc/ovirt-engine-setup.conf.
> d/10-packaging.conf']
>   Log file: /var/log/ovirt-engine/setup/ovirt-engine-setup-
> 20160927144353-coryv9.log
>   Version: otopi-1.5.2 (otopi-1.5.2-1.el7.centos)
> [ INFO  ] Stage: Environment packages setup
> [ INFO  ] Stage: Programs detection
> [ INFO  ] Stage: Environment setup
> [ INFO  ] Stage: Environment customization
>
>   --== PRODUCT OPTIONS ==--
>
>   Configure Engine on this host (Yes, No) [Yes]:
>   Configure Image I/O Proxy on this host? (Yes, No) [Yes]:
>   Configure WebSocket Proxy on this host (Yes, No) [Yes]:
>   Please note: Data Warehouse is required for the engine. If you
> choose to not configure it on this host, you have to configure it on a
> remote host, and then configure the engine on this host so that it can
> access the database of the remote Data Warehouse host.
>   Configure Data Warehouse on this host (Yes, No) [Yes]:
>   Configure VM Console Proxy on this host (Yes, No) [Yes]:
>
>   --== PACKAGES ==--
>
> [ INFO  ] Checking for product updates...
>   Setup has found updates for some packages:
>   PACKAGE: [updated] ovirt-engine-4.0.2.6-1.el7.centos.noarch
>   PACKAGE: [update] ovirt-engine-4.0.4.4-1.el7.centos.noarch
>   PACKAGE: [updated] ovirt-engine-backend-4.0.2.6-
> 1.el7.centos.noarch
>   PACKAGE: [update] ovirt-engine-backend-4.0.4.4-
> 1.el7.centos.noarch
>   PACKAGE: [updated] ovirt-engine-dbscripts-4.0.2.
> 6-1.el7.centos.noarch
>   PACKAGE: [update] ovirt-engine-dbscripts-4.0.4.
> 4-1.el7.centos.noarch
>   PACKAGE: [updated] ovirt-engine-restapi-4.0.2.6-
> 1.el7.centos.noarch
>   PACKAGE: [update] ovirt-engine-restapi-4.0.4.4-
> 1.el7.centos.noarch
>   PACKAGE: [updated] ovirt-engine-tools-4.0.2.6-1.
> el7.centos.noarch
>   PACKAGE: [update] ovirt-engine-tools-4.0.4.4-1.el7.centos.noarch
>   PACKAGE: [updated] ovirt-engine-tools-backup-4.0.
> 2.6-1.el7.centos.noarch
>   PACKAGE: [update] ovirt-engine-tools-backup-4.0.
> 4.4-1.el7.centos.noarch
>   PACKAGE: [updated] ovirt-engine-userportal-4.0.2.
> 6-1.el7.centos.noarch
>   PACKAGE: [update] ovirt-engine-userportal-4.0.4.
> 4-1.el7.centos.noarch
>   PACKAGE: [updated] ovirt-engine-webadmin-portal-
> 4.0.2.6-1.el7.centos.noarch
>   PACKAGE: [update] ovirt-engine-webadmin-portal-
> 4.0.4.4-1.el7.centos.noarch
>   do you wish to update them now? (Yes, No) [Yes]: no
> [ ERROR ] Failed to execute stage 'Environment customization': Aborted,
> packages must be updated
> [ INFO  ] Stage: Clean up
>   Log file is located at /var/log/ovirt-engine/setup/
> ovirt-engine-setup-20160927144353-coryv9.log
> [ INFO  ] Generating answer file '/var/lib/ovirt-engine/setup/answers/
> 20160927144532-setup.conf'
> [ INFO  ] Stage: Pre-termination
> [ INFO  ] Stage: Termination
> [ ERROR ] Execution of setup failed
>
>
>
> ___
> Devel mailing list
> Devel@ovirt.org
> http://lists.ovirt.org/mailman/listinfo/devel
>
___
Devel mailing list
Devel@ovirt.org
http://lists.ovirt.org/mailman/listinfo/devel

[ovirt-devel] yum install ovirt-engine-4.0.2.6 , when run the "engine-setup" not updrages , Report an error

2016-09-27 Thread ??????
Ovirt current version is 4.0.4.4 ,i installed ovirt-engine with older version 
like 4.0.2.6 and install it by "yum install ovirt-engine-4.0.2.6 ", when run 
the  "engine-setup" i am not updrages ,Report an error,how can i to do,Thank 
you.
i don't want to install the latest version.


[root@localhost ~]# engine-setup
[ INFO  ] Stage: Initializing
[ INFO  ] Stage: Environment setup
  Configuration files: 
['/etc/ovirt-engine-setup.conf.d/10-packaging-jboss.conf', 
'/etc/ovirt-engine-setup.conf.d/10-packaging.conf']
  Log file: 
/var/log/ovirt-engine/setup/ovirt-engine-setup-20160927144353-coryv9.log
  Version: otopi-1.5.2 (otopi-1.5.2-1.el7.centos)
[ INFO  ] Stage: Environment packages setup
[ INFO  ] Stage: Programs detection
[ INFO  ] Stage: Environment setup
[ INFO  ] Stage: Environment customization
 
  --== PRODUCT OPTIONS ==--
 
  Configure Engine on this host (Yes, No) [Yes]:
  Configure Image I/O Proxy on this host? (Yes, No) [Yes]:
  Configure WebSocket Proxy on this host (Yes, No) [Yes]:
  Please note: Data Warehouse is required for the engine. If you choose 
to not configure it on this host, you have to configure it on a remote host, 
and then configure the engine on this host so that it can access the database 
of the remote Data Warehouse host.
  Configure Data Warehouse on this host (Yes, No) [Yes]:
  Configure VM Console Proxy on this host (Yes, No) [Yes]:
 
  --== PACKAGES ==--
 
[ INFO  ] Checking for product updates...
  Setup has found updates for some packages:
  PACKAGE: [updated] ovirt-engine-4.0.2.6-1.el7.centos.noarch
  PACKAGE: [update] ovirt-engine-4.0.4.4-1.el7.centos.noarch
  PACKAGE: [updated] ovirt-engine-backend-4.0.2.6-1.el7.centos.noarch
  PACKAGE: [update] ovirt-engine-backend-4.0.4.4-1.el7.centos.noarch
  PACKAGE: [updated] ovirt-engine-dbscripts-4.0.2.6-1.el7.centos.noarch
  PACKAGE: [update] ovirt-engine-dbscripts-4.0.4.4-1.el7.centos.noarch
  PACKAGE: [updated] ovirt-engine-restapi-4.0.2.6-1.el7.centos.noarch
  PACKAGE: [update] ovirt-engine-restapi-4.0.4.4-1.el7.centos.noarch
  PACKAGE: [updated] ovirt-engine-tools-4.0.2.6-1.el7.centos.noarch
  PACKAGE: [update] ovirt-engine-tools-4.0.4.4-1.el7.centos.noarch
  PACKAGE: [updated] 
ovirt-engine-tools-backup-4.0.2.6-1.el7.centos.noarch
  PACKAGE: [update] 
ovirt-engine-tools-backup-4.0.4.4-1.el7.centos.noarch
  PACKAGE: [updated] ovirt-engine-userportal-4.0.2.6-1.el7.centos.noarch
  PACKAGE: [update] ovirt-engine-userportal-4.0.4.4-1.el7.centos.noarch
  PACKAGE: [updated] 
ovirt-engine-webadmin-portal-4.0.2.6-1.el7.centos.noarch
  PACKAGE: [update] 
ovirt-engine-webadmin-portal-4.0.4.4-1.el7.centos.noarch
  do you wish to update them now? (Yes, No) [Yes]: no
[ ERROR ] Failed to execute stage 'Environment customization': Aborted, 
packages must be updated
[ INFO  ] Stage: Clean up
  Log file is located at 
/var/log/ovirt-engine/setup/ovirt-engine-setup-20160927144353-coryv9.log
[ INFO  ] Generating answer file 
'/var/lib/ovirt-engine/setup/answers/20160927144532-setup.conf'
[ INFO  ] Stage: Pre-termination
[ INFO  ] Stage: Termination
[ ERROR ] Execution of setup failed___
Devel mailing list
Devel@ovirt.org
http://lists.ovirt.org/mailman/listinfo/devel