Bug 1900454
| Summary: | Enable host-based disk encryption on Azure platform | ||
|---|---|---|---|
| Product: | OpenShift Container Platform | Reporter: | Denis <dkorzuno> |
| Component: | Cloud Compute | Assignee: | Joel Speed <jspeed> |
| Cloud Compute sub component: | Other Providers | QA Contact: | Milind Yadav <miyadav> |
| Status: | CLOSED ERRATA | Docs Contact: | |
| Severity: | high | ||
| Priority: | unspecified | CC: | jspeed, mimccune, mjudeiki |
| Version: | 4.7 | ||
| Target Milestone: | --- | ||
| Target Release: | 4.8.0 | ||
| Hardware: | All | ||
| OS: | Linux | ||
| Whiteboard: | |||
| Fixed In Version: | Doc Type: | No Doc Update | |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2021-07-27 22:34:24 UTC | Type: | Bug |
| Regression: | --- | Mount Type: | --- |
| Documentation: | --- | CRM: | |
| Verified Versions: | Category: | --- | |
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
| Cloudforms Team: | --- | Target Upstream Version: | |
| Embargoed: | |||
| Bug Depends On: | |||
| Bug Blocks: | 1929721 | ||
|
Description
Denis
2020-11-23 05:05:43 UTC
the PR associated with this issue is still under review We are deferring this feature to 4.8 As this is being deferred, unsetting target release for now Validated on :
[miyadav@miyadav ~]$ oc get clusterversion
NAME VERSION AVAILABLE PROGRESSING SINCE STATUS
version 4.8.0-0.nightly-2021-02-21-102854 True False 45m Cluster version is 4.8.0-0.nightly-2021-02-21-102854
Steps :
1. Copy the exiting machineset that comes with IPI installation
oc get machineset <machineset-name> -o yaml > new_encrypt_at_rest.yaml
example-
[miyadav@miyadav ~]$ oc get machineset
oc NAME DESIRED CURRENT READY AVAILABLE AGE
miyadav-2202-5n7qm-worker-northcentralus 3 3 3 3 52m
[miyadav@miyadav ~]$ oc get machineset miyadav-2202-5n7qm-worker-northcentralus -o yaml > rhv/azure/encry_ms.yaml
2.create new machineset after replacing below values :
name -> as per choice , replicas -> as per choice
Add below to spec section values :
.
.
.
publicIP: false
securityProfile:
encryptionAtHost: true
.
.
Run oc create -f new_encrypt_at_rest.yaml
3.Describe the created machine
Expected and Actual result:
[miyadav@miyadav ~]$ oc describe machine miyadav-2202-5n7qm-worker-northcentralus-e-nk4zv | grep -i "Encryption"
Encryption At Host: true
Additional Info :
Moved to VERIFIED
Since the problem described in this bug report should be resolved in a recent advisory, it has been closed with a resolution of ERRATA. For information on the advisory (Moderate: OpenShift Container Platform 4.8.2 bug fix and security update), and where to find the updated files, follow the link below. If the solution does not work for you, open a new bug report. https://access.redhat.com/errata/RHSA-2021:2438 |