Workshop about the Red Hat's Full API Lifecycle Management
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 

1.2 KiB

title weight
Exercise: Create environments 1

Create two environments: TEST and PROD!

The ACME Brewery API is implemented and conform to our specification. We can now envision a deployment in all the ACME environments.

Let's start by provisioning a TEST environment:

  • Open the [OpenShift Web Console]({{< param openshift_console_url >}}/console/catalog)
  • In the top-left dropdown box, select the Beer Catalog (TEST) project
  • In the top-right corner, select Add to project, then Select from project.
  • Select the Beer Catalog environment template and click Next
  • On the Information screen, just click Next
  • On the Configuration screen, fill-in the environment name: test (all lower case!)
  • Do not change the other fields
  • Click Create

Continue with the PROD environment:

  • In the top-left dropdown box, select the Beer Catalog (PROD) project
  • In the top-right corner, select Add to project, then Select from project.
  • Select the Beer Catalog environment template and click Next
  • On the Information screen, just click Next
  • On the Configuration screen, fill-in the environment name: prod (all lower case!)
  • Do not change the other fields
  • Click Create