cmusatyalab / elijah-openstack

Elijah OpenStack integration
http://elijah.cs.cmu.edu/
Apache License 2.0
27 stars 26 forks source link

Add ability to create/delete clusters from the UI #12

Open teiszler opened 6 years ago

teiszler commented 6 years ago

Currently there is no way to create/delete a cluster from the UI and the only cluster that will appear in the drop-down menu when adding a new application template is one with the name 'test-swarm'. This is due to the fact that 'test-swarm' is the only cluster that is populated in the clusters table when the UI is launched. Providers should be able to create/delete clusters from the UI which will insert rows into the clusters table and invoke the create_cluster.sh script to provision the cluster.