[JIRA] (OVIRT-406) Migrate foreman.ovirt.org to PHX DC
by eyal edri [Administrator] (oVirt JIRA)
[ https://ovirt-jira.atlassian.net/browse/OVIRT-406?page=com.atlassian.jira... ]
eyal edri [Administrator] reassigned OVIRT-406:
-----------------------------------------------
Assignee: bkorren (was: infra)
Please start planning the best route for migration, maybe its possible to keep existing foreman proxy and work with a new foreman VM as first step? to ease the dns/dhcp issues?
But lets start with specifying the required steps for the install / migration.
I'm guessing we can start …
[View More]with 1.11 and upgrade to 1.12 when its out in June.
> Migrate foreman.ovirt.org to PHX DC
> -----------------------------------
>
> Key: OVIRT-406
> URL: https://ovirt-jira.atlassian.net/browse/OVIRT-406
> Project: oVirt - virtualization made easy
> Issue Type: Task
> Reporter: eyal edri [Administrator]
> Assignee: bkorren
>
> Migrate the foreman instance from existing all in one 3.4 instance to the new PHX DC.
> We should install new foreman server on a new VM, and migrate / add hosts rather than migrate the DB, as we don't have too many hosts / vm which will allow up a clean move and reduce possible errors and also minimal downtime.
--
This message was sent by Atlassian JIRA
(v7.2.0-OD-05-030#72002)
[View Less]
8 years, 11 months
[JIRA] (OVIRT-500) Re: Cloning project with git:// fails
by eyal edri [Administrator] (oVirt JIRA)
[ https://ovirt-jira.atlassian.net/browse/OVIRT-500?page=com.atlassian.jira... ]
eyal edri [Administrator] updated OVIRT-500:
--------------------------------------------
Resolution: Fixed
Status: Closed (was: New)
> Re: Cloning project with git:// fails
> -------------------------------------
>
> Key: OVIRT-500
> URL: https://ovirt-jira.atlassian.net/browse/OVIRT-500
> Project: oVirt - virtualization made easy
> …
[View More] Issue Type: By-EMAIL
> Reporter: Nadav Goldin
> Assignee: infra
>
> checking, looks like permissions problem, I can't clone it myself either:
> > git clone git://gerrit.ovirt.org/ovirt-engine-dashboard.git
> > Cloning into 'ovirt-engine-dashboard'...
> > fatal: Could not read from remote repository.
> >
> > Please make sure you have the correct access rights
> > and the repository exists.
> >
> is it supposed to have any special permissions?
> On Mon, Apr 25, 2016 at 4:04 PM, Juan Hernández <jhernand(a)redhat.com> wrote:
> > Please see the git/gerrit failure that Vojtech is reporting.
> >
> > -------- Forwarded Message --------
> > Subject: Cloning project with git:// fails
> > Date: Mon, 25 Apr 2016 08:53:45 -0400 (EDT)
> > From: Vojtech Szocs <vszocs(a)redhat.com>
> > To: Sandro Bonazzola <sbonazzo(a)redhat.com>
> > CC: Juan Hernández <jhernand(a)redhat.com>, Alexander Wels
> > <awels(a)redhat.com>, Oved Ourfali <oourfali(a)redhat.com>
> >
> > Hi Sandro,
> >
> > after setting up automation and packaging directories
> > for 'ovirt-engine-dashboard' project [1], Jenkins CI
> > always gives -1 with following error:
> >
> > $ git clone git://gerrit.ovirt.org/ovirt-engine-dashboard.git
> > Cloning into 'ovirt-engine-dashboard'...
> > fatal: Could not read from remote repository.
> >
> > Please see my comment at [2] - cloning with https://
> > and ssh:// works, but somehow git:// fails.
> >
> > I'm out of ideas as to why..
> >
> > [1] https://gerrit.ovirt.org/#/c/56435/
> > [2] https://gerrit.ovirt.org/#/c/56480/
> >
> > The only real difference between:
> >
> > https://gerrit.ovirt.org/#/admin/projects/ovirt-engine-dashboard
> >
> > and:
> >
> > https://gerrit.ovirt.org/#/admin/projects/ovirt-engine-api-explorer
> > (for which cloning with git:// works as expected)
> >
> > seems to be "Enable signed push" option but I don't
> > think that's related.
> >
> > Thanks,
> > Vojtech
> >
> >
> > _______________________________________________
> > Infra mailing list
> > Infra(a)ovirt.org
> > http://lists.ovirt.org/mailman/listinfo/infra
> >
--
This message was sent by Atlassian JIRA
(v7.2.0-OD-05-030#72002)
[View Less]
8 years, 11 months
[JIRA] (OVIRT-496) Add documentation for oVirt gerrit hooks
by eyal edri [Administrator] (oVirt JIRA)
[ https://ovirt-jira.atlassian.net/browse/OVIRT-496?page=com.atlassian.jira... ]
eyal edri [Administrator] reassigned OVIRT-496:
-----------------------------------------------
Assignee: dcaro (was: infra)
> Add documentation for oVirt gerrit hooks
> ----------------------------------------
>
> Key: OVIRT-496
> URL: https://ovirt-jira.atlassian.net/browse/OVIRT-496
> Project: oVirt - virtualization made easy
> …
[View More]Issue Type: Task
> Reporter: eyal edri [Administrator]
> Assignee: dcaro
> Priority: High
>
> We are missing documentation for all the Gerrit hooks and their configuration.
> Please add a page to the official infra docs page with information on all the hooks.
> It should include:
> * relevant code/repos
> * list of active hooks and their purpose
> * location of conf files, meaning of each config option
> * troubleshooting
--
This message was sent by Atlassian JIRA
(v7.2.0-OD-05-030#72002)
[View Less]
8 years, 11 months
[JIRA] (OVIRT-500) Re: Cloning project with git:// fails
by Juan Hernández (oVirt JIRA)
[ https://ovirt-jira.atlassian.net/browse/OVIRT-500?page=com.atlassian.jira... ]
Juan Hernández commented on OVIRT-500:
--------------------------------------
Manual git clone from my environment works now.
Can you retrigger the Jenkins jobs for this patch, to check that it works from Jenkins as well:
packaging: Link UI plugin resources to oVirt Engine
https://gerrit.ovirt.org/56480
The change id is 3199313f58642c201615e875164c2075ea74df63 .
> Re: Cloning project with git:// …
[View More]fails
> -------------------------------------
>
> Key: OVIRT-500
> URL: https://ovirt-jira.atlassian.net/browse/OVIRT-500
> Project: oVirt - virtualization made easy
> Issue Type: By-EMAIL
> Reporter: Nadav Goldin
> Assignee: infra
>
> checking, looks like permissions problem, I can't clone it myself either:
> > git clone git://gerrit.ovirt.org/ovirt-engine-dashboard.git
> > Cloning into 'ovirt-engine-dashboard'...
> > fatal: Could not read from remote repository.
> >
> > Please make sure you have the correct access rights
> > and the repository exists.
> >
> is it supposed to have any special permissions?
> On Mon, Apr 25, 2016 at 4:04 PM, Juan Hernández <jhernand(a)redhat.com> wrote:
> > Please see the git/gerrit failure that Vojtech is reporting.
> >
> > -------- Forwarded Message --------
> > Subject: Cloning project with git:// fails
> > Date: Mon, 25 Apr 2016 08:53:45 -0400 (EDT)
> > From: Vojtech Szocs <vszocs(a)redhat.com>
> > To: Sandro Bonazzola <sbonazzo(a)redhat.com>
> > CC: Juan Hernández <jhernand(a)redhat.com>, Alexander Wels
> > <awels(a)redhat.com>, Oved Ourfali <oourfali(a)redhat.com>
> >
> > Hi Sandro,
> >
> > after setting up automation and packaging directories
> > for 'ovirt-engine-dashboard' project [1], Jenkins CI
> > always gives -1 with following error:
> >
> > $ git clone git://gerrit.ovirt.org/ovirt-engine-dashboard.git
> > Cloning into 'ovirt-engine-dashboard'...
> > fatal: Could not read from remote repository.
> >
> > Please see my comment at [2] - cloning with https://
> > and ssh:// works, but somehow git:// fails.
> >
> > I'm out of ideas as to why..
> >
> > [1] https://gerrit.ovirt.org/#/c/56435/
> > [2] https://gerrit.ovirt.org/#/c/56480/
> >
> > The only real difference between:
> >
> > https://gerrit.ovirt.org/#/admin/projects/ovirt-engine-dashboard
> >
> > and:
> >
> > https://gerrit.ovirt.org/#/admin/projects/ovirt-engine-api-explorer
> > (for which cloning with git:// works as expected)
> >
> > seems to be "Enable signed push" option but I don't
> > think that's related.
> >
> > Thanks,
> > Vojtech
> >
> >
> > _______________________________________________
> > Infra mailing list
> > Infra(a)ovirt.org
> > http://lists.ovirt.org/mailman/listinfo/infra
> >
--
This message was sent by Atlassian JIRA
(v7.2.0-OD-05-030#72002)
[View Less]
8 years, 11 months