Giuseppe Lavagetto has uploaded a new change for review. https://gerrit.wikimedia.org/r/289371
Change subject: openstack::nova::api: allow users to access api logs ...................................................................... openstack::nova::api: allow users to access api logs This also fixes the path of the hiera file, as the role has "labs" in its name Bug: T133992 Change-Id: If3b5a0f7e5f8b46ce176a800e9f1cb789ff80353 --- A hieradata/role/common/labs/openstack/nova/api.yaml D hieradata/role/common/openstack/nova/api.yaml 2 files changed, 3 insertions(+), 2 deletions(-) git pull ssh://gerrit.wikimedia.org:29418/operations/puppet refs/changes/71/289371/1 diff --git a/hieradata/role/common/labs/openstack/nova/api.yaml b/hieradata/role/common/labs/openstack/nova/api.yaml new file mode 100644 index 0000000..2b85509 --- /dev/null +++ b/hieradata/role/common/labs/openstack/nova/api.yaml @@ -0,0 +1,3 @@ +admin::groups: + - labnet-users +openstack::log_group: labnet-users diff --git a/hieradata/role/common/openstack/nova/api.yaml b/hieradata/role/common/openstack/nova/api.yaml deleted file mode 100644 index 322f080..0000000 --- a/hieradata/role/common/openstack/nova/api.yaml +++ /dev/null @@ -1,2 +0,0 @@ -admin::groups: - - labnet-users -- To view, visit https://gerrit.wikimedia.org/r/289371 To unsubscribe, visit https://gerrit.wikimedia.org/r/settings Gerrit-MessageType: newchange Gerrit-Change-Id: If3b5a0f7e5f8b46ce176a800e9f1cb789ff80353 Gerrit-PatchSet: 1 Gerrit-Project: operations/puppet Gerrit-Branch: production Gerrit-Owner: Giuseppe Lavagetto <[email protected]> _______________________________________________ MediaWiki-commits mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits
