Bug 912159
Summary: | changes to beaker.base_mac_addr not taking effect | ||
---|---|---|---|
Product: | [Retired] Beaker | Reporter: | Dan Callaghan <dcallagh> |
Component: | scheduler | Assignee: | Dan Callaghan <dcallagh> |
Status: | CLOSED CURRENTRELEASE | QA Contact: | Qixiang Wan <qwan> |
Severity: | unspecified | Docs Contact: | |
Priority: | high | ||
Version: | 0.11 | CC: | asaha, dcallagh, llim, qwan, rglasz, rmancy |
Target Milestone: | 0.12 | ||
Target Release: | --- | ||
Hardware: | Unspecified | ||
OS: | Unspecified | ||
Whiteboard: | Misc | ||
Fixed In Version: | Doc Type: | Bug Fix | |
Doc Text: | Story Points: | --- | |
Clone Of: | Environment: | ||
Last Closed: | 2013-04-11 04:57:15 UTC | Type: | Bug |
Regression: | --- | Mount Type: | --- |
Documentation: | --- | CRM: | |
Verified Versions: | Category: | --- | |
oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
Cloudforms Team: | --- | Target Upstream Version: | |
Embargoed: |
Description
Dan Callaghan
2013-02-18 00:18:01 UTC
Verified with beaker-0.11.3-1.git.210.bda2c22. steps: 1. Create a job which can be scheduled on RHEV guests. 2. Wait for the job go to "running" which means there is a guest created 3. Change the beaker.base_mac_addr to "52:55:00:00:00:00" (or any value larger than the default/previous one), restart httpd and beakerd 4. Create a new job which also can be scheduled on RHEV guests (or just clone the job in step 1) 5. Wait for the job go to "running", check the mac addr allocated to the new guest. It's value should be larger than the one changed at step 3. Beaker 0.12 has been released. |