No documentation for using abra in multi-operator environments #323
Loading…
x
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
In Autonomic, we have a repo with a list of all our apps. In order to add my new swarm to this I had to do:
mv ~/.abra/servers/example.swarm.autonomic.zone <apps repo location>
cd <apps repo location> && git add * && git commit -a
ln -s <apps repo location>/example.swarm.autonomic.zone ~/.abra/servers/example.swarm.autonomic.zone
Perhaps we could add this example to the docs?
Amazing, thank you for documenting this!
There is some related documentation that could maybe be tied into this:
Also, see coop-cloud/organising#314
Just added instructions to migrate a newly-added server into this set-up, declaring this closed.