diff options
author | Morgan Richomme <morgan.richomme@orange.com> | 2016-07-04 15:18:33 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@172.30.200.206> | 2016-07-04 15:18:34 +0000 |
commit | 42e93cdcb2702e0c740fda3c2dba936e9d6ab806 (patch) | |
tree | f19c1d9ce2f4630d0a50e649736848ef8166d601 /ci/config_functest.yaml | |
parent | 02752720c0064d89047b6b5fdb7eff4b4591f94f (diff) | |
parent | 57800d5b7389d7d244e0d50d198c720313473398 (diff) |
Merge "Add example script creating an instance"
Diffstat (limited to 'ci/config_functest.yaml')
-rw-r--r-- | ci/config_functest.yaml | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/ci/config_functest.yaml b/ci/config_functest.yaml index ea502dac..fae331d6 100644 --- a/ci/config_functest.yaml +++ b/ci/config_functest.yaml @@ -156,5 +156,16 @@ promise: subnet_cidr: 192.168.121.0/24 router_name: promise-router +example: + example_vm_name: example-vm + example_flavor: m1.small + example_image_name: functest-example-vm + example_private_net_name: example-net + example_private_subnet_name: example-subnet + example_private_subnet_cidr: 192.168.170.0/24 + example_router_name: example-router + example_sg_name: example-sg + example_sg_descr: Example Security group + results: test_db_url: http://testresults.opnfv.org/test/api/v1 |