This is my old boxes.yaml stanza, could someone help me translate it to the
latest forklift format? I'm blocked on testing because I can't disable
selinux and so want to set up a new dev box.

katello:
  box: centos7
  shell: 'yum -y install ruby && cd /vagrant && ./setup.rb'
  installer: >-
    --katello-devel-use-rvm=false
    --katello-devel-github-username=thomasmckay
    --katello-devel-enable-ostree=true
  options: >-
    --scenario katello-devel
    --disable-selinux
    --koji-repos
  memory: 8192
  cpus: 4
  hostname: katello.example.com
  networks:
    - type: 'private_network'
      options:
        ip: 192.168.100.219
        libvirt__network_name: provisioning

-- 
You received this message because you are subscribed to the Google Groups 
"foreman-dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to foreman-dev+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to