Skip to content

Commit 382918a

Browse files
authored
Merge pull request stackhpc#17 from stackhpc/os-networks-rbac
Add RBAC support into openstack-networks.yml
2 parents ebab9f7 + 8c5c7c4 commit 382918a

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
@@ -21,6 +21,10 @@ openstack_routers: []
2121
# stackhpc.os-networks role.
2222
openstack_security_groups: []
2323

24+
# List of RBAC definitions in the openstack projct. Format is as required by the
25+
# stackhpc.os-networks role.
26+
openstack_networks_rbac: []
27+
2428
###############################################################################
2529
# Configuration of nova flavors for OpenStack.
2630

ansible/openstack-networks.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,3 +12,4 @@
1212
os_networks: "{{ openstack_networks }}"
1313
os_networks_routers: "{{ openstack_routers }}"
1414
os_networks_security_groups: "{{ openstack_security_groups }}"
15+
os_networks_rbac: "{{ openstack_networks_rbac }}"

etc/openstack-config/openstack-config.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,10 @@
2121
# Format is as required by the stackhpc.os-networks role.
2222
#openstack_security_groups:
2323

24+
# List of RBAC definitions in the openstack projct. Format is as required by the
25+
# stackhpc.os-networks role.
26+
#openstack_networks_rbac:
27+
2428
###############################################################################
2529
# Configuration of nova flavors.
2630

0 commit comments

Comments
 (0)