Skip to content
This repository has been archived by the owner on Nov 9, 2020. It is now read-only.

vmware-archive/bosh-photon-cpi

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
bin
 
 
cmd
 
 
cpi
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

VMware has ended active development of this project, this repository will no longer be updated.

#BOSH Photon CPI written in Go

Bosh Manifest Example for bosh-photon-cpi

This is a sample of how Photon specific properties are used in a BOSH deployment manifest:

---
networks:
- name: default 
  subnets:
    reserved:
    - 192.168.21.129 - 192.168.21.150
    static:
    - 192.168.21.151 - 192.168.21.189
    range: 192.168.21.128/25
    gateway: 192.168.21.253
    dns:
    - 192.168.71.1
    cloud_networks:
      name: "cloud_network"

...

properties:
  ntp:
  - 192.168.21.10
  cpi:
    agent:
      mbus: nats://nats:nats-password@192.168.21.4:4222
  photon:
    target: https://192.168.10.1:8080
    user: dev
    password: pwd
    tenant: dev
    project: dev
    description: Bosh on Photon

About

No description, website, or topics provided.

Resources

License

Security policy

Stars

Watchers

Forks

Packages

No packages published