Skip to content

Instantly share code, notes, and snippets.

@whytewolf
Created November 1, 2016 20:11
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save whytewolf/24ebe4dd6fed01a4a8d28c6adcad8357 to your computer and use it in GitHub Desktop.
Save whytewolf/24ebe4dd6fed01a4a8d28c6adcad8357 to your computer and use it in GitHub Desktop.
nodegroups:
openstack_compute: 'comp*'
openstack_ctrl: 'ctrl*'
openstack: 'N@openstack_compute or N@openstack_ctrl'
[root@salt01 salt]# salt -N openstack test.ping
ctrl01.wolfcloud.bad4.us:
True
ctrl03.wolfcloud.bad4.us:
True
comp01.wolfcloud.bad4.us:
True
ctrl02.wolfcloud.bad4.us:
Minion did not return. [No response]
comp02.wolfcloud.bad4.us:
Minion did not return. [No response]
[root@salt01 salt]# salt -N openstack test.ping
ctrl02.wolfcloud.bad4.us:
True
ctrl01.wolfcloud.bad4.us:
True
ctrl03.wolfcloud.bad4.us:
True
comp02.wolfcloud.bad4.us:
True
comp01.wolfcloud.bad4.us:
True
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment