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

local storage configuration #234

Closed
rismoney opened this issue Dec 1, 2020 · 3 comments · Fixed by #261
Closed

local storage configuration #234

rismoney opened this issue Dec 1, 2020 · 3 comments · Fixed by #261
Assignees

Comments

@rismoney
Copy link

rismoney commented Dec 1, 2020

how would i configure the following in a server profile template:
Integrated storage controller
Mode Managed by OneView
Write cache Managed manually

Name Type RAID Level Number of Drives Size GB Drive Technology Boot Accelerator
OS Logical drive RAID 1 2 n/a not specified Yes Managed manually
@rismoney
Copy link
Author

rismoney commented Dec 1, 2020

this doesn't seem to work-

  local_storage = {
    complianceControl = "Checked"
    controllers = {
      deviceSlot = "Embedded"
      initialize = false
      logicalDrives = [ { 
        name = "OS"
        
        numPhysicalDrives = 2
        raidLevel = "RAID1"
        accelerator = "Unmanaged"
      } ]
      mode = "Mixed"
    }
  }

@rismoney
Copy link
Author

rismoney commented Dec 1, 2020

I'm not understanding how the associated config goes in terraform based on this:
ref https://techlibrary.hpe.com/docs/enterprise/servers/oneview5.0/cic-api/en/index.html#rest/server-profile-templates

@nabhajit-ray nabhajit-ray self-assigned this Dec 2, 2020
@AsisBagga AsisBagga self-assigned this Dec 14, 2020
@AsisBagga
Copy link
Collaborator

@rismoney Hi Rich, Thank you for raising this issue. As of now, our Terraform Provider SDK scope's limited to few attributes for local storage while creating server profile template, However, I'll be adding this enhancement and will keep you posted on this.

@AsisBagga AsisBagga assigned AsisBagga and unassigned AsisBagga and nabhajit-ray Dec 16, 2020
This was referenced Feb 8, 2021
@AsisBagga AsisBagga linked a pull request Feb 10, 2021 that will close this issue
6 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants