cloud-infra: Adapt delete-stack script according to deps 20/6220/1
authorFatih Degirmenci <fatih.degirmenci@est.tech>
Fri, 9 Oct 2020 07:05:56 +0000 (07:05 +0000)
committerFatih Degirmenci <fatih.degirmenci@est.tech>
Fri, 9 Oct 2020 07:05:56 +0000 (07:05 +0000)
commitf73878459ce99cca4be07ea01e7421d043a0827c
treed76cde2e5d2e2839563d4af795db3c73503ce8ee
parented20702e9777c2b2400dee2946b54a1ae0cdb5e6
cloud-infra: Adapt delete-stack script according to deps

Work to distribute engine dependencies across stacks started.

This change will move dependencies from engine core to stacks,
including openstack client. This requires cloud infra jobs'
delete-stack.sh script to be updated to install openstack clients
without using requirements file since the file will not contain
openstack clients anymore. This is also required to verify changes
coming to engine. Without it, stack deletion fails and change gets -1.

https: //jenkins.nordix.org/job/engine-verify-offline-deploy-test-ubuntu1804-city-cloud-master/50/console
Change-Id: Ic54b1b61047e833e2ee40f9eb860ab43115d73ad
jjb/cloud-infra/scripts/delete-heat-stack.sh