Skip to content

Commit 8429a57

Browse files
authored
Merge pull request stackhpc#18 from stackhpc/domains
add domains
2 parents 961f102 + 8ea98a4 commit 8429a57

File tree

3 files changed

+9
-0
lines changed

3 files changed

+9
-0
lines changed

ansible/group_vars/all/openstack

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,10 @@
22
###############################################################################
33
# Configuration of OpenStack user environment for OpenStack.
44

5+
# List of OpenStack domains. Format is as required by the stackhpc.os-projects
6+
# role.
7+
openstack_domains: []
8+
59
# List of OpenStack projects. Format is as required by the stackhpc.os-projects
610
# role.
711
openstack_projects: []

ansible/openstack-project.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,3 +10,4 @@
1010
os_projects_admin_auth: "{{ openstack_auth }}"
1111
os_projects_cacert: "{{ openstack_cacert }}"
1212
os_projects: "{{ openstack_projects }}"
13+
os_projects_domains: "{{ openstack_domains }}"

etc/openstack-config/openstack-config.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,10 @@
22
###############################################################################
33
# Configuration of OpenStack projects and users user environment.
44

5+
# List of OpenStack domains. Format is as required by the stackhpc.os-projects
6+
# role.
7+
#openstack_domains:
8+
59
# List of OpenStack projects. Format is as required by the stackhpc.os-projects
610
# role.
711
#openstack_projects:

0 commit comments

Comments
 (0)