Skip to content

Instantly share code, notes, and snippets.

@amitsaha
Created October 8, 2014 22:56
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save amitsaha/dd7cdb16ed862cb259fd to your computer and use it in GitHub Desktop.
Save amitsaha/dd7cdb16ed862cb259fd to your computer and use it in GitHub Desktop.
Beaker recipe: Atomic host, fedora guest
<?xml version="1.0" encoding="utf8"?>
<job retention_tag="scratch">
<whiteboard>RHEL7 Atomic : Fedora guest</whiteboard>
<recipeSet priority="Normal">
<recipe kernel_options="" kernel_options_post="" ks_meta="harness_docker_base_image=registry.hub.docker.com/fedora:20 ostree_repo_url=http://link/to/ostree/repo/ ostree_ref=my-atomic-host/20/x86_64/standard selinux=--disabled" role="RECIPE_MEMBERS" whiteboard="">
<autopick random="false"/>
<watchdog panic="ignore"/>
<packages/>
<ks_appends/>
<repos>
<repo name="restraint" url="http://10.14.41.123/localrepo/"/>
</repos>
<distroRequires>
<and>
<distro_family op="=" value="MyAtomicHost"/>
<distro_variant op="=" value=""/>
<distro_name op="=" value="My Atomic Host"/>
<distro_arch op="=" value="x86_64"/>
</and>
</distroRequires>
<hostRequires>
<system_type value="Machine"/>
</hostRequires>
<partitions/>
<task name="/restraint/true" role="None">
<fetch url="git://git.beaker-project.org/~asaha/restraint_tasks?master#true"/>
</task>
</recipe>
</recipeSet>
</job>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment