Skip to content

Commit

Permalink
fix: adjust cloud init path
Browse files Browse the repository at this point in the history
  • Loading branch information
jaydesl committed Jul 19, 2024
1 parent ddfb54c commit e2b7459
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion submitter/adaptors/terraform_adaptor.py
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@ def __init__(self, adaptor_id, config, dryrun, validate=False, template=None):
self.account_file = "{}accounts.json".format(self.volume)
self.oci_auth_key = "{}oci_api_key.pem".format(self.volume)

self.cloud_init_template = "./system/cloud_init_worker_tf.yaml"
self.cloud_init_template = "./system/cloud_init_worker.yaml"
self.configure_template = "./system/configure_tf"
self.configure_file = "/var/lib/micado/submitter/preprocess/egi/configure.py"
self.auth_data_file = "/var/lib/micado/submitter/auth/auth_data.yaml"
Expand Down

0 comments on commit e2b7459

Please sign in to comment.