Skip to content
Snippets Groups Projects

Draft: adding compute build and deploy

Closed Krish Moodbidri requested to merge krish94/hpc-factory:feat-add-compute into feat-hpc-factory
Compare and Show latest version
1 file
+ 5
0
Compare changes
  • Side-by-side
  • Inline
+ 5
0
@@ -129,6 +129,11 @@ build_compute_image:
- packer init openstack-compute
- packer validate openstack-compute
- packer build -machine-readable openstack-compute | tee compute_build.log
- |
rules:
- if: $PIPELINE_TARGET == "build"
when: always
build_http_proxy_image:
Loading