Skip to content

Add IVT script to verify system meets all prereqs#655

Merged
IgorTodorovskiIBM merged 1 commit intomainfrom
ivt
Jan 9, 2024
Merged

Add IVT script to verify system meets all prereqs#655
IgorTodorovskiIBM merged 1 commit intomainfrom
ivt

Conversation

@IgorTodorovskiIBM
Copy link
Copy Markdown
Member

  • This script will be used to ensure that the systems we provision have all pre-reqs in place in order to run our ansible playbooks.

Copy link
Copy Markdown
Collaborator

@MikeFultonDev MikeFultonDev left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is great!

Copy link
Copy Markdown
Member

@HarithaIBM HarithaIBM left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

Comment thread ansible/ivt.sh

check_system() {
PROCESSOR=$(/bin/uname -m)
RELEASE=$(/bin/uname -r | /bin/sed "s/\.[0-9]*//")
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Since, this would be used even before zopen tools are installed. This call to /bin (sed . uname)looks good!

@IgorTodorovskiIBM IgorTodorovskiIBM merged commit 4cf18ba into main Jan 9, 2024
@IgorTodorovskiIBM IgorTodorovskiIBM deleted the ivt branch January 9, 2024 18:41
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants