Update rhos-release path for SQL Alchemy plugin

Change-Id: I0dc02a8a454d5c1ef806c16770b87103dd9c776f
This commit is contained in:
rajeshP524 2023-09-28 15:24:10 +05:30
parent baf3716ae9
commit d70201a54b
2 changed files with 5 additions and 2 deletions

View File

@ -3,6 +3,10 @@
include_vars:
file: "vars/{{ rhosp_major }}.yml"
- name: Fetch vars
include_vars:
file: vars/defaults.yml
- name: (Undercloud) Get ctlplane ip address
shell: ip r | egrep 'br-ctlplane\s*proto kernel' | awk '{print $NF}'
register: undercloud_ctlplane_ip_address
@ -63,8 +67,6 @@
- name: install sqlalchemy collectd package inside the containers
block:
- name: packages needed for installing sqlalchemy collectd
vars:
rhos_release: http://download-node-02.eng.bos.redhat.com/rcm-guest/puddles/OpenStack/rhos-release/rhos-release-latest.noarch.rpm
set_fact:
packages_sqlalchemy_collectd: dnf install -y {{ rhos_release }} && rhos-release {{ rhosp_major }} && dnf install -y python3-sqlalchemy-collectd

View File

@ -0,0 +1 @@
rhos_release: http://download.eng.bos.redhat.com/rcm-guest/puddles/OpenStack/rhos-release/rhos-release-latest.noarch.rpm