Remove Ansible and Globals.yml in diag script

Ansible and Globals.yml have moved into kolla-ansible repo.

TrivialFix

Change-Id: Ie14af3659bf64cc04554ae1d1a74e86656802e0a
changes/52/420552/3
zhuzeyu 6 years ago
parent f5dd71e90f
commit 803dbe2f2f

@ -9,16 +9,9 @@ docker --version
echo "##### Docker Info #####"
docker info
echo "##### Ansible Version #####"
ansible --version
echo "##### List installed packages, including editables #####"
pip list
echo "##### Globals.yml file #####"
egrep -w 'kolla_base_distro|kolla_install_type|openstack_release' /etc/kolla/globals.yml
cat /etc/kolla/globals.yml | grep ^enable_
echo "##### Docker Images #####"
docker images -a --filter "label=kolla_version" --filter "dangling=false" --format "{{.ID}} - {{.Repository}}:{{.Tag}} - {{.CreatedSince}}"

Loading…
Cancel
Save