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.

License

Notifications You must be signed in to change notification settings

sanbhara/delphix-platform

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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

Contributing

All contributors are required to sign the Delphix Contributor Agreement prior to contributing code to an open source repository. This process is handled automatically by cla-assistant. Simply open a pull request and a bot will automatically check to see if you have signed the latest agreement. If not, you will be prompted to do so as part of the pull request process.

This project operates under the Delphix Code of Conduct. By participating in this project you agree to abide by its terms.

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.

License

This is code is licensed under the Apache License 2.0. Full license is available here.

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

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Shell 65.1%
  • Python 29.5%
  • Makefile 3.0%
  • Dockerfile 2.4%