opsworks icon indicating copy to clipboard operation
opsworks copied to clipboard

Add 'instance' filter to built in filters

Open msvbhat opened this issue 8 years ago • 1 comments

I want to run a specific recipe (or a list of recipes) in a specific instance. So I tried to specify three filters 'stack', 'layer' and 'instance'. But looks like there is no filter called instance.

It would be great to have instance filter, so that below command works

opsworks recipes -f 'stack:my_stack,layer:my_layer,instance:my_instance' -u -v my_cookbook::my_recipe

msvbhat avatar May 15 '17 06:05 msvbhat

Hi and thanks for the feedback. I think that's something that would indeed help, I will add this soon

Le 15 mai 2017 08:48, "M S Vishwanath Bhat" [email protected] a écrit :

I want to run a specific recipe (or a list of recipes) in a specific instance. So I tried to specify three filters 'stack', 'layer' and 'instance'. But looks like there is no filter called instance.

It would be great to have instance filter, so that below command works

opsworks recipes -f 'stack:my_stack,layer:my_layer,instance:my_instance' -u -v my_cookbook::my_recipe

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/plivo/opsworks/issues/6, or mute the thread https://github.com/notifications/unsubscribe-auth/AA5M2_W9tMtIewth0CRklvMImAbhmn_Nks5r5_VIgaJpZM4NauhV .

Esya avatar May 15 '17 07:05 Esya