aboutsummaryrefslogtreecommitdiffstats
path: root/deploy/compass_conf/package_field
diff options
context:
space:
mode:
authorHarry Huang <huangxiangyu5@huawei.com>2016-11-25 04:08:19 +0800
committerHarry Huang <huangxiangyu5@huawei.com>2016-11-25 04:08:19 +0800
commitcceecd6920ae01d99dafb46d225f69e4546f278b (patch)
tree2cc1f2a0f3504b453685b6a18e1dd460c6e55dda /deploy/compass_conf/package_field
parent7c6a13e3457ce64d4b840e3816215f2a758ed0bc (diff)
add compass-core conf/ into compass4nfv
JIRA: COMPASS-507 1.create deploy/compass_conf/ directory to keep local compass-core conf/ files. build.sh will add it into compass.iso 2.adjust conf files to support congress Change-Id: I91dde6f62f2385d1289a5cf9a39eafce945a1bc7 Signed-off-by: Harry Huang <huangxiangyu5@huawei.com>
Diffstat (limited to 'deploy/compass_conf/package_field')
-rwxr-xr-xdeploy/compass_conf/package_field/anytype.conf2
-rwxr-xr-xdeploy/compass_conf/package_field/dns.conf2
-rwxr-xr-xdeploy/compass_conf/package_field/gateway.conf2
-rwxr-xr-xdeploy/compass_conf/package_field/general.conf1
-rwxr-xr-xdeploy/compass_conf/package_field/general_list.conf2
-rwxr-xr-xdeploy/compass_conf/package_field/integer.conf2
-rwxr-xr-xdeploy/compass_conf/package_field/ip.conf2
-rwxr-xr-xdeploy/compass_conf/package_field/netmask.conf2
-rwxr-xr-xdeploy/compass_conf/package_field/network.conf2
-rwxr-xr-xdeploy/compass_conf/package_field/password.conf3
-rwxr-xr-xdeploy/compass_conf/package_field/percentage.conf3
-rwxr-xr-xdeploy/compass_conf/package_field/roles.conf3
-rwxr-xr-xdeploy/compass_conf/package_field/size.conf2
-rwxr-xr-xdeploy/compass_conf/package_field/username.conf3
14 files changed, 31 insertions, 0 deletions
diff --git a/deploy/compass_conf/package_field/anytype.conf b/deploy/compass_conf/package_field/anytype.conf
new file mode 100755
index 00000000..dd65c593
--- /dev/null
+++ b/deploy/compass_conf/package_field/anytype.conf
@@ -0,0 +1,2 @@
+NAME = 'anytype'
+FIELD_TYPE = object
diff --git a/deploy/compass_conf/package_field/dns.conf b/deploy/compass_conf/package_field/dns.conf
new file mode 100755
index 00000000..b97b1544
--- /dev/null
+++ b/deploy/compass_conf/package_field/dns.conf
@@ -0,0 +1,2 @@
+NAME = 'dns'
+VALIDATOR = is_valid_dns
diff --git a/deploy/compass_conf/package_field/gateway.conf b/deploy/compass_conf/package_field/gateway.conf
new file mode 100755
index 00000000..f9a3139e
--- /dev/null
+++ b/deploy/compass_conf/package_field/gateway.conf
@@ -0,0 +1,2 @@
+NAME = 'gateway'
+VALIDATOR = is_valid_gateway
diff --git a/deploy/compass_conf/package_field/general.conf b/deploy/compass_conf/package_field/general.conf
new file mode 100755
index 00000000..4d8cb371
--- /dev/null
+++ b/deploy/compass_conf/package_field/general.conf
@@ -0,0 +1 @@
+NAME = 'general'
diff --git a/deploy/compass_conf/package_field/general_list.conf b/deploy/compass_conf/package_field/general_list.conf
new file mode 100755
index 00000000..9b37cb99
--- /dev/null
+++ b/deploy/compass_conf/package_field/general_list.conf
@@ -0,0 +1,2 @@
+NAME = 'general_list'
+FIELD_TYPE = list
diff --git a/deploy/compass_conf/package_field/integer.conf b/deploy/compass_conf/package_field/integer.conf
new file mode 100755
index 00000000..45f000e3
--- /dev/null
+++ b/deploy/compass_conf/package_field/integer.conf
@@ -0,0 +1,2 @@
+NAME = 'integer'
+FIELD_TYPE = int
diff --git a/deploy/compass_conf/package_field/ip.conf b/deploy/compass_conf/package_field/ip.conf
new file mode 100755
index 00000000..0389cef9
--- /dev/null
+++ b/deploy/compass_conf/package_field/ip.conf
@@ -0,0 +1,2 @@
+NAME = 'ip address'
+VALIDATOR = is_valid_ip
diff --git a/deploy/compass_conf/package_field/netmask.conf b/deploy/compass_conf/package_field/netmask.conf
new file mode 100755
index 00000000..2dab8690
--- /dev/null
+++ b/deploy/compass_conf/package_field/netmask.conf
@@ -0,0 +1,2 @@
+NAME = 'netmask'
+VALIDATOR = is_valid_netmask
diff --git a/deploy/compass_conf/package_field/network.conf b/deploy/compass_conf/package_field/network.conf
new file mode 100755
index 00000000..c7f627f3
--- /dev/null
+++ b/deploy/compass_conf/package_field/network.conf
@@ -0,0 +1,2 @@
+NAME = 'network'
+VALIDATOR = is_valid_network
diff --git a/deploy/compass_conf/package_field/password.conf b/deploy/compass_conf/package_field/password.conf
new file mode 100755
index 00000000..bdb026e5
--- /dev/null
+++ b/deploy/compass_conf/package_field/password.conf
@@ -0,0 +1,3 @@
+NAME = 'password'
+VALIDATOR = is_valid_password
+DESCRIPTION = 'password'
diff --git a/deploy/compass_conf/package_field/percentage.conf b/deploy/compass_conf/package_field/percentage.conf
new file mode 100755
index 00000000..2e61c899
--- /dev/null
+++ b/deploy/compass_conf/package_field/percentage.conf
@@ -0,0 +1,3 @@
+NAME = 'percentage'
+FIELD_TYPE = int
+VALIDATOR = is_valid_percentage
diff --git a/deploy/compass_conf/package_field/roles.conf b/deploy/compass_conf/package_field/roles.conf
new file mode 100755
index 00000000..a0319ed2
--- /dev/null
+++ b/deploy/compass_conf/package_field/roles.conf
@@ -0,0 +1,3 @@
+NAME = 'roles'
+FIELD_TYPE = list
+DESCRIPTION = 'roles'
diff --git a/deploy/compass_conf/package_field/size.conf b/deploy/compass_conf/package_field/size.conf
new file mode 100755
index 00000000..b3b686e8
--- /dev/null
+++ b/deploy/compass_conf/package_field/size.conf
@@ -0,0 +1,2 @@
+NAME = 'size'
+VALIDATOR = is_valid_size
diff --git a/deploy/compass_conf/package_field/username.conf b/deploy/compass_conf/package_field/username.conf
new file mode 100755
index 00000000..79907b1a
--- /dev/null
+++ b/deploy/compass_conf/package_field/username.conf
@@ -0,0 +1,3 @@
+NAME = 'username'
+VALIDATOR = is_valid_username
+DESCRIPTION = 'username'