Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
A
ansible-cluster-config
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Container registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
SCL
ansible-cluster-config
Commits
882e77b3
Verified
Commit
882e77b3
authored
1 year ago
by
Reza Housseini
Browse files
Options
Downloads
Patches
Plain Diff
fix: add missing license server for ansys
parent
e1d34190
Branches
Branches containing commit
Tags
Tags containing commit
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
cluster_config/software.yaml
+2
-0
2 additions, 0 deletions
cluster_config/software.yaml
install_ansys.yaml
+2
-3
2 additions, 3 deletions
install_ansys.yaml
with
4 additions
and
3 deletions
cluster_config/software.yaml
+
2
−
0
View file @
882e77b3
...
...
@@ -51,6 +51,7 @@ ansys:
cfx
:
cfx5
polyflow
:
polyflow
fluent
:
fluent
license_server
:
sietv121.ost.ch,ansys.rj.ost.ch
-
version
:
2022.r2
prefix
:
ansys
source
:
...
...
@@ -63,6 +64,7 @@ ansys:
cfx
:
cfx5
polyflow
:
polyflow
fluent
:
fluent
license_server
:
sietv121.ost.ch,ansys.rj.ost.ch
# installation keys have to be put into "secrets" folder
...
...
This diff is collapsed.
Click to expand it.
install_ansys.yaml
+
2
−
3
View file @
882e77b3
...
...
@@ -25,10 +25,9 @@
index_var
:
idx
-
name
:
Run setup script
ansible.builtin.shell
:
cmd
:
./INSTALL -silent -install_dir "{{ install_prefix }}"
cmd
:
./INSTALL -silent -install_dir "{{ install_prefix }}"
-licserverinfo 2325:1055:"{{ release.license_server }}"
chdir
:
"
{{
mount_point
}}"
creates
:
"
{{
install_prefix
}}/{{
release.version_folder
}}/CFX/bin/cfx5"
creates
:
"
{{
install_prefix
}}/{{
release.version_folder
}}/CFX/bin/cfx5"
#- name: Remove union of iso images
# ansible.builtin.shell:
# cmd: find "{{ mount_point }}" -type l -delete
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment