Closed Manno15 closed 3 years ago
Sorry for the trouble @Manno15 - yes, this line should ideally have been under a conditional check for Azure clusters. @karthick-rn would you be able to address this?
@Manno15 Hi, I have submitted #410 to fix this. Thanks for letting us know.
Merged the PR
When trying to set up an Ec2 instance, I received:
This appears to be related to a recent change, #395, where
self.add_specialized_configs(hosts_file)
was added toexisting.py
. Without this line, the setup runs as expected.