Skip to content

Conversation

@SunithaGudisagarIBM1
Copy link
Collaborator

Community Note

  • Please vote on this pull request by adding a 👍 reaction to the original pull request comment to help the community and maintainers prioritize this request
  • Please do not leave "+1" or other comments that do not add relevant new information or questions, they generate extra noise for pull request followers and do not help prioritize the request

Relates OR Closes #0000

Output from acceptance testing:

$ make testacc TESTARGS='-run=TestAccXXX'

...

@SunithaGudisagarIBM1 SunithaGudisagarIBM1 changed the title Volume qos mode UI-37534 Block: Dynamic bandwidth allocation development Nov 4, 2024
@uibm uibm self-requested a review November 5, 2024 06:37
@uibm uibm self-requested a review November 26, 2024 17:25
@SunithaGudisagarIBM1
Copy link
Collaborator Author

data "ibm_is_instance_profile" "test1" {
    name="bx2-2x8"
}
Screenshot 2025-07-31 at 12 29 49 PM
data "ibm_is_instance_profiles" "test1" {
}
Screenshot 2025-07-31 at 12 30 41 PM

@SunithaGudisagarIBM1
Copy link
Collaborator Author

resource "ibm_is_instance" "testacc_instance" {
  name    = "tfp-instance"
  image   = "r134-cdc7b64f-8d86-4412-ac96-7765b1e9253f"
  profile = "bx2-2x8"
  primary_network_interface {
    subnet = "0713-55ad7df6-ccd1-4491-a116-6bcfd30aa646"
  }
  vpc  = "r134-5d5f60df-41f8-4ad9-a651-0e7be8c52f13"
  zone = "us-south-1"
  # keys = [ibm_is_ssh_key.testacc_sshkey.id]
  network_interfaces {
    subnet = "0713-55ad7df6-ccd1-4491-a116-6bcfd30aa646"
    name   = "eth1"
  }
  volume_bandwidth_qos_mode = "weighted"
} 
Screenshot 2025-07-31 at 12 38 48 PM Screenshot 2025-07-31 at 12 40 06 PM Screenshot 2025-07-31 at 12 40 55 PM Screenshot 2025-07-31 at 12 56 38 PM

@SunithaGudisagarIBM1
Copy link
Collaborator Author

resource "ibm_is_instance_template" "testacc_instance_template" {
  name    = "tfp-instance-tmp"
  image   = "r134-cdc7b64f-8d86-4412-ac96-7765b1e9253f"
  profile = "bx2-2x8"
  primary_network_interface {
    subnet = "0713-55ad7df6-ccd1-4491-a116-6bcfd30aa646"
  }
  vpc  = "r134-5d5f60df-41f8-4ad9-a651-0e7be8c52f13"
  zone = "us-south-1"
  keys = ["r134-a6f4bdad-5351-4ceb-88f8-5111ccdf3764"]
  network_interfaces {
    subnet = "0713-55ad7df6-ccd1-4491-a116-6bcfd30aa646"
    name   = "eth1"
  }
  volume_bandwidth_qos_mode = "weighted"
}   
Screenshot 2025-07-31 at 1 01 19 PM Screenshot 2025-07-31 at 1 01 41 PM

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants