s/ignition.config.url / coreos.inst.ignition_url  ?!

On Fri, Sep 18, 2020 at 8:59 PM Stefan Kok <stefan....@centilliard.io>
wrote:

> Hi
>
> I am trying to install OKD on bare metal as per the the OKD documentation:
>
> https://docs.okd.io/latest/installing/installing_bare_metal/installing-bare-metal.html
>
> I am booting all nodes from PXE please see the PXE config below and other
> files attached to this email.
>
> *The problem:*
>
> It seems the bootstrap and master nodes install FCOS but after the reboot
> these nodes do not start the instalation. I am also not  able to ssh in to
> any of the nodes. I am speculating the the certificats never got deployed.
> However if I install the bootstrap node with the live FCOS DVD as a
> virtual machine and run the core-installer as below:
>
> 'sudo coreos-installer install /dev/vda --igniton-url
> http://192.168.2.253/bootstrap.ign --insecure-igition'
>
> The bootstrap process do start and I am able to ssh to the bootstrap
> node.  But none of the master nodes booted from PXE.
>
> *Enviroment*
>
> 3 x Master   (physical machines)
> 2 x Worker (physical machines)
>
> *FCOS version: *
>
> fedora-coreos-32.20200824.3.0-live.x86_64
>
> *PXE Boot configs:*
>
> label 10
> menu label ^10) FCOS Install Bootstrap
> kernel fcos/vmlinuz
> append team=team0:eno1,eno2:mode=active-backup ip=192.168.2.139:
> :192.168.2.254:255.255.255.0:bootstrap.centilliard.local:team0:none
> nameserver=192.168.2.253 initrd=fcos/initrd.img,fcos/rootfs.img
> consola=tty0 console=ttyS0 coreos.inst=yes coreos.inst.install_dev=sda
> coreos.inst.image_url=
> http://192.168.2.253/fcos/fedora-coreos-32.20200824.3.0-metal.x86_64.raw.xz
> ignition.config.url=http://192.168.2.253/bootstrap.ign
>
> label 11
> menu label ^11) FCOS Install master01
> kernel fcos/vmlinuz
> append team=team0:enp2s0f0,enp2s0f1,enp3s0f0,enp3s0f1:mode=active-backup
> ip=192.168.2.140::192.168.2.254:255.255.255.0:master01.centilliard.local:team0:none
> nameserver=192.168.2.253 initrd=fcos/initrd.img,fcos/rootfs.img
> console=tty0 console=ttyS0 coreos.inst=yes coreos.inst.install_dev=sda
> coreos.inst.image_url=
> http://192.168.2.253/fcos/fedora-coreos-32.20200824.3.0-metal.x86_64.raw.xz
> ignition.config.url=http://192.168.2.253/master.ign
>
> _______________________________________________
> users mailing list
> users@lists.openshift.redhat.com
> http://lists.openshift.redhat.com/openshiftmm/listinfo/users
>
_______________________________________________
users mailing list
users@lists.openshift.redhat.com
http://lists.openshift.redhat.com/openshiftmm/listinfo/users

Reply via email to