summaryrefslogtreecommitdiff
path: root/devel/image.yang
diff options
context:
space:
mode:
Diffstat (limited to 'devel/image.yang')
-rw-r--r--devel/image.yang17
1 files changed, 17 insertions, 0 deletions
diff --git a/devel/image.yang b/devel/image.yang
index cd0069c..15af9f4 100644
--- a/devel/image.yang
+++ b/devel/image.yang
@@ -26,6 +26,9 @@ module horizon-image {
revision 2020-06-22 {
description "Add PPPoE configuration support."
}
+ revision 2020-06-23 {
+ description "Add service enablement."
+ }
typedef architecture {
type enumeration {
@@ -238,6 +241,20 @@ module horizon-image {
type boolean;
default false;
}
+ container services {
+ list service {
+ key "service";
+
+ leaf service {
+ type string;
+ description "The name of the service to enable.";
+ }
+ leaf runlevel {
+ type string;
+ description "The runlevel to enable the service.";
+ }
+ }
+ }
leaf netconfig {
type netconfigtype;
description