...
Download https://support.cloud.datacore.com/tools/datacore-swarmlifecycle-1.0.2-offline.tgz
Transfer this tarball to your gateway(s).
SSH to the gateway and unpack the tarball with
tar zxvf [filename]
The code should now be in a
tmp
subdirectory from where you unpacked it.Run:
cd tmp
to move to that directory.Run:
pip3 install datacore-swarmlifecycle-*tgz *whl
to install the code.Run:
pip3 install /opt/caringo/cloudgateway/bin/datacore-swarmlifecycle.tar.gz
to update to the latest version of the swarmlifecycle script provided by the most recent gateway installation.Verify the code is installed by typing:
ls /usr/local/bin/swarmlifecycle
...