enaml-ops / omg-cli

it's kind of like an (o)ps (m)anager in (g)olang
Apache License 2.0
15 stars 11 forks source link

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

Closed haydonryan closed 7 years ago

haydonryan commented 7 years ago
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 commented 7 years ago

Closing as duplicate of #31