Closed lambada closed 2 months ago
Looking at the code I think that error is probably coming from https://github.com/CanastaWiki/Canasta-CLI/blob/2fbcb74ab63d09eed057ae113f86b7ea3d047e68/internal/orchestrators/orchestrators.go#L199-L200 A lot of places emit very similar errors about orchestrators not being available... but this one appears to be the only one to have a capitalized Orchestrator.
Recreation steps:
canasta create
run:canasta create -a megan -i canasta1 -r compose-override.yaml --rootdbpass --wikidbuser wiki --wikidbpass -w defaultwiki
canasta add
command pointing to the samecanasta
instance$ canasta add -a megan -i canasta1 -s "Second Wiki" -u "wiki2.example.com" -w wiki2 --wikidbuser wiki
This results in the following complaint
Orchestrator: compose is not available
This is the conf.json that is generated after the
canasta create
commanddocker compose
is still working, and as the conf file shows the orchestrator was there for the create command.