aboutsummaryrefslogtreecommitdiffstats
path: root/deploy/compass_conf/flavor_metadata/HA-ansible-multinodes-ocata.conf
diff options
context:
space:
mode:
authorJustin chi <chigang@huawei.com>2017-06-09 07:26:19 +0000
committerGerrit Code Review <gerrit@opnfv.org>2017-06-09 07:26:19 +0000
commitdcce2491af9015d6d903d784ae1c145f329ece43 (patch)
tree617c90be07cccce7407598d66398536999344116 /deploy/compass_conf/flavor_metadata/HA-ansible-multinodes-ocata.conf
parent8ed47ae6ab2e57a37cd90707adcd0b2ea53362a1 (diff)
parentd635bd1f5762acd78545b650b2f55c112643b486 (diff)
Merge "support Containerized compass-core"
Diffstat (limited to 'deploy/compass_conf/flavor_metadata/HA-ansible-multinodes-ocata.conf')
-rwxr-xr-xdeploy/compass_conf/flavor_metadata/HA-ansible-multinodes-ocata.conf19
1 files changed, 19 insertions, 0 deletions
diff --git a/deploy/compass_conf/flavor_metadata/HA-ansible-multinodes-ocata.conf b/deploy/compass_conf/flavor_metadata/HA-ansible-multinodes-ocata.conf
new file mode 100755
index 00000000..81b4e4c5
--- /dev/null
+++ b/deploy/compass_conf/flavor_metadata/HA-ansible-multinodes-ocata.conf
@@ -0,0 +1,19 @@
+ADAPTER = 'openstack_ocata'
+FLAVOR = 'HA-ansible-multinodes-ocata'
+METADATA = {
+ 'ha_proxy': {
+ '_self': {
+ },
+ 'vip': {
+ '_self': {
+ 'is_required': True,
+ 'field': 'general',
+ 'mapping_to': 'ha_vip'
+ }
+ },
+ 'test': {
+ '_self': {
+ },
+ }
+ }
+}