- 09 Aug, 2014 2 commits
-
-
Max Illfelder authored
Fixed safe_format_and_mount to work on redhat 6
-
Max Illfelder authored
-
- 08 Aug, 2014 1 commit
-
-
Max Illfelder authored
-
- 07 Aug, 2014 1 commit
-
-
jkaplowitz authored
Bump version to 1.1.6
-
- 06 Aug, 2014 1 commit
-
-
Jimmy Kaplowitz authored
-
- 04 Aug, 2014 6 commits
-
-
jkaplowitz authored
Sets default safe_format_and_mount fs of EL 7 to xfs.
-
jkaplowitz authored
Fixes minor bug in block_disk_test.py
-
Danny Jones authored
MountFileSystem() constructor now takes correct number of arguments.
-
Danny Jones authored
safe_format_and_mount now uses xfs by default on EL 7 systems
-
jkaplowitz authored
Modifies xfs mount to ignore uuid.
-
Danny Jones authored
Often, the bundled image shares the same UUID as the disk where gcimagebundle is called. For xfs mounts, this causes a uuid conflict when mounting the new image. This modifies the mount to ignore the uuid when mounting.
-
- 01 Aug, 2014 2 commits
-
-
jkaplowitz authored
Add support for xfs
-
Danny Jones authored
-
- 31 Jul, 2014 1 commit
-
-
Danny Jones authored
-
- 29 Jul, 2014 1 commit
-
-
jkaplowitz authored
Cleanup systemd services for google-startup-scripts
-
- 28 Jul, 2014 1 commit
-
-
Danny Jones authored
syslog.target is no longer provided in systemd. Changes onboot service to oneshot type, which ensures it will fully execute before running any services dependent on its completion. Ensures google-startup-scripts run only after onboot finishes
-
- 21 Jul, 2014 6 commits
-
-
jkaplowitz authored
Do not process accounts with /sbin/nologin as login shell
-
cbacon authored
Add a comment explaining why /sbin/nologin accounts get skipped, and lower logging level to debug.
-
cbacon authored
-
cbacon authored
-
jkaplowitz authored
Switch expired SSH key log level to debug
-
Jimmy Kaplowitz authored
To avoid spamming the console output.
-
- 11 Jul, 2014 1 commit
-
-
Max Illfelder authored
Code review fixes to the startup script
-
- 10 Jul, 2014 5 commits
-
-
Jeremy Edwards authored
Fixes extracting os info from regex groups.
-
Danny Jones authored
With the new regex, the info we want is in groups 1,3, and 5.
-
Jeremy Edwards authored
Modifies regex to correctly recognize centos-7.
-
Danny Jones authored
-
Danny Jones authored
CentOS 7's /etc/redhat-release outputs: CentOS Linux release 7.0.1406 (Core) This modifies the regex to parse this format in addition to the previous centos-6 format.
-
- 09 Jul, 2014 2 commits
-
-
Jeremy Edwards authored
Add client timeout to metadata hanging request
-
David Newgas authored
* Tell urllib2 to wait a little longer than the timeout we gave to metadata server. * Reduce timeout from 5mins to 1min.
-
- 08 Jul, 2014 1 commit
-
-
David Newgas authored
This ensures we don't hang even if the metadata server does not honor the timeout we pass it. We don't need to handle the exception as the daemon loop catches and retries on all exceptions.
-
- 07 Jul, 2014 1 commit
-
-
Max Illfelder authored
Removed an incorrect wildcard character Fixed style code issues
-
- 02 Jul, 2014 2 commits
-
-
Max Illfelder authored
The script should allow for the following gs urls: http://storage.googleapis.com/bucket/object/ http://bucket.storage.googleapis.com/object/ http://commondatastorage.googleapis.com/bucket/object/ https://storage.googleapis.com/bucket/object/ https://bucket.storage.googleapis.com/object/ https://commondatastorage.googleapis.com/bucket/object/ commondata URLs are depricated but currently supported.
-
-
- 01 Jul, 2014 4 commits
-
-
Jeremy Edwards authored
Bump version to 1.1.5
-
Jeremy Edwards authored
-
Max Illfelder authored
-
Max Illfelder authored
When the url contains "storage.googleapis.com" it is treated as a google storage url and runs gsutil on it. This is eager and may check urls that are not valid. In this case gsutil will fail and the default correct behavior will occur.
-
- 30 Jun, 2014 2 commits
-
-
Max Illfelder authored
-
Max Illfelder authored
Removed hanging authentication check
-