[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]

Re: [atomic] New Atomic cloud image 20141008.0 available, upgrade incl. Kubernetes



To try bare-metal install of Atomic Host, it is possible to useF21 Beta TC2
net install media:

https://alt.fedoraproject.org/pub/alt/stage/21_Beta_TC2/Server/x86_64/iso/Fedora-Server-netinst-x86_64-21_Beta_TC2.iso

together with this kickstart:

https://rvykydal.fedorapeople.org/atomic/fedora/kickstarts/ks.fedora-atomic-direct-lvm.cfg

which is using the https://alt.fedoraproject.org/pub/alt/fedora-atomic/repo/ repository and configuring "direct LVM" partitioning for installed Host.It also configures root
password to "atomic"

To use the kickstart, add
inst.ks=https://rvykydal.fedorapeople.org/atomic/fedora/kickstarts/ks.fedora-atomic-direct-lvm.cfg
to installer boot options.

You may also want to regenrate the iso with the kickstart implanted in,
using thisscript:
https://rvykydal.fedorapeople.org/atomic/kickstart-iso.sh
Example:
./kickstart-iso.sh Fedora-Server-netinst-x86_64-21_Beta_TC2.iso ks.fedora-atomic-direct-lvm.cfg

Radek


On 10/10/2014 10:54 PM, Colin Walters wrote:
Unfortunately, we're still sorting out tree updates with Fedora 21
rel-eng.  See:
https://lists.fedoraproject.org/pipermail/rel-eng/2014-October/018502.html

However, we do have an Atomic OSTree repo tracking rawhide in the
"alt.fp.org" space, here:

https://alt.fedoraproject.org/pub/alt/fedora-atomic/repo/

And I made a new cloud image:

https://alt.fedoraproject.org/pub/alt/fedora-atomic/testing/rawhide/20141008.0/cloud/

Among other things, this has the new "direct LVM" storage configuration,
as outlined here:
http://developerblog.redhat.com/2014/09/30/overview-storage-scalability-docker/

To log in, you will need to use cloud-init; see
https://ask.fedoraproject.org/en/question/35474/default-user-and-password-in-cloud-images/

To receive updates, you need to configure the VM to use that repository,
like this:

# ostree remote add alt.fp.org --set=gpg-verify=false
https://alt.fedoraproject.org/pub/alt/fedora-atomic/repo/
# atomic rebase alt.fp.org:

Note the trailing colon!  That will switch to the "alt.fp.org" remote,
but keep the same branch.  Since Kuberentes only landed today, if do you
this, you should see something like:

Copying /etc changes: 11 modified, 0 removed, 15 added
Transaction complete; bootconfig swap: no deployment count change: 0)
Deleting ref 'fedora-atomic:fedora-atomic/rawhide/x86_64/docker-host'
Changed:
   bash-4.3.30-2.fc22.x86_64
   cockpit-0.26-1.fc22.x86_64
   cockpit-assets-0.26-1.fc22.noarch
   dhcp-client-12:4.3.1-11.fc22.x86_64
   dhcp-common-12:4.3.1-11.fc22.noarch
   dhcp-libs-12:4.3.1-11.fc22.x86_64
   docker-io-1.2.0-5.fc22.x86_64
   kernel-3.18.0-0.rc0.git2.1.fc22.x86_64
   kernel-core-3.18.0-0.rc0.git2.1.fc22.x86_64
   kernel-modules-3.18.0-0.rc0.git2.1.fc22.x86_64
   libreport-filesystem-2.3.0-2.fc22.x86_64
   man-db-2.7.0.2-2.fc22.x86_64
   man-pages-3.74-1.fc22.noarch
   p11-kit-0.22.1-1.fc22.x86_64
   p11-kit-trust-0.22.1-1.fc22.x86_64
   perl-Module-CoreList-1:5.20141002-1.fc22.noarch
   perl-Socket-2:2.016-1.fc22.x86_64
   rsyslog-7.4.10-5.fc22.x86_64
   syslinux-6.03-1.fc22.x86_64
   syslinux-extlinux-6.03-1.fc22.x86_64
   syslinux-extlinux-nonlinux-6.03-1.fc22.noarch
   syslinux-nonlinux-6.03-1.fc22.noarch
   vim-minimal-2:7.4.471-1.fc22.x86_64
Added:
   cadvisor-0.3.0-0.4.git9d158c3.fc22.x86_64
   etcd-0.4.6-6.fc22.x86_64
   kubernetes-0.3-0.2.git88fdb65.fc22.x86_64

Then reboot.

If you want to try out kubernetes with just local host, you should be
able to start the services as outlined here:
https://copr.fedoraproject.org/coprs/walters/atomic-next/



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]