Age | Commit message (Expand) | Author | Files | Lines |
---|---|---|---|---|
2016-08-12 | [bugfix] pass the wrong argument to rally | 1 | -1/+2 | |
2016-08-11 | Merge "Create config_functest patch to update the conf with scenario" | 4 | -4/+8 | |
2016-08-11 | [multisite] refactor the scripts of multiste | 2 | -86/+130 | |
2016-08-10 | Create config_functest patch to update the conf with scenario | 4 | -4/+8 | |
2016-08-08 | Use Kingbird Bind host URL for Tempest | ---
nic_mappings: []
bond_mappings: []
provider_net_mappings:
- name: br-prv
network: physnet
interface: eth1
type: ovs
role:
- controller
- compute
sys_intf_mappings:
- name: mgmt
interface: eth1
vlan_tag: 19
type: vlan
role:
- controller
- compute
- name: storage
interface: eth1
vlan_tag: 12
type: vlan
role:
- controller
- compute
- name: external
interface: br-prv
type: ovs
role:
- controller
- compute
ip_settings:
- name: mgmt
ip_ranges:
- - "172.31.19.2"
- "172.31.19.253"
cidr: "172.31.19.0/24"
role:
- controller
- compute
- name: storage
ip_ranges:
- - "172.31.12.2"
- "172.31.12.253"
cidr: "172.31.12.0/24"
role:
- controller
- compute
- name: external
ip_ranges:
- - "172.31.20.10"
- "172.31.20.50"
cidr: "172.31.20.0/24"
gw: "172.31.20.1"
role:
- controller
- compute
internal_vip:
ip: 172.31.19.222
netmask: "24"
interface: mgmt
public_vip:
ip: 172.31.20.51
netmask: "24"
interface: external
onos_nic: eth1
public_net_info:
enable: "True"
network: ext-net
type: flat
segment_id: 20
subnet: ext-subnet
provider_network: physnet
router: router-ext
enable_dhcp: "False"
no_gateway: "False"
external_gw: "172.31.20.1"
floating_ip_cidr: "172.31.20.0/24"
floating_ip_start: "172.31.20.100"
floating_ip_end: "172.31.20.200"
| 1 | -7/+52 |
2016-07-20 | Remove logger as input parameter of functions in openstack_utils | 5 | -13/+7 | |
2016-07-20 | Add kingbird endpoint information to functest. | 1 | -7/+52 | |
2016-07-19 | Show real time tempest test execution | 1 | -4/+21 | |
2016-07-19 | Exit with -1 return code if something fails in vping tests | 2 | -15/+15 | |
2016-07-14 | Use common way to get the openstack clients | 4 | -166/+119 | |
2016-07-14 | [multisite] integrate kingbird tempest testcases | 1 | -1/+43 | |
2016-07-12 | Use flavor m1.tiny in healthcheck | 1 | -4/+15 | |
2016-07-12 | Merge changes from topics 'fix_unix_rights_py', 'stop_creating_ODL_dir' | 4 | -0/+0 | |
2016-07-12 | Chmod 755 all sh files which can be executed | 2 | -0/+0 | |
2016-07-12 | Chmod 755 all py files which can be executed | 4 | -0/+0 | |
2016-07-06 | bug fix: use PASS/FAIL for rally | 1 | -2/+2 | |
2016-07-04 | Add example script creating an instance | 1 | -0/+136 | |
2016-06-29 | bug fix: use FAIL/PASS as criteria for vping_userdata and rally_sanity | 2 | -4/+4 | |
2016-06-28 | Change step 4 to step 3 in healtcheck | 1 | -1/+1 | |
2016-06-16 | Align test names in DB and config file | 4 | -7/+17 | |
2016-06-14 | Reduce rally run script log output | 1 | -1/+1 | |
2016-06-13 | Remove unnecessary defaults from rally task file | 2 | -12/+1 | |
2016-06-13 | Remove external server references on Rally scenarios | 2 | -19/+8 | |
2016-06-13 | Creating Glance image for Tempest suite | 1 | -0/+30 | |
2016-06-09 | Fix vPing success criteria evaluation bugfix | 1 | -8/+5 | |
2016-06-08 | Adapt functest testcase to APi refactoring | 4 | -115/+89 |