Skip to content

Commit

Permalink
added metadata for dash
Browse files Browse the repository at this point in the history
  • Loading branch information
mukrishn committed Nov 1, 2023
1 parent b6aac27 commit a21c375
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions libs/platforms/rosa/terraform/terraform.py
Original file line number Diff line number Diff line change
Expand Up @@ -310,6 +310,9 @@ def create_cluster(self, platform, cluster_name):
cluster_info = platform.environment["clusters"][cluster_name]
cluster_info["uuid"] = self.environment["uuid"]
cluster_info["install_method"] = "terraform"
cluster_info["per_template_count"] = platform.environment['clusters_per_apply']
cluster_info["tf_count"] = platform.environment['clusters_per_apply_count']
cluster_info["total_count"] = platform.environment['cluster_count']
self.logging.info(f"Creating cluster {cluster_info['index']} on ROSA with name {cluster_name} and {cluster_info['workers']} workers")
cluster_info["path"] = platform.environment["path"] + "/" + cluster_name
os.mkdir(cluster_info["path"])
Expand Down

0 comments on commit a21c375

Please sign in to comment.