Git Product home page Git Product logo

rhel8-workshop's People

Contributors

adamaze avatar eddiechen avatar gmkeegan avatar imak avatar karlabbott avatar mabakach avatar mistergareth avatar sferr avatar srs-sas avatar xtophd avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

rhel8-workshop's Issues

Cannot find xml file

I tried running the script but received this error :

xtoph-deploy.yml
[efe@rhel1 RHEL8-Workshop]$ ./rhel8-workshop.sh
ERROR: Are you in the right directory? Can not find ./config/master-config.yml
[efe@rhel1 RHEL8-Workshop]$ sudo ./rhel8-workshop.sh
ERROR: Are you in the right directory? Can not find ./config/master-config.yml
[efd@rhel1 RHEL8-Workshop]$

ebpf lab: xfsslower broken

cannot attach kprobe, probe entry may not exist
Traceback (most recent call last):
File "/usr/share/bcc/tools/xfsslower", line 283, in
b.attach_kprobe(event="xfs_file_read_iter", fn_name="trace_rw_entry")
File "/usr/lib/python3.6/site-packages/bcc/init.py", line 596, in attach_kprobe
raise Exception("Failed to attach BPF to kprobe")
Exception: Failed to attach BPF to kprobe

Web Console: Firewall link greyed out

since we started leveraging the web-console dashboard on workstation to manage node2, user priviledges are not sufficient to change firewall setting. Either update documents or resolve priviledges.

Cleanup AppStream

The ansible playbook (appstream-pgsql.yml) for the appstream exercise should get deployed as a template into roots home directory, and NOT as a playbook in the workshop project itself. Workshop exercise components should not nested in the project directory.

Fix documentation accordingly.

RFE: add firewalld exercise to create a custom named service via xml file

create an XML (workshop.xml)

<?xml version="1.0" encoding="utf-8"?>
<service>
 <short>workshop</short>
 <description>Workshop Test Service</description>
 <port protocol="tcp" port="7890" />
 <port protocol="udp" port="7890" />
</service>

import
firewall-cmd --permanent --new-service-from-file=workshop.xml

activate
firewall-cmd --enable=workshop

Lab setup automation

Do you have Terraform or CloudFormation or other automation you could share if we wanted to setup the RHEL 8 Workshop lab in our own public cloud provider for further testing? I understand the various RHEL images and containers would not be included, but I'm wondering if there are pieces of the lab setup you would be able to share. Thank you.

workshop-cockpit-checkhost.sh not found

workshop-cockpit-checkhost.sh is located in
/usr/local/bin

[root@bastion ~]# find / -name checkhost
/root/RHEL8-Workshop/playbooks/templates/workshop-checkhost.j2
/usr/local/bin/workshop-podman-checkhost.sh
/usr/local/bin/workshop-cockpit-checkhost.sh
[root@bastion ~]#

[root@bastion ~]# echo $PATH
/usr/local/sbin:/sbin:/bin:/usr/sbin:/usr/bin:/root/bin

Add /usr/local/bin to the path
[root@bastion ~]# PATH=$PATH:/usr/local/bin;export PATH
[root@bastion ~]# echo $PATH
/usr/local/sbin:/sbin:/bin:/usr/sbin:/usr/bin:/root/bin:/usr/local/bin

[root@bastion ~]# workshop-cockpit-checkhost.sh
YES : this is the correct host

https://github.com/xtophd/RHEL8-Workshop/blob/master/playbooks/rhel8-unit-webconsole.yml
Should update the path via handler or set the path in
https://github.com/xtophd/RHEL8-Workshop/blob/master/playbooks/rhel8-prep.yml

Boom (with kernel parameters) mkprofile quirk

It's documented and the cheat scripts work around it, but in the default RHOSP environment we were given for Summit the root disk is UUID based and boom cannot correctly identify the device paths (bug?). Revisit this and the docs once we get a sanely deployed environment (normal block devices and paths, or preferred LVM based filesystems).

pcp-system-tools package required

In running through the exercise, at least on Fedora 33, I also needed to install pcp-system-tools in order to use the pmrep command.

Ravello -Full Screen?

Hi I am having trouble getting the Ravello console to show in full screen, this is probably a huge oversight in my part - but I can't find the full screen option :/

Screen Shot 2019-07-02 at 1 22 13 pm

Request change in content

Hey guys, could we jettison the Wayland lab and shove one in about managing your population with Ansible System Roles?

Also, when doing buildah, could you start with a UBI image, that's already pretty much done except for app-stuff?

Update screen shots

Probably affects other units, but Webconsole->Firewall and Webconsole->Services need to be refreshed with shots of RHEL 8.1

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.