Bug 1720138 - Add OpenDaylight deprecation warning in TripleO CLI
Summary: Add OpenDaylight deprecation warning in TripleO CLI
Keywords:
Status: CLOSED CURRENTRELEASE
Alias: None
Product: Red Hat OpenStack
Classification: Red Hat
Component: python-tripleoclient
Version: 14.0 (Rocky)
Hardware: Unspecified
OS: Unspecified
medium
medium
Target Milestone: z3
: 14.0 (Rocky)
Assignee: Janki
QA Contact: Janki
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2019-06-13 08:34 UTC by Janki
Modified: 2019-07-10 10:41 UTC (History)
9 users (show)

Fixed In Version: python-tripleoclient-10.6.2-0.20190425150605.ba03c5e.el7ost
Doc Type: If docs needed, set a value
Doc Text:
Clone Of: 1705350
Environment:
Last Closed: 2019-07-10 10:41:34 UTC
Target Upstream Version:
Embargoed:


Attachments (Terms of Use)


Links
System ID Private Priority Status Summary Last Updated
OpenStack gerrit 660300 0 None None None 2019-06-13 08:58:11 UTC

Comment 6 Janki 2019-06-17 08:56:10 UTC
When deploying OpenStack with ODL, it doesnot deploy and throws a deprecation warning asking user confirmation before proceeding.

(undercloud) [stack@undercloud-0 ~]$ cat overcloud_deploy.sh 
#!/bin/bash

openstack overcloud deploy \
--timeout 100 \
--templates /usr/share/openstack-tripleo-heat-templates \
--stack overcloud \
--libvirt-type kvm \
--ntp-server clock.redhat.com \
-e /home/stack/virt/config_lvm.yaml \
-e /usr/share/openstack-tripleo-heat-templates/environments/network-isolation.yaml \
-e /home/stack/virt/network/network-environment.yaml \
-e /home/stack/virt/inject-trust-anchor.yaml \
-e /home/stack/virt/hostnames.yml \
-e /home/stack/virt/debug.yaml \
-e /home/stack/virt/config_heat.yaml \
-e /home/stack/virt/nodes_data.yaml \
--environment-file /usr/share/openstack-tripleo-heat-templates/environments/services/neutron-opendaylight.yaml \
-e ~/containers-prepare-parameter.yaml \
-e /home/stack/virt/log_levels/netvirt_genius_debug.yaml \
--log-file overcloud_deployment_45.log


(undercloud) [stack@undercloud-0 ~]$ ./overcloud_deploy.sh 
service OS::TripleO::Services::OpenDaylightApi is enabled in /usr/share/openstack-tripleo-heat-templates/environments/services/neutron-opendaylight.yaml. You are using OpenDaylight as your networking driver for OpenStack. OpenDaylight is deprecated starting from OSP14 and removed since OSP15 and there is no upgrade or migration path from OpenDaylight to another networking backend. We recommend you talk to Red Hat representative to understand the other networking alternatives you have.
Do you still wish to continue with deployment [y/N]n
Action not confirmed, exiting.

Comment 7 Lon Hohberger 2019-07-10 10:41:34 UTC
According to our records, this should be resolved by python-tripleoclient-10.6.2-0.20190425150605.ba03c5e.el7ost.  This build is available now.


Note You need to log in before you can comment on or make changes to this bug.