Skip to content

aaronstillwell/nebula-orb

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Nebula orb

CircleCI Build Status CircleCI Orb Version GitHub License CircleCI Community

Easily access your nebula network from a CircleCI job.

Requirements

  • This orb currently only supports Linux.
  • Much like a VPN, nebula needs the NET_CAP_ADMIN capability, therefore nebula needs to be used on a machine based job. Docker based jobs are not able to run nebula.

Usage

version: 2.1

orbs:
  nebula: aaronstillwell/nebula@0.1.1

jobs:
  deploy:
    machine:
      image: ubuntu-2004:202010-01
    steps:
      - checkout
      - nebula/install-and-start
      # Nebula should now be running
      - run:
          name: Access resources on nebula network
          command: curl 192.168.100.5/my-endpoint
      
workflows:
  deploy:
    jobs:
      - deploy

About

Access a private nebula network from a CircleCI job

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages