Add migration profile in nova

To enable live migration in nova, added ssh stuff

Depends-On: https://review.opendev.org/753424/
Change-Id: Ib36438dc5754ecedaa047e10cbb6fab4a7ed06dc
This commit is contained in:
okozachenko 2020-10-19 23:53:55 +03:00
parent 5f5351f672
commit 023237128f
2 changed files with 2 additions and 2 deletions

View File

@ -195,7 +195,7 @@ cinder_pip_packages=${cinder_pip_packages:-"'pycrypto python-swiftclient'"}
neutron_profiles=${neutron_profiles:-"'fluent linuxbridge openvswitch apache'"}
neutron_dist_packages=${neutron_dist_packages:-"'jq ethtool lshw'"}
neutron_pip_packages=${neutron_pip_packages:-"'tap-as-a-service pycrypto'"}
nova_profiles=${nova_profiles:-"'fluent ceph linuxbridge openvswitch configdrive qemu apache'"}
nova_profiles=${nova_profiles:-"'fluent ceph linuxbridge openvswitch configdrive qemu apache migration'"}
nova_pip_packages=${nova_pip_packages:-"pycrypto"}
nova_dist_packages=${nova_dist_packages:-"net-tools"}
horizon_profiles=${horizon_profiles:-"'fluent apache'"}

View File

@ -217,7 +217,7 @@
- "PYTHON3={{ python3 }}"
- "PROJECT='nova'"
- "PROJECT_REF={{ branchname }}"
- "PROFILES='fluent ceph linuxbridge openvswitch configdrive qemu apache'"
- "PROFILES='fluent ceph linuxbridge openvswitch configdrive qemu apache migration'"
- "WHEELS='{{ wheels_location }}'"
tags: *imagetag
- &horizon_project