Skip to main content

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.

0 votes
1 answer
886 views

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&...
Evan Carroll's user avatar
  • 2,251
0 votes
1 answer
23 views

Does OpenStack meta data carry the remote-exec provisioner stanza?

I have a Terraform HCL file with a remote-exec provisioner that looks like this.. resource "openstack_compute_instance_v2" "sandboxvm" { provisioner "remote-exec" { ...
Evan Carroll's user avatar
  • 2,251
-1 votes
1 answer
214 views

What is the ip address of the OpenStack metadata server, and how can I query it?

Where is the OpenStack metadata server located? What can I do query it?
Evan Carroll's user avatar
  • 2,251
0 votes
1 answer
36 views

Is it possible to download a "clouds.yaml" file for an Application Credential that already exists?

When I log into OpenStack Horizons, under Identity → Application Credentials I can see the name of the credential but I do not have the clouds.yaml file anymore. Can I download the clouds.yaml for ...
Evan Carroll's user avatar
  • 2,251
0 votes
1 answer
431 views

How can I get my clouds.yaml file from OpenStack Horizons?

OpenStack can export a configuration file called clouds.yaml. How do I export this file from the Horizon's interface?
Evan Carroll's user avatar
  • 2,251
0 votes
1 answer
293 views

How can I configure OpenStack authentication for Terraform?

I want to use some company terraform files. They all rely on authentication to OpenStack which is the resource they're provisioning from. How can I configure this?
Evan Carroll's user avatar
  • 2,251
1 vote
1 answer
71 views

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 ...
Evan Carroll's user avatar
  • 2,251
1 vote
1 answer
462 views

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:...
Evan Carroll's user avatar
  • 2,251
0 votes
1 answer
59 views

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 ...
Taylor Eisman's user avatar
0 votes
1 answer
602 views

How do you a initialize a new volume without a file system or partition table?

I'm using OpenStack and I am trying to provision a compute resource on it. I want that compute resource to attach to a volume. We have three things in play. Volume openstack_blockstorage_volume_v3 ...
Evan Carroll's user avatar
  • 2,251
0 votes
1 answer
45 views

How can I get more information about an OpenStack extension?

There is something (still not exactly sure because of the documentation) that allows DNS internal resolution in OpenStack through an extension. I'm wondering if any of these do that deed (from the ...
Evan Carroll's user avatar
  • 2,251
0 votes
1 answer
31 views

What does "extension list" show in the OpenStack cli?

Are these extensions shown with OpenStack's client openstack extension list extensions that are available or extensions that are enabled? I ask, because there is a notion of an extension that is not ...
Evan Carroll's user avatar
  • 2,251
1 vote
1 answer
81 views

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 ...
Evan Carroll's user avatar
  • 2,251
0 votes
1 answer
290 views

How do you enable the DNS extension to ml2 in OpenStack?

In one doc it says, To enable the internal DNS resolution, the neutron-server service must be configured with the dns_domain config option set to a value other than openstacklocal in neutron.conf ...
Evan Carroll's user avatar
  • 2,251
0 votes
1 answer
314 views

How does a new network and subnet have FQDNs without DNS Nameservers?

This is an extension and a simplification of my prior problem. I have created a Network Subnet A port attached to the above network and subnet A compute instance on that port. With the following ...
Evan Carroll's user avatar
  • 2,251

15 30 50 per page