Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions ansible/group_vars/all/openstack
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,10 @@ openstack_routers: []
# stackhpc.os-networks role.
openstack_security_groups: []

# List of RBAC definitions in the openstack projct. Format is as required by the
# stackhpc.os-networks role.
openstack_networks_rbac: []

###############################################################################
# Configuration of nova flavors for OpenStack.

Expand Down
1 change: 1 addition & 0 deletions ansible/openstack-networks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,3 +12,4 @@
os_networks: "{{ openstack_networks }}"
os_networks_routers: "{{ openstack_routers }}"
os_networks_security_groups: "{{ openstack_security_groups }}"
os_networks_rbac: "{{ openstack_networks_rbac }}"
4 changes: 4 additions & 0 deletions etc/openstack-config/openstack-config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,10 @@
# Format is as required by the stackhpc.os-networks role.
#openstack_security_groups:

# List of RBAC definitions in the openstack projct. Format is as required by the
# stackhpc.os-networks role.
#openstack_networks_rbac:

###############################################################################
# Configuration of nova flavors.

Expand Down