Skip to content

Instantly share code, notes, and snippets.

@rplevka
Created March 5, 2019 17:00
Show Gist options
  • Save rplevka/baaa2b12388beb763067164c48243a9e to your computer and use it in GitHub Desktop.
Save rplevka/baaa2b12388beb763067164c48243a9e to your computer and use it in GitHub Desktop.
robottelo.properties for smoke test
# 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