diff --git a/container/eventlog-server/Dockerfile b/container/ccnp-eventlog-server/Dockerfile similarity index 100% rename from container/eventlog-server/Dockerfile rename to container/ccnp-eventlog-server/Dockerfile diff --git a/container/measurement-server/Dockerfile b/container/ccnp-measurement-server/Dockerfile similarity index 100% rename from container/measurement-server/Dockerfile rename to container/ccnp-measurement-server/Dockerfile diff --git a/container/quote-server/Dockerfile b/container/ccnp-quote-server/Dockerfile similarity index 100% rename from container/quote-server/Dockerfile rename to container/ccnp-quote-server/Dockerfile diff --git a/deployment/README.md b/deployment/README.md index 4f0af44c..cddcfac5 100644 --- a/deployment/README.md +++ b/deployment/README.md @@ -25,7 +25,7 @@ TBD The following scripts can help to generate CCNP images and deploy them in the TD nodes. -- [image-manager.sh](../deployment/script/image-manager.sh): The tool will build 5 images and push them to remote registry if required. +- [build.sh](../container/build.sh): The tool will build docker images and push them to remote registry if required. - [deploy-ccnp.sh](../deployment/script/deploy-ccnp.sh): The tool will deploy CCNP services as DaemonSet on TDs in the K8S cluster. - [deploy-and-exec-ccnp-example.sh](../deployment/script/deploy-and-exec-ccnp-example.sh): The tool will deploy an example pod and show getting event logs, measurement and perform verification using CCNP in the pod. @@ -61,21 +61,21 @@ Run below scripts to generate CCNP images. It will generate 5 images and push th _NOTE: The scripts need to run on a server with docker installed._ ``` -$ cd scripts -$ sudo ./image-manager.sh -r -g +$ cd container +$ sudo ./build.sh -r -g e.g. # Build images with tag 0.3 and push them to remote registry test-registry.intel.com -$ sudo ./image-manager.sh -r test-registry.intel.com/test -g 0.3 +$ sudo ./build.sh -r test-registry.intel.com/test -g 0.3 # Build images only with tag 0.3 -$ sudo ./image-manager.sh -a build -g 0.3 +$ sudo ./build.sh -a build -g 0.3 ``` _NOTE: please set `HTTP_PROXY`, `HTTPS_PROXY`, `NO_PROXY` in your terminal if they are needed in your environments._ -After the script is successful, it's supposed to see below docker images. +After the script is successful, it's supposed to see below docker images for CCNP. ``` $ sudo docker images diff --git a/docs/ccnp-deployment-process.png b/docs/ccnp-deployment-process.png index 5d897c84..c05eeb2c 100644 Binary files a/docs/ccnp-deployment-process.png and b/docs/ccnp-deployment-process.png differ