Skip to content
This repository has been archived by the owner on Feb 29, 2024. It is now read-only.

Commit

Permalink
Merge "Remove --old-deploy-image var for image upload"
Browse files Browse the repository at this point in the history
  • Loading branch information
Zuul authored and openstack-gerrit committed Jul 14, 2021
2 parents 6b7cfc4 + f741017 commit 8c0f19a
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 7 deletions.
1 change: 0 additions & 1 deletion roles/overcloud-prep-images/defaults/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,6 @@ step_introspect_debug_tcpdump_ports:
- 69
- 623
step_introspect_with_retry: false
bash_deploy_ramdisk: false
step_install_undercloud: true
step_root_device_size: false
disk_root_device_size: 1843
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -26,9 +26,6 @@ openstack overcloud image upload
{%- if containerized_undercloud|bool %}
--http-boot=/var/lib/ironic/httpboot
{%- endif %}
{%- if bash_deploy_ramdisk|bool %}
--old-deploy-image
{%- endif %}
{%- if whole_disk_images|bool %}
--whole-disk
{%- endif %}
Expand Down
2 changes: 0 additions & 2 deletions roles/undercloud-deploy/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,6 @@ the source template for hieradata overrides for heat driven containerized underc
for ironic deploy
- `enable_vbmc`: <'true'> use a virtual bmc instead of pxe ssh
- `step_introspect`: <'false'> -- boolean value to enable/disable ironic introspection
- `bash_deploy_ramdisk`: <'false'> -- the variable allows older versions of tripleo to upload images
properly with the option --old-deploy-image
- `step_install_undercloud`: <'true'> -- turn on/off the undercloud deployment
- `libvirt_uri`: <'qemu:///session'> -- the URI used by libvirt, by default tripleo-quickstart uses
user sessions to provide greater flexixiblity to our users. ** additional documentation ** is at
Expand Down
1 change: 0 additions & 1 deletion roles/undercloud-deploy/defaults/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@ hieradata_override_file_classic_undercloud: hieradata-overrides-classic-underclo
hieradata_override_file_t_h_t_undercloud: hieradata-overrides-t-h-t-undercloud.yaml.j2

step_introspect: false
bash_deploy_ramdisk: false
step_install_undercloud: true

# The TripleO-UI is available on the undercloud
Expand Down

0 comments on commit 8c0f19a

Please sign in to comment.