On Fri, Mar 30, 2018 at 4:39 PM, Charles Moulliard <[email protected]> wrote: > Hi, > > We have developed some ansible playbooks in order to provision openshift > running using either "oc cluster up", "systemctl services" or "minishift" to > install developer features such as jenkins, ,nexus, jaeger, istio, launcher, > ... or to create x projects/users to demo purpose > > Unfortunately the way that the centos's vm used by minishift is > designed/partitionned doesn' t allow us to run playbooks as vm crashes
Problem is our current ISO is the live one so even you are able to install something at first then when during reboot it will again vanish. I am not yet sure why VM is crashing when only downloading the oc binary, you can try to download it under /var/lib/minishift and see if still same issue (you need to add that PATH then so it will be executable by ansible playbook). > > Config > ######### > minishift config view > - cpus : 4 > - image-caching : true > - iso-url : centos > - memory : 4G > - openshift-version : v3.9.0-alpha.3 > - vm-driver : xhyve > > Use case played > ############## > minishift will crash if we just install wget and oc client .... > > https://gist.github.com/cmoulliard/8b617ddb3b57bcbc83d581536001277a > > What do you recommend to do to provision minishift using ansible ? > Do we plan to have some convergences between "oc cluster up and "minishift" > to use ansible ? > > Regards > > Charles > > _______________________________________________ > Container-tools mailing list > [email protected] > https://www.redhat.com/mailman/listinfo/container-tools > -- Praveen Kumar http://fedoraproject.org/wiki/User:Kumarpraveen http://fedoraproject.org/ http://kumar-pravin.blogspot.com _______________________________________________ Container-tools mailing list [email protected] https://www.redhat.com/mailman/listinfo/container-tools
