[5.0]Deployment has failed for cluster with dpdk.

Bug #1620292 reported by Olesia Tsvigun
10
This bug affects 2 people
Affects Status Importance Assigned to Milestone
Fuel Contrail plugin
Fix Released
High
Unassigned

Bug Description

Fuel ISO MirantisOpenStack-9.0.iso
contrail-5.0-5.0.0-1-239.noarch.rpm

      Steps to reproduce:
            1. Create an environment with "Neutron with tunneling
               segmentation" as a network configuration and CEPH storage
            2. Enable and configure Contrail plugin
            3. Enable dedicated analytics DB
            4. Deploy cluster with following node configuration:
                node-01: 'controller';
                node-02: 'controller';
                node-03: 'controller', 'ceph-osd';
                node-04: 'compute', 'ceph-osd';
                node-05: 'compute', 'ceph-osd';
                node-06: 'contrail-db', 'contrail-analytics-db';
                node-07: 'contrail-config';
                node-08: 'contrail-control';
                node-09: 'contrail-analytics';
                node-dpdk: 'compute', dpdk';

Actual result
Deployment has failed for cluster with dpdk:
 'Deployment has failed. All nodes are finished. Failed tasks: Task[contrail-override-repository/10] Stopping the deployment process!'

Expected Result
Cluster should be deployed.

Tags: contrail
Changed in fuel-plugin-contrail:
importance: Undecided → High
assignee: nobody → Fuel Plugin Contrail (fuel-plugin-contrail)
milestone: none → 5.0.0
Revision history for this message
Olesia Tsvigun (otsvigun) wrote :
tags: added: contrail
Revision history for this message
joern@tel2ip.net (joern-g) wrote :

I have a similar problem. I've changed the following due to apt dependency issue found in /var/log/pupped.log

puppet/modules/contrail/manifests/compute/override.pp
      #TODO rewrite using package
      exec { 'override-nova':
     -command => "apt-get install --yes --force-yes ${keep_config_files} ${force_overwrite} nova-compute",
     +command => "apt-get install --yes --force-yes ${keep_config_files} ${force_overwrite} nova-compute nova-compute-kvm",
        unless => 'dpkg -l | grep nova-compute | grep contrail',

...

 exec { 'install-nova':
       -command => "apt-get install --yes --force-yes ${keep_config_files} ${force_overwrite} nova-compute",
       +command => "apt-get install --yes --force-yes ${keep_config_files} ${force_overwrite} nova-compute nova-compute-kvm",

Illia Polliul (ipolliul)
Changed in fuel-plugin-contrail:
assignee: Fuel Plugin Contrail (fuel-plugin-contrail) → Illia Polliul (ipolliul)
status: New → In Progress
Revision history for this message
Illia Polliul (ipolliul) wrote :

Hi, this is exactly what I did too.

https://review.openstack.org/#/c/365782/

Changed in fuel-plugin-contrail:
status: In Progress → Fix Committed
assignee: Illia Polliul (ipolliul) → nobody
Revision history for this message
Olesia Tsvigun (otsvigun) wrote :

Verified at contrail-5.0-5.0.0-1.noarch.rpm

Changed in fuel-plugin-contrail:
status: Fix Committed → Fix Released
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.