Commit Graph

41 Commits

Author SHA1 Message Date
František Zatloukal
4fd7b36a72 Testdays: One more fomrat fix 2023-02-23 14:23:37 +01:00
František Zatloukal
2a1b11adea Testdays: fix formatting 2023-02-23 14:21:00 +01:00
František Zatloukal
7d4991c381 Testdays: switch s2i base to python 3.9 2023-02-23 13:53:07 +01:00
Kevin Fenzi
1551d42f45 openshift: next CRD
Signed-off-by: Kevin Fenzi <kevin@scrye.com>
2023-02-13 11:54:08 -08:00
Kevin Fenzi
9dead9c3a8 openshift / various apps: update DeploymentConfig to use apps.openshift.io/v1
Signed-off-by: Kevin Fenzi <kevin@scrye.com>
2023-02-13 11:50:00 -08:00
Kevin Fenzi
e614b31457 openshift / various apps: update BuildConfig to use build.openshift.io/v1
Signed-off-by: Kevin Fenzi <kevin@scrye.com>
2023-02-13 11:46:39 -08:00
František Zatloukal
4343a6e679 testdays: Use forked resultsdb 2022-10-24 22:08:39 +02:00
František Zatloukal
599ead04f3 testdays: use resultsdb from develop instead of a separate branch 2021-04-09 14:59:47 +02:00
František Zatloukal
1c2b2aab36 Testdays: Prepare for production 2020-11-05 09:37:47 +01:00
František Zatloukal
4261975aa3 Testdays: Fix RDB url 2020-11-02 16:51:57 +01:00
František Zatloukal
c22b10374b Testdays: fix indent 2020-11-02 16:33:02 +01:00
František Zatloukal
992be42845 Testdays: Fix error in bc 2020-11-02 16:31:56 +01:00
František Zatloukal
c11f1ecb9e Testdays: Resulstdb link 2020-11-02 16:10:32 +01:00
Pierre-Yves Chibon
7b089785b2 testdays: more indentation fixes
Signed-off-by: Pierre-Yves Chibon <pingou@pingoured.fr>
2020-11-02 15:17:18 +01:00
Pierre-Yves Chibon
8bd054f708 testdays: fix indentation
Signed-off-by: Pierre-Yves Chibon <pingou@pingoured.fr>
2020-11-02 15:15:23 +01:00
František Zatloukal
0335579fa2 testsdays: add a local/custom resultsdb instance just for us 2020-11-02 15:08:34 +01:00
František Zatloukal
2a8a2ac75a Testdays: Try without explicit gunicorn 2020-11-02 10:33:57 +01:00
František Zatloukal
cc426a90e3 Testdays: Use 8080 also for containerPort 2020-10-29 15:24:10 +01:00
František Zatloukal
d33cac590b Testdays: Try 8080 for readiness and liveness 2020-10-29 15:16:23 +01:00
František Zatloukal
affb52ca17 Testdays: Please work 2020-10-29 15:06:00 +01:00
František Zatloukal
c227d838e4 Testdays: Let's try port 8080 2020-10-29 14:54:33 +01:00
František Zatloukal
e172692cdb Testdays: Try to specify gunicorn command 2020-10-29 14:46:32 +01:00
František Zatloukal
be88870830 Testdays: Use non-destructive init 2020-10-06 10:17:01 +02:00
František Zatloukal
0733cab1c8 Testdays: Let's specify only one command 2020-10-06 08:59:35 +02:00
František Zatloukal
8fa4144415 Testdays: Try destructive init 2020-10-05 18:08:57 +02:00
Pierre-Yves Chibon
2cee47a2f3 testdays: move on from db init to db upgrades upon redeploy
Signed-off-by: Pierre-Yves Chibon <pingou@pingoured.fr>
2020-10-02 11:37:11 +02:00
Pierre-Yves Chibon
8dbce648f4 testdays: looks like the env variable needs to be a string
Signed-off-by: Pierre-Yves Chibon <pingou@pingoured.fr>
2020-10-02 11:34:49 +02:00
Pierre-Yves Chibon
788f6b1476 testdays: tell the apps it runs on openshift
Signed-off-by: Pierre-Yves Chibon <pingou@pingoured.fr>
2020-10-02 11:33:20 +02:00
Pierre-Yves Chibon
85cc8be92b testdays: Do not use the full python path
Signed-off-by: Pierre-Yves Chibon <pingou@pingoured.fr>
2020-10-02 11:19:35 +02:00
Pierre-Yves Chibon
f43502d053 testdays: try without the PYTHONPATH to see
Signed-off-by: Pierre-Yves Chibon <pingou@pingoured.fr>
2020-10-02 11:16:05 +02:00
Pierre-Yves Chibon
237a41d950 testdays: fix path to the cli.py file...
Signed-off-by: Pierre-Yves Chibon <pingou@pingoured.fr>
2020-10-02 11:04:25 +02:00
Pierre-Yves Chibon
68b48c1460 testdays: Try the unversion python
Signed-off-by: Pierre-Yves Chibon <pingou@pingoured.fr>
2020-10-02 11:00:54 +02:00
Pierre-Yves Chibon
1119061f7c testdays: Have the application create the database for us
Signed-off-by: Pierre-Yves Chibon <pingou@pingoured.fr>
2020-10-02 10:58:25 +02:00
Pierre-Yves Chibon
058b01bc87 Revert "testdays: change port from 8080 to 80"
This was actually not needed/a bad idea. gunicorn runs it at 8080

This reverts commit f00e4ea2ea.
2020-10-02 10:51:45 +02:00
Pierre-Yves Chibon
f00e4ea2ea testdays: change port from 8080 to 80
Signed-off-by: Pierre-Yves Chibon <pingou@pingoured.fr>
2020-10-02 10:48:54 +02:00
Pierre-Yves Chibon
0f090c8aa3 testdays: drop the command when starting the container s2i should take care of it now
Signed-off-by: Pierre-Yves Chibon <pingou@pingoured.fr>
2020-10-02 10:45:18 +02:00
Pierre-Yves Chibon
508447579a testdays: move to my fork for now
Signed-off-by: Pierre-Yves Chibon <pingou@pingoured.fr>
2020-10-02 10:39:27 +02:00
Pierre-Yves Chibon
79cbd3c411 testdays: few tweaks on how the project gets started
Signed-off-by: Pierre-Yves Chibon <pingou@pingoured.fr>
2020-10-02 10:32:33 +02:00
Pierre-Yves Chibon
b388f33ee4 testdays: filling in the private variables may help...
Signed-off-by: Pierre-Yves Chibon <pingou@pingoured.fr>
2020-10-02 10:28:45 +02:00
Pierre-Yves Chibon
0bf325d2fe testdays: Setup the DB for testsdays in the playbook directly
Signed-off-by: Pierre-Yves Chibon <pingou@pingoured.fr>
2020-10-02 10:24:19 +02:00
Pierre-Yves Chibon
80364165e6 testdays: start the playbook and role to deploy this app in openshift
Signed-off-by: Pierre-Yves Chibon <pingou@pingoured.fr>
2020-10-02 10:08:42 +02:00