<?xml version="1.0" encoding="utf-8"?>
<!-- generator="FeedCreator 1.8" -->
<?xml-stylesheet href="https://howto.cs.uchicago.edu/lib/exe/css.php?s=feed" type="text/css"?>
<feed xmlns="http://www.w3.org/2005/Atom">
    <title>How do I? cloud:recipe</title>
    <subtitle></subtitle>
    <link rel="alternate" type="text/html" href="https://howto.cs.uchicago.edu/"/>
    <id>https://howto.cs.uchicago.edu/</id>
    <updated>2026-08-21T16:02:23+00:00</updated>
    <generator>FeedCreator 1.8 (info@mypapit.net)</generator>
    <link rel="self" type="application/atom+xml" href="https://howto.cs.uchicago.edu/feed.php" />
    <entry>
        <title>cloud:recipe:coding</title>
        <link rel="alternate" type="text/html" href="https://howto.cs.uchicago.edu/cloud:recipe:coding?rev=1589499176&amp;do=diff"/>
        <published>2020-05-14T18:32:56+00:00</published>
        <updated>2020-05-14T18:32:56+00:00</updated>
        <id>https://howto.cs.uchicago.edu/cloud:recipe:coding?rev=1589499176&amp;do=diff</id>
        <author>
            <name>Anonymous</name>
            <email>anonymous@undisclosed.example.com</email>
        </author>
        <category  term="cloud:recipe" />
        <content>Using the Cloud SDK

This document gives a quick introduction to using the Openstack Python client to discover and consume compute resources.

Before beginning, get an account as described in the  Introduction . This is the right place to read about writing python scripts. A companion document shows how to use the</content>
        <summary>Using the Cloud SDK

This document gives a quick introduction to using the Openstack Python client to discover and consume compute resources.

Before beginning, get an account as described in the  Introduction . This is the right place to read about writing python scripts. A companion document shows how to use the</summary>
    </entry>
    <entry>
        <title>cloud:recipe:docker</title>
        <link rel="alternate" type="text/html" href="https://howto.cs.uchicago.edu/cloud:recipe:docker?rev=1605738492&amp;do=diff"/>
        <published>2020-11-18T16:28:12+00:00</published>
        <updated>2020-11-18T16:28:12+00:00</updated>
        <id>https://howto.cs.uchicago.edu/cloud:recipe:docker?rev=1605738492&amp;do=diff</id>
        <author>
            <name>Anonymous</name>
            <email>anonymous@undisclosed.example.com</email>
        </author>
        <category  term="cloud:recipe" />
        <content>INTRODUCTION

This page provides examples to get started using the Openstack Container service known as  Zun .

Setup

You must have an account and CLI access as described in  Cloud Intro .

Running a Public Container

To run a container, first launch it on a specific *internal* network. See</content>
        <summary>INTRODUCTION

This page provides examples to get started using the Openstack Container service known as  Zun .

Setup

You must have an account and CLI access as described in  Cloud Intro .

Running a Public Container

To run a container, first launch it on a specific *internal* network. See</summary>
    </entry>
    <entry>
        <title>cloud:recipe:gpu</title>
        <link rel="alternate" type="text/html" href="https://howto.cs.uchicago.edu/cloud:recipe:gpu?rev=1589498753&amp;do=diff"/>
        <published>2020-05-14T18:25:53+00:00</published>
        <updated>2020-05-14T18:25:53+00:00</updated>
        <id>https://howto.cs.uchicago.edu/cloud:recipe:gpu?rev=1589498753&amp;do=diff</id>
        <author>
            <name>Anonymous</name>
            <email>anonymous@undisclosed.example.com</email>
        </author>
        <category  term="cloud:recipe" />
        <content>Hardware Accelerated Compute

Several RTX 2080 cards are available within the cluster, mostly on hypervisors named beginning with gpu-a.

To quickly start using an instance with a GPU attached, you can start with our images and flavors.


openstack server create --image 18.04-GPU --flavor gpu.large --boot-from-volume=32 --config-drive=true --user-data=/path/to/your/cloud-init.yml --network campus37 nslurm-01 --wait</content>
        <summary>Hardware Accelerated Compute

Several RTX 2080 cards are available within the cluster, mostly on hypervisors named beginning with gpu-a.

To quickly start using an instance with a GPU attached, you can start with our images and flavors.


