cancel
Showing results for 
Search instead for 
Did you mean: 
Syed
Community Manager
Community Manager
  • 1,529 Views

Welcome to the Managing Enterprise Automation with Red Hat Ansible Automation Platform group!

We are excited to launch a space dedicated to the Red Hat Training course Managing Enterprise Automation with Red Hat Ansible Automation Platform!

To gain the most value from this group - click the "Join Group" button in the upper right hand corner of the group home page.

We encourage group members to collaborate in this group to discuss topics, ask questions, share best practices and tips, provide course feedback, and share their accomplishments as it relates to DO467.

Read more about Managing Enterprise Automation with Red Hat Ansible Automation Platform here.

Labels (2)
8 Replies
Chetan_Tiwary_
Community Manager
Community Manager
  • 1,799 Views

Here are some specific ways that you can participate in the group:

  • Ask questions about the course material or about Ansible in general.
  • Share your own tips and best practices for using Ansible.
  • Provide feedback on the course material.
  • Share your accomplishments, such as completing the course or clearing the EX467 certification.
  • Help others by answering to their queries.

To join the group , click on the below link and then click on "Join Group" button :

https://learn.redhat.com/t5/DO467-Managing-Enterprise/gh-p/DO467ManagingEnterpriseAutomationwithRedH...

Tags (3)
  • 567 Views

That link doesn't work. It's truncated for me.
Chetan_Tiwary_
Community Manager
Community Manager
  • 557 Views

jirimacku
Cadet
Cadet
  • 1,429 Views

Hi,
I cannot find the grading. Is it missing in the DO467 or am I doing something wrong?
Thanks
lopuma
Mission Specialist
Mission Specialist
  • 196 Views

Hello, I am following this course and it does not let me synchronize the REPO MANAGEMENT, I have followed the steps

Log in to the private automation hub web UI as a user that has permissions to manage remote collections.

Navigate to Collections → Repository Management and then click the Remote tab.

On the rh-certified row, select Edit from the vertical ellipsis icon.

Enter your token for downloading content from automation hub. You can copy your automation hub token from https://console.redhat.com/ansible/automation-hub/token.

Click Save to save your changes.

From the Repo Management page, click Sync to synchronize Ansible Content Collections from automation hub. If successful, then the Sync status column eventually displays a status of Completed.

I think I'm doing it wrong because it doesn't sync, the token is a long one that I copied
Chetan_Tiwary_
Community Manager
Community Manager
  • 189 Views

@lopuma I guess you have got the reply to your query from @Travis in another thread initiated by yours here : https://learn.redhat.com/t5/DO467-Managing-Enterprise/Repo-Management/m-p/49704/thread-id/45/emcs_t/...

In a nutshell, the lecture section is for teaching the concepts and is for demo purpose. If you want to practice hands on you need to follow the section titled "Guided Exercise" or "Lab".

0 Kudos
lopuma
Mission Specialist
Mission Specialist
  • 84 Views

At point 5 of the LAB
'''
Launch the Internal Web Access job template to verify that the survey and the most recent Git repository changes work successfully. Target hosts in the Dev inventory and when prompted by the survey, select the 172.25.252.0/24 network.

Go to Resources → Templates and click the Launch Template icon for the Internal Web Access job template.

Select the Dev inventory and then click Next.

In the survey window, select the 172.25.252.0/24 network from the menu and then click Next.

Click Launch. The job succeeds and the Open ports for local network task displays the following output:

TASK [Open ports for local network] ********************************************
changed: [servera.lab.example.com] => (item=[{'port': 80, 'protocol': 'tcp'}, '172.25.250.0/24'])
changed: [serverb.lab.example.com] => (item=[{'port': 80, 'protocol': 'tcp'}, '172.25.250.0/24'])
changed: [servera.lab.example.com] => (item=[{'port': 80, 'protocol': 'tcp'}, '172.25.252.0/24'])
changed: [serverb.lab.example.com] => (item=[{'port': 80, 'protocol': 'tcp'}, '172.25.252.0/24'])
In addition to the 172.25.250.0/24 network (the network used by the eth0 interface on both hosts), the playbook opened TCP port 80 to the network specified by the survey.
'''
It gives me this error
'''
PLAY [Configure a simple web server and allow access to internal networks]

TASK [Install software]
ok: [servera. lab.example.com]
ok: [serverb. lab.example.com]

TASK [Set local network variable]
fatal: [servera. lab. example. com]: FAILED! => {"msg": "The task includes an option with an undefined variable.
The error was: {{ ansible_facts['default_ipv4' ] ['network' ] }}/{{ ansible_facts ['default_ipv4' ] ['netmask' ] }}:
'dict object' has no attribute 'default_ipv4'\\n\\nThe error appears to be in '/runner/project/
internal_apache_setup.yml': line 14, column 7, but may\\nbe elsewhere in the file depending on the exact syntax
^ here\

fatal: [serverb. lab. example. com]: FAILED! => {"msg": "The task includes an option with an undefined variable.
The error was: {{ ansible_facts['default_ipv4' ] ['network' ] }}/{{ ansible_facts ['default_ipv4' ] ['netmask' ] }}:
'dict object' has no attribute 'default_ipv4'\\n\\nThe error appears to be in '/runner/project/
internal apache_setup.yml': line 14, column 7, but may\\nbe elsewhere in the file depending on the exact syntax
^ here\

'''
0 Kudos
lopuma
Mission Specialist
Mission Specialist
  • 84 Views

Grading lab.

. Ensuring lab systems are running---------success
Automation controller settings are configured correctly -----------PASS
I The survey for the 'Internal Web Access' job template exists and is configured correctly ---------------------PASS
. The web servers are accessible and have the expected rich firewall rules---------------------FAIL
- Playbook failed: /home/student/.venv/labs/lib/python3.6/site-packages/do467/ansible/job-review/grade_rich
rules. yml
servera: Grade rich rules: . The 'servera. lab. example. com' machine does not have the expected rich firewal
l rules.
serverb: Grade rich rules: . The 'serverb. lab. example. com' machine does not have the expected rich firewal
l rules.
workstation: Display error_summary: [". The 'servera. lab. example. com' machine does not have the expected r
ich firewall rules.", ". The 'serverb. lab. example. com' machine does not have the expected rich firewall rules. "]
0 Kudos
Join the discussion
You must log in to join this conversation.