Install BOSH to OpenStack error. Could not auto-detect IP version for 'ece5d30a-a750-437b'

40 views
Skip to first unread message

Yaroslav Ravlinko

unread,
Oct 17, 2013, 9:28:48 AM10/17/13
to bosh-...@cloudfoundry.org
I'm trying to deploy BOSH using microBOSH on top of OpenStack

And I got error: 
Error 100: Could not auto-detect IP version for 'ece5d30a-a750-437b-a388-c7f81a560237'.

Snip from manifest: 
23 networks:
 24   - name: floating
 25     type: vip
 26     cloud_properties: {}
 27   - name: default
 28     type: manual
 29     subnets:
 30       - name: private
 31         range: ece5d30a-a750-437b-a388-c7f81a560237 # CHANGE
 32         gateway: 192.168.1.1 # CHANGE
 33         reserved:
 34           - 192.168.1.1 - 192.168.1.5 # CHANGE
 35         static:
 36           - 192.168.1.6 - 192.168.1.19 # CHANGE
 37         cloud_properties:
 38         net_id: af5416ae-fa28-4d03-b646-1cd00b1b0f92 # CHANGE

 Can you help me? What should be specified/modified in manifest? Or on OpenStack?

Ferran Rodenas

unread,
Oct 17, 2013, 11:29:30 PM10/17/13
to bosh-...@cloudfoundry.org
There're 2 errors in your manifest:

1) The 'range' should be a CIDR belonging to one of the networks subnets set in 'net_id'
2) The 'net_id' option is unaligned. 

Try using:

23 networks:
 24   - name: floating
 25     type: vip
 26     cloud_properties: {}
 27   - name: default
 28     type: manual
 29     subnets:
 30       - name: private
 31         range: 192.168.1.0/24 # CHANGE
 32         gateway: 192.168.1.1 # CHANGE
 33         reserved:
 34           - 192.168.1.1 - 192.168.1.5 # CHANGE
 35         static:
 36           - 192.168.1.6 - 192.168.1.19 # CHANGE
 37         cloud_properties:
 38           net_id: af5416ae-fa28-4d03-b646-1cd00b1b0f92 # CHANGE

- Ferdy


2013/10/17 Yaroslav Ravlinko <yaroslav...@gmail.com>
To unsubscribe from this group and stop receiving emails from it, send an email to bosh-users+...@cloudfoundry.org.

Yaroslav Ravlinko

unread,
Oct 18, 2013, 6:25:45 AM10/18/13
to bosh-...@cloudfoundry.org
Yeap. Fixed. Thank you

Пʼятниця, 18 жовтня 2013 р. 06:29:30 UTC+3 користувач ferdy написав:
Reply all
Reply to author
Forward
0 new messages