Temporarily disable ELK deployment

The ELK VM deployment will be integrated into the repo using ansible
playbooks after the queens/rocky upgrades.

Change-Id: I738975fec2a63030c3e80d821272dc25deced057
This commit is contained in:
Logan V 2019-03-16 12:44:21 -05:00
parent 4623084f1c
commit 7c3b2745b4
1 changed files with 0 additions and 6 deletions

View File

@ -23,9 +23,3 @@ popd
pushd ${PROJECT_PATH}/network_bootstrap pushd ${PROJECT_PATH}/network_bootstrap
openstack-ansible bootstrap-neutron.yml openstack-ansible bootstrap-neutron.yml
popd popd
pushd ${PROJECT_PATH}/openstack-ansible-ops/elk_metrics_6x
source bootstrap-embedded-ansible.sh || true
ansible-playbook site.yml ${USER_VARS} -e 'elk_package_state="latest"'
deactivate
popd