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

[CCE] Add possibility to encrypt data volumes #1117

Merged
merged 5 commits into from
Jun 11, 2021
Merged

Conversation

lego963
Copy link
Contributor

@lego963 lego963 commented Jun 10, 2021

Summary of the Pull Request

Add new field kms_id in data_volumes spec to perform encryption with KMS
Resolves: #1109

PR Checklist

Acceptance Steps Performed

=== RUN   TestAccCCENodesV3Basic
--- PASS: TestAccCCENodesV3Basic (734.55s)
=== RUN   TestAccCCENodesV3EncryptedVolume
--- PASS: TestAccCCENodesV3EncryptedVolume (1686.42s)
PASS


Process finished with the exit code 0

@lego963 lego963 requested review from a team, outcatcher and anton-sidelnikov and removed request for a team June 10, 2021 13:50
otc-zuul[bot]
otc-zuul bot previously approved these changes Jun 10, 2021
@@ -16,36 +16,37 @@ import (

var privateIP = "192.168.1.13"

func TestAccCCENodesV3_basic(t *testing.T) {
const nodeName = "opentelekomcloud_cce_node_v3.node_1"
Copy link
Contributor

Choose a reason for hiding this comment

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

That's not exactly a Node name, rather a resource name

Copy link
Contributor Author

Choose a reason for hiding this comment

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

I've renamed it to resourceNameNode, because const resourceName has collisions with the same const name in resource_opentelekomcloud_cce_cluster_v3_test

Add note for the CCE node encryption
otc-zuul[bot]
otc-zuul bot previously approved these changes Jun 11, 2021
@lego963 lego963 added the gate Merge PR label Jun 11, 2021
@otc-zuul
Copy link

otc-zuul bot commented Jun 11, 2021

Build succeeded.

@otc-zuul otc-zuul bot merged commit 8ff1113 into devel Jun 11, 2021
@otc-zuul otc-zuul bot deleted the cce-volume-encryption branch June 11, 2021 11:48
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Support CCE 1.19.8 Worker Node Data Disk Encryption
3 participants