commit | 87d1f1b26d0106a1cb2801f711797400cbfdce78 | [log] [tgz] |
---|---|---|
author | Sam Stoelinga <sammiestoel@gmail.com> | Mon Apr 02 14:10:49 2018 -0700 |
committer | Dmitry Kalashnik <dkalashnik@mirantis.com> | Thu Apr 05 13:17:37 2018 +0400 |
tree | 5f252a88cda878a598cb5ff0b11c5051a8b2be2f | |
parent | 5dac8d85593214fca9ba36abedc461d16b79a5cf [diff] |
Fix prometheus update during compute node deploy Currently the following command fails: `salt -C "I@prometheus" state.sls prometheus` this is because no salt minions are matched which in turn causes the deploy compute node pipeline to fail. The pillar target that works is prometheus:server which targets the correct salt minions. PROD-Related: PROD-19010 Change-Id: Iea7633fd5a87926c3381507efba6081bbcdcd0c2