[openstack-dev] [solum] Solum Milestone 2 Demo Preview

2014-04-30 Thread Paul Montgomery
Solum community, I am pleased to announce an early preview of the Solum M2 Demo via Vagrant for those who want to take a look. We created detailed instructions to install the demo here: https://wiki.openstack.org/wiki/Solum/solum_m2_demo Disclaimers: Please examine the look and feel right now

Re: [openstack-dev] [Solum] Regarding language pack database schema

2014-02-18 Thread Paul Montgomery
Maybe a crazy idea butÅ  What if we simply don't store the JSON blob data for M1 instead of putting storing it in a way we don't like long term? This way, there is no need to remember to change something later even though a bug could be created anyways. I believe the fields that would be missing/

[openstack-dev] [Solum] Solum database schema modification proposal

2014-02-03 Thread Paul Montgomery
Solum community, I notice that we are using String(36) UUID values in the database schema as primary key for many new tables that we are creating. For example: https://review.openstack.org/#/c/68328/10/solum/objects/sqlalchemy/application.py Proposal: Add an int or bigint ID as the primary key,

[openstack-dev] [Solum]

2014-01-27 Thread Paul Montgomery
Solum community, I created several different approaches for community consideration regarding Solum context, logging and data confidentiality. Two of these approaches are documented here: https://wiki.openstack.org/wiki/Solum/Logging A) Plain Oslo Log/Config/Context is in the "Example of Oslo L

Re: [openstack-dev] [Solum] [Security]

2013-12-09 Thread Paul Montgomery
Thanks Clayton! I added your new content. To all: The OpenStack Security Guide is a very good resource to read - http://docs.openstack.org/security-guide/content/openstack_user_guide.html Apologies for not being up to speed on how things work in OpenStack yet but here is a list of topics that I

Re: [openstack-dev] [Solum] MySQL Storage Engine

2013-12-04 Thread Paul Montgomery
With the comments that we've received, I would recommend that Clayton remove the option to select the MySQL storage engine from Oslo config and just "hardcode" InnoDB. I believe it entails just removing a few lines of code. It doesn't sound like anyone has a reason to use any other storage engine

[openstack-dev] [Solum] MySQL Storage Engine

2013-12-04 Thread Paul Montgomery
TLDR: Should Solum log a warning if operators do not use the InnoDB storage engine with MySQL in Solum's control plane? Details: I was looking at: https://review.openstack.org/#/c/57024/ Models.py to be specific. The default storage engine is InnoDB for MySQL which is good. I took a quick look

Re: [openstack-dev] [Solum] CLI minimal implementation

2013-12-03 Thread Paul Montgomery
I agree. With many optional parameters possible, positional parameters would seem to complicate things a bit (even for end users). On 12/3/13 8:14 AM, "Arati Mahimane" wrote: > > >On 12/3/13 7:51 AM, "Roshan Agrawal" wrote: > >> >> >>> -Original Message- >>> From: Russell Bryant [mail

Re: [openstack-dev] [Solum] [Security]

2013-12-02 Thread Paul Montgomery
Yep, certainly interested in a broader OpenStack view of security; sign me up. :) On 11/27/13 9:06 PM, "Adrian Otto" wrote: > >On Nov 27, 2013, at 11:39 AM, Nathan Kinder > wrote: > >> On 11/27/2013 08:58 AM, Paul Montgomery wrote: >>> I created som

[openstack-dev] [Solum] [Security]

2013-11-27 Thread Paul Montgomery
I created some relatively high level security best practices that I thought would apply to Solum. I don't think it is ever too early to get mindshare around security so that developers keep that in mind throughout the project. When a design decision point could easily go two ways, perhaps these g