Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

running with a masterless minion? #4

Closed
mvam75 opened this issue Nov 17, 2016 · 4 comments
Closed

running with a masterless minion? #4

mvam75 opened this issue Nov 17, 2016 · 4 comments

Comments

@mvam75
Copy link

mvam75 commented Nov 17, 2016

Another issue :-)

Trying to run the plugin in vagrant with a masterless minion, but there seems to be a problem with the minion matching

2016-11-17 21:23:04,842 [salt.template    ][DEBUG   ][31381] Rendered data from file: /vagrant/salt/srv/salt/common/vault-config.yml:
'amperity-vbox':
  'vault':
    'aws_key_id': 'secret/service/salt/vagrant/aws-access-key?id'
    'aws_secret_key': 'secret/service/salt/vagrant/aws-access-key?secret'

2016-11-17 21:23:04,843 [salt.utils.minions][DEBUG   ][31381] _check_compound_minions(amperity-vbox, :, True, False)
2016-11-17 21:23:04,843 [salt.utils.minions][ERROR   ][31381] Failed matching available minions with compound pattern: amperity-vbox

I've tried other standard patterns for compound matching even '*', but nothing seems to work.

@mvam75
Copy link
Author

mvam75 commented Nov 17, 2016

something interesting

2016-11-17 21:23:04,847 [salt.minion ][DEBUG ][31381] compound_match amperity-vbox ? "*" => "True"

which happens after the external pillar is loaded

@cinterloper
Copy link
Contributor

We have not tested in masterless mode during development.

your issue may, or may not, be related to
saltstack/salt#26035

If you would like to submit a patch to support masterless mode, id be happy to take a look at it

@mvam75
Copy link
Author

mvam75 commented Nov 23, 2016

I did see that, and thats most likely the issue. For now I've gone with running a salt-master in the vbox instance.

@mvam75
Copy link
Author

mvam75 commented Dec 1, 2016

closing this since running with a salt master fixes things

@mvam75 mvam75 closed this as completed Dec 1, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants