BonnyCI / projman

A project management repository -- meta
0 stars 2 forks source link

Make CNCF Demo run in BonnyCI #204

Open SpamapS opened 7 years ago

SpamapS commented 7 years ago

https://github.com/cncf/demo doesn't work with OpenStack. CNCF is looking at deploying that demo as a way to do cross-repo CI. If we wanted it to work with BonnyCI, we likely need to make sure the demo can install across multiple OpenStack nodes, and we may need to feed it credentials for the OpenStack cloud it is deployed in too.

SpamapS commented 7 years ago

Note this is an upstream issue now too https://github.com/cncf/demo/issues/198

gandelman-a commented 7 years ago

Some notes as I hack on this more...

gandelman-a commented 7 years ago

Been chatting a bit (via github issues) with the people working on the cncf-demo. It sounds like the building, provisioning and deployment of the underlying k8s is just a means to an end, and we may be better off trying to provide a k8s cluster as a nodepool multinode label. They're in the process of moving the provisioning stuff to terraform, so in theory openstack support could be baked into that, thought I admit Terraform is not something I know much about.

SpamapS commented 7 years ago

Blocked on requirement for v3 auth system to spin up other cloud resources.