| Summary: | [RFE]Add Active Directory server support to Beaker | ||
|---|---|---|---|
| Product: | [Retired] Beaker | Reporter: | Nick Coghlan <ncoghlan> |
| Component: | general | Assignee: | beaker-dev-list |
| Status: | CLOSED WONTFIX | QA Contact: | tools-bugs <tools-bugs> |
| Severity: | unspecified | Docs Contact: | |
| Priority: | unspecified | ||
| Version: | develop | CC: | azelinka, cbouchar, dpal, qwan, tools-bugs |
| Target Milestone: | --- | Keywords: | FutureFeature |
| Target Release: | --- | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| Whiteboard: | |||
| Fixed In Version: | Doc Type: | Enhancement | |
| Doc Text: | Story Points: | --- | |
| Clone Of: | 1038295 | Environment: | |
| Last Closed: | 2020-11-13 19:29:38 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: | |
| Bug Depends On: | 1038295 | ||
| Bug Blocks: | |||
|
Description
Nick Coghlan
2013-12-11 02:58:04 UTC
It turns out even OpenStack currently has issues with provisioning DHCP servers in a way that avoids confusing other systems on the network. However, implementing bug 1038295 means making Windows images potentially available through the OpenStack image library. Armed with that, it may be possible to use libvirt on a bare metal system provisioned in Beaker to set up Active Directory on a local private libvirt network, and do testing there. We do something similar with dnsmasq in the virtual Fedora quick start for Beaker, so I've created bug 1043789 to track that possibility. Sorry, the end of that last comment wasn't clear. By "that possibility", I was referring to the idea of bypassing Beaker's normal guest provisioning tasks in order to do local testing on an isolated subnet. We know the virtual Fedora instructions work, so that's a simpler test case that trying to add Windows into the mix at the same time. So once the dnsmasq based Beaker self-test works, and Windows images are available, then it may be possible to do something similar for Active Directory. Now that OpenStack Neutron is well supported and a standard part of OpenStack deployments, including ours, it probably makes more sense to do Active Directory testing inside a Neutron private network rather than trying to implement any libvirt based stuff ourselves. |