I think you have a couple options: 1) Use my PR and review it to see about achieving what you want 2) Spin up a dev box and then 'ansible-playbook -l registry playbooks/atomic_registry.yaml'
On Sat, Oct 22, 2016 at 8:32 AM, Tom McKay <[email protected]> wrote: > I see... I'm trying to turn this into a dev install so that I can > hopefully turn off selinux and have it actually work: > > registry: > box: centos7 > ansible: > group: 'server' > variables: > foreman_installer_module_prs: "katello/capsule/101, > theforeman/foreman_proxy/303" > foreman_installer_options: "--capsule-docker-registry-port=5001" > atomic_registry_registry_port: "5000" > playbook: > - 'playbooks/katello.yml' > - 'playbooks/katello_atomic_registry.yml' > > > On Sat, Oct 22, 2016 at 8:11 AM, Eric D Helms <[email protected]> > wrote: > >> My PR to move the devel setup to Ansible has not been merged yet ( >> https://github.com/Katello/forklift/pull/279) so what you have is still >> valid. Which is why I ask what the issue you are running in to is. >> >> On Sat, Oct 22, 2016 at 8:08 AM, Tom McKay <[email protected]> >> wrote: >> >>> I was told the 'options' section is no longer relevant. I'd just like to >>> know how to convert this old format to new. >>> >>> On Sat, Oct 22, 2016 at 8:03 AM, Eric D Helms <[email protected]> >>> wrote: >>> >>>> What's actually broken though? >>>> >>>> On Oct 22, 2016 7:48 AM, "Tom McKay" <[email protected]> wrote: >>>> >>>>> 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 [email protected]. >>>>> For more options, visit https://groups.google.com/d/optout. >>>>> >>>> -- >>>> 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 [email protected]. >>>> For more options, visit https://groups.google.com/d/optout. >>>> >>> >>> -- >>> 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 [email protected]. >>> For more options, visit https://groups.google.com/d/optout. >>> >> >> >> >> -- >> Eric D. Helms >> Red Hat Engineering >> Ph.D. Student - North Carolina State University >> >> -- >> 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 [email protected]. >> For more options, visit https://groups.google.com/d/optout. >> > > -- > 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 [email protected]. > For more options, visit https://groups.google.com/d/optout. > -- Eric D. Helms Red Hat Engineering Ph.D. Student - North Carolina State University -- 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 [email protected]. For more options, visit https://groups.google.com/d/optout.
