From cd133bce21a760f1f9b87374686696896d638b50 Mon Sep 17 00:00:00 2001 From: Enol Fernandez Date: Fri, 24 May 2024 08:49:51 +0100 Subject: [PATCH] Add some docs --- cloud-info/Dockerfile | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/cloud-info/Dockerfile b/cloud-info/Dockerfile index 74dc21fc..d66c6c8c 100644 --- a/cloud-info/Dockerfile +++ b/cloud-info/Dockerfile @@ -45,9 +45,17 @@ RUN mkdir /cloud-info \ WORKDIR /cloud-info +# All the python code from the build image above COPY --chown=python:python --from=build /cloud-info/venv ./venv +# Add the scripts that call the cloud-info-provider as needed for the site +# these create the configuration for the site by discovering the available +# projects for the credentials and will send the output to the AMS queue and +# upload to S3 COPY ams-wrapper.sh /usr/local/bin/ams-wrapper.sh COPY publisher.sh /usr/local/bin/publisher.sh +# These are sample configuration files for cloud-info-provider that can be used +# if the container is used outside of the catchall-operations as described in +# https://docs.egi.eu/providers/cloud-compute/openstack/cloud-info/#local-operations COPY openstack.rc /etc/cloud-info-provider/openstack.rc COPY openstack.yaml /etc/cloud-info-provider/openstack.yaml