Commit Graph

6 Commits

Author SHA1 Message Date
Alexander Wels
7ace337e97 Allow multiple previous versions to upgrade from (#1086)
Force kill operator during upgrade to test resilience

Signed-off-by: Alexander Wels <awels@redhat.com>
2020-01-21 14:41:49 +01:00
Alexander Wels
4a20e29db3
Remove OLM integration as we aren't using it. (#982)
Removed OLM code since it is not being used in CDI deployment.

Signed-off-by: Alexander Wels <awels@redhat.com>
2019-10-07 18:34:07 -04:00
Alexander Wels
399a05dc53
Add upgrade from release version 1.10.4 to current master. (#954)
Switch OKD-4.1 provider from olm install to operator install.

Signed-off-by: Alexander Wels <awels@redhat.com>
2019-09-11 00:35:46 -04:00
Alexander Wels
45eecea14e
Added conditions to match the HCO requirements. (#910)
Signed-off-by: Alexander Wels <awels@redhat.com>
2019-08-28 18:36:44 -04:00
Anna Stopel
91eea99747 * bug fix - make OLM manifests be set per provider (#919)
* * bug fix - make OLM manifests be set per provider

* * move all CDI installation related variables to cluster-sync directory
2019-08-13 08:25:44 -04:00
annastopel
b9ecc4cf5a Refactor code of variuos CDI installations:
* cluster-sync/install.sh - contains all supported installation techniques
  and a install_cdi method that derives the technique based on CDI_INSTALL variable
	- operator manifests
        - OLM manifests
* per provider there is cluster-sync/${PROVIDER}/install.sh that has the settting for CDI_INSTALL
  for specific provider
* default technique is CDI installation via operator
2019-07-14 09:48:10 +03:00