aboutsummaryrefslogtreecommitdiffstats
path: root/deploy/compass_conf
diff options
context:
space:
mode:
authorHarry Huang <huangxiangyu5@huawei.com>2017-01-17 14:45:57 +0800
committerHarry Huang <huangxiangyu5@huawei.com>2017-02-04 09:57:41 +0800
commit613ff10892793546146bd7e9d08054788f823609 (patch)
tree99c710e58c483df532cbb37111fb3f123e5ed04e /deploy/compass_conf
parent7173757a6190f4528d36053d82467c74dbf16b3f (diff)
Add opera support
JIRA: COMPASS-504 JIRA: OPERA-1 Function: support open-o deployment by calling opera project. open-o deployment will start at the end of normal compass4nfv deployment. Changes: 1. add scenario and network yaml for opera 2. add opera_adapter.py for calling opera Attention: The git URL for opera will change after opera patch OPERA-2 is meraged. This patch should be modifed before meraged. Change-Id: Id0afcece920c4107bb23f42b460c46eec3ca97e6 Signed-off-by: Harry Huang <huangxiangyu5@huawei.com>
Diffstat (limited to 'deploy/compass_conf')
-rwxr-xr-xdeploy/compass_conf/package_metadata/openstack.conf80
1 files changed, 80 insertions, 0 deletions
diff --git a/deploy/compass_conf/package_metadata/openstack.conf b/deploy/compass_conf/package_metadata/openstack.conf
index 000c1a29..555f007c 100755
--- a/deploy/compass_conf/package_metadata/openstack.conf
+++ b/deploy/compass_conf/package_metadata/openstack.conf
@@ -244,6 +244,86 @@ METADATA = {
}
},
+ 'openo_net': {
+ '_self': {
+ 'mapping_to': 'openo_net',
+ 'is_required': False
+ },
+
+ 'openo_vm_ip': {
+ '_self': {
+ 'mapping_to': 'openo_vm_ip',
+ 'is_required': False,
+ 'field': 'general',
+ }
+ },
+ 'openo_vm_mask': {
+ '_self': {
+ 'mapping_to': 'openo_vm_mask',
+ 'is_required': False,
+ 'field': 'general',
+ }
+ },
+ 'openo_external_gw': {
+ '_self': {
+ 'mapping_to': 'openo_external_gw',
+ 'is_required': False,
+ 'field': 'general',
+ }
+ },
+ 'openo_external_cidr': {
+ '_self': {
+ 'mapping_to': 'openo_external_cidr',
+ 'is_required': False,
+ 'field': 'general',
+ }
+ }
+ },
+
+ 'openo_docker_net': {
+ '_self': {
+ 'mapping_to': 'openo_docker_net',
+ 'is_required': False
+ },
+
+ 'docker_ip_start': {
+ '_self': {
+ 'mapping_to': 'docker_ip_start',
+ 'is_required': False,
+ 'field': 'general',
+ }
+ },
+ 'docker_ip_end': {
+ '_self': {
+ 'mapping_to': 'docker_ip_end',
+ 'is_required': False,
+ 'field': 'general',
+ }
+ }
+ },
+
+ 'juju_net': {
+ '_self': {
+ 'mapping_to': 'juju_net',
+ 'is_required': False
+ },
+
+ 'juju_net_cidr': {
+ '_self': {
+ 'mapping_to': 'juju_net_cidr',
+ 'is_required': False,
+ 'field': 'general',
+ }
+ },
+ 'juju_net_gw': {
+ '_self': {
+ 'mapping_to': 'juju_net_gw',
+ 'is_required': False,
+ 'field': 'general',
+ }
+ }
+ },
+
'public_net_info': {
'_self': {
'mapping_to': 'public_net_info'