Giter Club home page Giter Club logo

Comments (6)

pmenglund avatar pmenglund commented on June 19, 2024

Can you try setting proxy_url in your micro_bosh.yml:

cloud:
  plugin: aws
  properties:
    aws:
      access_key_id: ...
      secret_access_key: ...
      proxy_uri: http://your-proxy.com
apply_spec:
  properties:
    aws:
      access_key_id: ...
      secret_access_key: ...
      proxy_uri: http://your-proxy.com

That should take care of the communication with the AWS API endpoint, but there are later steps which I still think will fail...

from bosh.

qch1843 avatar qch1843 commented on June 19, 2024

Hi,

I had a try by adding proxy_uri into cloud/properties/aws section, but bosh micro deploy still failed with same error. My micro_bosh.yml is attached below, I don't have apply_spec/properties/aws section, not sure whether it's ciricial.

---
name: aws

logging:
  level: DEBUG

network:
  type: dynamic
  vip: xx.xx.xx.xx

resources:
  persistent_disk: 20000
  cloud_properties:
    instance_type: m1.small
    availability_zone: eu-west-1a

cloud:
  plugin: aws
  properties:
    aws:
      access_key_id: xxxxxxxxxxxxxxxxxxx
      secret_access_key:  xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
      proxy_uri: http://10.144.1.10:8080
      default_key_name: bosh
      default_security_groups: ["bosh"]
      ec2_private_key: ~/.ssh/bosh.pem
      ec2_endpoint: ec2.eu-west-1.amazonaws.com

apply_spec:
  agent:
    blobstore:
      address: xx.xx.xx.xx
    nats:
      address: xx.xx.xx.xx
  properties:
    aws_registry:
      address: xx.xx.xx.xx

from bosh.

drnic avatar drnic commented on June 19, 2024

Martin, was his config correct?

from bosh.

pmenglund avatar pmenglund commented on June 19, 2024

It looks like it is correct

from bosh.

jfoley avatar jfoley commented on June 19, 2024

@tsaleh - Can you comment?

@aramprice / @jfoley

from bosh.

tammersaleh avatar tammersaleh commented on June 19, 2024

Hi @qch1843 - proxy support is something we'd be happy to accept if given a pull request, but not something that's currently prioritized on the roadmap. I'm going to close this issue. Please reference it if you (or anyone else) want to take it on as a PR.

from bosh.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.