openstack server create --image 18.04-GPU --flavor gpu.large --boot-from-volume=32 --config-drive=true --user-data=/path/to/your/cloud-init.yml --network campus37 nslurm-01 --wait</summary>
    </entry>
    <entry>
        <title>cloud:recipe:networks</title>
        <link rel="alternate" type="text/html" href="https://howto.cs.uchicago.edu/cloud:recipe:networks?rev=1605039735&amp;do=diff"/>
        <published>2020-11-10T14:22:15+00:00</published>
        <updated>2020-11-10T14:22:15+00:00</updated>
        <id>https://howto.cs.uchicago.edu/cloud:recipe:networks?rev=1605039735&amp;do=diff</id>
        <author>
            <name>Anonymous</name>
            <email>anonymous@undisclosed.example.com</email>
        </author>
        <category  term="cloud:recipe" />
        <content>OPTIONALLY CREATING YOUR OWN NETWORK GEAR

Should you want to create a network of your own that your hosts will be on, not all of these options are necessary


openstack network create mynet --internal


Now create a subnet for your network. This is mandatory for launching instances in the network that you just created.</content>
        <summary>OPTIONALLY CREATING YOUR OWN NETWORK GEAR

Should you want to create a network of your own that your hosts will be on, not all of these options are necessary


openstack network create mynet --internal


Now create a subnet for your network. This is mandatory for launching instances in the network that you just created.</summary>
    </entry>
    <entry>
        <title>cloud:recipe:s3</title>
        <link rel="alternate" type="text/html" href="https://howto.cs.uchicago.edu/cloud:recipe:s3?rev=1617647977&amp;do=diff"/>
        <published>2021-04-05T13:39:37+00:00</published>
        <updated>2021-04-05T13:39:37+00:00</updated>
        <id>https://howto.cs.uchicago.edu/cloud:recipe:s3?rev=1617647977&amp;do=diff</id>
        <author>
            <name>Anonymous</name>
            <email>anonymous@undisclosed.example.com</email>
        </author>
        <category  term="cloud:recipe" />
        <content>S3 Quickstart (demo)

This document is a recipe showing how to use S3 interface for first-time user. Before you start, see cli for setup. Ensure that you can authenticate and use the openstack client before proceeding.

Credentials

Obtain application credentials</content>
        <summary>S3 Quickstart (demo)

This document is a recipe showing how to use S3 interface for first-time user. Before you start, see cli for setup. Ensure that you can authenticate and use the openstack client before proceeding.

Credentials

Obtain application credentials</summary>
    </entry>
    <entry>
        <title>cloud:recipe:sql_service</title>
        <link rel="alternate" type="text/html" href="https://howto.cs.uchicago.edu/cloud:recipe:sql_service?rev=1618525362&amp;do=diff"/>
        <published>2021-04-15T17:22:42+00:00</published>
        <updated>2021-04-15T17:22:42+00:00</updated>
        <id>https://howto.cs.uchicago.edu/cloud:recipe:sql_service?rev=1618525362&amp;do=diff</id>
        <author>
            <name>Anonymous</name>
            <email>anonymous@undisclosed.example.com</email>
        </author>
        <category  term="cloud:recipe" />
        <content>Creating a Managed DB Instance

SETUP LOCAL ENVIRONMENT FIRST

For Cloud access, see the  Intro Guide.

To bootstrap your local environment, see the Configuration and Usage sections of the  CLI document.

In addition to the openstack client, you must also install the Trove client in order to interact with the database service.</content>
        <summary>Creating a Managed DB Instance

SETUP LOCAL ENVIRONMENT FIRST

For Cloud access, see the  Intro Guide.

To bootstrap your local environment, see the Configuration and Usage sections of the  CLI document.

In addition to the openstack client, you must also install the Trove client in order to interact with the database service.</summary>
    </entry>
    <entry>
        <title>cloud:recipe:swift</title>
        <link rel="alternate" type="text/html" href="https://howto.cs.uchicago.edu/cloud:recipe:swift?rev=1588094452&amp;do=diff"/>
        <published>2020-04-28T12:20:52+00:00</published>
        <updated>2020-04-28T12:20:52+00:00</updated>
        <id>https://howto.cs.uchicago.edu/cloud:recipe:swift?rev=1588094452&amp;do=diff</id>
        <author>
            <name>Anonymous</name>
            <email>anonymous@undisclosed.example.com</email>
        </author>
        <category  term="cloud:recipe" />
        <content>Swift Kickstart with Rclone (demo)

This document is a recipe showing how to use a swift client called  RClone  for a first-time user.


Swift is in preview mode and should not be used for anything important. The current cluster will be destroyed and data may be removed without notice</content>
        <summary>Swift Kickstart with Rclone (demo)

This document is a recipe showing how to use a swift client called  RClone  for a first-time user.


Swift is in preview mode and should not be used for anything important. The current cluster will be destroyed and data may be removed without notice</summary>
    </entry>
</feed>
