Coder Social home page Coder Social logo

Comments (3)

dmutreja avatar dmutreja commented on May 20, 2024

test output log

from bosh-oracle-cpi-release.

dmutreja avatar dmutreja commented on May 20, 2024

Excerpt from chat with dkalinin.

dmutreja [6:19 PM]
Can someone please help me understand the intent behind this test https://github.com/cloudfoundry/bosh-acceptance-tests/blob/3ae1a3d9fe615f34fca9022d204f291304709443/spec/system/network_configuration_spec.rb#L75 ?
dkalinin [6:26 PM]
@dmutreja i think this is to check if iaas can attach multiple nics to the same machine

Generated deployment manifest:
---
name: bat
releases:
- name: bat
  version: latest
compilation:
  workers: 2
  network: default
  reuse_compilation_vms: true
  cloud_properties:
    instance_shape: VM.Standard1.2
    availability_domain: WZYX:PHX-AD-3
update:
  canaries: 1
  canary_watch_time: 3000-90000
  update_watch_time: 3000-90000
  max_in_flight: 1
networks:
- name: default
  type: manual
  subnets:
  - range: 10.0.9.0/24
    reserved:
    - 10.0.9.2 - 10.0.9.9
    static:
    - 10.0.9.10 - 10.0.9.30
    gateway: 10.0.9.1
    dns:
    - 169.254.169.254
    cloud_properties:
      vcn: cloudfoundry_vcn
      subnet_name: bats_subnet1_ad3
- name: second
  type: manual
  subnets:
  - range: 10.0.10.0/24
    reserved:
    - 10.0.10.2 - 10.0.10.9
    static:
    - 10.0.10.10 - 10.0.10.30
    gateway: 10.0.10.1
    dns:
    - 169.254.169.254
    cloud_properties:
      vcn: cloudfoundry_vcn
      subnet_name: bats_subnet2_ad3
resource_pools:
- name: common
  network: default
  stemcell:
    name: light-oracle-ubuntu-stemcell
    version: latest
  cloud_properties:
    instance_shape: VM.Standard1.2
    availability_domain: WZYX:PHX-AD-3
jobs:
- name: batlight
  templates:
  - name: batlight
  instances: 1
  resource_pool: common
  networks:
  - name: default
    default:
    - dns
    - gateway
    static_ips:
    - 10.0.9.30
  - name: second
    static_ips:
    - 10.0.10.30
properties:
  batlight:
    missing: nope

dkalinin
that looks about right
[6:40]
2 networks attached, 2 networks defined
[6:40]
doesnt matter how many subnets are set in each network
dmutreja [6:41 PM]
ok, so maybe there is a bug in the CPI implementation. WIll create_vm get both networks? And the expectation is that both will be attached to the new vm?
[6:42]
@dkalinin ^
dkalinin [6:43 PM]
yup

from bosh-oracle-cpi-release.

dmutreja avatar dmutreja commented on May 20, 2024

Closing this as this issue is migrated to cloudfoundry-incubator/bosh-oracle-cpi-release#29

from bosh-oracle-cpi-release.

Related Issues (15)

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.