I have recently started working on fabric8 in which I have created an ensemble of three fabric servers - node1, node2 and node3. Each fabric server has a child preferably node1-child1, node2-child1 and node3-child1 respectively.
I want to add a profile to all the child containers. I thought because they are in a cluster, adding a profile in one child container will replicate the profile in other child containers as well. But that does not happen!
Is there a way I can achieve the above without specifically going into each container and adding the profile?