Skip to content

Commit

Permalink
adding an env field for dashboard
Browse files Browse the repository at this point in the history
  • Loading branch information
mukrishn committed Oct 18, 2023
1 parent 18d22a7 commit 5fcc516
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions libs/platforms/rosa/hypershift/hypershift.py
Original file line number Diff line number Diff line change
Expand Up @@ -425,6 +425,7 @@ def create_cluster(self, platform, cluster_name):
cluster_info = platform.environment["clusters"][cluster_name]
cluster_info["uuid"] = self.environment["uuid"]
cluster_info["hostedclusters"] = self.environment["cluster_count"]
cluster_info["environment"] = self.environment["rosa_env"]
cluster_info["install_method"] = "rosa"
self.logging.info(f"Creating cluster {cluster_info['index']} on Hypershift with name {cluster_name} and {cluster_info['workers']} workers")
cluster_info["path"] = platform.environment["path"] + "/" + cluster_name
Expand Down

0 comments on commit 5fcc516

Please sign in to comment.