Here are some examples for the configuration file for additional cores in the system. The examples follow on from the Primary Core multi-node example
All hostnames used need to be resolvable
For the secondary core connecting to the example for the multi-node primary core
multi-node-core-2
squared-multi-demo
build2.10.11
multiNodeDeployment
multi-node-core-1
multi-node-core-3
the /var/squaredpaper/.env
file should contain
BusbyProject=squared-multi-demo
BusbyVersion=2.0.11
BusbyType=core
BusbyNode=multi-node-core-2
BusbyRabbit=multi-node-core-2,multi-node-core-3,multi-node-core-1
BusbyMaster=multi-node-core-1
BusbyCluster=multi-node-core-1,multi-node-core-2,multi-node-core-3
BusbyDeployment=multiNodeDeployment
Note that the
BusbyCluster
is in the same order butBusbyRabbit
is reordered to prefermulti-node-core-2
For the tertiary core connecting to the example for the multi-node primary core
multi-node-core-3
squared-multi-demo
build2.10.11
multiNodeDeployment
multi-node-core-1
multi-node-core-2
the /var/squaredpaper/.env
file should contain
BusbyProject=squared-multi-demo
BusbyVersion=2.0.11
BusbyType=core
BusbyNode=multi-node-core-3
BusbyRabbit=multi-node-core-3,multi-node-core-1,multi-node-core-2
BusbyMaster=multi-node-core-1
BusbyCluster=multi-node-core-1,multi-node-core-2,multi-node-core-3
BusbyDeployment=multiNodeDeployment
Note that the
BusbyCluster
is in the same order butBusbyRabbit
is reordered to prefermulti-node-core-3