Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Centos7 and Ubuntu22 fixes, added Rocky8 support #1

Open
wants to merge 20 commits into
base: master
Choose a base branch
from

Conversation

alexandremattioli
Copy link

No description provided.

weizhouapache and others added 20 commits February 3, 2023 11:25
Please add the following to config/instances.yaml
======
ansible_os_family: "RedHat"
ansible_python_interpreter: /usr/bin/python3
======

On rocky8, please install python3 and set it as default python
======
yum install -y python3 python3-dnf
alternatives --set python /usr/bin/python3
=======
…ibute 'Hashable'"

The issue is caused by PyYAML.

root@ref-trl-fr68-20-k-Mu22-wei-zhou-kvm1:~# pip list |grep -i yaml
PyYAML                 3.13
* Update RedHat.yml

updated URL to use centos8 repo

* Update RedHat.yml

fixed mistake

* Update RedHat.yml

Updated to the working configuration

* Rename deploy_tungsten_centos7.sh to deploy_tungsten_centos.sh
* Update RedHat.yml

updated URL to use centos8 repo

* Update RedHat.yml

fixed mistake

* Update RedHat.yml

Updated to the working configuration

* Rename deploy_tungsten_centos7.sh to deploy_tungsten_centos.sh
@Andrey-mp
Copy link
Contributor

Hi, please push this via https://tf-gerrit.gz1.progmaticlab.com/
github is just a mirror for gerrit.

@alexandremattioli
Copy link
Author

Hi @Andrey-mp.
How can I merge from a fork with Gerrit?
Thanks
Alex

@Andrey-mp
Copy link
Contributor

There is no way to merge from github fork.
Gerrit is a separate git storage and review system.
Simplest way is to appy you final diff to code cloned from gerrit and then do 'git review'

@alexandremattioli
Copy link
Author

Thanks @Andrey-mp

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.

4 participants