Installation script CentOS6 (with oVirt)

Hi Domenic,

The Repo worked perfectly everytime:

··· # # Place this file in you /etc/yum.repos.d/ folder # [vdsm-dre] name=Vdsm repo baseurl=http://www.dreyou.org/ovirt/vdsm/ http://www1.dreyou.org/ovirt/vdsm/ enabled=0 gpgcheck=0

[ovirt-dre]
name=oVirt engine repo
baseurl=http://www.dreyou.org/ovirt/ovirt-engine/
http://www1.dreyou.org/ovirt/ovirt-engine/
enabled=0
gpgcheck=0

[vdsm31-dre]
name=Vdsm for oVirt 3.1 repo
baseurl=http://www.dreyou.org/ovirt/vdsm31/
http://www1.dreyou.org/ovirt/vdsm31/
enabled=1
gpgcheck=0

[ovirt31-dre]
name=oVirt 3.1 engine repo
baseurl=http://www.dreyou.org/ovirt/ovirt-engine31/
http://www1.dreyou.org/ovirt/ovirt-engine31/
enabled=1
gpgcheck=0

Op dinsdag 18 december 2012 15:58:46 UTC+1 schreef yamaka...@gmail.com het volgende:

I “had” a decent install of oVirt on my system and wanted to install
Foreman with it.

Because my install is running on CentOS, and I wanted to try The Foreman
and am a Ubuntu user most of the time, I would like to use a script that
installs all needed packages, like Ubuntu/Debian does but it’s own.

I found the following script that doesn’t work that good anymore and
removes the oVirt installation:

http://www.uncompiled.com/centos-6-puppet-27-mcollective-foreman-rabbit

The forman repo was kinda simple to fix, but at the end I get a lot of
errors.

It would be nice to have some script that install the right packages on
CentOS.

Does someone have something available ?

Cheers,

Matt

The second URL should be space-indented to indicate a line continuation.
This is tripping up the Puppet parsedfile parser, but perhaps yum is
simply ignoring it.

··· -- Dominic Cleal Red Hat Engineering

On 18/12/12 16:38, yamakasi.014@gmail.com wrote:

Hi Domenic,

The Repo worked perfectly everytime:

Place this file in you /etc/yum.repos.d/ folder

[vdsm-dre]
name=Vdsm repo
baseurl=http://www.dreyou.org/ovirt/vdsm/
http://www1.dreyou.org/ovirt/vdsm/
enabled=0
gpgcheck=0

[ovirt-dre]
name=oVirt engine repo
baseurl=http://www.dreyou.org/ovirt/ovirt-engine/
http://www1.dreyou.org/ovirt/ovirt-engine/
enabled=0
gpgcheck=0

[vdsm31-dre]
name=Vdsm for oVirt 3.1 repo
baseurl=http://www.dreyou.org/ovirt/vdsm31/
http://www1.dreyou.org/ovirt/vdsm31/
enabled=1
gpgcheck=0

[ovirt31-dre]
name=oVirt 3.1 engine repo
baseurl=http://www.dreyou.org/ovirt/ovirt-engine31/
http://www1.dreyou.org/ovirt/ovirt-engine31/
enabled=1
gpgcheck=0

Op dinsdag 18 december 2012 15:58:46 UTC+1 schreef yamaka...@gmail.com > het volgende:

I "had" a decent install of oVirt on my system and wanted to install
Foreman with it.

Because my install is running on CentOS, and I wanted to try The
Foreman and am a Ubuntu user most of the time, I would like to use a
script that installs all needed packages, like Ubuntu/Debian does
but it's own.

I found the following script that doesn't work that good anymore and
removes the oVirt installation:

http://www.uncompiled.com/centos-6-puppet-27-mcollective-foreman-rabbit
<http://www.uncompiled.com/centos-6-puppet-27-mcollective-foreman-rabbit>

The forman repo was kinda simple to fix, but at the end I get a lot
of errors.

It would be nice to have some script that install the right packages
on CentOS.

Does someone have something available ?

Cheers,

Matt


You received this message because you are subscribed to the Google
Groups “Foreman users” group.
To view this discussion on the web visit
https://groups.google.com/d/msg/foreman-users/-/-zFeo5RdCpMJ.
To post to this group, send email to foreman-users@googlegroups.com.
To unsubscribe from this group, send email to
foreman-users+unsubscribe@googlegroups.com.
For more options, visit this group at
http://groups.google.com/group/foreman-users?hl=en.

Dominic,

Now you say so indeed, that could have been the issue. (Debian/Ubuntu has
it the same way in their sources.list)

No errors so far.

Cheers,

Matt

··· Op dinsdag 18 december 2012 17:42:01 UTC+1 schreef Dominic Cleal het volgende: > > The second URL should be space-indented to indicate a line continuation. > This is tripping up the Puppet parsedfile parser, but perhaps yum is > simply ignoring it. > > -- > Dominic Cleal > Red Hat Engineering > > On 18/12/12 16:38, yamaka...@gmail.com wrote: > > Hi Domenic, > > > > The Repo worked perfectly everytime: > > > > # > > # Place this file in you /etc/yum.repos.d/ folder > > # > > [vdsm-dre] > > name=Vdsm repo > > baseurl=http://www.dreyou.org/ovirt/vdsm/ > > http://www1.dreyou.org/ovirt/vdsm/ > > enabled=0 > > gpgcheck=0 > > > > [ovirt-dre] > > name=oVirt engine repo > > baseurl=http://www.dreyou.org/ovirt/ovirt-engine/ > > http://www1.dreyou.org/ovirt/ovirt-engine/ > > enabled=0 > > gpgcheck=0 > > > > [vdsm31-dre] > > name=Vdsm for oVirt 3.1 repo > > baseurl=http://www.dreyou.org/ovirt/vdsm31/ > > http://www1.dreyou.org/ovirt/vdsm31/ > > enabled=1 > > gpgcheck=0 > > > > [ovirt31-dre] > > name=oVirt 3.1 engine repo > > baseurl=http://www.dreyou.org/ovirt/ovirt-engine31/ > > http://www1.dreyou.org/ovirt/ovirt-engine31/ > > enabled=1 > > gpgcheck=0 > > > > > > Op dinsdag 18 december 2012 15:58:46 UTC+1 schreef yamaka...@gmail.com > > het volgende: > > > > I "had" a decent install of oVirt on my system and wanted to install > > Foreman with it. > > > > Because my install is running on CentOS, and I wanted to try The > > Foreman and am a Ubuntu user most of the time, I would like to use a > > script that installs all needed packages, like Ubuntu/Debian does > > but it's own. > > > > I found the following script that doesn't work that good anymore and > > removes the oVirt installation: > > > > > http://www.uncompiled.com/centos-6-puppet-27-mcollective-foreman-rabbit > > < > http://www.uncompiled.com/centos-6-puppet-27-mcollective-foreman-rabbit> > > > > The forman repo was kinda simple to fix, but at the end I get a lot > > of errors. > > > > It would be nice to have some script that install the right packages > > on CentOS. > > > > Does someone have something available ? > > > > Cheers, > > > > Matt > > > > -- > > You received this message because you are subscribed to the Google > > Groups "Foreman users" group. > > To view this discussion on the web visit > > https://groups.google.com/d/msg/foreman-users/-/-zFeo5RdCpMJ. > > To post to this group, send email to forema...@googlegroups.com. > > > To unsubscribe from this group, send email to > > foreman-user...@googlegroups.com . > > For more options, visit this group at > > http://groups.google.com/group/foreman-users?hl=en. > >