Download and Installation of Environments
-
Docker is installed
-
Docker registry available to publish images that the OpenShift environment can use
Download and Install the Decision Environment
Navigate to https://support.juniper.net/support/downloads/?p=apstra
Go to Application Tools.
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
docker load --input juniper-k8s-de-x86_64-1.4.4.image.tgz
docker tag juniper-k8s-de:latest s-artifactory.juniper.net/atom-docker/de/juniper-k8s-de-x86_64-1.4.4
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
Navigate to https://support.juniper.net/support/downloads/?p=apstra
Go to Application Tools.
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
docker load --input apstra-ee-x86_64-1.0.1.image.tgz
docker tag apstra-ee:latest s-artifactory.juniper.net/atom-docker/ee/apstra-ee-x86_64-1.0.1
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.