summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* prune travis config (#907)HEADmasterLiam Hopkins2021-10-281-36/+0
|
* Fix typo in new repo link (#895)Nathan Guenther2020-07-201-1/+1
|
* Remove unused workflows. (#894)Zach Marano2020-05-055-350/+0
|
* move disk expand (#893)Liam Hopkins2020-05-0522-764/+4
|
* Update README for python-gceLiam Hopkins2020-04-291-2/+2
|
* move GCE to guest-configs, deprecate python (#887)Liam Hopkins2020-04-2927-1981/+27
|
* use flock in EL disk expand (#892)Liam Hopkins2020-04-282-36/+36
|
* Merge branch 'development'Zach Marano2020-04-285-17/+36
|\
| * Interim fix fo EL7 GPT header move race condition with systemd-fsck. (#891)developmentZach Marano2020-04-285-17/+36
| |
* | Merge branch 'development'Zach Marano2020-04-201-0/+3
|\ \ | |/
| * Fix disk expand for EL7 race conditions. (#888)Zach Marano2020-04-201-0/+3
| |
* | Merge branch 'development'Zach Marano2020-04-0342-893/+128
|\ \ | |/
| * fix bugs in disk-expand (#879)Liam Hopkins2020-03-257-35/+50
| |
| * Set smp affinity from affinity hint for gvnic queues (#882)Adi Suresh2020-01-231-3/+22
| |
| * Configs for new guest agent (#858)Liam Hopkins2020-01-2134-855/+56
| | | | | | | | * Remove relevant files and configs for legacy python daemons * Add dependency on guest-agent package
* | Merge branch 'development'v20191210Zach Marano2019-12-1011-27/+91
|\ \ | |/
| * Version bump to 20191210. (#880)Zach Marano2019-12-104-3/+10
| |
| * Roll forward a fix for #862. (#876)Max Illfelder2019-12-054-21/+23
| | | | | | | | | | Support retry limits in metadata retrieval without changing guest behaviors.
| * version bump for revert (#877)Liam Hopkins2019-11-203-2/+8
| |
| * Disable overcommit accounting on E2 VMs (again) (#874)Liam Hopkins2019-11-202-2/+57
| |
| * Revert #864, #868 (#875)Liam Hopkins2019-11-204-18/+20
| |
* | version bump for revert (#877)v20191121Liam Hopkins2019-11-203-2/+8
| |
* | Revert #864, #868 (#875)Liam Hopkins2019-11-204-18/+20
| |
* | Merge branch 'development'v20191115Zach Marano2019-11-155-19/+16
|\ \ | |/
| * Roll versions forward for #871 (#872)Zach Marano2019-11-153-3/+9
| |
| * Revert "Disable overcommit accounting on E2 VMs (#865)" (#871)Zach Marano2019-11-152-16/+7
| | | | | | This reverts commit 880daf9de49873d37aa6723dff4bba81542d1ecd.
* | Merge branch 'development'v20191113Zach Marano2019-11-1315-36/+76
|\ \ | |/
| * Fix typo and package build. (#867)Zach Marano2019-11-132-2/+3
| |
| * add a missed change for retries (#868)Liam Hopkins2019-11-132-3/+3
| |
| * Version:20191112.0 (#866)Liam Hopkins2019-11-127-8/+22
| |
| * Wait on tentative v6 link-local addrs before DHCP (#861)Liam Hopkins2019-11-121-0/+18
| |
| * Disable overcommit accounting on E2 VMs (#865)Liam Hopkins2019-11-122-7/+16
| | | | | | * Disable overcommit accounting on E2 VMs
| * Added retry loop to _HandleMetadataUpdate (#864)BongoEADGC62019-11-122-17/+15
| |
* | Update README.md (#860)Simon Bennett2019-10-181-0/+1
| | | | | | Add reference for the recently added CentOS 8.
* | Merge branch 'development'v20190916Zach Marano2019-09-1612-44/+29
|\ \ | |/
| * Bump versions. (#851)Zach Marano2019-09-167-5/+17
| |
| * Fix EL6 spec to not call systemctl and put that logic back in the EL7+ spec ↵Zach Marano2019-09-162-5/+5
| | | | | | | | (#848)
| * rollback VM rename feature (#850)Liam Hopkins2019-09-162-29/+13
| |
| * google-startup-scripts run before apt-daily on systemd systems (#841)Liam Hopkins2019-09-101-0/+1
| |
* | bump gce packages to 20190911Liam Hopkins2019-09-117-11/+15
| |
* | fix network restart loop (#847)Christian Eichelmann2019-09-111-1/+1
| | | | | | if gethostname() returns the fqdn of the instance, hostname enforcement can cause continuous restart of the network. prevent this by only comparing the hostname part.
* | Merge branch 'development'Zach Marano2019-09-102-0/+18
|\ \ | |/
| * Add missing DisableIpv6 function for SLES 12 and default case. (#846)Zach Marano2019-09-102-0/+18
| |
* | Merge branch 'development'Liam Hopkins2019-09-057-37/+20
|\ \ | |/
| * remove deb10 builds (#843)Liam Hopkins2019-09-053-35/+4
| | | | | | | | | | | | * bump versions to 20190905 * missed version bump
| * bump versions to 20190905 (#842)Liam Hopkins2019-09-056-4/+18
| |
* | Merge branch 'development'Liam Hopkins2019-09-0559-4739/+117
|\ \
| * | bump versions to 20190905Liam Hopkins2019-09-053-2/+10
| |/
| * Use non-numeric project ID in generated boto.cfg for GSUtil (#828)Matt Houglum2019-08-092-8/+9
| | | | | | | | | | | | | | | | | | | | | | * Generated boto cfg now uses project ID, not number ...for the "default_project_id" attribute under the [GSUtil] section of the config file at /etc/boto.cfg. Fixes #827. * Fix indentation/line-wrap style.
| * Detect hostname changes (#835)Liam Hopkins2019-08-0918-353/+93
| | | | | | | | * Restart primary networking to detect new hostname.