Skip to content
Open
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
5 changes: 1 addition & 4 deletions base-helm-configs/cinder/cinder-helm-overrides.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -107,10 +107,7 @@ conf:
# volume_clear: zero
# volume_driver: cinder_rxt.rackspace.RXTLVM
# volume_group: cinder-volumes-1
policy:
"volume_extension:types_extra_specs:read_sensitive": "rule:xena_system_admin_or_project_reader"
"volume_extension:qos_specs_manage:get_all": "rule:xena_system_admin_or_project_member"
"volume_extension:qos_specs_manage:get": "rule:xena_system_admin_or_project_member"
policy: {}
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@dwith - please review.

cinder:
DEFAULT:
allow_availability_zone_fallback: true
Expand Down
14 changes: 4 additions & 10 deletions base-helm-configs/glance/glance-helm-overrides.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,9 +28,9 @@ bootstrap:
images:
cirros:
id: null
name: "Cirros 0.6.2 64-bit"
source_url: "http://download.cirros-cloud.net/0.6.2/"
image_file: "cirros-0.6.2-x86_64-disk.img"
name: "Cirros 0.6.3 64-bit"
source_url: "http://download.cirros-cloud.net/0.6.3/"
image_file: "cirros-0.6.3-x86_64-disk.img"
min_disk: 1
image_type: qcow2
container_format: bare
Expand Down Expand Up @@ -118,13 +118,7 @@ conf:
uwsgi:
processes: 2
threads: 1
policy:
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think this is one we should keep. Our standard deployment assumes that you will create a glance_admin role, which is a fairly easy thing to adopt as a deployment practice while also creating a more secure / regulated image policy by default.

"admin_required": "role:admin or role:glance_admin"
"default": "role:admin or role:glance_admin"
"context_is_admin": "role:admin or role:glance_admin"
"service_api": "role:service"
"publicize_image": "role:glance_admin"
"communitize_image": "role:glance_admin"
policy: {}
logging:
logger_root:
level: INFO
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
---
upgrade:
- |
The oslo policies for cinder and glance are reverted to standard
OpenStack policies. If the previous behavior is needed, please add them
into your local `/etc/genestack/helm-configs` overrides files.