Episode #12 :: 14/12/2018 – Red Hat Entreprise Linux 8, deuxième partie
Diffusion en temps réel : https://www.twitch.tv/michaellessard
Archives : http://bit.ly/youtube_ml
Début: 10:41
Les dernières sorties :
Red Hat Openstack 14 (13 novembre)
https://www.redhat.com/en/about/press-releases/red-hat-drives-unified-foundation-kubernetes-and-virtual-machines-red-hat-openstack-platform-14?sc_cid=701f2000000tucqAAA&src=fridayfive2email
Ovirt 4.3 – alpha (26 novembre)
https://lists.ovirt.org/archives/list/announce@ovirt.org/thread/X7OE6TXNYH5JWCYEECZCO4JBRMXIF34L/
New vm portal : https://imgur.com/a/ExINpci
Satellite 6.4.1 (10 décembre 10)
https://www.redhat.com/en/blog/red-hat-satellite-641-now-generally-available
Codready workspace beta – (13 décembre) (projet Eclipse CHE)
https://access.redhat.com/products/red-hat-codeready-workspaces-for-openshift/
Red Hat Container Development Kit 3.7 (14 décembre)
https://developers.redhat.com/products/cdk/overview/
SUJET PRINCIPAL
PARTIE #2
Retour sur Cockpit (https://cockpit-project.org/)
COMPOSER (image builder) (https://github.com/weldr/lorax)
Installation : https://access.redhat.com/documentation/en-us/red_hat_enterprise_linux/7/html/installation_guide/_installing_composer
# yum install lorax-composer composer-cli cockpit-composer
Sources doivent être configurer localement
: /etc/yum.repos.d/rhel8.repo
[rhel8-BaseOS]
name=rhel8 BaseOS
baseurl=file:///mnt/iso/BaseOS/
gpgcheck=0
enabled=1
[rhel8-AppStream]
name=rhel8 AppStream
baseurl=file:///mnt/iso/AppStream/
gpgcheck=0
enabled=1
Playbook pour configurer Composer :
https://github.com/michaellessard/ansible-rhel8/blob/master/composer.yaml
Python in RHEL 8
DEFAULT est Python 3.6 !!
PEP 394 qui define : python 2 == python2 python 3 == python3 .
https://www.python.org/dev/peps/pep-0394/
Python 2.7 disponible (App Stream)
ANSIBLE ET RHEL 8 BETA
https://www.ansible.com/blog/integrating-ansible-and-red-hat-enterprise-linux-8-beta
CONTENEURS
Plus de docker !
Podman (épisode 8), buildah (épisode 3) et skopeo
SESSION RECORDER
Démo intégration avec Cockpit :
# yum install cockpit-session-recording tlog
– créer un usager Linux
# usermod –shell /usr/bin/tlog-rec-session test
# ssh test@127.0.0.1
NETWORK
Prochaine génération de stack TCP, 13% plus rapide.
TCP BBR Congestion control ; Developpé par Google
Non activé par défaut :
# sysctl net.ipv4.tcp_available_congestion_control
# vim /etc/sysctl.conf
net.core.default_qdisc=fq
net.ipv4.tcp_congestion_control=bbr
# sysctl -p (to reload)
# sysctl net.ipv4.tcp_available_congestion_control
# sysctl net.ipv4.tcp_congestion_control
by Michael Lessard
redhat openstack