java - Adding a profile to a child container does not replicate in the other child containers in an ensemble? -


i have started working on fabric8 in have created ensemble of 3 fabric servers - node1, node2 , node3. each fabric server has child preferably node1-child1, node2-child1 , node3-child1 respectively.

i want add profile child containers. thought because in cluster, adding profile in 1 child container replicate profile in other child containers well. not happen!

is there way can achieve above without going each container , adding profile?

adding profile 1 child container not automatically add other child containers. in case, child containers in cluster duplicates of each other, not desirable.

you have add profile every child container has run contents of profile. once done, if change in profile, containers profile update automatically.


Comments

Popular posts from this blog

Hatching array of circles in AutoCAD using c# -

ios - UITEXTFIELD InputView Uipicker not working in swift -

Python Pig Latin Translator -