In the normal vm case, I have a couple questions:

- What will my URL be? https://hubs.stg.fedoraproject.org I guess?

- What's the Ipsilon instance I should register with? I used to register on iddev.fedorainfracloud.org but I guess that's no good for staging

- I need the following passwords set in the ansible private repo (proposed ansible variable name) :
  - for the hubs DB user (hubs_db_pass)
  - for the Flask session secret key (hubs_session_secret), this can be 30-50 chars.
Do we still require two DB users, one with CRUD permissions and one with full permissions? I haven't seen it used outside the hyperkitty playbook. If so, I'll need a password for the admin user too, and I'm interested in the way you give the privileges on the tables to the non-admin user. For HyperKitty I use a rather clumsy handwritten script, but there may be a better way.

I think that's all. Thanks!

Aurélien