osp4 icon indicating copy to clipboard operation
osp4 copied to clipboard

Proof of Concept repository of CodeReady Containers [Archived]

Results 27 osp4 issues
Sort by recently updated
recently updated
newest added

As of now, we know that clusterID is part of the `oc get clusterversion -o yaml` and that is in the etcd database, to make the change we need to...

Need to make a list of the current running operators on the fresh cluster and then also check the dependencies around it.

Right now https://github.com/openshift/cluster-api-provider-libvirt actually implement the cluster-api ( https://sigs.k8s.io/cluster-api ) provider for libvirt and good to explore this since we might need same kind of provider the hypervisor we want...

KubeVirt is like libvirt on a cluster. Maybe it's easy to clone the libvirt provider to also support KubeVirt.

I have been able on my macbook machine to create the 2 virtualbox vms using `./minishift_virtualbox.sh create && ./minishift_virtualbox.sh start` but when I try to log on to the API...

The manual mentions that we will select as public key `dummy.pub` but the guide do not mention to create it before to execute `env TF_VAR_libvirt_master_memory=8192 TF_VAR_libvirt_master_vcpu=4 ./bin/openshift-install create cluster --dir=mycluster...

This script checks that the default storage pool exists and if it doesn't, it creates it at /var/lib/libvirt/images. However, later on in the script, it assumes that the default pool...

While trying the instance on Virtualbox + macOS the network interfaces of the VMs does not work anymore after 1200secs of use. OIt looks like a timer triggers and the...

bug

Issues encountered --------------------- #4 Nameservers not being restored #5 System loses network connectivity on macOS after 1200secs #17 When 2 nic's are part of VM.

Right now our current Virtualbox POC is require 2 Nic for the VM. - eth0 - This is hostonlyadaptor to have communication with host to VM. - eth1 - This...