Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

OLM - ci -test. Create cdi-olm-catalog to be able to deploy cdi via o… #862

Merged
merged 8 commits into from
Jul 15, 2019

Commits on Jul 14, 2019

  1. OLM - ci -test. Create cdi-olm-catalog to be able to deploy cdi via o…

    …lm in ci. This is due to okd 4.1.
    
      * Add make tagret docker-olm-catalog
      * Add build-olm-catalog script that builds tree expected by operator-registry.
    
      * add catalogsource manifest to deploy operator registry per provider
        * os
        * k8s
      * update olm documentation with opertor-registry deployment
    annastopel committed Jul 14, 2019
    Configuration menu
    Copy the full SHA
    34bc7e1 View commit details
    Browse the repository at this point in the history
  2. 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
    annastopel committed Jul 14, 2019
    Configuration menu
    Copy the full SHA
    b9ecc4c View commit details
    Browse the repository at this point in the history
  3. travis fix

    annastopel committed Jul 14, 2019
    Configuration menu
    Copy the full SHA
    38bca08 View commit details
    Browse the repository at this point in the history
  4. * convert olm bundle manifets' tree to operator-registry tree

    * support case when olm bundle contains more than one crd version
    annastopel committed Jul 14, 2019
    Configuration menu
    Copy the full SHA
    350508d View commit details
    Browse the repository at this point in the history
  5. * build fixes

    annastopel committed Jul 14, 2019
    Configuration menu
    Copy the full SHA
    ed5894c View commit details
    Browse the repository at this point in the history
  6. reove extra whitespaces

    annastopel committed Jul 14, 2019
    Configuration menu
    Copy the full SHA
    77f9e5a View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    0df26bf View commit details
    Browse the repository at this point in the history
  8. minor bugfix

    annastopel committed Jul 14, 2019
    Configuration menu
    Copy the full SHA
    03497da View commit details
    Browse the repository at this point in the history