Setting tag bootmanager-5.3-3
[bootmanager.git] / source /
2015-12-07 Thierry Parmentelatbugfix (would not find kernel at all)
2015-12-07 Thierry ParmentelatMerge branch 'master' of ssh://git.onelab.eu/git/bootma...
2015-12-07 Thierry Parmentelatbugfixes for the location of kernel and initrd as obser...
2015-11-10 Ciro Scognamiglioadded check for ssl _create_unverified_context when...
2015-11-09 Thierry Parmentelatsame as previous change : ignore error when producing...
2015-11-09 Thierry Parmentelatwhen generating keys inside the bootcd environment...
2015-10-08 Thierry Parmentelatfix for when upgrading too old nodes
2015-06-26 Thierry Parmentelatremove old code that was filling in for when pycurl...
2015-06-25 Thierry Parmentelatsimplified PARTITIONS to use one entry per each partition
2015-06-25 Thierry Parmentelatvgchange is required so that /dev/mapper/* and /dev...
2015-06-25 Thierry Parmentelatadd debug messages about the status of partitions
2015-06-25 Thierry Parmentelattry to fix upgrade mode - run vgscan --mknodes
2015-06-25 Thierry Parmentelatupgrade mode was not working; CheckForNewDisks was...
2015-06-24 Thierry Parmentelatrename util get_block_device_list into get_block_device...
2015-06-24 Thierry Parmentelatbreakpoint messages always show up
2015-06-24 Thierry Parmentelatsmall cosmetic changes
2015-06-23 Thierry Parmentelatprettyfied
2015-06-23 Thierry Parmentelata first stab at upgrading nodes
2015-06-23 Thierry Parmentelatalways use print_function
2015-06-21 Thierry Parmentelatuse TLSv1 instead of SSLv3
2015-04-29 Thierry Parmentelatremove breakpoints, and use log instead of print when...
2015-04-29 Thierry Parmentelatstill prettifying
2015-04-29 Thierry Parmentelatwas meant with previous commit
2015-04-28 Thierry Parmentelatoops
2015-04-28 Thierry Parmentelatprettifying source/
2015-04-28 Thierry Parmentelatdone prettifying
2015-04-28 Thierry Parmentelatbugfix for ssh key generation (were all typed rsa1)
2015-04-28 Thierry Parmentelatmore prettifying
2015-04-28 Thierry Parmentelatoops
2015-04-28 Thierry Parmentelatoops
2015-04-28 Thierry Parmentelatno real change, just made prettier with a more standard...
2015-04-24 Thierry Parmentelatnew boot_state 'upgrade' is recognized much like 'reins...
2015-04-24 Thierry Parmentelatpurely cosmetic: white spaces, .format rather than...
2015-04-24 Thierry Parmentelatonly cosmetic
2014-05-15 Thierry ParmentelatMerge branch 'ansible'
2014-04-16 Thierry Parmentelatdefine extensions in vars even if not yet set ansible
2014-04-16 Sapan BhatiaMerge branch 'ansible' of ssh://git.planet-lab.org...
2014-04-16 Sapan BhatiaThe extensions variable is not expected to be in the...
2014-04-16 Thierry Parmentelatfor debugging - print stack in case of exceptions caugh...
2014-04-04 Sapan BhatiaMore workarounds for MyPLC 5.0
2014-04-04 Sapan BhatiaWorkaround to make extensions variable work with MyPLC 5.0
2014-04-04 Sapan BhatiaCopy and paste error
2014-04-04 Sapan BhatiaAdd AnsibleHook step to list of available modules
2014-04-03 Sapan BhatiaSet ONE_PARTITION if you want to make one giant root...
2014-04-03 Sapan BhatiaChanges to support running BootManager 5.2 on MyPLC...
2014-04-01 Sapan BhatiaStep to hook into Ansible
2014-04-01 Sapan BhatiaIgnore vservers partition
2014-04-01 Sapan BhatiaFixed path to Ubuntus initrd
2014-04-01 Sapan BhatiaLook for kernel in image, not in root
2014-04-01 Sapan BhatiaDrop node manager and node update
2014-04-01 Sapan BhatiaDrop call to authconfig in generic distribution
2014-04-01 Sapan BhatiaDon't write vservers to fstab for non-rpm
2014-04-01 Sapan BhatiaSupport non-rpm distributions
2014-04-01 Sapan BhatiaSupport kernel check other than rpm
2014-03-31 Sapan BhatiaTabulation issue
2014-03-31 Sapan BhatiaIntroduce new variable: ONE_PARTITION for indicating...
2014-03-31 Sapan BhatiaTypo
2014-03-31 Sapan BhatiaDon't mount vservers partition if absent
2014-03-31 Sapan BhatiaDon't mount vservers partition if absent
2014-03-31 Sapan BhatiaROOT_SIZE is a string not a number
2014-03-31 Sapan BhatiaIdentify kernel version in a way that does not depend...
2014-03-31 Sapan BhatiaSupport having only one partition
2014-03-21 Thierry Parmentelatinvoke mkfs.btrfs with -f only if supported
2014-01-14 Thierry Parmentelattypo
2014-01-14 Thierry Parmentelatavoid using conf_files initscript that might go when...
2014-01-11 Thierry Parmentelatinitrd has a new location under /boot/ in f20
2013-12-22 Thierry ParmentelatThomas's fix about calling mkfs.btrfs with the -f option
2013-02-27 Thierry Parmentelatturning on ntpd is now done in the nodeimage (post...
2013-02-27 Thierry Parmentelatbugfixes
2013-02-27 Thierry Parmentelatmerged 5.0 (traditional vserver-based) and 5.1 (aka...
2013-02-26 Thierry Parmentelatlog more details
2013-02-26 Thierry Parmentelatjust print out node's 'virt' as gotten from GetNodeFlavour
2012-08-31 Thierry Parmentelatrun parted with the --script option to prevent from...
2012-06-30 Thierry Parmentelatimprove rendering in log
2012-06-29 Thierry Parmentelatanother angle to the 'try msdos, fallback to gpt' approach
2012-06-29 Thierry Parmentelatadd a comment about why this partitioning code is still...
2012-06-28 Sapan Bhatiasfdisk does not support gpt partition tables
2012-06-27 Thierry Parmentelatpartition tables using gpt instead of msdos with disks...
2012-05-15 Thierry Parmentelatwhoops
2012-05-15 Thierry Parmentelateasier to retrieve duration for downloading/extracting...
2012-03-29 Thierry Parmentelatno change - only added comment
2011-06-25 Thierry Parmentelatwe're finding nodes that have old material from their...
2011-06-10 Thierry ParmentelatMerge branch 'master' of ssh://git.onelab.eu/git/bootma...
2011-06-02 Tony Mackadded support for software raid
2011-05-27 Stephen Solteszfixed typo
2011-05-27 Stephen SolteszAdd Runlevelagent to BM. Add UpdateLastBootOnce()...
2011-05-09 Thierry ParmentelatMerge branch 'master' of ssh://git.onelab.eu/git/bootma...
2011-05-05 Thierry Parmentelatcosmetic
2011-04-18 Stephen SolteszMerge branch 'master' of ssh://git.planet-lab.org/git...
2011-04-18 Stephen SolteszAdd extra umounts for /dev and /sys
2011-04-18 Stephen SolteszAdd extra umounts for /dev and /sys
2011-04-08 S.Çağlar OnurRevert "handle one hostname <--> multiple ip"
2011-04-08 S.Çağlar Onurhandle one hostname <--> multiple ip
2011-04-01 Stephen SolteszIncrease the default root fs size to 14G. This will...
2011-03-16 S.Çağlar OnurSilent following warning;
2011-03-15 S.Çağlar Onurremove hardcoded file list
2011-02-15 Thierry Parmentelatoops
2011-02-14 Thierry Parmentelatadd bm version
2011-02-14 Thierry Parmentelatadd /bm-install.txt at the root of the installed hdd
2011-01-18 Thierry Parmentelatadd ext3 in initrd for f14
next