Age | Commit message (Collapse) | Author | Files | Lines |
|
Patchset fixes the following:
- Virtual deployment no longer requires 3 networks, does a lookup of
the public interface on the server to bridge to, and then uses internal
VirtualBox networks for the other admin and private networks
- enable_virtual_dhcp option now allows enabling of Foreman DHCP
server. This new default behavior is to use static IP address in
virtual deployments. This is more useful in environments where
disabling DHCP on the public network is not an option.
- static_ip_range argument used to define which IP block to use out of
the public network for the deployment. Valid only in virtual deployment.
- puppet verification for virtual deployments added
- horizon and foreman URLs will now be printed at the end of deployment
- fixes and updates to non-HA deployments
- ping_site argument now allows users to specify the site to verify VM
internet connectivity. Default is google.com which is unreachable in
China
JIRA: BGS-73
Change-Id: I63b4c91477591d2f9436b5e6f59a2f2ee021d7d7
Signed-off-by: Tim Rozet <trozet@redhat.com>
|
|
Software released under 'Arno' should be pinned to at least
the major version, to guarantee API backwards compatibility.
I believe this commit covers the remaining dependency installs
done by Foreman.
JIRA: BGS-54
Change-Id: I616f4d201dab2ebf6c0b38b9a5aaa1510ba59bfd
Signed-off-by: Daniel Farrell <dfarrell@redhat.com>
|
|
This code was developed in a scratch space GitHub
repo, mostly by Tim. As part of the clean-up process
for Arno, it should be migrated to Genesis and all
future work should be done via Genesis.
This is trozet/bgs_vagrant as of f27548.
I didn't copy the clean.sh, deploy.sh and build.sh scripts
from bgs_vagrant in this commit. They differ from those
in Genesis and need more attention for a proper migration.
See: https://github.com/trozet/bgs_vagrant
JIRA: BGS-53
Change-Id: I512e0ea0d02f8d99048db771221abc88aa60e2d5
Signed-off-by: Daniel Farrell <dfarrell@redhat.com>
|