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

Set a fixed IP address in the kitchen.yml #187

Open
jmi4 opened this issue Sep 12, 2018 · 0 comments
Open

Set a fixed IP address in the kitchen.yml #187

jmi4 opened this issue Sep 12, 2018 · 0 comments

Comments

@jmi4
Copy link

jmi4 commented Sep 12, 2018

Goal:
Set a specific fixed IP address from a private subnet that already exists in openstack.

I have tried a number of methods like:

driver:
      port:
        - subnet_id: 245bd6e1-2bf0-4dd9-8a88-be1b8cd357d2
          ip_address: 192.168.1.200
networks.fixed_ip: 192.168.1.200

I could list many more, but none were successful

Using virutalbox I would just use:

driver:
  network:
     - ['private_network', {ip: '192.168.1.200'}]

I am not sure how to get that same functionality using the openstack driver or if it is possible.

It seems that you can do anything that fog-openstack can do with kithcen-openstack. And fog-openstack can do anything that the openstack API can do. So think I am just missing something.

14:46 $ gem list |grep -i openstack
fog-openstack (0.1.27)
kitchen-openstack (3.6.1)
openstack (3.3.20)
@jmi4 jmi4 mentioned this issue Sep 15, 2018
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