[Bug 765224] Re: import from mini.iso fails

2011-04-27 Thread Andres Rodriguez
** Changed in: cobbler (Ubuntu) Status: Confirmed => In Progress -- You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to cobbler in Ubuntu. https://bugs.launchpad.net/bugs/765224 Title: import from mini.iso fails -- Ubuntu-server-bu

[Bug 765224] Re: import from mini.iso fails

2011-04-26 Thread Andres Rodriguez
Maybe, unfortunately, this code doesn't seem to be functional at the moment as there's is a empty function with the same name as the previous function. This causes it to fail. Maybe the function with code related to Debian was supposed to be commented out or something. For this reason I believe tha

[Bug 765224] Re: import from mini.iso fails

2011-04-26 Thread Tom Ellis
I think this code is for the repomirror portion of cobbler. It mirrors the archive repositories (using debmirror for debian/ubuntu) for distros that you have imported. -- You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to cobbler in Ubuntu. h

[Bug 765224] Re: import from mini.iso fails

2011-04-21 Thread Andres Rodriguez
Ok so after looking at it now, it seems that the issue is self.process_repos() when issuing the following command: cobbler import --name=natty-i386 --path=/mnt --breed=ubuntu --os- version=natty Apparently there's some kind of incompatibilities as there are two functions with the same name. One d

[Bug 765224] Re: import from mini.iso fails

2011-04-21 Thread Andres Rodriguez
** Changed in: cobbler (Ubuntu) Assignee: (unassigned) => Andres Rodriguez (andreserl) -- You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to cobbler in Ubuntu. https://bugs.launchpad.net/bugs/765224 Title: import from mini.iso fails

[Bug 765224] Re: import from mini.iso fails

2011-04-21 Thread Tom Ellis
Sounds good, for d-i not having the repo present is non-fatal (it'll just grab packages from the internet), for Anaconda based distros (RH, Fedora etc) I think it requires the complete tree. -- You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed

[Bug 765224] Re: import from mini.iso fails

2011-04-21 Thread Andres Rodriguez
What appears to be is that the import expects the .disk folder regardless of whether you are specifying the distro or not. Since bug #765254 won't be fixed, I guess that the best approach would be to patch the current code to ignore the check of the .disk folder (or try to obtain the information fr

[Bug 765224] Re: import from mini.iso fails

2011-04-21 Thread Tom Ellis
In fact, it's exactly that. from: cobbler/modules/manage_import_debian_ubuntu.py def repo_finder(self, distros_added): for distro in distros_added: self.logger.info("traversing distro %s" % distro.name) # FIXME : Shouldn't decide this the value of self.netwo

[Bug 765224] Re: import from mini.iso fails

2011-04-21 Thread Tom Ellis
If I specify a os-version it imports the distro and adds distro and profiles to cobbler correctly, however I get a nice traceback. There must be some code expecting the dists dir somewhere that relies on this for a repo? Installing after is just fine, although you need to link your profile to a s

[Bug 765224] Re: import from mini.iso fails

2011-04-19 Thread Dustin Kirkland
True, Chuck. However, the mini.iso is a really convenient and valid way to trigger a network installation. Brainstorming here in Montreal, we decided that mini.iso's are small enough that we could actually put logic in an Ubuntu Orchestra cronjob that regularly downloads and imports Ubuntu's mini

[Bug 765224] Re: import from mini.iso fails

2011-04-18 Thread Chuck Short
The server/desktop cdimage is different from the mini.iso. The mini.iso support will have to be added later. -- You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to cobbler in Ubuntu. https://bugs.launchpad.net/bugs/765224 Title: import from

[Bug 765224] Re: import from mini.iso fails

2011-04-18 Thread Marc Cluet
Related to bug https://bugs.launchpad.net/ubuntu-cdimage/+bug/765254 -- You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to cobbler in Ubuntu. https://bugs.launchpad.net/bugs/765224 Title: import from mini.iso fails -- Ubuntu-server-bugs

[Bug 765224] Re: import from mini.iso fails

2011-04-18 Thread Andres Rodriguez
** Changed in: cobbler (Ubuntu) Status: New => Confirmed ** Changed in: cobbler (Ubuntu) Importance: Undecided => Medium -- You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to cobbler in Ubuntu. https://bugs.launchpad.net/bugs/76522