Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Enable cluster topology for OpenStack by default and update cluster-openstack default version to 0.3.0 #638

Merged
merged 3 commits into from Jan 28, 2022

Conversation

tfussell
Copy link
Contributor

@tfussell tfussell commented Jan 21, 2022

The latest version of cluster-openstack is 0.3.0.

In the next kubectl-gs release we will get rid of the old non-cluster topology cluster templating entirely. During the transition it should be the default.

@tfussell tfussell self-assigned this Jan 21, 2022
@tfussell tfussell requested review from a team January 21, 2022 00:18
@tfussell tfussell marked this pull request as ready for review January 21, 2022 00:18
@tfussell tfussell requested a review from a team January 21, 2022 00:18
@@ -130,7 +130,7 @@ func (f *flag) Init(cmd *cobra.Command) {

// OpenStack App only.
cmd.Flags().StringVar(&f.ClusterApp.ClusterUserConfigMap, flagClusterUserConfigMap, "", "Path to the user values configmap YAML file for Cluster App (OpenStack App CR only).")
cmd.Flags().StringVar(&f.ClusterApp.ClusterAppVersion, flagClusterAppVersion, "0.1.0", "Cluster App version to be installed. (OpenStack App CR only).")
cmd.Flags().StringVar(&f.ClusterApp.ClusterAppVersion, flagClusterAppVersion, "0.2.1", "Cluster App version to be installed. (OpenStack App CR only).")
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
cmd.Flags().StringVar(&f.ClusterApp.ClusterAppVersion, flagClusterAppVersion, "0.2.1", "Cluster App version to be installed. (OpenStack App CR only).")
cmd.Flags().StringVar(&f.ClusterApp.ClusterAppVersion, flagClusterAppVersion, "0.2.2", "Cluster App version to be installed. (OpenStack App CR only).")

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

If 0.2.2 is the right version, please update the PR title and description.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks, yes, I was holding off as I was still deciding what the correct default version should be. I will update the title and description if I change it.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Done.

@tfussell tfussell changed the title Update cluster-openstack default version to 0.2.1 Update cluster-openstack default version to 0.3.0 Jan 27, 2022
@tfussell tfussell changed the title Update cluster-openstack default version to 0.3.0 Enable cluster topology for OpenStack by default and update cluster-openstack default version to 0.3.0 Jan 27, 2022
@tfussell
Copy link
Contributor Author

Made another flag change and updated the version to match with the latest release.

@tfussell tfussell merged commit fb39925 into master Jan 28, 2022
@tfussell tfussell deleted the update-default-openstack-version branch January 28, 2022 21:22
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

6 participants