Skip to content
This repository was archived by the owner on Dec 31, 2019. It is now read-only.

cyclone-project/data-erasure

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 

Repository files navigation

Cyclone WP4 "data erasure"

Cyclone bioinformatics use cases require that all data are erased when the VM is stopped. A way to fullfill this requirements is to launch instances from a LiveCD where everything is written in memory only.

This contains necessary files to automate LiveCD creation: a bash script file and kickstart files.

  1. A kickstart file permits to create a very minimalistic CentOS 6.7 LiveCD that can be used on a cloud:
  • root access is not allowed
  • cloud-init package is installed, which create a "cloud-user" account
  • the "cloud-user" account can be used with the end user electronic key to connect using ssh
  • the "cloud-user" account is a sudoer without password
  1. A kickstart file permits to create a complex ScientificLinu 6.7 LiveCD that can be used on a cloud:
  • root access is not allowed
  • cloud-init package is installed, which create a "cloud-user" account
  • the "cloud-user" account can be used with the end user electronic key to connect using ssh
  • the "cloud-user" account is a sudoer without password
  • a long packages list permitting to do different computations

End users are invited to modify the kickstart file for their needs.

About

this contains necessary files to automate LiveCD creation

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages