Commit Graph
523 Commits
Author SHA1 Message Date
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
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
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
Srikanth Myakam ca92c4f5ea Added storeLocation, storeName properties to Cert class. 2016-09-15 01:07:35 -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
SRIKKANTH 5c0ec65612 Removed unused code and trailing spaces 2016-09-08 11:35:40 -07:00
Hongjiang Zhang a737bfbf84 Fix the issue of failing to find resource disk for FreeBSD
FreeBSD VM gets a UUID from host which informs where resource
disk locates. But that UUID string was not exposed from VM kernel,
as a result, the agent used a hard code "2:1:0" as the location of
resource disk. That should be updated after FreeBSD VM kernel
exposed UUID through "sysctl dev.storvsc" command.

But considering compatible with previous FreeBSD VM, the hard code
logic cannot be removed, and they are left there as a fallback.
2016-09-08 14:23:49 +08:00
Hans Krijger 11d31fb3bf code review feedback 2016-09-07 17:19:54 -07:00
Hans Krijger 6830c8e32a minor refactor and reformat; ensure current agent is excluded from get_latest_update; adds unit test 2016-09-07 15:30:06 -07:00
SRIKKANTH 80ae8ad656 Metadata certificate download support added. 2016-09-07 14:56:22 -07:00
Hans Krijger 85f0eae3df restart service on registration (#406) 2016-09-07 08:33:09 -07:00
Hans Krijger 1fa2d965b6 handle wireserver 503s more gracefully (#405) 2016-09-07 08:30:59 -07:00
Hans Krijger b31f2f4517 indenting fix (#407) 2016-09-02 16:10:31 -07:00
Hans Krijger 91d64b5fb9 ensure all calls to call_storage_service use http proxy; pep8 fixes and cleanup (#399) 2016-09-01 16:45:25 -07:00
brendandixon 0c25cc9430 Merge pull request #403 from hglkrijger/gh389
ensure null bytes are not present in shlex input
2016-09-01 09:03:34 -07:00
Hans Krijger f81238cbfb ensure null bytes are not present in shlex input 2016-08-31 15:25:13 -07:00
brendandixon 47442f76a9 Merge pull request #402 from hglkrijger/gh400
update the force option for mkfs.xfs
2016-08-31 13:57:00 -07:00
Hans Krijger b950ba1600 update the force option for mkfs.xfs 2016-08-31 13:18:49 -07:00
Kamran Khan 6c536b17f9 Fix issue Azure/WALinuxAgent#388 (#390)
- add missing substatus
- fixes #388
2016-08-30 14:13:12 -07:00
Hans Krijger 866c423e85 pep8 fixes and formatting cleanup; make get_mount_string static
port fix for #183; code cleanup
2016-08-29 17:22:17 -07:00
Steven Luther 8b53e8e4b8 Mount Options feature (#346)
* add testing for mountpoint, some refactoring

* fixed double space in mount string

* patch for ConfigProvider

* revert patch to original string.

* update documentation, add 'n' option for mountopts

* remove test argument

* More descriptive description in README, n to None

* minor var name changes for clarity

* spacing, missing self in get_mount_string

* mount_opts to mount_options

* add config option to writtet WaagentConf, minor style changes.

* mount options fix, is not Note

* add self to get_mount_string args

* self to function, not where it's called

* mount_options = output of function, not the function.

* get_mount_string returns with mount options/if not none

* forgot to remove part of the string

* instantiate resource disk handler, get_switch to get in conf.py

* Added config option to waagent.conf

* minor style fixes

* mountOpts is None change, and also added removed variable.

* revert changes to bin/waagent2.0

* reverted waagent2.0 to e8c641f

* config options added
2016-08-26 14:04:20 -07:00
David Michael 902dead2e6 Clean up the CoreOS osutil class (#379)
* osutil/coreos: clean most pylint problems

* osutil/coreos: fix misspelled service name

* osutil/coreos: use systemctl to get the real PID
2016-08-23 12:02:44 -07:00
Hans Krijger 42053d9bbf Host channel fix (#375)
* use the correct data for host channel fallback; adds unit test
adds unit test

* update the agent version to 2.1.6.1
2016-08-18 15:40:31 -07:00
Hans Krijger ae94587069 update version to 2.1.6 (#362)
* update version to 2.1.6

* fix unit test
2016-08-12 16:48:21 -07:00
Hans Krijger de01b303da update agent version to 2.1.5.2 for pre-release testing (#359) 2016-08-11 14:19:47 -07:00
Hans Krijger b4379817f9 fix dd command 2016-08-11 13:57:38 -07:00
Brendan Dixon d820daf01c Ensure all SSH keys are created before restarting SSH daemon
Signed-off-by: Brendan Dixon <brendand@microsoft.com>
2016-08-11 09:58:01 -07:00
Hans Krijger 93054a44e9 Merge pull request #354 from ahmetalpbalkan/rdma-reorder
rdma: reorder device processing steps back to v2.0
2016-08-10 16:47:20 -07:00
Hans Krijger 814630b6bd Merge pull request #350 from hglkrijger/master
correct logic for dd fallback
2016-08-10 16:46:33 -07:00