summaryrefslogtreecommitdiff
path: root/README.md
Commit message (Collapse)AuthorAgeFilesLines
* move disk expand (#893)Liam Hopkins2020-05-051-1/+1
|
* move GCE to guest-configs, deprecate python (#887)Liam Hopkins2020-04-291-101/+23
|
* Update README.md (#860)Simon Bennett2019-10-181-0/+1
| | | Add reference for the recently added CentOS 8.
* Update README's. (#804)Zach Marano2019-07-091-5/+14
|
* Fix repo URL for EL. (#772)Zach Marano2019-05-211-1/+1
|
* Update README for RHEL 8. (#770)Zach Marano2019-05-171-4/+5
|
* Split out the Python package from the README. (#736)Max Illfelder2019-02-191-243/+1
| | | | The description of the Python package belongs in the Python package directory.
* Update README.md (#732)Liam Hopkins2019-01-311-56/+33
|
* Update "Version updates" sectionLiam Hopkins2019-01-241-10/+4
| | | modify version update instructions to match new layout and tooling
* Accounts: separate gpasswd command in two (#699)Lucas Kanashiro2018-12-031-1/+2
| | | | | | | | * Accounts: separate gpasswd command in two Specify different commands to add and remove users from a group. In FreeBSD, the flags used by pw utility are not the same used by gpasswd.
* Read gpasswd_cmd from config file (#658)Lucas Kanashiro2018-11-011-0/+1
| | | | | | | | | | * Read gpasswd_cmd from config file With this we can configure the specific FreeBSD command to remove an user from a group enabling the sudoers removal feature in it. * Add gpasswd_cmd to README and config file generation
* Fix python packaging doc URL on README.md (#635)Gustavo Serra Scalet2018-08-061-1/+1
|
* Add default_shell in instance_config (#609)Helen Koike2018-05-151-0/+1
| | | | | | | | | | | | * Add default_shell in instance_config In some systems, bash is not necessarily installed and not necessarily the default shell. FreeBSD for instance doesn't come with bash by default. Add default_shell option and let the system to chose which shell to use to execute metadata startup/shutdown scripts. Fallback to bash
* Create Network Daemon (#556)ryanwe2018-04-021-19/+17
| | | | | | | | * Refactor network_setup and ip_forwarding. * Update and add tests. * Update configurations to remove network_setup and ip_forwarding_daemon. * Update configurations to start network_setup daemon. * Update documentation.
* Add dhclient_script to README. (#514)Zach Marano2017-11-021-0/+1
| | | | | | * Add dhclient_script to README. * Updated description of dhclient script.
* Generate SSH host keys when none are present. (#510)Max Illfelder2017-10-271-17/+18
| | | | Provide an instance config option for specifying which host key types to generate.
* Move deprecated package list to troubleshooting. (#470)Zach Marano2017-08-241-15/+19
|
* Update package repository names. (#469)Zach Marano2017-08-241-2/+2
|
* Improve grammar in the README (#464)Josh Soref2017-08-221-27/+27
|
* New packages, package builds, and documentation updates. v2.6.0 (#463)Zach Marano2017-08-211-33/+64
| | | | | | | | | | | | | | | | | | | * Debian and RPM spec's for new packages along with build workflows. * Update README, bump new packages to 2.6.0, remove old fpm package scripts. * Update the "Versions" section of the readme. * Python is capitalized. * Improved wording and formatting. * Improved style of the workflow README. * Remove trailing new line. * Remove trailing new line.
* Support for internal IP address load balancing. (#434)Max Illfelder2017-08-111-0/+1
|
* Add README documentation for config options. (#446)Max Illfelder2017-07-281-0/+4
|
* Add a config option to disable IP alias support. (#410)Max Illfelder2017-06-071-0/+1
|
* Fix documentation for the instance config file. (#389)Max Illfelder2017-03-211-2/+3
| | | | Update README instructions for using the instance config template file in a running instance.
* Improved error handling and support for COS. (#374)Max Illfelder2017-02-221-0/+1
|
* Add Debian 9 stretch builds for Linux packages. (#368)Zach Marano2017-01-101-4/+31
|
* Update the README to document distro configs. (#350)Max Illfelder2016-10-191-0/+5
|
* Make enabling Ethernet interfaces EL compatible. (#335)Max Illfelder2016-09-061-8/+3
| | | | | - Remove the IsEnabled function because it does not work on CentOS and RHEL. - Changed the method to enable network interfaces for CentOS and RHEL. - Update the README for the new configuration option.
* Update the README for networking changes. (#330)Max Illfelder2016-08-251-17/+40
|
* Update the README's troubleshooting instructions. (#321)Max Illfelder2016-08-121-1/+12
|
* Update README documentation for the new package.Max Illfelder2016-07-061-10/+15
|
* Adding codecov (#285)Jon Wayne Parrott2016-06-221-1/+1
|
* Updating travis to use tox (#282)Jon Wayne Parrott2016-06-211-0/+2
|
* Add package distribution docs to README.Zach Marano2016-06-161-3/+58
|
* Update the README with PyPI package instructions.Max Illfelder2016-06-151-2/+7
|
* Update README for boto troubleshooting.Max Illfelder2016-06-131-0/+10
|
* Add a Table of Contents to the README.Max Illfelder2016-06-091-7/+27
|
* README file for the Linux guest environment.Max Illfelder2016-06-081-2/+268
|
* Create development branch.Zach Marano2016-04-291-49/+1
|
* Move gcimagebundle to legacy.Zach Marano2016-04-131-3/+0
|
* Update README for disk-expand and gcimagebundle deprecation.Zach Marano2016-02-121-7/+5
|
* Update README.mdfeczo2015-05-221-2/+2
| | | fix typos in commands
* Add install from source repository instructionsDavid Newgas2015-04-131-0/+30
| | | Occasionally it is necessary to install from master, for example if somebody needs the as yet unreleased clock-sync manager. This commit adds instructions on how to do this.
* Google clock sync manager to sync the system clock when a migrationZach Marano2015-03-201-1/+1
| | | | | | occurs. Fix white space in existing daemons to be consistent. Change-Id: I7a0bacf90046e705ac548fdf3d8214aed534422b
* Updating linksSean O'Keefe2014-11-271-4/+4
|
* Add instructions on how to contribute to the project.Jeremy Edwards2013-12-091-1/+8
|
* Add instructions on how to contribute to the project.Jeremy Edwards2013-12-091-0/+3
|
* Readme has been updated to provide better usage instructions.Jeremy Edwards2013-08-071-5/+11
|
* Updated LICENSE and README.mdJeremy Edwards2013-08-021-2/+9
|
* Initial commitjeremyje2013-08-021-0/+4