Skip to content

Commit

Permalink
Remove ODL code
Browse files Browse the repository at this point in the history
ODL is no longer relevant.

Change-Id: Id2018ad78c767765a21c2ac4e7ebdda8bbbe749f
  • Loading branch information
abregman committed May 24, 2020
1 parent 8e8e82c commit 61e19cf
Show file tree
Hide file tree
Showing 4 changed files with 1 addition and 391 deletions.
2 changes: 1 addition & 1 deletion main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
tasks:
- name: Add chosen node to tester group
add_host:
name: "{{ install.tester.node|default((groups.get('undercloud', {})|first))|default(groups.tester|first) }}"
name: "{{ install.get('tester', {}).get('node')|default((groups.get('undercloud', {})|first))|default(groups.tester|first) }}"
groups: "tester"
- include_role:
name: inventory-update
Expand Down
7 changes: 0 additions & 7 deletions roles/patch_rpm/tasks/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,6 @@
chdir: "{{ tmp_dir }}/{{ install.component.name }}"
register: component_patch_commitid
tags:
- odl-package-rpm
- skip_ansible_lint
- build-opendaylight

Expand Down Expand Up @@ -165,12 +164,6 @@

- name: Patch Component
include_tasks: patch_component.yml
when: not (install.component.name | match("odl-.*")) | default(False)

- name: Patch and build OpenDaylight
import_tasks: patch_opendaylight.yml
become: true
when: install.component.name | match("odl-.*") | default(False)

- name: Create repository for patched RPMs
command: "createrepo {{ patchedrpmdir }}"
Expand Down
Loading

0 comments on commit 61e19cf

Please sign in to comment.