hoonkim / rune

Free Serverless architecture implementation working on openstack.
Apache License 2.0
6 stars 4 forks source link

generated instance information sharing with nova client - mysqldb for Sentinel #11

Open teo-jang opened 8 years ago

teo-jang commented 8 years ago
  1. generate instance information table - Not yet @seok0721
  2. pymysql implementation - Finished
teo-jang commented 8 years ago
  1. design class - Finished
teo-jang commented 8 years ago

check it @seok0721

seok0721 commented 7 years ago

Now, I add two tables at "/schema" directory.

  1. instance table: /schema/rune_instance.sql
    • Instance id, name.
    • Size of memory, additional disk, swap.
    • Virtual cpu count.
    • Network traffic bandwidth.
  2. instance's extra info table: /schema/rune_instance_extra.sql
    • Extra information key/value.