commit | 8d5afbf9f198fbe31ae2c3c06c176f6323e56302 | [log] [tgz] |
---|---|---|
author | Oleh Hryhorov <ohryhorov@mirantis.com> | Fri Jan 19 13:06:07 2018 +0200 |
committer | Oleh Hryhorov <ohryhorov@mirantis.com> | Fri Jan 19 13:06:07 2018 +0200 |
tree | 89ba07fcadcd88165df9893eaafac621ae102af5 | |
parent | 77a8af1c6c48c2dbfd6322322067e5500a669ae0 [diff] |
Adding master ID to master.conf file The patch fixes the issue when reclass adapter crashes if a new node is tried to register in reclass metadata with reactor/runner mechanism. This actually happens because of merged PR https://github.com/saltstack/salt/pull/15881 so ID of master is chnaged to <NODE_NAME>_master https://github.com/saltstack/salt/blame/2017.7/salt/config/__init__.py#L3584 thats why runner modul can't fine the node and crashes. Change-Id: I12b59db72d58d5b9d09cbd454201a75366545779 Related-PROD: PROD-17051