Help us improve your experience.

Let us know what you think.

Do you have time for a two-minute survey?

 
 

Download and Installation of Environments

Follow these steps to download and install your Execution and Decision environments.
Note: Make sure you have the following items available:
  • Docker is installed

  • Docker registry available to publish images that the OpenShift environment can use

Download and Install the Decision Environment

  1. Navigate to https://support.juniper.net/support/downloads/?p=apstra

  2. Go to Application Tools.

  3. Download the image that matches your version of Apstra and the architecture of the server you're using--for example, juniper-k8s-de-x86_64-1.4.4.image.tgz

  4. docker load --input juniper-k8s-de-x86_64-1.4.4.image.tgz

  5. docker tag juniper-k8s-de:latest s-artifactory.juniper.net/atom-docker/de/juniper-k8s-de-x86_64-1.4.4

  6. docker push s-artifactory.juniper.net/atom-docker/de/juniper-k8s-de-x86_64-1.4.4

    Note: Remember the Decision Environment image tag. You'll need it later.

Download and Install the Execution Environment

  1. Navigate to https://support.juniper.net/support/downloads/?p=apstra

  2. Go to Application Tools.

  3. Download the image that matches your version of Apstra and the architecture of the server you're using--for example, apstra-ee-x86_64-1.0.1.image.tgz

  4. docker load --input apstra-ee-x86_64-1.0.1.image.tgz

  5. docker tag apstra-ee:latest s-artifactory.juniper.net/atom-docker/ee/apstra-ee-x86_64-1.0.1

  6. docker push s-artifactory.juniper.net/atom-docker/ee/apstra-ee-x86_64-1.0.1

    Note: Remember the Execution Environment image tag. You'll need it later.