Skip to content
This repository has been archived by the owner on Apr 18, 2024. It is now read-only.
/ oci-h2o Public archive

Terraform module to deploy H2O Driverless AI on Oracle Cloud Infrastructure (OCI)

License

Notifications You must be signed in to change notification settings

oracle-quickstart/oci-h2o

Repository files navigation

Actions Status

oci-h2o

This is a Terraform module that deploys H2O.ai Driverless AI on Oracle Cloud Infrastructure (OCI). It is developed jointly by Oracle and H2O.ai.

Ways to Deploy

  • Marketplace - There's a listing here that deploys the same code that is in this Quick Start. It's kept in sync using our CI/CD.
  • Resource Manager - OCI Resource Manager (ORM) is Oracle's Terraform as a service. Instructions on deploying with it follow.

Prerequisites

First off you'll need an OCI tenancy. If you don't have one, you can sign up here.

DAI requires a license key. If you don't already have a key, you can get a trial key. You can deploy these templates before you get a key, but you'll be prompted for a key at first login.

Deploy

To deploy, simply click the magic button!

Deploy to Oracle Cloud

That will direct you over to ORM. Once there, walk through the wizard. When that's complete, run an apply.

Connect to DAI

The apply prints the URL of H2O Driverless AI when it completes. The deployment creates a self-signed certificate, so you'll need to confirm the exception.

Logging into that we see:

After accepting the agreement, we can see the login screen. Use the login defined in the variables.tf file:

The documentation here provides a walkthrough and some good next steps. There are a bunch of public data sets to get you started. Here's an example of an experiment I set up on one using that walkthrough.

SSH to the Instance

This machine is using Oracle Linux (OL). The default login is opc. You can SSH into the machine with a command like this:

ssh -i ~/.ssh/oci opc@<Public IP Address>

H2O is installed under /opt/h2o. Logs from the install are under /var/log/messages and viewable with root privileges.

View DAI in the Console

You can also login to the web console here to view the IaaS that is running DAI.

Destroy the Deployment

When you no longer need the deployment, you can login to ORM and destroy the deployment. When that's complete, you can destroy the stack.

Releases

No releases published

Packages

No packages published