Merge "[N->O] Add openstack-nova-migration to compute nodes."
authorJenkins <jenkins@review.openstack.org>
Thu, 4 May 2017 23:05:16 +0000 (23:05 +0000)
committerGerrit Code Review <review@openstack.org>
Thu, 4 May 2017 23:05:16 +0000 (23:05 +0000)
1  2 
puppet/services/nova-compute.yaml

@@@ -119,11 -119,6 +119,11 @@@ outputs
              nova::compute::libvirt::migration_support: false
              tripleo::profile::base::nova::manage_migration: true
              tripleo::profile::base::nova::migration_ssh_key: {get_param: MigrationSshKey}
 +            tripleo::profile::base::nova::migration_ssh_localaddrs:
 +              - "%{hiera('cold_migration_ssh_inbound_addr')}"
 +              - "%{hiera('live_migration_ssh_inbound_addr')}"
 +            live_migration_ssh_inbound_addr: {get_param: [ServiceNetMap, NovaLibvirtNetwork]}
 +            cold_migration_ssh_inbound_addr: {get_param: [ServiceNetMap, NovaColdMigrationNetwork]}
              tripleo::profile::base::nova::nova_compute_enabled: true
              nova::compute::rbd::libvirt_images_rbd_pool: {get_param: NovaRbdPoolName}
              nova::compute::rbd::libvirt_rbd_user: {get_param: CephClientUserName}
                template: "dest=/etc/nova/nova.conf section=upgrade_levels option=compute value=LEVEL"
                params:
                  LEVEL: {get_param: UpgradeLevelNovaCompute}
+         - name: install openstack-nova-migration
+           tags: step3
+           yum: name=openstack-nova-migration state=latest
          - name: Start nova-compute service
            tags: step6
            service: name=openstack-nova-compute state=started