Skip to content
This repository has been archived by the owner on Jul 12, 2018. It is now read-only.

aws bosh plugin fails to deploy for private ip addresses #35

Closed
haydonryan opened this issue Nov 9, 2016 · 1 comment
Closed

aws bosh plugin fails to deploy for private ip addresses #35

haydonryan opened this issue Nov 9, 2016 · 1 comment

Comments

@haydonryan
Copy link

omg aws \
--mode uaa \
--aws-subnet subnet-X \
--aws-pem-pathX \
--aws-access-key  X \
--aws-secret X \
--aws-instance-size t2.micro \
--aws-region us-west-1 \
--aws-availability-zone us-west-1b \
--cidr 10.0.16.0/20 \
--gateway 10.0.16.1 \
--dns 10.0.16.2 \
--bosh-private-ip 10.0.16.6 \
--aws-security-group enamltest

gives this error:

Command 'deploy' failed:
  Deploying:
    Creating instance 'bosh/0':
      Creating VM:
        Creating vm with stemcell cid 'ami-74b7f414 light':
          CPI 'create_vm' method responded with error: CmdError{"type":"Bosh::Clouds::CloudError","message":"No IP provided for vip network `public'","ok_to_retry":false}
@zmb3
Copy link
Contributor

zmb3 commented Nov 15, 2016

Closing as duplicate of #31

@zmb3 zmb3 closed this as completed Nov 15, 2016
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants