Merlijn van Deen has uploaded a new change for review. https://gerrit.wikimedia.org/r/325041
Change subject: Add tools hiera common.yaml ...................................................................... Add tools hiera common.yaml Change-Id: Ib710e91df6ec60ffc930893fb63049b577da9543 --- A hieradata/labs/tools/common.yaml 1 file changed, 17 insertions(+), 0 deletions(-) git pull ssh://gerrit.wikimedia.org:29418/labs/private refs/changes/41/325041/1 diff --git a/hieradata/labs/tools/common.yaml b/hieradata/labs/tools/common.yaml new file mode 100644 index 0000000..c24de31 --- /dev/null +++ b/hieradata/labs/tools/common.yaml @@ -0,0 +1,17 @@ +docker::username: docker +docker::password_hash: '$apr1$st5G0d8l$IcJeBIljkbSRhjrMIiH02/' # "not a real password" +docker::password: 'not a real password' +k8s_infrastructure_users: + - name: client-infrastructure + type: infrastructure-readwrite + token: faketoken + id: 1 + - name: proxy-infrastructure + type: infrastructure-readonly + token: faketoken + id: 2 + - name: prometheus + type: infrastructure-readonly + token: faketoken + id: 3 + -- To view, visit https://gerrit.wikimedia.org/r/325041 To unsubscribe, visit https://gerrit.wikimedia.org/r/settings Gerrit-MessageType: newchange Gerrit-Change-Id: Ib710e91df6ec60ffc930893fb63049b577da9543 Gerrit-PatchSet: 1 Gerrit-Project: labs/private Gerrit-Branch: master Gerrit-Owner: Merlijn van Deen <[email protected]> _______________________________________________ MediaWiki-commits mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits
