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

Add private/public IP attributes to CCE node #127

Merged
merged 1 commit into from
May 17, 2019
Merged

Add private/public IP attributes to CCE node #127

merged 1 commit into from
May 17, 2019

Conversation

niuzhenguo
Copy link
Member

fixes #118

@ghost ghost added the size/XS label May 17, 2019
@niuzhenguo niuzhenguo merged commit f246db3 into huaweicloud:master May 17, 2019
@niuzhenguo niuzhenguo deleted the cce-node-ip branch May 17, 2019 03:38
@Thomas999999
Copy link

Hi,
for me as a tester/user it is not quite sure when those fixes/adaptions were live in production code, for example also the issues you fixed for authentication_mode & os key are still not working:

C:\Testinfo\AWS_Dathub_Vora\Huawei-Cluster\cluster-dev>terraform plan
Error: huaweicloud_cce_cluster_v3.cluster_1: : invalid or unknown key: authentication_mode

C:\Testinfo\AWS_Dathub_Vora\Huawei-Cluster\cluster-dev>terraform plan
Error: huaweicloud_cce_node_v3.cce_node[0]: : invalid or unknown key: os
Error: huaweicloud_cce_node_v3.cce_node[1]: : invalid or unknown key: os
Error: huaweicloud_cce_node_v3.cce_node[2]: : invalid or unknown key: os
Error: huaweicloud_cce_node_v3.cce_node[3]: : invalid or unknown key: os

Thus were do I see as user/tester that your fixes were not only done, but also live for production use?
Thanks for all your effort!

@niuzhenguo
Copy link
Member Author

@Thomas999999 You can build the provider youself to test according to the README

@niuzhenguo
Copy link
Member Author

@Thomas999999 V1.5.0 just released, pelase have a try!

@Thomas999999
Copy link

seems that version 1.5 is not yet fetched:
C:\Testinfo\AWS_Dathub_Vora\Huawei-Cluster\cluster-dev>terraform init

Initializing provider plugins...

The following providers do not have any version constraints in configuration,
so the latest version was installed.

To prevent automatic upgrades to new major versions that may contain breaking
changes, it is recommended to add version = "..." constraints to the
corresponding provider blocks in configuration, with the constraint strings
suggested below.

*** provider.huaweicloud: version = "~> 1.4"**

  • provider.null: version = "~> 2.1"

Terraform has been successfully initialized!

You may now begin working with Terraform. Try running "terraform plan" to see
any changes that are required for your infrastructure. All Terraform commands
should now work.

If you ever set or change modules or backend configuration for Terraform,
rerun this command to reinitialize your working directory. If you forget, other
commands will detect it and remind you to do so if necessary.

C:\Testinfo\AWS_Dathub_Vora\Huawei-Cluster\cluster-dev>terraform plan

Error: huaweicloud_cce_cluster_v3.cluster_1: : invalid or unknown key: authentication_mode

Error: huaweicloud_cce_node_v3.cce_node[0]: : invalid or unknown key: os

Error: huaweicloud_cce_node_v3.cce_node[1]: : invalid or unknown key: os

Error: huaweicloud_cce_node_v3.cce_node[2]: : invalid or unknown key: os

Error: huaweicloud_cce_node_v3.cce_node[3]: : invalid or unknown key: os

@niuzhenguo
Copy link
Member Author

@Thomas999999 Please use terraform init -upgrade=true to upgrade to 1.5.0

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
2 participants