Forklift not working for a dev install?

For a long while I've been running off my boxes.yaml

katello:
box: centos7-devel
installer: '–scenario katello-devel --katello-devel-use-rvm false
–katello-devel-github-username thomasmckay'
options: '–disable-selinux --koji-repos'
memory: 4096
cpus: 2
hostname: katello.example.com
networks:

  • type: 'private_network'
    options:
    ip: 192.168.111.159
    libvirt__network_name: provisioning
    libvirt__iface_name: virbr2

Setting up a new desktop, however, I am unable to run this. First it
complains about missing box_name, but then centos7-devel is not found as a
box_name. Changing box_name to box:centos7_1 (because centos7 is not a
found box either), the VM comes up but does not perform an install. None of
the memory, and cpus are honored either. I had removed the networks on this
install because I hadn't set that up yet.

I'm happy to make PR to change/improve the docs to forklift if someone can
give me a brain dump on how it works now. Note that the katello.org
development docs also point to old katello-deploy; I'll PR that too when
things work again.

Thanks! I miss forklift.

Check [1] for more information, if that does not answer your query let me
know and we can improve the doc!

Eric

[1] https://github.com/Katello/forklift/blob/master/docs/development.md

··· On Tue, Aug 30, 2016 at 5:47 PM, Tom McKay wrote:

For a long while I’ve been running off my boxes.yaml

katello:
box: centos7-devel
installer: '–scenario katello-devel --katello-devel-use-rvm false
–katello-devel-github-username thomasmckay’
options: '–disable-selinux --koji-repos’
memory: 4096
cpus: 2
hostname: katello.example.com
networks:

  • type: 'private_network’
    options:
    ip: 192.168.111.159
    libvirt__network_name: provisioning
    libvirt__iface_name: virbr2

Setting up a new desktop, however, I am unable to run this. First it
complains about missing box_name, but then centos7-devel is not found as a
box_name. Changing box_name to box:centos7_1 (because centos7 is not a
found box either), the VM comes up but does not perform an install. None of
the memory, and cpus are honored either. I had removed the networks on this
install because I hadn’t set that up yet.

I’m happy to make PR to change/improve the docs to forklift if someone can
give me a brain dump on how it works now. Note that the katello.org
development docs also point to old katello-deploy; I’ll PR that too when
things work again.

Thanks! I miss forklift.


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+unsubscribe@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Eric D. Helms
Red Hat Engineering
Ph.D. Student - North Carolina State University

It's installing now and appears to be working as expected. I realize my
mistake was thinking that the links at the top of the landing page were a
table of contents for that page and not links to other docs; scrolling down
I tried to update my existing boxes.yaml and didn't click through to see
that there have been a lot of changes.

Thanks!

··· On Tue, Aug 30, 2016 at 7:18 PM, Eric D Helms wrote:

Check [1] for more information, if that does not answer your query let me
know and we can improve the doc!

Eric

[1] https://github.com/Katello/forklift/blob/master/docs/development.md

On Tue, Aug 30, 2016 at 5:47 PM, Tom McKay thomasmckay@redhat.com wrote:

For a long while I’ve been running off my boxes.yaml

katello:
box: centos7-devel
installer: '–scenario katello-devel --katello-devel-use-rvm false
–katello-devel-github-username thomasmckay’
options: '–disable-selinux --koji-repos’
memory: 4096
cpus: 2
hostname: katello.example.com
networks:

  • type: 'private_network’
    options:
    ip: 192.168.111.159
    libvirt__network_name: provisioning
    libvirt__iface_name: virbr2

Setting up a new desktop, however, I am unable to run this. First it
complains about missing box_name, but then centos7-devel is not found as a
box_name. Changing box_name to box:centos7_1 (because centos7 is not a
found box either), the VM comes up but does not perform an install. None of
the memory, and cpus are honored either. I had removed the networks on this
install because I hadn’t set that up yet.

I’m happy to make PR to change/improve the docs to forklift if someone
can give me a brain dump on how it works now. Note that the katello.org
development docs also point to old katello-deploy; I’ll PR that too when
things work again.

Thanks! I miss forklift.


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+unsubscribe@googlegroups.com.
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 foreman-dev+unsubscribe@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

My boxes.yaml stanza

katello:
box: centos7
shell: 'yum -y install ruby && cd /vagrant && ./setup.rb'
installer: >-
–katello-devel-use-rvm false
–katello-devel-github-username thomasmckay
options: >-
–scenario katello-devel
–disable-selinux
–koji-repos
memory: 8192
cpus: 4
hostname: katello.example.com

==> katello: Notice: /Stage[main]/Katello::Qpid/Exec[bind katel: 645/715,
90%, 5.1/s, elapsed: 00:08:19, ETA: 00:00:13
==> katello: /Stage[main]/Foreman_proxy::Register/Foreman_smartproxy[ka
tello.example.com]: Failed to call refresh: Proxy katello.example.com
cannot be retrieved: unknown error (response 503)
==> katello: /Stage[main]/Foreman_proxy::Register/Foreman_smartproxy[ka
tello.example.com]: Proxy katello.example.com cannot be retrieved: unknown
error (response 503)
==> katello:
==> katello: Done : 715/715,
100%, 8.2/s, elapsed: 00:08:20
==> katello: Done : 715/715,
100%, 8.2/s, elapsed: 00:08:20
==> katello: Something went wrong! Check the log for ERROR-level output
==> katello: The full log is at /var/log/foreman-installer/
katello-devel.log
==> katello:
==> katello: Running shell command: ./setup.sh
The SSH command responded with a non-zero exit status. Vagrant
assumes that this means the command failed. The output for this command
should be in the log above. Please read the output to determine what
went wrong.

I'll keep trying.

··· On Tue, Aug 30, 2016 at 8:22 PM, Tom McKay wrote:

It’s installing now and appears to be working as expected. I realize my
mistake was thinking that the links at the top of the landing page were a
table of contents for that page and not links to other docs; scrolling down
I tried to update my existing boxes.yaml and didn’t click through to see
that there have been a lot of changes.

Thanks!

On Tue, Aug 30, 2016 at 7:18 PM, Eric D Helms ericdhelms@gmail.com > wrote:

Check [1] for more information, if that does not answer your query let me
know and we can improve the doc!

Eric

[1] https://github.com/Katello/forklift/blob/master/docs/development.md

On Tue, Aug 30, 2016 at 5:47 PM, Tom McKay thomasmckay@redhat.com >> wrote:

For a long while I’ve been running off my boxes.yaml

katello:
box: centos7-devel
installer: '–scenario katello-devel --katello-devel-use-rvm false
–katello-devel-github-username thomasmckay’
options: '–disable-selinux --koji-repos’
memory: 4096
cpus: 2
hostname: katello.example.com
networks:

  • type: 'private_network’
    options:
    ip: 192.168.111.159
    libvirt__network_name: provisioning
    libvirt__iface_name: virbr2

Setting up a new desktop, however, I am unable to run this. First it
complains about missing box_name, but then centos7-devel is not found as a
box_name. Changing box_name to box:centos7_1 (because centos7 is not a
found box either), the VM comes up but does not perform an install. None of
the memory, and cpus are honored either. I had removed the networks on this
install because I hadn’t set that up yet.

I’m happy to make PR to change/improve the docs to forklift if someone
can give me a brain dump on how it works now. Note that the katello.org
development docs also point to old katello-deploy; I’ll PR that too when
things work again.

Thanks! I miss forklift.


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+unsubscribe@googlegroups.com.
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 foreman-dev+unsubscribe@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.