aboutsummaryrefslogtreecommitdiffstats
path: root/ansible/ansible.cfg
diff options
context:
space:
mode:
authorJing Lu <lvjing5@huawei.com>2017-07-24 02:03:52 +0000
committerGerrit Code Review <gerrit@opnfv.org>2017-07-24 02:03:52 +0000
commitc1a4f5028f88e7e97e3ae2cc3f8aae6bf67c07b2 (patch)
tree60115eebf30e68f035e130df08264b6559a01001 /ansible/ansible.cfg
parente1c93d07ef87efc4e891ad8ccdf2e051b38c0142 (diff)
parent7b3e221b73131f54a5ec80ba1baed3c0338c5f5e (diff)
Merge "HA testcase containerized Compass support"
Diffstat (limited to 'ansible/ansible.cfg')
0 files changed, 0 insertions, 0 deletions
lor: #fff0f0 } /* Literal.String.Backtick */ .highlight .sc { color: #dd2200; background-color: #fff0f0 } /* Literal.String.Char */ .highlight .dl { color: #dd2200; background-color: #fff0f0 } /* Literal.String.Delimiter */ .highlight .sd { color: #dd2200; background-color: #fff0f0 } /* Literal.String.Doc */ .highlight .s2 { color: #dd2200; background-color: #fff0f0 } /* Literal.String.Double */ .highlight .se { color: #0044dd; background-color: #fff0f0 } /* Literal.String.Escape */ .highlight .sh { color: #dd2200; background-color: #fff0f0 } /* Literal.String.Heredoc */ .highlight .si { color: #3333bb; background-color: #fff0f0 } /* Literal.String.Interpol */ .highlight .sx { color: #22bb22; background-color: #f0fff0 } /* Literal.String.Other */ .highlight .sr { color: #008800; background-color: #fff0ff } /* Literal.String.Regex */ .highlight .s1 { color: #dd2200; background-color: #fff0f0 } /* Literal.String.Single */ .highlight .ss { color: #aa6600; background-color: #fff0f0 } /* Literal.String.Symbol */ .highlight .bp { color: #003388 } /* Name.Builtin.Pseudo */ .highlight .fm { color: #0066bb; font-weight: bold } /* Name.Function.Magic */ .highlight .vc { color: #336699 } /* Name.Variable.Class */ .highlight .vg { color: #dd7700 } /* Name.Variable.Global */ .highlight .vi { color: #3333bb } /* Name.Variable.Instance */ .highlight .vm { color: #336699 } /* Name.Variable.Magic */ .highlight .il { color: #0000DD; font-weight: bold } /* Literal.Number.Integer.Long */
---
general:
    directories:
        dir_functest:   .functest/ #DONT CHANGE
        dir_rally_repo: .functest/Rally_repo/
        dir_rally:      .functest/Rally_test/
        dir_rally_scn:  .functest/Rally_test/scenarios/
        dir_rally_res:  .functest/Rally_test/results/
        dir_vping:      .functest/vPing/
        dir_odl:        .functest/ODL/
        dir_rally_inst: .rally/
    openstack:
        image_name: Ubuntu14.04
        image_url:  https://cloud-images.ubuntu.com/trusty/current/trusty-server-cloudimg-amd64-disk1.img
        image_disk_format:  raw
        #Public network. Will be created by config_functest.py
        #It must be reachable from where the tests are ran
        #For Fuel deployment, it exists already and its called net04_ext
        neutron_public_net_name: net04_ext
        neutron_public_subnet_name: net04_ext__subnet
        neutron_public_subnet_cidr: 172.16.9.0/24
        neutron_public_subnet_start: 172.16.9.130
        neutron_public_subnet_end: 172.16.9.254
        #Private network for functest. Will be created by config_functest.py
        neutron_private_net_name: functest-net
        neutron_private_subnet_name: functest-subnet
        neutron_private_subnet_cidr: 192.168.120.0/24
        neutron_private_subnet_start: 192.168.120.2
        neutron_private_subnet_end: 192.168.120.254
        neutron_private_subnet_gateway: 192.168.120.254
        neutron_router_name: functest-router
vping:
    ping_timeout:   200
    vm_flavor: m1.small #adapt to your environment
    vm_name_1: opnfv-vping-1
    vm_name_2: opnfv-vping-2