Skip to content

Instantly share code, notes, and snippets.

@pcn
Created July 8, 2015 01:03
Show Gist options
  • Select an option

  • Save pcn/076527a6640efe80a8a6 to your computer and use it in GitHub Desktop.

Select an option

Save pcn/076527a6640efe80a8a6 to your computer and use it in GitHub Desktop.
use the same version of salt-cloud as salt-minion
2015-07-07 17:44:47     coval3nce       arrg my brain is hurting trying to track down “[ERROR   ] Invalid keyword 'standard' for variable 'master_type’”
2015-07-07 17:44:56     murrdoc or is that something u can do on the os itself
2015-07-07 17:46:08     murrdoc whats the salt version on the two servers ?
2015-07-07 17:46:11     murrdoc coval3nce:
2015-07-07 17:46:37     coval3nce       the error is happening on 2015.5.0, 2015.5.1, 2015.5.2, but 2015.5.3 works
2015-07-07 17:46:55     coval3nce       of course 2015.5.2 is the one in EPEL right now
2015-07-07 17:47:08     murrdoc ouch
2015-07-07 17:47:58     coval3nce       oh i beti know whats up, the minion config is getting generated with different options compatible with 2015.5.3 (salt-cloud version)
2015-07-07 17:48:14     coval3nce       and that is a mismatch with what my minions have
2015-07-07 17:50:02     murrdoc yeah
2015-07-07 17:51:38     coval3nce       https://github.com/saltstack/salt/blob/2015.5/salt/config.py#L66
2015-07-07 17:51:51     coval3nce       i’m getting “standard” in mine
2015-07-07 17:52:16     coval3nce       https://github.com/saltstack/salt/blob/v2015.5.3/salt/config.py#L300 bam
2015-07-07 17:52:35     coval3nce       vs https://github.com/saltstack/salt/blob/v2015.5.2/salt/config.py#L289
2015-07-07 17:52:58     coval3nce       i guess moral of the story, make sure salt-cloud matches the versions on the minions
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment