CCI-MOC / hil

Hardware Isolation Layer, formerly Hardware as a Service
Apache License 2.0
24 stars 54 forks source link

Automate HIL deployment #960

Open naved001 opened 6 years ago

naved001 commented 6 years ago

One of the project for cloud computing class is Automated Secure Cloud Deployment.

For that, all the components of secure cloud need to be deployed automatically. For BMI, there's already an ansible script to do it.

One of the students from the class will be working on automating HIL deployment. I was thinking of doing it in Ansible. Opening up this issue if someone has any feedback on what route to take.

cc// @okrieg @zenhack @mosayyebzadeh

xuhang57 commented 6 years ago

Can I loop in https://github.com/CCI-MOC/hil/issues/45?

mosayyebzadeh commented 6 years ago

@xuhang57 Good one. We need to know all related issues to be taken care of.

zenhack commented 6 years ago

An ansible role sounds like a good idea.

naved001 commented 6 years ago

It's an open issue, anybody can take this.

naved001 commented 6 years ago

I automated this using a bash script that you can see here mainly because it was taking me time to figure out how to use ansible.