Questions tagged [openstack]

OpenStack (http://openstack.org) is a collection of open source projects that enables an open, scalable cloud infrastructure. The core of OpenStack is meant to provide consistent APIs and interfaces to a variety of potential back-ends.

OpenStack is a collection of open-source projects that enables an open, scalable cloud infrastructure. The core of OpenStack is meant to provide consistent APIs and interfaces to a variety of potential back-ends.

33 questions
4
votes
0 answers

Build Windows image for openstack with packer

I am trying to build Windows image for Openstack with packer, but i don't know how to add the autounattend.xml file or floppy files. I build the image with success from qemu but I cannot find the same for openstack. For Qemu i have the floppy_files…
pioupiou
  • 171
  • 1
  • 6
2
votes
2 answers

How to get Memory Usage from Windows Server 2012 R2 in OpenStack

I have an Rocky OpenStack cluster, I want to monitor memory usage of instances. monitoring of Linux instances is OK but Windows Server instances do not provide any data for memory usage. I've searched a lot, I've installed balloon driver on windows…
2
votes
1 answer

openstack instance metadata

With Openstack Nova CLI I could set or get instance metadata with nova meta set/get ... but with the openstack "all-in-one" CLI that option does not exist. Is it possible to work with instance metadata with the openstack client? PS: Someone with…
RuBiCK
  • 305
  • 1
  • 13
1
vote
2 answers

Is OpenStack the same type of software as Azure, AWS, etc.?

I'm not sure how to ask it. Is something like OpenStack the same thing as AWS and Azure, except it is Open Source? If I wanted to create an onsite cloud for a Production environment, can OpenStack (or other) be used?
johnny
  • 117
  • 4
1
vote
1 answer

Does OpenStack Horizons expose iops numbers for instances and volumes?

OpenStack has the ability to set iops quotas with Teraform using openstack_blockstorage_qos_v3 which seems to correspond to Block Storage API 3 in OpenStack. My question is on setting the qos_specs specs = { read_iops_sec = "40000" …
Evan Carroll
  • 2,921
  • 6
  • 37
  • 85
1
vote
1 answer

Variable for Terraform Workspace name?

When I run terraform apply in a new workspace, I get openstack_networking_port_secgroup_associate_v2.network_project_k3s: Creation complete after 1s [id=4543b73b-541e-40c3-a311-5b1f553b9d58] ╷ │ Error: Error trying to get network information from…
Evan Carroll
  • 2,921
  • 6
  • 37
  • 85
1
vote
1 answer

OpenStack API Access over secondary ethernet connection or NIC

I am trying to configure my server to utilize a secondary NIC card. I want the server to publish API access on both NICs at the same time. See the attached picture for a configuration diagram that shows that each server has two NICs, one configured…
1
vote
1 answer

How can I find out what ml2 extension drivers are enabled?

According to this document on "The Networking service internal DNS resolution", a feature I need requires the dns extension driver in OpenStack, [ml2] extension_drivers = port_security,dns How can I find what extension drivers my OpenStack's ml2…
Evan Carroll
  • 2,921
  • 6
  • 37
  • 85
1
vote
1 answer

Where does openstack_networking_port_v2 show up in OpenStack Horizons (web interface)?

I'm creating an instance with Terraform and I'm using the Terraform resource openstack_networking_port_v2. I can see this corresponds to a openstack.network.v2.port OpenStack resource. I'm using this, data "openstack_networking_network_v2" "network"…
Evan Carroll
  • 2,921
  • 6
  • 37
  • 85
1
vote
2 answers

What is the supported method for installing Kubernetes on OpenStack?

If I want to install Kubernetes on OpenStack, is there a supported method to do this?
Evan Carroll
  • 2,921
  • 6
  • 37
  • 85
0
votes
1 answer

How does one set up OpenStack Swift (object) storage container-specific API keys with Ansible?

I've got the following OpenStack commands for setting up Swift object storage containers: openstack container create $CONTAINER_NAME openstack container set --property Full-Key=$CONTAINER_API_KEY $CONTAINER_NAME I'd like to convert them to Ansible…
colan
  • 173
  • 1
  • 6
0
votes
1 answer

Is openstack public cloud like Google drive, aws where we can store data?? Or something else?

I am using cloudberry to backup data. There are lot of options where we can store data like Google drive , aws and also openstack. I got confused because I was thinking openstack as operating system which we can install in our premise..please…
Joseph N
  • 111
  • 2
0
votes
0 answers

Devstack installation fails with the error devstack@etcd.service failed

I am trying to install devstack with the following configuration: cat local.conf [[local|localrc]] ADMIN_PASSWORD=openstack DATABASE_PASSWORD=openstack RABBIT_PASSWORD=openstack SERVICE_PASSWORD=openstack HOST_IP=192.168.56.10 Here is my network…
badger
  • 123
  • 5
0
votes
0 answers

Cloud-Init on Openstack fails, if security rules limit egress traffic

The Terraform-Code of compute instance: resource "openstack_compute_instance_v2" "my-server" { name = "my-server" image_id = "xxxx" security_groups = [ openstack_networking_secgroup_v2.my_sec_group.name ] user_data =…
Simon_Prewo
  • 101
  • 2
0
votes
1 answer

Terraform's OpenStack provider: Error: One of 'auth_url` or 'cloud` must be specified

When I run terraform apply (but not terraform validate) I get the following error, Error: Invalid provider configuration Provider "registry.terraform.io/terraform-provider-openstack/openstack" requires explicit configuration. Add a provider block…
Evan Carroll
  • 2,921
  • 6
  • 37
  • 85
1
2 3