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

Failed to provision openstack port with os_port due to missing network param #1739

Open
Dannyb48 opened this issue Jun 10, 2020 · 0 comments

Comments

@Dannyb48
Copy link
Collaborator

Describe the bug
Trying to provision a port on an openstack network using the os_port module fails with an error like

"Network is required"

I get the error even though I do specify name:

resource_group_type: openstack
resource_definitions:
   - role: os_port
     network: test_private_network
credentials:
  filename: clouds.yaml
  profile: openstack

According to ansible os_port module doc network name is required but linchpin is not setting that parameter.

To Reproduce
Steps to reproduce the behavior:

  1. Define a pinfil with a resource_definition for role os_port
  2. run linchpin -vvvv up
  3. See error

Expected behavior
A port on an openstack network is successfully provisioned.

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

No branches or pull requests

1 participant