Expand my Community achievements bar.

SOLVED

MSM Custom Rollout manager

Avatar

Community Advisor

Hi All,

We are working on one requirement where we need to implement custom LiveAction for achieving custom rollout (master to live site). The trouble is, we need to rollout the specific components from master site to specific live sites. Need to implement conditional rollout depending on certain properties. If we write custom LiveAction, we are not able to restrict the component from getting rolled out to certain live sites. How could we restrict the rollout of certain components in the custom action?

We have thought of following solutions.

1) There is a method "isExcludedNode()" in RolloutManager which can restrict a node from getting rolled out. However we are not able to find the property to be set at node level to make the node excluded = true.

2) Like overriding the LiveAction, can we override RolloutManager also?

Please please please somebody help me.

Thanks.

1 Accepted Solution

Avatar

Correct answer by
Level 10

LiveAction is right place & do not have much experience here.

How about breaking inheritance by configuring your component in felix console live action?

View solution in original post

2 Replies

Avatar

Correct answer by
Level 10

LiveAction is right place & do not have much experience here.

How about breaking inheritance by configuring your component in felix console live action?

Avatar

Community Advisor

Hi Sham,

1. For the 1st point you explained we are using live action only but we are not able to restrict so that only specific component gets rolled out on call of our custom action.

2.For the second point-Could you please explain bit more so that i can try that.

Thanks in advance.