Hotfixes API and gogo.sh #14
Loading…
x
Reference in New Issue
Block a user
No description provided.
Delete Branch "MOIS3Y/isp-maintenance:gogo"
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?
I came across the fact that some instances use a dash rather than an underscore in the name of containers.
The problem affects the connection to DCImanager 6. The API cannot access dci_input_1 since it is called dci-input-1.
It is not possible to predict which option is on the server, I applied a workaround even if requests returns a ConnectionError, provided that PLATFORM_TYPE == "dci" changes for the instance class f self.API_URL to http://dci-input-1
Globally, the problem would be solved if each microservice had a container_name specified in the docker-compose.yaml of the platform. But this is a question for the development department.
I also corrected gogo.sh, there were problems with --init, it once again printed help and --crt did not save the certificate in ssh-add -l