summaryrefslogtreecommitdiffstats
path: root/apex/deploy.py
diff options
context:
space:
mode:
authorTim Rozet <trozet@redhat.com>2018-08-24 12:46:55 -0400
committerTim Rozet <trozet@redhat.com>2018-09-06 21:52:10 -0400
commit70cade4f8df150281c16e72d9234fa3751f097c8 (patch)
treef9fa7530926511d202bc042147eac54fc47dbc29 /apex/deploy.py
parent4301e4cb3bd6f62caec575d30e8588b72ac626c7 (diff)
Updates Calipso deploy settings
Change-Id: Ibfbd08dc2fa5fca95668fd0590707cfebd92099f Signed-off-by: Tim Rozet <trozet@redhat.com>
Diffstat (limited to 'apex/deploy.py')
-rw-r--r--apex/deploy.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/apex/deploy.py b/apex/deploy.py
index 531c9bfa..dab6bd1e 100644
--- a/apex/deploy.py
+++ b/apex/deploy.py
@@ -388,6 +388,7 @@ def main():
shutil.copyfile(uc_fetch_img, uc_image)
# prep undercloud with required packages
uc_builder.add_upstream_packages(uc_image)
+ uc_builder.inject_calipso_installer(APEX_TEMP_DIR, uc_image)
# add patches from upstream to undercloud and overcloud
logging.info('Adding patches to undercloud')
patches = deployment.determine_patches()