Skip to content

This repository forms the base platform of the Delphix Appliance. It contains all the dependencies required to run Ubuntu with a ZFS root filesystem, tools for efficient debugging in production, and logic to configure the appliance appropriately.

Notifications You must be signed in to change notification settings

brad-lewis/delphix-platform

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

77 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Delphix Appliance Platform

Quickstart

Building

Run this command on "dlpxdc.co" to create the VM used to do the build:

$ dc clone-latest --size COMPUTE_LARGE bootstrap-18-04 $USER-bootstrap

Log into that VM using the "ubuntu" user, and run these commands:

$ git clone https://github.com/delphix/delphix-platform.git
$ cd delphix-platform
$ ansible-playbook bootstrap/playbook.yml
$ ./scripts/docker-run.sh make packages

Statement of Support

This software is provided as-is, without warranty of any kind or commercial support through Delphix. See the associated license for additional details. Questions, issues, feature requests, and contributions should be directed to the community as outlined in the Delphix Community Guidelines.

About

This repository forms the base platform of the Delphix Appliance. It contains all the dependencies required to run Ubuntu with a ZFS root filesystem, tools for efficient debugging in production, and logic to configure the appliance appropriately.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Shell 79.5%
  • Makefile 11.7%
  • Dockerfile 8.8%