summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* update testsvm_renameLiam Hopkins2019-08-073-17/+22
|
* Restart primary networking to detect new hostname.Liam Hopkins2019-08-0716-340/+72
|
* Fix python setup.py version to be complaint with legacy builds. (#832)Zach Marano2019-08-071-1/+1
| | | Fixes #831
* Add msg to consult gsutil team before changing cfg (#826)Matt Houglum2019-08-012-0/+8
| | | | | | | | | | | | | * Add msg to consult gsutil team before changing cfg This should help prevent issues like #820. Fixes #820. (Note that #823 added the fix; this simply closes out an additional action-item resulting from that issue.) * Add another msg where we decide to write the cfg
* Bump versions. (#825)Zach Marano2019-08-0111-8/+28
|
* Re-enable boto config and don't write plugin line. (#823)Zach Marano2019-08-014-10/+1
|
* Update script retrieval for Python 2 and 3. (#822)Max Illfelder2019-07-312-4/+4
| | | | Non-breaking spaces cause utf-8 encoding to fail during file writes. Writing as bytes should be 2/3 compatible.
* Correct JSON refcount decrementing (#821)Liam Hopkins2019-07-311-7/+2
|
* Prepare for release. Bump versions. (#816)Zach Marano2019-07-2911-8/+27
|
* Remove unused binary search logic (#812)Liam Hopkins2019-07-221-194/+10
|
* Switch to the v1 Guest Attributes URL. (#810)Rick Wright2019-07-222-2/+2
|
* Fixbuild (#809)Liam Hopkins2019-07-164-9/+12
|
* Support for Google Private Access over IPv6 (#790)creatiwit2019-07-1214-51/+383
| | | | | | * Enable IPv6 on interfaces based on metadata key. * Support for FreeBSD and SLES images is still needed. * Support for multi-NIC is still needed. * NOTE: `-6` argument to dhclient silently changes pid-file to `/run/dhclient6.pid`
* Specify cpp version in Makefile (#808)Liam Hopkins2019-07-121-5/+6
|
* Fix syslog output for metadata scripts for systemd. (#807)Zach Marano2019-07-113-3/+3
|
* Update README's. (#804)Zach Marano2019-07-092-55/+22
|
* Groups (#784)Liam Hopkins2019-07-094-134/+569
| | | | * Initial support for OS Login groups. * getgrnam/getgrgid lookups
* Fix gce_disk_expand for Debian. (#803)Zach Marano2019-07-085-23/+27
|
* New package versioning (#794)Zach Marano2019-07-0823-24/+94
|
* Disk expand: Make sure the disk has settled before continuing. (#799)Zach Marano2019-07-031-0/+2
|
* Enable IPv6 on interfaces based on metadata key. (#632)Max Illfelder2019-06-2818-64/+323
| | | | | | | | * Enable IPv6 on interfaces based on metadata key. Support for FreeBSD and SLES images is still needed. * Add a timeout to the dhclient command.
* google_oslogin_control: make it FreeBSD compatible (#796)Lucas Kanashiro2019-06-281-1/+16
|
* Disk expand: fixes for GPT (#798)Liam Hopkins2019-06-175-90/+47
|
* Fix debian python3 dependencies. (#795)Zach Marano2019-06-171-13/+7
|
* Cleanup build files pull in distro patches. (#791)Zach Marano2019-06-1121-41/+28
| | | | | | | | | | | | - Pull in common patches from Debian[1] and Ubuntu[2] sources. - Drop unnecessary build and package dependencies. - Log to journal and console directly from systemd service files and drop system journal config[3]. - Remove links from Debian build and use dh_link. - Update Debian build dependencies to Stretch+ standards. - Move Debian entry point scripts to python3. [1] https://salsa.debian.org/cloud-team/google-compute-image-packages/tree/debian/20190124-3 [2] https://git.launchpad.net/ubuntu/+source/gce-compute-image-packages/ [3] https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=923889
* Dir refactor (#788)Liam Hopkins2019-06-1125-201/+229
| | | | | | | | | | | | | | * Directory layout changes * New Makefiles * Update import paths * Add gtest build * Update references in README * Address PR feedback
* Build deb9/deb10 versions for gce-oslogin (#792)Liam Hopkins2019-06-111-5/+15
| | | | The libcurl version differs and this code must be compiled on the correct target in order to function, so build separate packages.
* refactor Makefile (#787)Liam Hopkins2019-06-109-158/+83
|
* Add manpages for NSS modules (#786)Liam Hopkins2019-06-075-1/+94
|
* Update OS Login control file for FreeBSD support. (#781)Max Illfelder2019-05-221-1/+1
| | | Fixes #780.
* Bump version to 2.8.16 and 1.5.3 for OS Login. (#779)Zach Marano2019-05-2211-8/+26
|
* Update OS Login control file for FreeBSD support. (#778)Max Illfelder2019-05-221-7/+10
|
* Encode hostkey value to utf-8 (needed for Python 3). (#775)Rick Wright2019-05-222-1/+3
|
* Bump versions to 2.8.15. (#774)Zach Marano2019-05-217-5/+20
|
* Update script retrieval for Python 3 support. (#773)Max Illfelder2019-05-212-2/+2
| | | Pull request #729 made #723 obsolete.
* Fix repo URL for EL. (#772)Zach Marano2019-05-211-1/+1
|
* Retry download for metadata scripts (#771)Tony Zhang2019-05-212-10/+107
|
* Update README for RHEL 8. (#770)Zach Marano2019-05-173-7/+34
|
* Fix XPS settings with more than 64 vCPUs (#767)braffert2019-05-141-4/+10
|
* Do not set up the boto config in Python 3. (#764)Max Illfelder2019-05-142-1/+7
| | | Users can override this value using the template config.
* Merge pull request #763 from wrigri/hostkeysRick Wright2019-05-062-17/+96
|\ | | | | Add support for writing host keys to guest attributes.
| * Merge branch 'hostkeys' of https://github.com/wrigri/compute-image-packages ↵Rick Wright2019-05-0617-40/+125
| |\ | | | | | | | | | into hostkeys
| | * Merge branch 'development' into hostkeysRick Wright2019-05-0617-40/+125
| | |\ | |_|/ |/| |
* | | RHEL 8 packages for google-compute-engine. (#753)Zach Marano2019-05-0317-40/+125
| | | | | | | | | * RHEL 8 packages for google-compute-engine.
| * | Add warning if unable to read public host key.Rick Wright2019-05-061-0/+1
| |/
| * Fix indentation.Rick Wright2019-05-061-1/+1
| |
| * Constant name change and indentation fixes.Rick Wright2019-04-301-7/+7
| |
| * Fixes based on comments (and a test improvement)Rick Wright2019-04-292-11/+21
| |
| * Fix lint.Rick Wright2019-04-291-1/+0
| |
| * Improve test coverage.Rick Wright2019-04-291-4/+16
| |