Skip to content

Latest commit

 

History

History
34 lines (19 loc) · 1.35 KB

PORTWORX_ESSENTIALS.md

File metadata and controls

34 lines (19 loc) · 1.35 KB

Generating the Portworx Spec URL

  • Launch the spec generator

  • Select Portworx Enterprise and press Next to continue:

  • Check Use the Portworx Operator box and select the Portworx version as 2.6. For ETCD select Built-in option and then press Next:

  • Select Cloud for Select your environment option. Click on AWS and select Create Using a Spec option for Select type of disk. Enter value for Size(GB) as 1000 and then press Next.

  • Leave auto as the network interfaces and press Next:

  • Select Openshift 4+ as Openshift version, go to Advanced Settings:

  • In the Advanced Settings tab select all three options and press Finish:

  • Download the spec file.

  • Convert the contents for the file to base64 encoding echo <portworx_essentials_xxxxx.yaml> | base64

  • Copy the base64 encoding output and set as value for terraform portworx_spec variable to use in Terraform execution.