Created
March 5, 2019 17:00
-
-
Save rplevka/baaa2b12388beb763067164c48243a9e to your computer and use it in GitHub Desktop.
robottelo.properties for smoke test
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# libvirt hypervisor ip/hostname | |
# the hypervisor needs to be listening for tcp connections (qemu+tcp://.../system) | |
[compute_resources] | |
libvirt_hostname=192.168.121.1 | |
# only needed for Satellite (downstream) | |
[fake_manifest] | |
url=http://path.to/original/manifest-latest.zip | |
key_url=http://path.to/original/manifest.key | |
cert_url=http://path.to/original/manifest.crt | |
# this is used to add a provisioning subnet to foreman | |
[vlan_networking] | |
dhcp_from=192.168.73.2 | |
dhcp_to=192.168.73.253 | |
dhcp_ipam=Internal DB | |
dns_primary=192.168.73.1 | |
gateway=192.168.73.1 | |
netmask=255.255.255.0 | |
subnet=192.168.73.0 | |
network=provision |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment