Commit 996b914
root
Fix Option A deployment to seed host directories before container start
- Add seed_testpoint_host_dirs.sh call to step_deploy_option_a() function
- Update documentation to include seeding step for Option A (matching Option B)
- Document that Option A now seeds /opt/perfsonar-tp/psconfig, /var/www/html, and /etc/apache2
- Bump perfSONAR-orchestrator.sh version to 1.0.2
- Update SHA256 checksum for perfSONAR-orchestrator.sh
This fixes an issue where Option A containers would fail or run unhealthy
because Apache configuration files were missing from /etc/apache2. The
docker-compose.testpoint.yml already had bind mounts for these directories,
but the orchestrator wasn't seeding them before the first container start.1 parent 3231c52 commit 996b914
File tree
3 files changed
+49
-7
lines changed- docs
- perfsonar/tools_scripts
- personas/quick-deploy
3 files changed
+49
-7
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | | - | |
| 3 | + | |
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
| |||
255 | 255 | | |
256 | 256 | | |
257 | 257 | | |
258 | | - | |
| 258 | + | |
259 | 259 | | |
260 | 260 | | |
261 | 261 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
10 | 10 | | |
11 | 11 | | |
12 | 12 | | |
13 | | - | |
| 13 | + | |
14 | 14 | | |
15 | 15 | | |
16 | 16 | | |
| |||
Lines changed: 46 additions & 4 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
500 | 500 | | |
501 | 501 | | |
502 | 502 | | |
503 | | - | |
| 503 | + | |
504 | 504 | | |
505 | 505 | | |
506 | 506 | | |
507 | 507 | | |
508 | 508 | | |
509 | 509 | | |
510 | 510 | | |
511 | | - | |
| 511 | + | |
| 512 | + | |
| 513 | + | |
| 514 | + | |
| 515 | + | |
| 516 | + | |
| 517 | + | |
| 518 | + | |
| 519 | + | |
| 520 | + | |
| 521 | + | |
| 522 | + | |
| 523 | + | |
| 524 | + | |
| 525 | + | |
| 526 | + | |
| 527 | + | |
| 528 | + | |
| 529 | + | |
| 530 | + | |
| 531 | + | |
| 532 | + | |
| 533 | + | |
| 534 | + | |
| 535 | + | |
| 536 | + | |
| 537 | + | |
| 538 | + | |
| 539 | + | |
512 | 540 | | |
513 | 541 | | |
514 | | - | |
| 542 | + | |
| 543 | + | |
| 544 | + | |
| 545 | + | |
| 546 | + | |
| 547 | + | |
| 548 | + | |
| 549 | + | |
515 | 550 | | |
516 | 551 | | |
| 552 | + | |
| 553 | + | |
| 554 | + | |
| 555 | + | |
| 556 | + | |
| 557 | + | |
| 558 | + | |
517 | 559 | | |
518 | 560 | | |
519 | 561 | | |
| |||
541 | 583 | | |
542 | 584 | | |
543 | 585 | | |
544 | | - | |
| 586 | + | |
545 | 587 | | |
546 | 588 | | |
547 | 589 | | |
| |||
0 commit comments