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

Unified Diff: appengine/machine_provider/proto/config.proto

Issue 2225263004: Adds config component to Machine Provider (Closed) Base URL: https://chromium.googlesource.com/external/github.com/luci/luci-py@master
Patch Set: . Created 4 years, 4 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
« no previous file with comments | « appengine/machine_provider/proto/__init__.py ('k') | appengine/machine_provider/proto/config_pb2.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: appengine/machine_provider/proto/config.proto
diff --git a/appengine/machine_provider/proto/config.proto b/appengine/machine_provider/proto/config.proto
new file mode 100644
index 0000000000000000000000000000000000000000..efac606c3dd481198c51fb83571abadbac65d5e8
--- /dev/null
+++ b/appengine/machine_provider/proto/config.proto
@@ -0,0 +1,14 @@
+// Copyright 2016 The LUCI Authors. All rights reserved.
+// Use of this source code is governed under the Apache License, Version 2.0
+// that can be found in the LICENSE file.
+
+// Machine Provider config schema.
+
+package machine_provider;
+
+
+// Machine Provider Configuration
+message SettingsCfg {
+ // Enable ts_mon based monitoring.
+ optional bool enable_ts_monitoring = 1;
+}
« no previous file with comments | « appengine/machine_provider/proto/__init__.py ('k') | appengine/machine_provider/proto/config_pb2.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698