778 Commits
Author SHA1 Message Date
William Douglas d4a3226142 Add Clear Linux distro support 2016-10-26 21:12:05 +00:00
brendandixon b3bfdac934 Merge pull request #462 from brendandixon/master
Improved logging message for dirty termination
2016-10-25 11:04:05 -07:00
Brendan Dixon 84d4532558 Correctly handle agent family without package URIs
Signed-off-by: Brendan Dixon <brendand@microsoft.com>
2016-10-25 10:43:00 -07:00
Brendan Dixon 04f3497da1 Improved logging message for dirty termination
Signed-off-by: Brendan Dixon <brendand@microsoft.com>
2016-10-14 10:35:38 -07:00
Nathan LeClaire ef3d68857c Fix alpine DHCP pid detection (#456)
Signed-off-by: Nathan LeClaire <nathan.leclaire@gmail.com>
2016-10-05 11:50:32 -07:00
Yoon Hong c3532dd93a Merge pull request #444 from jinhyunr/SecureHostGAConnection
Send additional headers when using HostGAPlugin (#443)
2016-09-30 14:05:03 -07:00
Yoon Hong c74e9f874f Fix broken unit tests (#443) 2016-09-29 22:06:27 -07:00
brendandixon db9e0eb730 Merge pull request #451 from hglkrijger/proxy
fix proxy port type
v2.2.0
2016-09-28 08:59:35 -07:00
Hans Krijger 1da8e32266 ensure the proxy port is an integer; logging improvements 2016-09-27 15:30:53 -07:00
brendandixon d6594a1cfb Merge pull request #450 from hglkrijger/master
update version to 2.2.0
2016-09-27 11:17:32 -07:00
Hans Krijger 1ed45981d2 fix unit tests 2016-09-27 10:18:14 -07:00
Yoon Hong 3185c3023a Send whole VM Status json string to HostGAPlugin for status uploading (#443) 2016-09-27 00:26:12 -07:00
Hans Krijger cb2f1d1fda update version to 2.2.0 2016-09-26 17:41:13 -07:00
Hans Krijger 9131aa7885 replace incorrect call to low() (#449) 2016-09-26 16:34:39 -07:00
brendandixon e1e62fabcc Merge pull request #448 from hglkrijger/master
stop repeating logs for extension handling
2016-09-26 13:05:15 -07:00
Hans Krijger df76fc22a3 log etag once per upgrade 2016-09-26 12:37:43 -07:00
Hans Krijger 03dbf1eeb4 stop repeating logs for extension handling 2016-09-26 12:05:20 -07:00
Yoon Hong 42be001a3a Pass goal_state as an argument when creating HostPluginProtocol (#443) 2016-09-23 20:31:44 -04:00
Hans Krijger 4de1637eec update version for testing (#445) 2016-09-23 14:40:13 -07:00
Yoon Hong 26377e6c96 Send additional headers when using HostGAPlugin (#443) 2016-09-23 15:57:49 -04:00
Hans Krijger ed0f379b89 updating version to 2.1.6.7 for testing (#442) 2016-09-22 14:37:06 -07:00
Hans Krijger 630acd221d update version for testing (#441) 2016-09-21 11:41:56 -07:00
brendandixon 979ed6797f Merge pull request #439 from brendandixon/master
Ensure to load latest agents
2016-09-20 14:41:54 -07:00
Brendan Dixon 41c81907db Ensure to load latest agents
Signed-off-by: Brendan Dixon <brendand@microsoft.com>
2016-09-20 11:57:57 -07:00
Yoon Hong 93d9105cf4 Merge pull request #437 from jinhyunr/remove_shell
Replace unnecessary shell out logics with python based ones (#232)
2016-09-19 20:54:50 -04:00
Hans Krijger 6c6e4ae117 add support for BlackForest region in makepkg (#438) 2016-09-19 16:30:14 -07:00
Yoon Hong 5576dea216 Replace unnecessary shell out logics with python based ones (#232) 2016-09-16 20:02:43 -04:00
Hans Krijger d9810c30ff remove repeating logs from info channel (#436) 2016-09-16 14:54:20 -07:00
Hans Krijger 51714dd4aa Update version to 2.1.6.5 for test publishing (#435)
* update version to 2.1.6.4 for testing

* updating version to 2.1.6.5
2016-09-16 13:26:55 -07:00
Hans Krijger 99f4cf5bac update version to 2.1.6.4 for testing (#434) 2016-09-16 11:58:15 -07:00
brendandixon c7fd71254a Ensure agent and extension hotfix versions are examined (#430)
Signed-off-by: Brendan Dixon <brendand@microsoft.com>
2016-09-16 11:50:00 -07:00
Hans Krijger b824c6cd92 update version for testing (#431) 2016-09-16 09:47:24 -07:00
brendandixon 5f61d6abac Merge pull request #415 from ministat/mount_resource_disk_freebsd
Fix the issue of failing to find resource disk for FreeBSD
2016-09-15 11:18:37 -07:00
brendandixon c3007dddc6 Merge pull request #429 from SRIKKANTH/master
Added storeLocation, storeName properties to Cert class.
2016-09-15 11:17:15 -07:00
brendandixon 92b8abfbf1 Merge pull request #424 from hglkrijger/gh418
Add goal state version info
2016-09-15 11:15:02 -07:00
brendandixon 3dad8b3579 Merge pull request #427 from hglkrijger/selinux
remove code which disables selinux
2016-09-15 11:13:47 -07:00
Srikanth Myakam ca92c4f5ea Added storeLocation, storeName properties to Cert class. 2016-09-15 01:07:35 -07:00
Scott Moser 54256269d4 walinuxagent.service: adjust Wants and After (#426)
There is no reason for walinuxagent.service to Want
cloud-final.service.  That could cause problems if cloud-init was
disabled.

There is also no reason for it to need to run After cloud-final.
Instead replace that with After of cloud-init.  That will ensure
that cloud-init in its datasource code has an opportunity affect
walinuxagent before it starts.

The need for this is because cloud-init was starting walinux.service
during cloud-init.service, which would cause unresolvable
cyclic dependencies.
2016-09-14 16:57:04 -07:00
Hans Krijger 4539b6eaaa remove code which disables selinux 2016-09-14 16:41:05 -07:00
Hans Krijger 181f8f6642 fix python 3 unit tests 2016-09-13 16:06:06 -07:00
Srikanth Myakam 7dbe786dd7 Removed unwanted debug messages. (#423) 2016-09-13 15:32:42 -07:00
Hans Krijger bddb239c5f update version to 2.1.6.2 2016-09-13 15:27:36 -07:00
Hans Krijger a2079192ee add current version to --version output 2016-09-13 15:27:36 -07:00
Hans Krijger 220d87cff3 stop pidof from spamming the logs (#421) 2016-09-13 12:18:16 -07:00
Hans Krijger 86afcb05ca Minor fixes (#420)
* pep8 cleanup

* add the disallow_major_upgrade property to ExtHandlerPackage

* initial commit

* minor cleanup
2016-09-13 12:14:50 -07:00
brendandixon 86db583c8c Merge pull request #416 from hglkrijger/gh411
Report ready when provisioning is disabled
2016-09-08 14:31:01 -07:00
drivelbyday 638dd039ae Update factory.py (#408) 2016-09-08 13:28:14 -07:00
Hans Krijger 113a32c48b wite provisioned file and report ready even when provisioning is disabled 2016-09-08 13:04:53 -07:00
Hans Krijger 6ee62e846b pep8 reformat 2016-09-08 13:04:53 -07:00
brendandixon 7595f88314 Merge pull request #413 from SRIKKANTH/master
Metadata certificate download support added.
2016-09-08 11:42:59 -07:00