-
Notifications
You must be signed in to change notification settings - Fork 77
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
Conversation
Add new test case with encryption
1664fe8
to
b0df354
Compare
@@ -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" |
There was a problem hiding this comment.
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
There was a problem hiding this comment.
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
opentelekomcloud/services/cce/resource_opentelekomcloud_cce_node_v3.go
Outdated
Show resolved
Hide resolved
Add note for the CCE node encryption
Build succeeded.
|
Summary of the Pull Request
Add new field
kms_id
indata_volumes
spec to perform encryption with KMSResolves: #1109
PR Checklist
Acceptance Steps Performed