DNM - used for testing etcd block device early#276
DNM - used for testing etcd block device early#276EmilienM wants to merge 4 commits intoopenshift:mainfrom
Conversation
We now have the ability for a machine to have additional block devices to be attached. Here is an example on how to use `additionalBlockDevices` for adding additional Cinder volumes attached to the server instance: ```yaml additionalBlockDevices: - nameSuffix: dbvol1 size: 50 volumeType: my-volume-type availabilityZone: az0 tag: database ``` Co-authored-by: Matt Pryor <matt@stackhpc.com> Co-authored-by: Emilien Macchi <emilien@redhat.com> (cherry picked from commit 94d9690) (cherry picked from commit edb9ef4)
Edit go.mod to bump Gophercloud to v1.7.0 instead of v1.3.0 then: ``` go mod tiny go mod vendor ``` (cherry picked from commit bb659ab)
|
[APPROVALNOTIFIER] This PR is NOT APPROVED This pull-request has been approved by: The full list of commands accepted by this bot can be found here. DetailsNeeds approval from an approver in each of these files:Approvers can indicate their approval by writing |
Co-authored-by: Emilien Macchi <emilien@redhat.com> Co-authored-by: Martin André <m.andre@redhat.com> (cherry picked from commit 51b1996)
c23dda9 to
40e2c50
Compare
(cherry picked from commit dce1886)
|
@EmilienM: all tests passed! Full PR test history. Your PR dashboard. DetailsInstructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. I understand the commands that are listed here. |
Change-Id: I5f84f77c80a10c947444219580fe2f99dda75255
DO NOT REVIEW - IGNORE IT - I'm using it for testing purpose.
AdditionalBlockDevices/hold