summaryrefslogtreecommitdiff
path: root/google_compute_engine
Commit message (Expand)AuthorAgeFilesLines
* Fix the group and user modification commands. (#460)Max Illfelder2017-08-162-14/+13
* Fix the group and user modification commands. (#459)Max Illfelder2017-08-163-9/+10
* Account commands are strings, not booleans. (#456)Max Illfelder2017-08-161-4/+4
* Accounts daemon will not write to a symlink file. (#453)Max Illfelder2017-08-152-4/+42
* Support for internal IP address load balancing. (#434)Max Illfelder2017-08-113-14/+62
* Add options in [Accounts] for user/group commands (#443)Helen Koike2017-07-275-39/+84
* Replace file paths by variables (#440)LN Fornazier2017-07-2012-15/+64
* Allow nologin on other paths (#406)zimbatm2017-07-151-2/+2
* Test downloading Google Storage files with curl. (#436)Max Illfelder2017-07-141-0/+10
* Try to download files on Google Storage with curl. (#435)Ivan Seidel2017-07-141-2/+6
* Rename config metadata key and fix config logic. (#411)Max Illfelder2017-06-084-19/+72
* Update instance setup to accept metadata configs. (#409)Max Illfelder2017-06-075-52/+154
* Add a config option to disable IP alias support. (#410)Max Illfelder2017-06-073-2/+39
* Update "user_ssh_keys" when a user is removed. (#396)Max Illfelder2017-04-272-0/+8
* Remove setting home directory permissions. (#394)Max Illfelder2017-04-142-4/+0
* Fix documentation for the instance config file. (#389)Max Illfelder2017-03-211-6/+7
* Prevent unchanged authorized keys file writes. (#386)Max Illfelder2017-03-142-2/+14
* home dir SetPermissions changed from 755 to 750 (#385)Ryan Currah2017-03-132-3/+3
* Improved error handling and support for COS. (#374)Max Illfelder2017-02-224-11/+24
* Improve handling retries in the metadata watcher. (#371)Max Illfelder2017-02-142-9/+20
* Remove the "/32" subnet from IP aliases. (#364)Max Illfelder2016-12-092-2/+12
* Reject SSH keys with non-ascii characters. (#356)Max Illfelder2016-11-102-0/+15
* Handle exceptions when writing the sudoers file (#354)Robert Schweikert2016-11-022-4/+29
* Add support for IP aliases. (#345)Max Illfelder2016-10-274-15/+53
* Provide an error when gsutil is not installed (#353)Robert Schweikert2016-10-202-3/+20
* Add a timeout option to metadata watcher calls. (#344)Max Illfelder2016-10-196-31/+61
* Improved network interface configuration on EL. (#340)Max Illfelder2016-09-304-77/+220
* Accounts daemon only modifies groups on user add. (#339)Max Illfelder2016-09-121-4/+6
* 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