File tree 2 files changed +2
-6
lines changed
container-images/tcib/base
2 files changed +2
-6
lines changed Original file line number Diff line number Diff line change 1
1
tcib_actions :
2
2
- run : rm -rf /home/cloud-admin && bash /usr/local/bin/uid_gid_manage {{ tcib_user }}
3
3
- run : dnf -y install {{ tcib_packages['common'] | join(' ') }} && dnf clean all && rm -rf /var/cache/dnf
4
- # Note(chandankumar): Remove it once python3-watcherclient is available downstream
5
- - run : >-
6
- if [ '{{ tcib_distro }}' == 'centos' ];then dnf -y install python3-watcherclient && dnf clean all && rm -rf /var/cache/dnf; fi
7
4
- run : openstack complete | tee /etc/bash_completion.d/osc.bash_completion > /dev/null
8
5
- run : baremetal complete | tee /etc/bash_completion.d/baremetal.bash_completion > /dev/null
9
6
# ensure "oc rsh" uses bash by default
@@ -23,6 +20,7 @@ tcib_packages:
23
20
- python3-observabilityclient
24
21
- python3-octaviaclient
25
22
- python3-aodhclient
23
+ - python3-watcherclient
26
24
- bash-completion
27
25
- iputils
28
26
- ipmitool
Original file line number Diff line number Diff line change @@ -5,9 +5,6 @@ tcib_actions:
5
5
mv /tmp/macros.image-language-conf /etc/rpm &&
6
6
dnf -y install {{ tcib_packages.common | join(' ') }} &&
7
7
dnf clean all && rm -rf /var/cache/dnf
8
- # Note(chandankumar): Remove it once openstack-watcher-ui package is available downstream.
9
- - run : >-
10
- if [ '{{ tcib_distro }}' == 'centos' ];then dnf -y install openstack-watcher-ui && dnf clean all && rm -rf /var/cache/dnf; fi
11
8
- run : cp /usr/share/tcib/container-images/kolla/horizon/extend_start.sh /usr/local/bin/kolla_extend_start
12
9
- run : chmod 755 /usr/local/bin/kolla_extend_start
13
10
- run : >-
@@ -36,3 +33,4 @@ tcib_packages:
36
33
- openstack-manila-ui
37
34
- openstack-octavia-ui
38
35
- openstack-designate-ui
36
+ - openstack-watcher-ui
You can’t perform that action at this time.
0 commit comments