summaryrefslogtreecommitdiff
path: root/google_compute_engine
Commit message (Expand)AuthorAgeFilesLines
* Make enabling Ethernet interfaces EL compatible. (#335)Max Illfelder2016-09-065-78/+94
* Fix IP forwarding utils Python 3 compatibility. (#331)Max Illfelder2016-08-262-9/+18
* Update the README for networking changes. (#330)Max Illfelder2016-08-252-5/+5
* Fix user account management on Python 3. (#327)Max Illfelder2016-08-222-6/+9
* Provide a service to enable network interfaces on boot. (#314)Max Illfelder2016-08-1923-193/+500
* Allow metadata script output that is not utf-8. (#319)Max Illfelder2016-08-081-1/+1
* Use MAC address metadata for IP forwarding. (#312)Max Illfelder2016-07-274-104/+235
* Daemons should run if configs are not set. (#313)Max Illfelder2016-07-252-3/+3
* Test style improvement for config manager test. (#311)Max Illfelder2016-07-251-22/+24
* Add user to docker group if exists. (#309)Jeff Mendoza2016-07-211-1/+1
* The metadata watcher should not use a proxy. (#305)Max Illfelder2016-07-212-39/+74
* Prevent compute auth from hanging. (#297)Max Illfelder2016-07-132-33/+41
* Fixed exception checking in metadata watcher. (#294)Max Illfelder2016-07-082-12/+6
* Add a null handler to GCE loggers (#293)thobrla2016-07-073-6/+23
* Update exception handling in the metadata watcher. (#288)Max Illfelder2016-06-244-33/+74
* Update metadata scripts to default to bash. (#287)Max Illfelder2016-06-232-4/+4
* Support distro configs for instance defaults. (#286)Max Illfelder2016-06-232-2/+49
* Provide a default logger for the metadata watcher.Max Illfelder2016-06-161-1/+2
* Trim leading whitespace in metadata scripts.Max Illfelder2016-06-062-3/+3
* Create the base directory before copying files.Max Illfelder2016-05-312-2/+12
* Check the instance config file in instance setup.Max Illfelder2016-05-273-4/+46
* Fix logging in the Linux guest environment.Max Illfelder2016-05-2712-33/+76
* Remove the config for default ethernet interface.Max Illfelder2016-05-254-12/+7
* Improve and fix the sysvinit guest configs.Max Illfelder2016-05-206-14/+20
* Fix packaging on sysvinit.Max Illfelder2016-05-191-5/+9
* Fix packaging bugs.Zach Marano2016-05-194-4/+20
* 100% unit test coverage on Linux guest code.Max Illfelder2016-05-165-3/+67
* Improved the file library description.Max Illfelder2016-05-111-1/+1
* Improved locking in the config manager library.Max Illfelder2016-05-112-7/+12
* Generate instance defaults during instance setup.Max Illfelder2016-05-1012-121/+322
* Account and IP forwarding compatibility fixes.Max Illfelder2016-05-0417-297/+327
* Separate out the testing compatibility file.Max Illfelder2016-05-0418-49/+74
* Python 2.6 support for Linux guest testing.Max Illfelder2016-05-0317-30/+28
* Update Python versions used in continuous testing.Max Illfelder2016-05-031-2/+6
* Python 3 compatible tests for the Linux guest.Max Illfelder2016-05-0326-74/+100
* Linux guest environment v2.Max Illfelder2016-04-2943-0/+4868