summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Merge branch 'development'20160826Max Illfelder2016-08-266-32/+64
|\
| * Version bump the Google Python package to 2.2.2. (#332)Max Illfelder2016-08-261-1/+1
| |
| * Fix IP forwarding utils Python 3 compatibility. (#331)Max Illfelder2016-08-262-9/+18
| |
| * Update the README for networking changes. (#330)Max Illfelder2016-08-253-22/+45
| |
* | Merge branch 'development'20160823Max Illfelder2016-08-233-7/+10
|\ \ | |/
| * Version bump the Google Python package to 2.2.1. (#328)Max Illfelder2016-08-221-1/+1
| |
| * Fix user account management on Python 3. (#327)Max Illfelder2016-08-222-6/+9
| | | | | | | | - Fix debug print statement in accounts daemon. - Fix use of filter in accounts daemon for Python 3.
* | Merge branch 'development'20160819Max Illfelder2016-08-1946-200/+608
|\ \ | |/
| * Renamed google_configs directory to match package. (#323)Max Illfelder2016-08-197-0/+0
| |
| * Remove test coverage for Python 3.2. (#324)Max Illfelder2016-08-191-1/+0
| | | | | | Changes to test infrastructure do not support Python 3.2.
| * Version bump the Python and init packages. (#322)Max Illfelder2016-08-192-2/+2
| | | | | | | | - Introducing a new service and common library in the Python package. - Add init configuration to run the new service on boot.
| * Provide a service to enable network interfaces on boot. (#314)Max Illfelder2016-08-1935-195/+593
| | | | | | | | | | | | - Update the google-compute-engine-init package to run the service. - Create a common library for inspecting network interfaces. - Improved style consistency. - Fixed the instance config file logic.
| * Update the README's troubleshooting instructions. (#321)Max Illfelder2016-08-121-1/+12
| |
| * Allow metadata script output that is not utf-8. (#319)Max Illfelder2016-08-081-1/+1
| |
* | Merge branch 'development'20160803Max Illfelder2016-08-0311-173/+340
|\ \ | |/
| * Version bump the Google Python package to 2.1.3. (#318)Max Illfelder2016-08-031-1/+1
| |
| * Update travis config to fix a tox breakage. (#316)Max Illfelder2016-07-291-3/+2
| |
| * 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
| |
* | Merge branch 'development'20160719Zach Marano2016-07-196-5/+37
|\ \ | |/
| * Bump google_compute_engine_init to 2.0.2. (#303)Zach Marano2016-07-191-1/+1
| |
| * Fix migration from existing guest environment to new guest environment. (#302)Zach Marano2016-07-196-4/+36
| |
* | Merge branch 'development'20160718Zach Marano2016-07-184-4/+16
|\ \ | |/
| * Merge pull request #301 from zmarano/developmentZach Marano2016-07-181-1/+1
| |\ | | | | | | Bump google_compute_engine_init to 2.0.1
| | * Bump google_compute_engine_init to 2.0.1Zach Marano2016-07-181-1/+1
| | |
| * | Merge pull request #300 from zmarano/developmentZach Marano2016-07-184-3/+15
| |\ \ | | |/ | | | Fix dependencies for init package and run instance_setup during postinst.
| | * Fix dependencies for init package and run instance_setup duringZach Marano2016-07-184-3/+15
| |/ | | | | | | postinst.
* | Merge branch 'development'20160714Max Illfelder2016-07-143-34/+42
|\ \ | |/
| * Version bump the Google Python package to 2.1.2. (#298)Max Illfelder2016-07-141-1/+1
| |
| * Prevent compute auth from hanging. (#297)Max Illfelder2016-07-132-33/+41
| | | | | | | | When a user does not have service account credentials, the compute auth script should give a warning instead of hanging.
* | Merge branch 'development'20160711Max Illfelder2016-07-111-1/+2
|\ \ | |/
| * Travis should only publish changes from master. (#296)Max Illfelder2016-07-111-1/+2
| |
* | Merge branch 'development'Max Illfelder2016-07-086-19/+30
|\ \ | |/
| * Version bump the Google Python package to 2.1.1. (#295)20160708Max Illfelder2016-07-081-1/+1
| |
| * 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
| | | | | | | | | | | | This fixes an issue where the compute auth boto plugin would emit a warning message to the root logger than no handlers could be found for the "compute-auth" logger when a GCE service account was not configured.
* | Merge branch 'development'20160707Max Illfelder2016-07-0743-139/+287
|\ \ | |/
| * Merge pull request #292 from illfelder/documentationZach Marano2016-07-061-10/+15
| |\ | | | | | | Update README documentation for the new package.
| | * Update README documentation for the new package.Max Illfelder2016-07-061-10/+15
| | |
| * | Merge pull request #291 from illfelder/developmentZach Marano2016-07-061-1/+1
| |\ \ | | |/ | |/| Version bump the Google Python package to 2.1.0.
| | * Version bump the Google Python package to 2.1.0.Max Illfelder2016-07-061-1/+1
| |/
| * Replace the old daemon packages in the new guest. (#289)Max Illfelder2016-06-291-0/+2
| |
| * Update exception handling in the metadata watcher. (#288)Max Illfelder2016-06-244-33/+74
| | | | | | | | | | | | * An error message should only be printed once to prevent log spam. * Calls to the metadata watcher will retry until metadata is retrieved. * Use logging exceptions for printing errors.
| * 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
| |
| * Merge pull request #283 from illfelder/packageMax Illfelder2016-06-2229-68/+74
| |\ | | | | | | Create a Google Compute Engine init package.
| | * Create a Google Compute Engine init package.Max Illfelder2016-06-2229-68/+74
| | | | | | | | | | | | | | | | | | The google-compute-engine package is identical to the Python package and does not install distro specific init files. The new package is necessary to automatically run daemons and instance setup.