-
Notifications
You must be signed in to change notification settings - Fork 166
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
ansible: add loongson-clfs-loongarch64-{1,2,3} (#3740) #3741
base: main
Are you sure you want to change the base?
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This looks reasonable to me, @richardlau could you take a look as well?
In order to facilitate the management of the machine network, the network IP is adjusted, thank you Best regards |
@shipujin I tried to ssh into the two new machines and it just seems to hang ? |
Sorry, I re-updated the port, please try again, thank you Best regards |
ok
Yes, now that the firewall content has been removed, there are no whitelist rules
Okay, thank you for your help. Thank you Best regards |
@shipujin have you run the ansible playbooks on the new hosts? I went to see if ./systemd/system/jenkins.service existed so that I could create the host in jenkins and add the secret to that file, but it does not seem to be there on the 2nd machine when I logged in. I think that should have been created with the ansible scripts but not populated with the secret. |
It's likelyl we manually installed the jenkins service on the first machine, but we should have ansible configuring as much as possible as we roll out newer machines so hoping the PR to add the ansible configration would be covering that. |
I am studying nodejs/build project today, I don't know how the new machine generates "secret", I may have to continue to study nodejs/build project Best regards |
Resolve conflicting files |
I am studying nodejs/build project today, I don't know how the new machine generates "secret", I may have to continue to study nodejs/build project. Is it how to generate "secret", is it generated by which tool of the "nodejs/build" project, thx~ Best regards |
It's ok if the ansible run does not install the right secret as that is not available until I create the machines in Jenkins. What I was hoping was that the ansible setup would create the ./systemd/system/jenkins.service. I could then ust update it once I create the machine with the right secret. |
I added support for clfs-loongarch64 to the Best regards
|
@shipujin these are the getting started instructions for using the Node.js ansible scripts - https://github.com/nodejs/build/tree/main/ansible#getting-started |
Okay, I'm learning this Best regards |
ansible: add loongson-clfs-loongarch64-{1,2,3} (#3740)
Refs: #3740