EOX GitLab Instance
Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
V
VS
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Deploy
Releases
Container registry
Model registry
Monitor
Incidents
Service Desk
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
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
ESA
PRISM
VS
Commits
c67124f1
Commit
c67124f1
authored
4 years ago
by
Lubomir Dolezal
Browse files
Options
Downloads
Patches
Plain Diff
see inside registrar container
parent
af78bcd2
Branches
Branches containing commit
Tags
Tags containing commit
1 merge request
!36
Staging to master to prepare 1.0.0 release
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
testing/gitlab_test.sh
+1
-1
1 addition, 1 deletion
testing/gitlab_test.sh
testing/registrar_test.sh
+1
-1
1 addition, 1 deletion
testing/registrar_test.sh
with
2 additions
and
2 deletions
testing/gitlab_test.sh
+
1
−
1
View file @
c67124f1
...
...
@@ -35,7 +35,6 @@ printf $OS_PASSWORD | docker secret create OS_PASSWORD -
# create docker configs
printf
$sftp_users_emg
| docker config create sftp_users_emg -
swift list
docker stack deploy
-c
../docker-compose.emg.yml
-c
../docker-compose.emg.dev.yml emg-pvs
./docker-stack-wait.sh
-n
renderer
-n
registrar
-n
preprocessor
-n
ingestor
-n
sftp emg-pvs
...
...
@@ -43,6 +42,7 @@ docker stack deploy -c ../docker-compose.emg.yml -c ../docker-compose.emg.dev.ym
docker service
ls
# perform the testing
bash ./preprocessor_test.sh preprocessed_list.csv
sleep
120
bash ./registrar_test.sh product_list.csv
if
[
$?
-ne
0
]
...
...
This diff is collapsed.
Click to expand it.
testing/registrar_test.sh
+
1
−
1
View file @
c67124f1
...
...
@@ -8,7 +8,7 @@ IFS=","
while
read
product
;
do
docker
exec
-e
OS_PASSWORD
=
$OS_PASSWORD
-i
$(
docker ps
-qf
"name=emg-pvs_registrar"
)
\
/wait-initialized.sh
&&
python3 /registrar.py
\
/wait-initialized.sh
&&
ls
/
&&
python3 /registrar.py
\
--objects-prefix
$product
\
--service-url
$SERVICE_URL
\
--reporting-dir
"/mnt/reports"
\
...
...
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