summaryrefslogtreecommitdiffstats
path: root/genome-bootstrap/bin
Commit message (Collapse)AuthorAgeFilesLines
* Increasing the number of tries genome-bootstrap asks for the IPBrenton Leanhardt2008-07-211-1/+1
|
* Updating genome-bootstrap and cloudmaster to store the repo and ipaddress in ↵Matthew Hicks2008-07-161-7/+4
| | | | the cloud
* Merge branch 'master' of git://oss1-repo.usersys.redhat.com/pub/git/toolsGreg Blomquist2008-07-101-22/+20
|\
| * genome-bootstrap now calls cobbler directly to 'get_status'Brenton Leanhardt2008-07-101-22/+20
| |
* | Changes to genome-bootstrap:Greg Blomquist2008-07-101-15/+15
|/ | | | | | | | | | | | | | | | | | | | | | | | | | * https://engineering.redhat.com/trac/IT_Architecture/ticket/209 - genome-bootstrap now filters out any cobbler profiles with "__Appliance" in the name during default mode. This will reduce confusion when users are selecting the cobbler profile. NOTE!: The cobbler profiles have been updated on oss1-repo.usersys.redhat.com but if there are any cobbler profiles in a git repo that get laid down with a new GenomeAppliance machine, these will have to be updated too. Here's how the profiles were updated: GenomeCloud* -> Cloud__Appliance* GenomeRepo* -> Genome__Appliance* GenomeRepoGuest* -> GenomeGuest__Appliance* * https://engineering.redhat.com/trac/IT_Architecture/ticket/210 - The machine_types.rb file on oss1-repo.usersys.redhat.com was updated to no longer ask for the "repoappliance" fact value. Now, genome-bootstrap's default mode assigns the "repoappliance" parameter the value of the genome repo. * https://engineering.redhat.com/trac/IT_Architecture/ticket/211 - genome-bootstrap no longer asks for "additional facts" in the default mode. The assumption is that if you want to provide additional facts you would use the advanced mode.
* Fixed a couple of bugs in genome-bootstrap:Greg Blomquist2008-07-091-5/+25
| | | | | | | | | | | | | | | | | | | * replaced references to "fqdn" with "system-name" in the run method. - Instead of collecting the fqdn, or constructing based on Red Had-specific DNS information, we now only collect enough information for a cobbler system name. * eliminated ability to specify a genome repo by "leaving off the -repo" - Since we cannot assume that any repo (or any machine) will have a "usersys.redhat.com" suffix, the ability to specify a "partial" repo name has been removed. Users are now prompted for the fully qualified domain name of the repo. * selecting first element from installed_systems - With the introduction of "restr_get" that makes sure that all RESTR GET calls return an array (even of only one element), the "get_installed_systems" method needed to change to select the first (and only) element in the installed systems array. Otherwise, "cannot convert Integer to String".
* Renaming everying everest to genomeChris Alfonso2008-07-081-0/+193