From d38e8a91c1a0e3f94d2a19876956ade48d1a8ed2 Mon Sep 17 00:00:00 2001 From: Tim Rozet Date: Fri, 26 Oct 2018 14:03:17 -0400 Subject: Fixes Docker image upload for master/rocky The API has changed to create/upload the docker container images to be used for deployment. In the past the prepare commands would read the THT environment files passed, to determine which docker images to render into an environment file. The new behavior uses a new "containers-prepare-parameter.yaml" format (included in this patch), which Apex will now configure for deployment. By default docker images will be rendered for all TripleO services identified in the roles_data.yaml file. Therefore we must use several excludes patterns to only pull the docker images needed for a default deployment. JIRA: APEX-642 Change-Id: Iab00fcb874554bb98540dc9a4c3051e58ea68a3b Signed-off-by: Tim Rozet --- setup.cfg | 1 + 1 file changed, 1 insertion(+) (limited to 'setup.cfg') diff --git a/setup.cfg b/setup.cfg index 19657b5d..4bb9312e 100644 --- a/setup.cfg +++ b/setup.cfg @@ -32,6 +32,7 @@ packages = apex data_files = share/opnfv-apex/ = + build/containers-prepare-parameter.yaml build/network-environment.yaml build/opnfv-environment.yaml build/upstream-environment.yaml -- cgit 1.2.3-korg