Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
H
HPCasCode
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
hpc-team
HPCasCode
Commits
ac18dd87
Commit
ac18dd87
authored
5 years ago
by
Andreas Hamacher
Browse files
Options
Downloads
Patches
Plain Diff
Prefix handling hopefully now pipeline wide
parent
ab6c57fa
No related branches found
No related tags found
3 merge requests
!297
Cicd merge back
,
!284
Cicd
,
!282
CICD
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
.gitlab-ci.yml
+1
-1
1 addition, 1 deletion
.gitlab-ci.yml
CICD/ansible_create_cluster_script.sh
+0
-3
0 additions, 3 deletions
CICD/ansible_create_cluster_script.sh
with
1 addition
and
4 deletions
.gitlab-ci.yml
+
1
−
1
View file @
ac18dd87
variables
:
GIT_SUBMODULE_STRATEGY
:
recursive
STACKNAME
:
_reporef$CI_COMMIT_REF_NAME
STACKNAME
:
CICD
_reporef$CI_COMMIT_REF_NAME
NECTAR_ALLOCATION
:
HPCCICD
stages
:
...
...
This diff is collapsed.
Click to expand it.
CICD/ansible_create_cluster_script.sh
+
0
−
3
View file @
ac18dd87
...
...
@@ -7,9 +7,6 @@ openstack stack list
cd
CICD
STACKNAME
=
CICD
$STACKNAME
echo
"[ansible_create_cluster_script] Prefixing the Stackname with CICD because heatcicdwrapper does he same"
python3 ../scripts/make_inventory.py static
$STACKNAME
|
tee
./files/inventory.
$STACKNAME
&&
chmod
755 ./files/inventory.
$STACKNAME
grep
-qv
"I could not find any resouces tagged with project_name:"
./files/inventory.
$STACKNAME
#fail if inventory file is empty
ansible
-m
ping
-i
files/inventory.
$STACKNAME
--key-file
../gc_key.pem all
...
...
This diff is collapsed.
Click to expand it.
Andreas Hamacher
@handreas
mentioned in commit
c8a640b5
·
4 years ago
mentioned in commit
c8a640b5
mentioned in commit c8a640b51da2b5a571f8d54f3ac228b1bd50fd65
Toggle commit list
Andreas Hamacher
@handreas
mentioned in commit
243a10d1
·
4 years ago
mentioned in commit
243a10d1
mentioned in commit 243a10d164fac98f401efbb4b9564144670ba6cb
Toggle commit list
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