-
Notifications
You must be signed in to change notification settings - Fork 22
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
alexandremattioli
wants to merge
20
commits into
tungstenfabric:master
Choose a base branch
from
shapeblue:rocky8
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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
Hi, please push this via https://tf-gerrit.gz1.progmaticlab.com/ |
Hi @Andrey-mp. |
There is no way to merge from github fork. |
Thanks @Andrey-mp |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
No description provided.