Merge "Set OS_CLOUD=devstack-admin in /etc/profile.d"

This commit is contained in:
Zuul 2022-06-15 12:21:12 +00:00 committed by Gerrit Code Review
commit 45eaf67e91
3 changed files with 7 additions and 0 deletions

View File

@ -0,0 +1 @@
export OS_CLOUD=devstack-admin

View File

@ -7,3 +7,4 @@
- include_tasks: deploy-projects.yaml
- include_tasks: deploy-local-conf.yaml
- include_tasks: run-stack.yaml
- include_tasks: setup-profile.yaml

View File

@ -0,0 +1,5 @@
- name: copy stack.sh file to /etc/profile.d/
become: true
copy:
src: stack.sh
dest: /etc/profile.d/