|
| 1 | +general: |
| 2 | + directories: |
| 3 | + # Relative to the path where the repo is cloned: |
| 4 | + dir_vping: testcases/vPing/CI/libraries/ |
| 5 | + dir_odl: testcases/Controllers/ODL/CI/ |
| 6 | + dir_rally: testcases/VIM/OpenStack/CI/libraries/ |
| 7 | + dir_rally_scn: testcases/VIM/OpenStack/CI/suites/ |
| 8 | + dir_vIMS: testcases/vIMS/CI/ |
| 9 | + dir_onos: testcases/Controllers/ONOS/Teston/CI/ |
| 10 | + |
| 11 | + # Absolute path |
| 12 | + dir_repos: /home/opnfv/repos |
| 13 | + dir_repo_functest: /home/opnfv/repos/functest |
| 14 | + dir_repo_rally: /home/opnfv/repos/rally |
| 15 | + dir_repo_releng: /home/opnfv/repos/releng |
| 16 | + dir_functest: /home/opnfv/functest |
| 17 | + dir_results: /home/opnfv/functest/results |
| 18 | + dir_functest_conf: /home/opnfv/functest/conf |
| 19 | + dir_rally_res: /home/opnfv/functest/results/rally |
| 20 | + dir_functest_data: /home/opnfv/functest/data |
| 21 | + dir_vIMS_data: /home/opnfv/functest/data/vIMS |
| 22 | + dir_rally_inst: ~/.rally |
| 23 | + |
| 24 | + repositories: |
| 25 | + # branch and commit ID to which the repos will be reset (HEAD) |
| 26 | + functest_branch: master |
| 27 | + functest_commit: b3e241e1ee0e794ec732eddc5eaeb1f59dc1a999 |
| 28 | + releng_branch: master |
| 29 | + releng_commit: 976b5ae48a545c72c87f9e5dba9deee7e94ada94 |
| 30 | + rally_branch: master |
| 31 | + rally_commit: 9a17d8490e7fb4afee2f5629e6db41eabe4bc4d4 |
| 32 | + |
| 33 | + openstack: |
| 34 | + image_name: functest-img |
| 35 | + image_url: http://download.cirros-cloud.net/0.3.4/cirros-0.3.4-x86_64-disk.img |
| 36 | + image_disk_format: qcow2 |
| 37 | + |
| 38 | + |
| 39 | + #Public network. Optional |
| 40 | + neutron_public_net_name: net04_ext |
| 41 | + neutron_public_subnet_name: net04_ext__subnet |
| 42 | + neutron_public_subnet_cidr: 172.16.9.0/24 |
| 43 | + neutron_public_subnet_start: 172.16.9.130 |
| 44 | + neutron_public_subnet_end: 172.16.9.254 |
| 45 | + #Private network for functest. Will be created by config_functest.py |
| 46 | + neutron_private_net_name: functest-net |
| 47 | + neutron_private_subnet_name: functest-subnet |
| 48 | + neutron_private_subnet_cidr: 192.168.120.0/24 |
| 49 | + neutron_private_subnet_start: 192.168.120.2 |
| 50 | + neutron_private_subnet_end: 192.168.120.254 |
| 51 | + neutron_private_subnet_gateway: 192.168.120.254 |
| 52 | + neutron_router_name: functest-router |
| 53 | +vping: |
| 54 | + ping_timeout: 200 |
| 55 | + vm_flavor: m1.small #adapt to your environment |
| 56 | + vm_name_1: opnfv-vping-1 |
| 57 | + vm_name_2: opnfv-vping-2 |
| 58 | + ip_1: 192.168.120.30 |
| 59 | + ip_2: 192.168.120.40 |
| 60 | + |
| 61 | +vIMS: |
| 62 | + general: |
| 63 | + tenant_name: vIMS |
| 64 | + tenant_description: vIMS Functionality Testing |
| 65 | + base_image_url: http://cloud-images.ubuntu.com/trusty/current/trusty-server-cloudimg-amd64-disk1.img |
| 66 | + base_image_name: ubuntu_14.04 |
| 67 | + cloudify: |
| 68 | + blueprint: |
| 69 | + url: https://github.com/boucherv-orange/cloudify-manager-blueprints.git |
| 70 | + branch: "3.2-build" |
| 71 | + file_name: "openstack-manager-blueprint.yaml" |
| 72 | + inputs: |
| 73 | + keystone_username: "" |
| 74 | + keystone_password: "" |
| 75 | + keystone_tenant_name: "" |
| 76 | + keystone_url: "" |
| 77 | + manager_public_key_name: 'cloudify-manager' |
| 78 | + agent_public_key_name: 'cloudify-agent' |
| 79 | + image_id: "" |
| 80 | + flavor_id: "2" |
| 81 | + external_network_name: "" |
| 82 | + use_existing_manager_keypair: false |
| 83 | + use_existing_agent_keypair: false |
| 84 | + manager_server_name: cloudify-management-server |
| 85 | + manager_server_user: ubuntu |
| 86 | + manager_security_group_name: cloudify-sg-manager |
| 87 | + agents_security_group_name: cloudify-sg-agents |
| 88 | + manager_private_key_path: ~/.ssh/cloudify-manager-kp.pem |
| 89 | + agent_private_key_path: ~/.ssh/cloudify-agent-kp.pem |
| 90 | + agents_user: ubuntu |
| 91 | + nova_url: "" |
| 92 | + neutron_url: "" |
| 93 | + resources_prefix: "" |
| 94 | + inputs_path: openstack/inputs.yaml |
| 95 | + clearwater: |
| 96 | + blueprint: |
| 97 | + file_name: 'openstack-blueprint.yaml' |
| 98 | + name: "clearwater-opnfv" |
| 99 | + destination_folder: "opnfv-cloudify-clearwater" |
| 100 | + url: 'https://github.com/Orange-OpenSource/opnfv-cloudify-clearwater.git' |
| 101 | + branch: "master" |
| 102 | + deployment-name: 'clearwater-opnfv' |
| 103 | + inputs: |
| 104 | + image_id: '' |
| 105 | + flavor_id: '' |
| 106 | + agent_user: 'ubuntu' |
| 107 | + external_network_name: '' |
| 108 | + public_domain: clearwater.opnfv |
| 109 | +ONOS: |
| 110 | + general: |
| 111 | + onosbench_username: 'root' |
| 112 | + onosbench_password: 'root' |
| 113 | + onoscli_username: 'root' |
| 114 | + onoscli_password: 'root' |
| 115 | + runtimeout: 300 |
| 116 | + environment: |
| 117 | + OCT: '189.42.8.99' |
| 118 | + OC1: '189.42.8.101' |
| 119 | + OC2: '189.42.8.102' |
| 120 | + OC3: '189.42.8.103' |
| 121 | + OCN: '189.42.8.104' |
| 122 | + OCN2: '189.42.8.105' |
| 123 | +results: |
| 124 | + test_db_url: http://213.77.62.197 |
0 commit comments