BOSH deploy - Static IP Trouble

75 views
Skip to first unread message

Pradeep Tummala

unread,
Feb 20, 2013, 3:52:34 AM2/20/13
to bosh-...@cloudfoundry.org
Any ideas on this problem

root@inception-vm:/var/vcap/deployments# bosh deploy
Current deployment is /var/vcap/deployments/bosh.yml
Getting deployment properties from director...
Compiling deployment manifest...
Please review all changes carefully
Deploying `bosh.yml' to `microbosh-openstack' (type 'yes' to continue): yes

Director task 34

Preparing deployment
  binding deployment (00:00:00)                                                                    
  binding releases (00:00:00)                                                                      
  binding existing deployment (00:00:00)                                                           
  binding resource pools (00:00:00)                                                                
  binding stemcells (00:00:00)                                                                     
  binding templates (00:00:00)                                                                     
  binding properties (00:00:00)                                                                    
  binding unallocated VMs (00:00:00)                                                               
  binding instance networks: `nats/0' asked for a static IP 192.168.1.3 but it's in the dynamic pool (00:00:00)
Error                   9/9 00:00:00                                                               

Error 130009: `nats/0' asked for a static IP 192.168.1.3 but it's in the dynamic pool

Task 34 error

Martin Englund

unread,
Feb 20, 2013, 9:37:45 AM2/20/13
to bosh-...@cloudfoundry.org
This means your network section in the deployment manifest is wrong

/M

Sent from my iPhone

Pradeep Tummala

unread,
Feb 21, 2013, 5:38:57 AM2/21/13
to bosh-...@cloudfoundry.org
Heres the network section in bosh.yml file

networks:
  - name: static
    type: vip
    cloud_properties: {}
    security_groups:
      - default

  - name: default
    type: dynamic
#    dns:
#      -  # CHANGE: Micro Bosh IP
    cloud_properties:
      security_groups:
      - default

Where am I going wrong

- Pradeep

Martin Englund

unread,
Feb 21, 2013, 9:40:37 AM2/21/13
to bosh-...@cloudfoundry.org
You have defined a dynamic network and are trying to assign static IPs from it

/M

Sent from my iPhone

Pradeep Tummala

unread,
Feb 24, 2013, 6:07:35 AM2/24/13
to bosh-...@cloudfoundry.org
Yikes...this is what happens when you work with multiple manifest files. So confusing. 

Thanks mate.

- Pradeep
Reply all
Reply to author
Forward
0 new messages