Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(655)

Unified Diff: logdog/appengine/cmd/coordinator/vmuser/module.cfg

Issue 2988083002: [logdog] Begin migrating to Makefile. (Closed)
Patch Set: git checkout view Created 3 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: logdog/appengine/cmd/coordinator/vmuser/module.cfg
diff --git a/logdog/appengine/cmd/coordinator/vmuser/module.cfg b/logdog/appengine/cmd/coordinator/vmuser/module.cfg
deleted file mode 100644
index 18b76aaabac050e1935975c559473662171112b1..0000000000000000000000000000000000000000
--- a/logdog/appengine/cmd/coordinator/vmuser/module.cfg
+++ /dev/null
@@ -1,143 +0,0 @@
-# Deploy tool Component for the LogDog Coordinator default module.
-appengine_module <
- module_name: ""
- go_module <
- entry_package: "github.com/luci/luci-go/logdog/appengine/cmd/coordinator/vmuser"
- >
-
- managed_vm <
- scopes: "https://www.googleapis.com/auth/userinfo.email"
- scopes: "https://www.googleapis.com/auth/devstorage.full_control"
- scopes: "https://www.googleapis.com/auth/cloud-platform"
- scopes: "https://www.googleapis.com/auth/bigtable.data"
- >
-
- # Debug endpoints for profiling access.
- handlers <
- handler <
- url: "/debug/*"
- secure: SECURE_ALWAYS
- login: LOGIN_ADMIN
- >
-
- handler <
- url: "/.*"
- secure: SECURE_ALWAYS
- >
- >
-
- resources <
- # These "query endpoint" indexes support timestamp-based querying. These
- # should be kept in sync with the indexes in:
- # logdog/appengine/coordinator/coordinatorTest/context.go
- index <
- kind: "LogStream"
- property <
- name: "Prefix"
- >
- property: <
- name: "Created"
- direction: DESCENDING
- >
- >
-
- index <
- kind: "LogStream"
- property <
- name: "Name"
- >
- property <
- name: "Created"
- direction: DESCENDING
- >
- >
-
- index <
- kind: "LogStream"
- property <
- name: "State"
- >
- property <
- name: "Created"
- direction: DESCENDING
- >
- >
-
- index <
- kind: "LogStream"
- property <
- name: "Purged"
- >
- property <
- name: "Created"
- direction: DESCENDING
- >
- >
-
- index <
- kind: "LogStream"
- property <
- name: "ProtoVersion"
- >
- property <
- name: "Created"
- direction: DESCENDING
- >
- >
-
- index <
- kind: "LogStream"
- property <
- name: "ContentType"
- >
- property <
- name: "Created"
- direction: DESCENDING
- >
- >
-
- index <
- kind: "LogStream"
- property <
- name: "StreamType"
- >
- property <
- name: "Created"
- direction: DESCENDING
- >
- >
-
- index <
- kind: "LogStream"
- property <
- name: "Timestamp"
- >
- property <
- name: "Created"
- direction: DESCENDING
- >
- >
-
- index <
- kind: "LogStream"
- property <
- name: "_C"
- >
- property <
- name: "Created"
- direction: DESCENDING
- >
- >
-
- index <
- kind: "LogStream"
- property <
- name: "_Tags"
- >
- property <
- name: "Created"
- direction: DESCENDING
- >
- >
- >
->
« no previous file with comments | « logdog/appengine/cmd/coordinator/vmuser/index.yaml ('k') | logdog/appengine/cmd/coordinator/vmuser/queue.yaml » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698