From berendt at b1-systems.de Mon Sep 1 10:42:26 2014 From: berendt at b1-systems.de (Christian Berendt) Date: Mon, 01 Sep 2014 12:42:26 +0200 Subject: [Openstack-docs] Adding redirects to .htaccess for renamed files In-Reply-To: References: Message-ID: <54044D92.7030002@b1-systems.de> On 08/29/2014 04:15 PM, Matt Kassawara wrote: > Apparently we need to add redirects to .htaccess after renaming files. > Since the installation guide produces four different HTML versions, each > file renamed requires four entries in .htaccess which doesn't scale. How > can we improve it? Using redirectmatch instead of redirect should work. Something like this (not tested): redirectmatch 301 /trunk/install-guide/install/(apt|apt-debian|zypper|yum)/content/ch_basics.html /trunk/install-guide/install/$1/content/ch_basic_environment.html Christian. -- Christian Berendt Cloud Computing Solution Architect Mail: berendt at b1-systems.de B1 Systems GmbH Osterfeldstra?e 7 / 85088 Vohburg / http://www.b1-systems.de GF: Ralph Dehner / Unternehmenssitz: Vohburg / AG: Ingolstadt,HRB 3537 From aj at suse.com Mon Sep 1 13:45:05 2014 From: aj at suse.com (Andreas Jaeger) Date: Mon, 01 Sep 2014 15:45:05 +0200 Subject: [Openstack-docs] Redirects for /trunk/install-guide? Message-ID: <54047861.8020404@suse.com> I suggest to not do any redirects for /trunk/install-guide - this is the draft version and we should not do redirects for any change there. https://review.openstack.org/#/c/118130 Does this work for you? Andreas -- Andreas Jaeger aj@{suse.com,opensuse.org} Twitter: jaegerandi SUSE LINUX Products GmbH, Maxfeldstr. 5, 90409 N?rnberg, Germany GF: Jeff Hawn,Jennifer Guild,Felix Imend?rffer,HRB16746 (AG N?rnberg) GPG fingerprint = 93A3 365E CE47 B889 DF7F FED1 389A 563C C272 A126 From berendt at b1-systems.de Mon Sep 1 14:55:11 2014 From: berendt at b1-systems.de (Christian Berendt) Date: Mon, 01 Sep 2014 16:55:11 +0200 Subject: [Openstack-docs] Redirects for /trunk/install-guide? In-Reply-To: <54047861.8020404@suse.com> References: <54047861.8020404@suse.com> Message-ID: <540488CF.70809@b1-systems.de> On 09/01/2014 03:45 PM, Andreas Jaeger wrote: > I suggest to not do any redirects for /trunk/install-guide - this is the > draft version and we should not do redirects for any change there. > > https://review.openstack.org/#/c/118130 > > Does this work for you? Yes. I think it is better to remove them instead of rewriting them. The review requests was a demonstration for "Adding redirects to .htaccess for renamed files". I'll update the referenced review request. Christian. -- Christian Berendt Cloud Computing Solution Architect Mail: berendt at b1-systems.de B1 Systems GmbH Osterfeldstra?e 7 / 85088 Vohburg / http://www.b1-systems.de GF: Ralph Dehner / Unternehmenssitz: Vohburg / AG: Ingolstadt,HRB 3537 From maishsk+openstack at maishsk.com Tue Sep 2 14:41:14 2014 From: maishsk+openstack at maishsk.com (Maish Saidel-Keesing) Date: Tue, 02 Sep 2014 17:41:14 +0300 Subject: [Openstack-docs] [Openstack-operators] High Availability Guide team In-Reply-To: References: Message-ID: <5405D70A.1040905@maishsk.com> As would I... On 26/08/2014 21:48, Adam Lawson wrote: > > I'd be happy to participate as needed Anne. > > On Aug 26, 2014 11:10 AM, "Anne Gentle" > wrote: > > Hi all, > Cross-posting to -docs and -operators. > > At the Ops mid-cycle meetup this week, Matt Griffin, David > Medberry, and Sriram Subramanian offered to start a review team > for the High Availability Guide. It needs some updates and it's > best if the review team works similar to the Security Guide -- > subject matter experts working with core docs team members for > reviews. So I'm proposing we pull it into its own repo just like > the Security Guide. Any reasons not to? I think the next steps are: > > 1. Propose a patch to openstack/governance to show the repo is > governed by the Docs program. > 2. Propose a patch that sets up a separate review team starting > with Matt, David, and Sriram. We think Emilien would be interested > too, sound good? Any others? We can have members of > openstack-docs-core as well, similar to the Security Guide. > 3. Propose a patch that gets that guide building separately in a > different repo. > 4. Start working on the four bugs already logged [1] and logged > more as needed. > > Any other subtasks? Any interested parties? > > Thanks, > Anne > > 1. https://bugs.launchpad.net/openstack-manuals/+bugs/?field.tag=ha-guide > > _______________________________________________ > OpenStack-operators mailing list > OpenStack-operators at lists.openstack.org > > http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-operators > > > > _______________________________________________ > OpenStack-operators mailing list > OpenStack-operators at lists.openstack.org > http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-operators -- Maish Saidel-Keesing -------------- next part -------------- An HTML attachment was scrubbed... URL: From Greg.Waines at windriver.com Wed Sep 3 00:05:10 2014 From: Greg.Waines at windriver.com (Waines, Greg) Date: Wed, 3 Sep 2014 00:05:10 +0000 Subject: [Openstack-docs] 2013.2 tag seems broken ? Message-ID: <5058BED8BBDF5D4F898AD4366E6B36E02433DDA2@ALA-MBB.corp.ad.wrs.com> A question about the 2013.2 tag on the openstack doc APIs ... Background: ? my company, WindRiver, provides an enhanced OpenStack distribution ? which has resulted in us extending/enhancing the OpenStack REST APIs ? ? In order to provide updated OpenStack REST APIs, we are: o including the api-site, compute-api, image-api, etc. gits as sub-gits in our git repository o and o the plan is for us to increment our changes on top of these opensource gits Question: ? the latest git 'tag' for these api doc gits seems to be '2013.2' ? so we have included the sub-gits at this tag ? ? however o when I try to generate sources o i.e. mvn clean generate-sources o in (say) the compute-api git, I have the following problems: ? in ./compute-api/openstack-compute-api-2/src/ ? in file: os-compute-devguide.xml: ... ... ? ??? this 'plain' directory does not exist in the 'api-site' git ??? o ... so the make of the PDF fails. o o ... and for me (and maybe others doing the same doc extensions as me), it is not good to be referencing the .wadl files from the api-site git @ //git.openstack.org ... instead of a local version of this api-site git. o ? ? I do notice that in the current/master version of the api-site and compute-api gits, almost everything seems to be moved to the api-site git ... i.e. there is an api-ref-guides/ directory now in api-site o ??? maybe this was to deal with the cross-git reference issues ??? o ? ? finally, ... how come there are no more recent tags than '2013.2' ? o ideally would be nice if there was a tag that represented the version of openstack that the documentation was consistent with e.g. 'havana' or 'icehouse' ... thanks in advance, Greg. -------------- next part -------------- An HTML attachment was scrubbed... URL: From anne at openstack.org Wed Sep 3 03:36:27 2014 From: anne at openstack.org (Anne Gentle) Date: Tue, 2 Sep 2014 22:36:27 -0500 Subject: [Openstack-docs] 2013.2 tag seems broken ? In-Reply-To: <5058BED8BBDF5D4F898AD4366E6B36E02433DDA2@ALA-MBB.corp.ad.wrs.com> References: <5058BED8BBDF5D4F898AD4366E6B36E02433DDA2@ALA-MBB.corp.ad.wrs.com> Message-ID: On Tue, Sep 2, 2014 at 7:05 PM, Waines, Greg wrote: > A question about the 2013.2 tag on the openstack doc APIs ? > > > > Background: > > ? my company, WindRiver, provides an enhanced OpenStack > distribution > > ? which has resulted in us extending/enhancing the OpenStack REST > APIs > > ? > > ? In order to provide updated OpenStack REST APIs, we are: > > o including the api-site, compute-api, image-api, etc. gits > as sub-gits in our git repository > > o and > > o the plan is for us to increment our changes on top of these > opensource gits > > > > Question: > > ? the latest git ?tag? for these api doc gits seems to be ?2013.2? > > We originally tagged this repo just for tracking stats if my memory serves. There's no meaning to a "release" of API docs, because we (upstream docs for OpenStack) cannot predict how a cloud provider will implement their API endpoints and which API versions they will implement. > ? so we have included the sub-gits at this tag > > ? > > ? however > > o when I try to generate sources > > o i.e. mvn clean generate-sources > > o in (say) the compute-api git, I have the following problems: > > ? in ./compute-api/openstack-compute-api-2/src/ > > ? in file: os-compute-devguide.xml: > > ? > > > xmlns:wadl="http://wadl.dev.java.net/2009/02"> > > > href=" > http://git.openstack.org/cgit/openstack/api-site/plain/api-ref/src/wadls/compute-api/src/wadl/os-compute-2.wadl#ips > "/> > > > href=" > http://git.openstack.org/cgit/openstack/api-site/plain/api-ref/src/wadls/compute-api/src/wadl/os-compute-2.wadl#network_label > " > > /> > > > > ? > > ? ??? this ?plain? directory does not exist in the ?api-site? git > ??? > > o ? so the make of the PDF fails. > > Right, it's "raw" in github and "plain" in our mirror. > o > > o ? and for me (and maybe others doing the same doc extensions as me), > it is not good to be referencing the .wadl files from the api-site git @ // > git.openstack.org ? > instead of a local version of this api-site git. > > o > > ? > > ? I do notice that in the current/master version of the api-site > and compute-api gits, > almost everything seems to be moved to the api-site git ? i.e. there is an > api-ref-guides/ directory now in api-site > > o ??? maybe this was to deal with the cross-git reference issues ??? > > o > There are two reasons going on here: 1. We, upstream OpenStack, can't rely on github to be there with the uptime we need, so we mirror it with our own infra resources. 2. Yes, we had problems building when we had to rely on a change in two separate repos to land with similar timing. > ? > > ? finally, ? how come there are no more recent tags than ?2013.2? > ? > > o ideally would be nice if there was a tag that represented the version > of openstack that the documentation was consistent with e.g. ?havana? or > ?icehouse? ? > > We have had this discussion in the past, read it at http://lists.openstack.org/pipermail/openstack-docs/2014-April/004337.html. The basic problem with tagging API docs is that there's not a map from say, havana, to API versions. The deployers choices for that particular release would look something like this: Block Storage API v1 or v2 Compute API v2 Identity API v2.0 or v3 Image Service v1, v1.1, or v2 (not Database service, they weren't integrated then) Networking API v2.0 Object Storage v1 Orchestration v1 Telemetry v2 So I think there are 3*2*3*4*2*2*2*2 = 1152 possibilities of combining API versions a cloud provider offers for Havana, where you can choose not to deploy an API endpoint at all. We can't dictate to the provider "you must run these API versions when running havana" so I've avoided tagging the docs for overhead and maintenance and explanatory reasons. :) Hopefully these explanations makes sense to you, sounds like you've guessed right all along. I certainly want our docs to be re-used and they're licensed completely for re-use, but I'm pretty sure I can't accurately say which API calls go with a particular release. I definitely want to hear ideas though! Thanks for asking - Anne > > > > > thanks in advance, > > Greg. > > > > _______________________________________________ > Openstack-docs mailing list > Openstack-docs at lists.openstack.org > http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-docs > > -------------- next part -------------- An HTML attachment was scrubbed... URL: From berendt at b1-systems.de Wed Sep 3 07:23:35 2014 From: berendt at b1-systems.de (Christian Berendt) Date: Wed, 03 Sep 2014 09:23:35 +0200 Subject: [Openstack-docs] Please re-review 113076 Message-ID: <5406C1F7.8050905@b1-systems.de> Something is wrong with review request 113076 (https://review.openstack.org/#/c/113076/). Changed it to -2. I do not know how to change/stop the workflow. 1. Matthew approved the change without any other +2. 2. There is an similiary change implementing parts of this change (https://review.openstack.org/#/c/117327/). Christian. -- Christian Berendt Cloud Solution Architect Mail: berendt at b1-systems.de B1 Systems GmbH Osterfeldstra?e 7 / 85088 Vohburg / http://www.b1-systems.de GF: Ralph Dehner / Unternehmenssitz: Vohburg / AG: Ingolstadt,HRB 3537 From aj at suse.com Wed Sep 3 08:00:40 2014 From: aj at suse.com (Andreas Jaeger) Date: Wed, 03 Sep 2014 10:00:40 +0200 Subject: [Openstack-docs] Please re-review 113076 In-Reply-To: <5406C1F7.8050905@b1-systems.de> References: <5406C1F7.8050905@b1-systems.de> Message-ID: <5406CAA8.4080600@suse.com> On 09/03/2014 09:23 AM, Christian Berendt wrote: > Something is wrong with review request 113076 > (https://review.openstack.org/#/c/113076/). Changed it to -2. I do not > know how to change/stop the workflow. > > 1. Matthew approved the change without any other +2. He approved while there was still a WIP set. The next person doing an approval will get this in ;) - but only if there's no -2. > 2. There is an similiary change implementing parts of this change > (https://review.openstack.org/#/c/117327/). Andreas -- Andreas Jaeger aj@{suse.com,opensuse.org} Twitter: jaegerandi SUSE LINUX Products GmbH, Maxfeldstr. 5, 90409 N?rnberg, Germany GF: Jeff Hawn,Jennifer Guild,Felix Imend?rffer,HRB16746 (AG N?rnberg) GPG fingerprint = 93A3 365E CE47 B889 DF7F FED1 389A 563C C272 A126 From Greg.Waines at windriver.com Wed Sep 3 15:20:36 2014 From: Greg.Waines at windriver.com (Waines, Greg) Date: Wed, 3 Sep 2014 15:20:36 +0000 Subject: [Openstack-docs] 2013.2 tag seems broken ? In-Reply-To: References: <5058BED8BBDF5D4F898AD4366E6B36E02433DDA2@ALA-MBB.corp.ad.wrs.com> Message-ID: <5058BED8BBDF5D4F898AD4366E6B36E02433E2AE@ALA-MBB.corp.ad.wrs.com> Thanks Anne. But the individual APIs, say Compute API, are not up-versioned every OpenStack Release. However the individual APIs, say Compute API V2, (I believe) are extended every OpenStack Release ? possibly new requests, possibly new parameters for requests, possibly new attributes in responses. So there are going to be IceHouse(say)-specific changes in (say) Compute API V2 ? correct ? But it sounds like there is no tag or commit that represents an ?up-to-Havana only? version of Compute API V2 ? correct ? Greg. From: annegentle at justwriteclick.com [mailto:annegentle at justwriteclick.com] On Behalf Of Anne Gentle Sent: Tuesday, September 02, 2014 11:36 PM To: Waines, Greg Cc: openstack-docs at lists.openstack.org Subject: Re: [Openstack-docs] 2013.2 tag seems broken ? < SNIP > We have had this discussion in the past, read it at http://lists.openstack.org/pipermail/openstack-docs/2014-April/004337.html. The basic problem with tagging API docs is that there's not a map from say, havana, to API versions. The deployers choices for that particular release would look something like this: Block Storage API v1 or v2 Compute API v2 Identity API v2.0 or v3 Image Service v1, v1.1, or v2 (not Database service, they weren't integrated then) Networking API v2.0 Object Storage v1 Orchestration v1 Telemetry v2 So I think there are 3*2*3*4*2*2*2*2 = 1152 possibilities of combining API versions a cloud provider offers for Havana, where you can choose not to deploy an API endpoint at all. We can't dictate to the provider "you must run these API versions when running havana" so I've avoided tagging the docs for overhead and maintenance and explanatory reasons. :) Hopefully these explanations makes sense to you, sounds like you've guessed right all along. I certainly want our docs to be re-used and they're licensed completely for re-use, but I'm pretty sure I can't accurately say which API calls go with a particular release. I definitely want to hear ideas though! Thanks for asking - Anne thanks in advance, Greg. _______________________________________________ Openstack-docs mailing list Openstack-docs at lists.openstack.org http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-docs -------------- next part -------------- An HTML attachment was scrubbed... URL: From nchase at mirantis.com Wed Sep 3 15:38:25 2014 From: nchase at mirantis.com (Nicholas Chase) Date: Wed, 03 Sep 2014 11:38:25 -0400 Subject: [Openstack-docs] Please re-review 113076 In-Reply-To: <5406CAA8.4080600@suse.com> References: <5406C1F7.8050905@b1-systems.de> <5406CAA8.4080600@suse.com> Message-ID: <540735F1.6040502@mirantis.com> This was part of an attempt to get the Networking Guide changes all in one document so we can evaluate what we have and where we need to go. We have realized that's not practical at this point. :( ---- Nick On 9/3/2014 4:00 AM, Andreas Jaeger wrote: > On 09/03/2014 09:23 AM, Christian Berendt wrote: >> Something is wrong with review request 113076 >> (https://review.openstack.org/#/c/113076/). Changed it to -2. I do not >> know how to change/stop the workflow. >> >> 1. Matthew approved the change without any other +2. > He approved while there was still a WIP set. > > The next person doing an approval will get this in ;) - but only if > there's no -2. > > >> 2. There is an similiary change implementing parts of this change >> (https://review.openstack.org/#/c/117327/). > Andreas -- Nick Chase 1-650-567-5640 Technical Marketing Manager, Mirantis Editor, OpenStack:Now -------------- next part -------------- An HTML attachment was scrubbed... URL: -------------- next part -------------- A non-text attachment was scrubbed... Name: www.openstacksv.com_.png Type: image/png Size: 7160 bytes Desc: not available URL: From mkassawara at gmail.com Wed Sep 3 18:45:11 2014 From: mkassawara at gmail.com (Matt Kassawara) Date: Wed, 3 Sep 2014 13:45:11 -0500 Subject: [Openstack-docs] Discussion for bug #1340524 Message-ID: I'm looking at bug #1340524 [1] and trying to determine the best course of action. Similar to other chapters, the Networking chapter contains an introduction/concepts section. However, it references content local to the installation guide rather than content in the common directory. I could merge the local and common content, but the common content would contain much more information than other services and somewhat reference the specific configuration in the installation guide. The common content also doesn't cover nova-network if we decide to retain it for Juno. Looking for ideas! [1] https://bugs.launchpad.net/openstack-manuals/+bug/1340524 -------------- next part -------------- An HTML attachment was scrubbed... URL: From berendt at b1-systems.de Thu Sep 4 08:45:59 2014 From: berendt at b1-systems.de (Christian Berendt) Date: Thu, 04 Sep 2014 10:45:59 +0200 Subject: [Openstack-docs] Please re-review 113076 In-Reply-To: <540735F1.6040502@mirantis.com> References: <5406C1F7.8050905@b1-systems.de> <5406CAA8.4080600@suse.com> <540735F1.6040502@mirantis.com> Message-ID: <540826C7.4040003@b1-systems.de> On 09/03/2014 05:38 PM, Nicholas Chase wrote: > This was part of an attempt to get the Networking Guide changes all in > one document so we can evaluate what we have and where we need to go. > We have realized that's not practical at this point. :( Can we abandon the review request? -- Christian Berendt Cloud Solution Architect Mail: berendt at b1-systems.de B1 Systems GmbH Osterfeldstra?e 7 / 85088 Vohburg / http://www.b1-systems.de GF: Ralph Dehner / Unternehmenssitz: Vohburg / AG: Ingolstadt,HRB 3537 From tom at openstack.org Thu Sep 4 10:29:14 2014 From: tom at openstack.org (Tom Fifield) Date: Thu, 04 Sep 2014 18:29:14 +0800 Subject: [Openstack-docs] Proposal: Bug Squashing day on the 9th of September In-Reply-To: <00f228af4c0d116d8e2cb92daba0fa87@objectif-libre.com> References: <53E3D0F6.7040903@suse.com> <53EA6CB7.7070503@suse.com> <00f228af4c0d116d8e2cb92daba0fa87@objectif-libre.com> Message-ID: <54083EFA.7000703@openstack.org> On 18/08/14 23:18, Gauvain Pocentek wrote: > Le 2014-08-12 21:36, Andreas Jaeger a ?crit : >> On 08/12/2014 05:29 PM, Anne Gentle wrote: >>> Thanks Andreas! Sounds like we have a good day and start. I'll add it to >>> this week's What's Up Doc and we'll plan for 9/9/14 bug squashing. >> >> I noticed that many bugs can be fixed with the autogeneration of our >> tables. >> >> Gauvain, could you do a run before the 9th, please? That way we might be >> able to close many bugs as fixed since the values are already in... > > Sure! Hi, I've done a fast triage run of the 'new' bugs in openstack-manuals. We now have 442 confirmed bugs (650+ if you count api-site too) ready for the bug day. Found a couple of good low-hanging-fruit s, which have been tagged appropriately for newcomers. Regards, Tom From nchase at mirantis.com Thu Sep 4 15:00:19 2014 From: nchase at mirantis.com (Nicholas Chase) Date: Thu, 04 Sep 2014 11:00:19 -0400 Subject: [Openstack-docs] Please re-review 113076 In-Reply-To: <540826C7.4040003@b1-systems.de> References: <5406C1F7.8050905@b1-systems.de> <5406CAA8.4080600@suse.com> <540735F1.6040502@mirantis.com> <540826C7.4040003@b1-systems.de> Message-ID: <54087E83.4070202@mirantis.com> Yes, I think so; we are re-working how we're getting this done anyway. Thanks! ---- Nick On 9/4/2014 4:45 AM, Christian Berendt wrote: > On 09/03/2014 05:38 PM, Nicholas Chase wrote: >> This was part of an attempt to get the Networking Guide changes all in >> one document so we can evaluate what we have and where we need to go. >> We have realized that's not practical at this point. :( > Can we abandon the review request? > -- Nick Chase 1-650-567-5640 Technical Marketing Manager, Mirantis Editor, OpenStack:Now -------------- next part -------------- An HTML attachment was scrubbed... URL: -------------- next part -------------- A non-text attachment was scrubbed... Name: www.openstacksv.com_.png Type: image/png Size: 7160 bytes Desc: not available URL: From anne at openstack.org Thu Sep 4 19:37:00 2014 From: anne at openstack.org (Anne Gentle) Date: Thu, 4 Sep 2014 14:37:00 -0500 Subject: [Openstack-docs] Discussion for bug #1340524 In-Reply-To: References: Message-ID: On Wed, Sep 3, 2014 at 1:45 PM, Matt Kassawara wrote: > I'm looking at bug #1340524 [1] and trying to determine the best course of > action. > > Similar to other chapters, the Networking chapter contains an > introduction/concepts section. However, it references content local to the > installation guide rather than content in the common directory. I could > merge the local and common content, but the common content would contain > much more information than other services and somewhat reference the > specific configuration in the installation guide. The common content also > doesn't cover nova-network if we decide to retain it for Juno. > > Specific to that bug, Marco is looking for a list of services and daemons. I think he wrote a list for nova ( https://bugs.launchpad.net/openstack-manuals/+bug/1160757) that looks like a fairly easy bug to fix as long as we agree on where -- which is what you're asking here, right? He would like something similar for CLIs: https://bugs.launchpad.net/openstack-manuals/+bug/1238668 So ideally we'd provide complete per-project information modularly and insert it into each book as needed. I think that people like Marco want the big picture put into logical pieces. Common content is only common when it's needed in two places. I think the nova section should cover nova-network, and then add a neutron listing. Is that helpful? Anne > Looking for ideas! > > [1] https://bugs.launchpad.net/openstack-manuals/+bug/1340524 > > _______________________________________________ > Openstack-docs mailing list > Openstack-docs at lists.openstack.org > http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-docs > > -------------- next part -------------- An HTML attachment was scrubbed... URL: From anne at openstack.org Thu Sep 4 20:49:30 2014 From: anne at openstack.org (Anne Gentle) Date: Thu, 4 Sep 2014 15:49:30 -0500 Subject: [Openstack-docs] 2013.2 tag seems broken ? In-Reply-To: <5058BED8BBDF5D4F898AD4366E6B36E02433E2AE@ALA-MBB.corp.ad.wrs.com> References: <5058BED8BBDF5D4F898AD4366E6B36E02433DDA2@ALA-MBB.corp.ad.wrs.com> <5058BED8BBDF5D4F898AD4366E6B36E02433E2AE@ALA-MBB.corp.ad.wrs.com> Message-ID: On Wed, Sep 3, 2014 at 10:20 AM, Waines, Greg wrote: > Thanks Anne. > > > > But the individual APIs, say Compute API, are not up-versioned every > OpenStack Release. > > > > However the individual APIs, say Compute API V2, (I believe) are extended > every OpenStack Release ? possibly new requests, possibly new parameters > for requests, possibly new attributes in responses. > > > Yes, this is correct, extension only happens in extensions though for v2. I cannot say v2 itself changes, it does not. Extensions may be added or removed however. A cloud provider then choses what to put into production for their customers. > So there are going to be IceHouse(say)-specific changes in (say) Compute > API V2 ? correct ? > > > Yes. Those are mostly tracked with blueprints if you want to know what actually changed in a given release, such as: https://blueprints.launchpad.net/nova/icehouse > But it sounds like there is no tag or commit that represents an > ?up-to-Havana only? version of Compute API V2 ? correct ? > > > Not for the docs. I've been trying to figure out how you could figure it out from the code itself but not really finding a way even after reading lots of specs about microversions. The API docs also are not complete any given release, sad to say. The mechanism for adding a new extension should include a "DocImpact" flag in the commit, which then adds a doc bug automatically. I know we try to quantify and track -- there are 32 bugs outstanding for Compute API for example: https://bugs.launchpad.net/openstack-api-site/+bugs/?field.tag=nova If you have ideas for how we can improve, I'd be happy to hear them. We didn't get traction on a "registry" idea back in 2012. We also haven't seen much compliance on doc requirements on extensions themselves. It's certainly a worthwhile pursuit, but mostly the cloud providers are documenting their own clouds. OpenStack upstream should document the standard more than the release is my current thinking. Anne > > > Greg. > > > > > > > > > > > > *From:* annegentle at justwriteclick.com [mailto: > annegentle at justwriteclick.com] *On Behalf Of *Anne Gentle > *Sent:* Tuesday, September 02, 2014 11:36 PM > *To:* Waines, Greg > *Cc:* openstack-docs at lists.openstack.org > *Subject:* Re: [Openstack-docs] 2013.2 tag seems broken ? > > > > > > < SNIP > > > > > > > We have had this discussion in the past, read it at > http://lists.openstack.org/pipermail/openstack-docs/2014-April/004337.html. > The basic problem with tagging API docs is that there's not a map from say, > havana, to API versions. The deployers choices for that particular release > would look something like this: > > > > Block Storage API v1 or v2 > > Compute API v2 > > Identity API v2.0 or v3 > > Image Service v1, v1.1, or v2 > > (not Database service, they weren't integrated then) > > Networking API v2.0 > > Object Storage v1 > > Orchestration v1 > > Telemetry v2 > > > > So I think there are 3*2*3*4*2*2*2*2 = 1152 possibilities of combining > API versions a cloud provider offers for Havana, where you can choose not > to deploy an API endpoint at all. We can't dictate to the provider "you > must run these API versions when running havana" so I've avoided tagging > the docs for overhead and maintenance and explanatory reasons. :) > > > > Hopefully these explanations makes sense to you, sounds like you've > guessed right all along. I certainly want our docs to be re-used and > they're licensed completely for re-use, but I'm pretty sure I can't > accurately say which API calls go with a particular release. I definitely > want to hear ideas though! > > Thanks for asking - > > Anne > > > > > > > > > > thanks in advance, > > Greg. > > > > > _______________________________________________ > Openstack-docs mailing list > Openstack-docs at lists.openstack.org > http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-docs > > > -------------- next part -------------- An HTML attachment was scrubbed... URL: From anne at openstack.org Fri Sep 5 13:38:12 2014 From: anne at openstack.org (Anne Gentle) Date: Fri, 5 Sep 2014 08:38:12 -0500 Subject: [Openstack-docs] use of "weighter" Message-ID: Hi all, Looking at https://review.openstack.org/#/c/113890 and https://review.openstack.org/#/c/118673/ you can see there's difficulty documenting an option called scheduler_default_weighters and I'm seeking help from the cinder team with this message. As far as I can tell, weighters is not a word. Weigh is the verb, weight is the noun, and much to my surprise, weighers as a noun is a correct use. So I'm asking John if it's possible to rename scheduler_default_weighters to scheduler_default_weighers (or scheduler_default_weights) -- not to bikeshed but because it's tough to document the way it is now and causing confusion. Any thoughts on how difficult that would be? The patches above show the awkwardness we're trying to smooth out. Thanks, Anne -------------- next part -------------- An HTML attachment was scrubbed... URL: From Greg.Waines at windriver.com Fri Sep 5 13:59:07 2014 From: Greg.Waines at windriver.com (Waines, Greg) Date: Fri, 5 Sep 2014 13:59:07 +0000 Subject: [Openstack-docs] Modifying the 'front page' of the REST API Docs ? Message-ID: <5058BED8BBDF5D4F898AD4366E6B36E02433EE14@ALA-MBB.corp.ad.wrs.com> Does anyone know how to modify the front page of the PDF file that gets generated when building (mvn clean generate-sources) the rest api documentation ? i.e. in order to be able to put company-specific branding on the document. Greg. -------------- next part -------------- An HTML attachment was scrubbed... URL: From aj at suse.com Fri Sep 5 14:00:00 2014 From: aj at suse.com (Andreas Jaeger) Date: Fri, 05 Sep 2014 16:00:00 +0200 Subject: [Openstack-docs] use of "weighter" In-Reply-To: References: Message-ID: <5409C1E0.6000200@suse.com> On 09/05/2014 03:38 PM, Anne Gentle wrote: > Hi all, Looking at https://review.openstack.org/#/c/113890 and > https://review.openstack.org/#/c/118673/ you can see there's difficulty > documenting an option called scheduler_default_weighters and I'm seeking > help from the cinder team with this message. > > As far as I can tell, weighters is not a word. Weigh is the verb, weight > is the noun, and much to my surprise, weighers as a noun is a correct use. > > So I'm asking John if it's possible to rename > scheduler_default_weighters to scheduler_default_weighers (or > scheduler_default_weights) -- not to bikeshed but because it's tough to > document the way it is now and causing confusion. > > Any thoughts on how difficult that would be? The patches above show the > awkwardness we're trying to smooth out. We can leave the old option in as deprecated option and add the new name as new option, should be rather easy AFAIU, Andreas -- Andreas Jaeger aj@{suse.com,opensuse.org} Twitter/Identica: jaegerandi SUSE LINUX Products GmbH, Maxfeldstr. 5, 90409 N?rnberg, Germany GF: Jeff Hawn,Jennifer Guild,Felix Imend?rffer,HRB16746 (AG N?rnberg) GPG fingerprint = 93A3 365E CE47 B889 DF7F FED1 389A 563C C272 A126 From aj at suse.com Fri Sep 5 14:07:46 2014 From: aj at suse.com (Andreas Jaeger) Date: Fri, 05 Sep 2014 16:07:46 +0200 Subject: [Openstack-docs] Modifying the 'front page' of the REST API Docs ? In-Reply-To: <5058BED8BBDF5D4F898AD4366E6B36E02433EE14@ALA-MBB.corp.ad.wrs.com> References: <5058BED8BBDF5D4F898AD4366E6B36E02433EE14@ALA-MBB.corp.ad.wrs.com> Message-ID: <5409C3B2.5050107@suse.com> On 09/05/2014 03:59 PM, Waines, Greg wrote: > Does anyone know how to modify the front page of the PDF file that gets > generated when building (mvn clean generate-sources) the rest api > documentation ? > > > > i.e. in order to be able to put company-specific branding on the document. Check the clouddocs-maven-plugin, it handles AFAIU both rackspace and openstack branding. There's a branding parameter in the pom.xml, Andreas -- Andreas Jaeger aj@{suse.com,opensuse.org} Twitter/Identica: jaegerandi SUSE LINUX Products GmbH, Maxfeldstr. 5, 90409 N?rnberg, Germany GF: Jeff Hawn,Jennifer Guild,Felix Imend?rffer,HRB16746 (AG N?rnberg) GPG fingerprint = 93A3 365E CE47 B889 DF7F FED1 389A 563C C272 A126 From annegentle at justwriteclick.com Fri Sep 5 14:11:52 2014 From: annegentle at justwriteclick.com (Anne Gentle) Date: Fri, 5 Sep 2014 09:11:52 -0500 Subject: [Openstack-docs] Modifying the 'front page' of the REST API Docs ? In-Reply-To: <5409C3B2.5050107@suse.com> References: <5058BED8BBDF5D4F898AD4366E6B36E02433EE14@ALA-MBB.corp.ad.wrs.com> <5409C3B2.5050107@suse.com> Message-ID: <596F409F-297D-4C6C-9761-B399A452E8AA@justwriteclick.com> Yep - you'll see we have a Rackspace branding output also that you can model after. Anne Gentle Content Stacker anne at openstack.org > On Sep 5, 2014, at 9:07 AM, Andreas Jaeger wrote: > >> On 09/05/2014 03:59 PM, Waines, Greg wrote: >> Does anyone know how to modify the front page of the PDF file that gets >> generated when building (mvn clean generate-sources) the rest api >> documentation ? >> >> >> >> i.e. in order to be able to put company-specific branding on the document. > > Check the clouddocs-maven-plugin, it handles AFAIU both rackspace and > openstack branding. There's a branding parameter in the pom.xml, > > Andreas > -- > Andreas Jaeger aj@{suse.com,opensuse.org} Twitter/Identica: jaegerandi > SUSE LINUX Products GmbH, Maxfeldstr. 5, 90409 N?rnberg, Germany > GF: Jeff Hawn,Jennifer Guild,Felix Imend?rffer,HRB16746 (AG N?rnberg) > GPG fingerprint = 93A3 365E CE47 B889 DF7F FED1 389A 563C C272 A126 > > _______________________________________________ > Openstack-docs mailing list > Openstack-docs at lists.openstack.org > http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-docs From mkassawara at gmail.com Fri Sep 5 18:14:57 2014 From: mkassawara at gmail.com (Matt Kassawara) Date: Fri, 5 Sep 2014 13:14:57 -0500 Subject: [Openstack-docs] Anyone familiar with ceilometer? Message-ID: I'm working on an installation guide improvements patch for ceilometer [1] with Darren Chan and need someone familiar with the module/service to help review it. I'm particularly concerned about the following issues: 1) What does Debian's debconf tool handle for MongoDB and ceilometer? 2) Why does SUSE include a unique step to configure the dispatcher (see note in code)? Can anyone help? Thanks, Matt [1] https://review.openstack.org/#/c/118556/ -------------- next part -------------- An HTML attachment was scrubbed... URL: From aj at suse.com Fri Sep 5 20:26:24 2014 From: aj at suse.com (Andreas Jaeger) Date: Fri, 05 Sep 2014 22:26:24 +0200 Subject: [Openstack-docs] Proposal: Bug Squashing day on the 9th of September In-Reply-To: <54083EFA.7000703@openstack.org> References: <53E3D0F6.7040903@suse.com> <53EA6CB7.7070503@suse.com> <00f228af4c0d116d8e2cb92daba0fa87@objectif-libre.com> <54083EFA.7000703@openstack.org> Message-ID: <540A1C70.9010709@suse.com> On 09/04/2014 12:29 PM, Tom Fifield wrote: > On 18/08/14 23:18, Gauvain Pocentek wrote: >> Le 2014-08-12 21:36, Andreas Jaeger a ?crit : >>> On 08/12/2014 05:29 PM, Anne Gentle wrote: >>>> Thanks Andreas! Sounds like we have a good day and start. I'll add it to >>>> this week's What's Up Doc and we'll plan for 9/9/14 bug squashing. >>> >>> I noticed that many bugs can be fixed with the autogeneration of our >>> tables. >>> >>> Gauvain, could you do a run before the 9th, please? That way we might be >>> able to close many bugs as fixed since the values are already in... >> >> Sure! > > Hi, > > I've done a fast triage run of the 'new' bugs in openstack-manuals. We > now have 442 confirmed bugs (650+ if you count api-site too) ready for > the bug day. Tom, thanks a lot! Andreas > Found a couple of good low-hanging-fruit s, which have been tagged > appropriately for newcomers. -- Andreas Jaeger aj@{suse.com,opensuse.org} Twitter/Identica: jaegerandi SUSE LINUX Products GmbH, Maxfeldstr. 5, 90409 N?rnberg, Germany GF: Jeff Hawn,Jennifer Guild,Felix Imend?rffer,HRB16746 (AG N?rnberg) GPG fingerprint = 93A3 365E CE47 B889 DF7F FED1 389A 563C C272 A126 From aj at suse.com Sun Sep 7 16:44:54 2014 From: aj at suse.com (Andreas Jaeger) Date: Sun, 07 Sep 2014 18:44:54 +0200 Subject: [Openstack-docs] keystone "--user=nova" or "--user nova"? Message-ID: <540C8B86.8020907@suse.com> Do we have any preference for either of these: (1) keystone user-create --name=nova --pass=NOVA_PASS --email=nova at example.com keystone user-role-add --user=nova --tenant=service --role=admin or (2) keystone user-create --name neutron --pass NEUTRON_PASS --email neutron at example.com keystone user-role-add --user neutron --tenant service --role admin Looking at the help output of client commands, the form without "=" is preferred (see CLI Reference). If we want to standardize, my proposal is for (2) This is in reaction to: https://review.openstack.org/#/c/119605/ https://bugs.launchpad.net/openstack-manuals/+bug/1366473 Andreas -- Andreas Jaeger aj@{suse.com,opensuse.org} Twitter/Identica: jaegerandi SUSE LINUX Products GmbH, Maxfeldstr. 5, 90409 N?rnberg, Germany GF: Jeff Hawn,Jennifer Guild,Felix Imend?rffer,HRB16746 (AG N?rnberg) GPG fingerprint = 93A3 365E CE47 B889 DF7F FED1 389A 563C C272 A126 From mkassawara at gmail.com Sun Sep 7 17:02:53 2014 From: mkassawara at gmail.com (Matt Kassawara) Date: Sun, 7 Sep 2014 12:02:53 -0500 Subject: [Openstack-docs] keystone "--user=nova" or "--user nova"? In-Reply-To: <540C8B86.8020907@suse.com> References: <540C8B86.8020907@suse.com> Message-ID: I opened a bug for this some time ago... https://bugs.launchpad.net/openstack-manuals/+bug/1287890 On Sun, Sep 7, 2014 at 11:44 AM, Andreas Jaeger wrote: > Do we have any preference for either of these: > > (1) > keystone user-create --name=nova --pass=NOVA_PASS --email=nova at example.com > keystone user-role-add --user=nova --tenant=service --role=admin > > or > (2) > keystone user-create --name neutron --pass NEUTRON_PASS --email > neutron at example.com > keystone user-role-add --user neutron --tenant service --role admin > > Looking at the help output of client commands, the form without "=" is > preferred (see CLI Reference). > > If we want to standardize, my proposal is for (2) > > This is in reaction to: > https://review.openstack.org/#/c/119605/ > https://bugs.launchpad.net/openstack-manuals/+bug/1366473 > > Andreas > -- > Andreas Jaeger aj@{suse.com,opensuse.org} Twitter/Identica: jaegerandi > SUSE LINUX Products GmbH, Maxfeldstr. 5, 90409 N?rnberg, Germany > GF: Jeff Hawn,Jennifer Guild,Felix Imend?rffer,HRB16746 (AG N?rnberg) > GPG fingerprint = 93A3 365E CE47 B889 DF7F FED1 389A 563C C272 A126 > > _______________________________________________ > Openstack-docs mailing list > Openstack-docs at lists.openstack.org > http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-docs > -------------- next part -------------- An HTML attachment was scrubbed... URL: From aj at suse.com Sun Sep 7 19:17:43 2014 From: aj at suse.com (Andreas Jaeger) Date: Sun, 07 Sep 2014 21:17:43 +0200 Subject: [Openstack-docs] keystone "--user=nova" or "--user nova"? In-Reply-To: References: <540C8B86.8020907@suse.com> Message-ID: <540CAF57.8010302@suse.com> On 09/07/2014 07:02 PM, Matt Kassawara wrote: > I opened a bug for this some time ago... > > https://bugs.launchpad.net/openstack-manuals/+bug/1287890 Seems there's agreement here so far, I've added this section to our Conventions page: https://wiki.openstack.org/wiki/Documentation/Conventions#Client_arguments:_.22--option_ARGUMENT.22 Let's wait another day another day before taking any action on this, I'd like to give others the chance to chime in and comment on this, Andreas > > On Sun, Sep 7, 2014 at 11:44 AM, Andreas Jaeger > wrote: > > Do we have any preference for either of these: > > (1) > keystone user-create --name=nova --pass=NOVA_PASS > --email=nova at example.com > keystone user-role-add --user=nova --tenant=service --role=admin > > or > (2) > keystone user-create --name neutron --pass NEUTRON_PASS --email > neutron at example.com > keystone user-role-add --user neutron --tenant service --role admin > > Looking at the help output of client commands, the form without "=" is > preferred (see CLI Reference). > > If we want to standardize, my proposal is for (2) > > This is in reaction to: > https://review.openstack.org/#/c/119605/ > https://bugs.launchpad.net/openstack-manuals/+bug/1366473 > > Andreas > -- > Andreas Jaeger aj@{suse.com ,opensuse.org > } Twitter/Identica: jaegerandi > SUSE LINUX Products GmbH, Maxfeldstr. 5, 90409 N?rnberg, Germany > GF: Jeff Hawn,Jennifer Guild,Felix Imend?rffer,HRB16746 (AG N?rnberg) > GPG fingerprint = 93A3 365E CE47 B889 DF7F FED1 389A 563C C272 A126 > > _______________________________________________ > Openstack-docs mailing list > Openstack-docs at lists.openstack.org > > http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-docs > > > > > _______________________________________________ > Openstack-docs mailing list > Openstack-docs at lists.openstack.org > http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-docs > -- Andreas Jaeger aj@{suse.com,opensuse.org} Twitter/Identica: jaegerandi SUSE LINUX Products GmbH, Maxfeldstr. 5, 90409 N?rnberg, Germany GF: Jeff Hawn,Jennifer Guild,Felix Imend?rffer,HRB16746 (AG N?rnberg) GPG fingerprint = 93A3 365E CE47 B889 DF7F FED1 389A 563C C272 A126 From gauvain.pocentek at objectif-libre.com Mon Sep 8 04:59:14 2014 From: gauvain.pocentek at objectif-libre.com (Gauvain Pocentek) Date: Mon, 08 Sep 2014 06:59:14 +0200 Subject: [Openstack-docs] =?utf-8?q?Redirects_for_/trunk/install-guide=3F?= In-Reply-To: <54047861.8020404@suse.com> References: <54047861.8020404@suse.com> Message-ID: Le 2014-09-01 15:45, Andreas Jaeger a ?crit?: > I suggest to not do any redirects for /trunk/install-guide - this is > the > draft version and we should not do redirects for any change there. > > https://review.openstack.org/#/c/118130 > > Does this work for you? Works for me! Did we reach an agreement on this? I'd like to make sure that everyone's OK with this decision before approving Joseph's ID changes patch (https://review.openstack.org/#/c/118097/). Thanks, Gauvain From berendt at b1-systems.de Mon Sep 8 07:13:59 2014 From: berendt at b1-systems.de (Christian Berendt) Date: Mon, 08 Sep 2014 09:13:59 +0200 Subject: [Openstack-docs] keystone "--user=nova" or "--user nova"? In-Reply-To: <540CAF57.8010302@suse.com> References: <540C8B86.8020907@suse.com> <540CAF57.8010302@suse.com> Message-ID: <540D5737.3010008@b1-systems.de> On 09/07/2014 09:17 PM, Andreas Jaeger wrote: > Seems there's agreement here so far, I've added this section to our > Conventions page: > https://wiki.openstack.org/wiki/Documentation/Conventions#Client_arguments:_.22--option_ARGUMENT.22 +1 for "--option ARGUMENT". -- Christian Berendt Cloud Solution Architect Mail: berendt at b1-systems.de B1 Systems GmbH Osterfeldstra?e 7 / 85088 Vohburg / http://www.b1-systems.de GF: Ralph Dehner / Unternehmenssitz: Vohburg / AG: Ingolstadt,HRB 3537 From anne at openstack.org Mon Sep 8 12:53:45 2014 From: anne at openstack.org (Anne Gentle) Date: Mon, 8 Sep 2014 07:53:45 -0500 Subject: [Openstack-docs] keystone "--user=nova" or "--user nova"? In-Reply-To: <540C8B86.8020907@suse.com> References: <540C8B86.8020907@suse.com> Message-ID: On Sun, Sep 7, 2014 at 11:44 AM, Andreas Jaeger wrote: > Do we have any preference for either of these: > > (1) > keystone user-create --name=nova --pass=NOVA_PASS --email=nova at example.com > keystone user-role-add --user=nova --tenant=service --role=admin > > or > (2) > keystone user-create --name neutron --pass NEUTRON_PASS --email > neutron at example.com > keystone user-role-add --user neutron --tenant service --role admin > > Looking at the help output of client commands, the form without "=" is > preferred (see CLI Reference). > > If we want to standardize, my proposal is for (2) > Thanks for proposing, I agree with 2 as well. > > This is in reaction to: > https://review.openstack.org/#/c/119605/ > https://bugs.launchpad.net/openstack-manuals/+bug/1366473 > > Andreas > -- > Andreas Jaeger aj@{suse.com,opensuse.org} Twitter/Identica: jaegerandi > SUSE LINUX Products GmbH, Maxfeldstr. 5, 90409 N?rnberg, Germany > GF: Jeff Hawn,Jennifer Guild,Felix Imend?rffer,HRB16746 (AG N?rnberg) > GPG fingerprint = 93A3 365E CE47 B889 DF7F FED1 389A 563C C272 A126 > > _______________________________________________ > Openstack-docs mailing list > Openstack-docs at lists.openstack.org > http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-docs > -------------- next part -------------- An HTML attachment was scrubbed... URL: From anne at openstack.org Mon Sep 8 14:51:41 2014 From: anne at openstack.org (Anne Gentle) Date: Mon, 8 Sep 2014 09:51:41 -0500 Subject: [Openstack-docs] Docs Bug Squash Day tomorrow, 9/9/14 Message-ID: Hi all, We're planning a docs bug squash day tomorrow round-the-planet. With over 650 doc bugs there's plenty to go around. Last time we squashed over 100 bugs. Refer to https://wiki.openstack.org/wiki/Documentation/BugDay for details. We have documentarians standing by in #openstack-doc. Sometimes just finding a bug to work on is a challenge. Search for Confirmed or Triaged, and make sure Nobody is assigned, then go to town! openstack-manuals: http://is.gd/r07MXm openstack-api-site: http://is.gd/Icn3h9 As a reminder, triaging bugs is super helpful. If you know the fix, but can't set up the docs environment for any reason, please just comment in the bug itself. Search for New bugs and triage those first. Thanks -- looking forward to tomorrow (cleaning up still in anticipation)! Anne -------------- next part -------------- An HTML attachment was scrubbed... URL: From edgar.magana at workday.com Mon Sep 8 16:20:24 2014 From: edgar.magana at workday.com (Edgar Magana) Date: Mon, 8 Sep 2014 16:20:24 +0000 Subject: [Openstack-docs] [Openstack-operators] High Availability Guide team In-Reply-To: References: Message-ID: Can you guys include me in any further discussions? I want to help.. Thanks, Edgar From: Adam Lawson > Date: Tuesday, August 26, 2014 at 11:48 AM To: Anne Gentle > Cc: David Medberry >, Sriram Subramanian >, "openstack-docs at lists.openstack.org" >, "openstack-operators at lists.openstack.org" > Subject: Re: [Openstack-operators] High Availability Guide team I'd be happy to participate as needed Anne. On Aug 26, 2014 11:10 AM, "Anne Gentle" > wrote: Hi all, Cross-posting to -docs and -operators. At the Ops mid-cycle meetup this week, Matt Griffin, David Medberry, and Sriram Subramanian offered to start a review team for the High Availability Guide. It needs some updates and it's best if the review team works similar to the Security Guide -- subject matter experts working with core docs team members for reviews. So I'm proposing we pull it into its own repo just like the Security Guide. Any reasons not to? I think the next steps are: 1. Propose a patch to openstack/governance to show the repo is governed by the Docs program. 2. Propose a patch that sets up a separate review team starting with Matt, David, and Sriram. We think Emilien would be interested too, sound good? Any others? We can have members of openstack-docs-core as well, similar to the Security Guide. 3. Propose a patch that gets that guide building separately in a different repo. 4. Start working on the four bugs already logged [1] and logged more as needed. Any other subtasks? Any interested parties? Thanks, Anne 1. https://bugs.launchpad.net/openstack-manuals/+bugs/?field.tag=ha-guide _______________________________________________ OpenStack-operators mailing list OpenStack-operators at lists.openstack.org http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-operators -------------- next part -------------- An HTML attachment was scrubbed... URL: From berendt at b1-systems.de Mon Sep 8 18:23:10 2014 From: berendt at b1-systems.de (Christian Berendt) Date: Mon, 08 Sep 2014 20:23:10 +0200 Subject: [Openstack-docs] Minimum time before approving a review request Message-ID: <540DF40E.1040609@b1-systems.de> I would like to propose the introduction of a minimum time before approving a new review request. Example: https://review.openstack.org/#/c/119783/ Uploaded: Sep 8, 2014 4:59 PM First +2: 6:10 PM Second +2: 8:15 PM Approval: 8:16 PM I think we should wait at least 24 hours before approving a new review request (exception: urgent or generated changes). This way everybody of us has the chance to realize and review new review requests. Christian. -- Christian Berendt Cloud Solution Architect Mail: berendt at b1-systems.de B1 Systems GmbH Osterfeldstra?e 7 / 85088 Vohburg / http://www.b1-systems.de GF: Ralph Dehner / Unternehmenssitz: Vohburg / AG: Ingolstadt,HRB 3537 From anne at openstack.org Mon Sep 8 18:30:46 2014 From: anne at openstack.org (Anne Gentle) Date: Mon, 8 Sep 2014 13:30:46 -0500 Subject: [Openstack-docs] Minimum time before approving a review request In-Reply-To: <540DF40E.1040609@b1-systems.de> References: <540DF40E.1040609@b1-systems.de> Message-ID: On Mon, Sep 8, 2014 at 1:23 PM, Christian Berendt wrote: > I would like to propose the introduction of a minimum time before > approving a new review request. > > Example: https://review.openstack.org/#/c/119783/ > > Uploaded: Sep 8, 2014 4:59 PM > First +2: 6:10 PM > Second +2: 8:15 PM > Approval: 8:16 PM > > I think we should wait at least 24 hours before approving a new review > request (exception: urgent or generated changes). This way everybody of > us has the chance to realize and review new review requests. > > Interesting proposal, we did not address in https://wiki.openstack.org/wiki/Documentation/ReviewGuidelines -- my feeling is that we can't all review all patches so it's better to not enforce a minimum wait time. The impatience people have with our reviews should be reversed and we shouldn't have a policy of an enforced wait time. To me, it's preferred to have hundreds of patches go through efficiently rather than ensure everyone sees every patch. Just my thinking though, would love to hear what others have to say. Anne > Christian. > > -- > Christian Berendt > Cloud Solution Architect > Mail: berendt at b1-systems.de > > B1 Systems GmbH > Osterfeldstra?e 7 / 85088 Vohburg / http://www.b1-systems.de > GF: Ralph Dehner / Unternehmenssitz: Vohburg / AG: Ingolstadt,HRB 3537 > > _______________________________________________ > Openstack-docs mailing list > Openstack-docs at lists.openstack.org > http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-docs > -------------- next part -------------- An HTML attachment was scrubbed... URL: From nchase at mirantis.com Mon Sep 8 18:41:43 2014 From: nchase at mirantis.com (Nicholas Chase) Date: Mon, 08 Sep 2014 14:41:43 -0400 Subject: [Openstack-docs] Minimum time before approving a review request In-Reply-To: References: <540DF40E.1040609@b1-systems.de> Message-ID: <540DF867.8050601@mirantis.com> On 9/8/2014 2:30 PM, Anne Gentle wrote: > > On Mon, Sep 8, 2014 at 1:23 PM, Christian Berendt > > wrote: > > I would like to propose the introduction of a minimum time before > approving a new review request. > > Example: https://review.openstack.org/#/c/119783/ > > Uploaded: Sep 8, 2014 4:59 PM > First +2: 6:10 PM > Second +2: 8:15 PM > Approval: 8:16 PM > > I think we should wait at least 24 hours before approving a new review > request (exception: urgent or generated changes). This way > everybody of > us has the chance to realize and review new review requests. > > > Interesting proposal, we did not address in > https://wiki.openstack.org/wiki/Documentation/ReviewGuidelines -- my > feeling is that we can't all review all patches so it's better to not > enforce a minimum wait time. The impatience people have with our > reviews should be reversed and we shouldn't have a policy of an > enforced wait time. > > To me, it's preferred to have hundreds of patches go through > efficiently rather than ensure everyone sees every patch. > > Just my thinking though, would love to hear what others have to say. > I think that it's a good thought to make sure that patches have enough oversight, but it's unrealistic to have "everybody" look at a patch; there's just not enough time, as evidenced by the backlog we already have. If a patch goes through and someone has a concern, opening a new bug is just a button-click away. I also agree that people (all over OpenStack, not just in Docs) are already frustrated enough with the review process. ENSURING that it takes a day will only make things worse, I would think. But perhaps if there's a patch that people are concerned about -- say something major is going on -- there's a way for us to flag it, or maybe just to have the cores to +1 it temporarily just to show that they're in favor, while it's being further reviewed? ---- Nick -- Nick Chase 1-650-567-5640 Technical Marketing Manager, Mirantis Editor, OpenStack:Now -------------- next part -------------- An HTML attachment was scrubbed... URL: -------------- next part -------------- A non-text attachment was scrubbed... Name: www.openstacksv.com_.png Type: image/png Size: 7160 bytes Desc: not available URL: From mkassawara at gmail.com Mon Sep 8 18:57:15 2014 From: mkassawara at gmail.com (Matt Kassawara) Date: Mon, 8 Sep 2014 13:57:15 -0500 Subject: [Openstack-docs] Minimum time before approving a review request In-Reply-To: <540DF867.8050601@mirantis.com> References: <540DF40E.1040609@b1-systems.de> <540DF867.8050601@mirantis.com> Message-ID: I agree with Anne and Nick. In the case of questionable content, most of us tag other reviewers and wait a certain amount of time for them to review the patch. Also, larger patches already tend to remain in the review queue for a reasonable amount of time. On Mon, Sep 8, 2014 at 1:41 PM, Nicholas Chase wrote: > > On 9/8/2014 2:30 PM, Anne Gentle wrote: > > > On Mon, Sep 8, 2014 at 1:23 PM, Christian Berendt > wrote: > >> I would like to propose the introduction of a minimum time before >> approving a new review request. >> >> Example: https://review.openstack.org/#/c/119783/ >> >> Uploaded: Sep 8, 2014 4:59 PM >> First +2: 6:10 PM >> Second +2: 8:15 PM >> Approval: 8:16 PM >> >> I think we should wait at least 24 hours before approving a new review >> request (exception: urgent or generated changes). This way everybody of >> us has the chance to realize and review new review requests. >> >> > Interesting proposal, we did not address in > https://wiki.openstack.org/wiki/Documentation/ReviewGuidelines -- my > feeling is that we can't all review all patches so it's better to not > enforce a minimum wait time. The impatience people have with our reviews > should be reversed and we shouldn't have a policy of an enforced wait time. > > To me, it's preferred to have hundreds of patches go through efficiently > rather than ensure everyone sees every patch. > > Just my thinking though, would love to hear what others have to say. > > > I think that it's a good thought to make sure that patches have enough > oversight, but it's unrealistic to have "everybody" look at a patch; > there's just not enough time, as evidenced by the backlog we already have. > If a patch goes through and someone has a concern, opening a new bug is > just a button-click away. > > I also agree that people (all over OpenStack, not just in Docs) are > already frustrated enough with the review process. ENSURING that it takes a > day will only make things worse, I would think. > > But perhaps if there's a patch that people are concerned about -- say > something major is going on -- there's a way for us to flag it, or maybe > just to have the cores to +1 it temporarily just to show that they're in > favor, while it's being further reviewed? > > ---- Nick > > -- > Nick Chase > 1-650-567-5640 > Technical Marketing Manager, Mirantis > Editor, OpenStack:Now > > > _______________________________________________ > Openstack-docs mailing list > Openstack-docs at lists.openstack.org > http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-docs > > -------------- next part -------------- An HTML attachment was scrubbed... URL: -------------- next part -------------- A non-text attachment was scrubbed... Name: www.openstacksv.com_.png Type: image/png Size: 7160 bytes Desc: not available URL: From aj at suse.com Mon Sep 8 19:19:26 2014 From: aj at suse.com (Andreas Jaeger) Date: Mon, 08 Sep 2014 21:19:26 +0200 Subject: [Openstack-docs] Minimum time before approving a review request In-Reply-To: References: <540DF40E.1040609@b1-systems.de> <540DF867.8050601@mirantis.com> Message-ID: <540E013E.705@suse.com> On 09/08/2014 08:57 PM, Matt Kassawara wrote: > I agree with Anne and Nick. In the case of questionable content, most of > us tag other reviewers and wait a certain amount of time for them to > review the patch. Also, larger patches already tend to remain in the > review queue for a reasonable amount of time. > For patches where we need more discussion, most of us add a comment stating so. Having a quick turnaround is IMHO one of our great benefits great and gives contributors a really good experience. If something goes in that's wrong, we can also easily revert ;) I review many patches - and I'm glad for those that I never see because others reviewed them before me ;) Andreas -- Andreas Jaeger aj@{suse.com,opensuse.org} Twitter/Identica: jaegerandi SUSE LINUX Products GmbH, Maxfeldstr. 5, 90409 N?rnberg, Germany GF: Jeff Hawn,Jennifer Guild,Felix Imend?rffer,HRB16746 (AG N?rnberg) GPG fingerprint = 93A3 365E CE47 B889 DF7F FED1 389A 563C C272 A126 From rbowen at redhat.com Mon Sep 8 19:30:04 2014 From: rbowen at redhat.com (Rich Bowen) Date: Mon, 08 Sep 2014 15:30:04 -0400 Subject: [Openstack-docs] Minimum time before approving a review request In-Reply-To: <540DF40E.1040609@b1-systems.de> References: <540DF40E.1040609@b1-systems.de> Message-ID: <540E03BC.6070303@redhat.com> On 09/08/2014 02:23 PM, Christian Berendt wrote: > I would like to propose the introduction of a minimum time before > approving a new review request. > > Example: https://review.openstack.org/#/c/119783/ > > Uploaded: Sep 8, 2014 4:59 PM > First +2: 6:10 PM > Second +2: 8:15 PM > Approval: 8:16 PM > > I think we should wait at least 24 hours before approving a new review > request (exception: urgent or generated changes). This way everybody of > us has the chance to realize and review new review requests. > > Christian. > I'm curious what problem you're trying to solve with this. To me, it looks like responsiveness to a patch and quick turnaround. What does it look like to you? Do you feel it had insufficient oversight? I've never been part of an Open Source project where anyone felt that we should take *longer* to close tickets or respond to patches. -- Rich Bowen - rbowen at redhat.com OpenStack Community Liaison http://openstack.redhat.com/ From tom at openstack.org Tue Sep 9 00:37:47 2014 From: tom at openstack.org (Tom Fifield) Date: Tue, 09 Sep 2014 08:37:47 +0800 Subject: [Openstack-docs] Minimum time before approving a review request In-Reply-To: <540E013E.705@suse.com> References: <540DF40E.1040609@b1-systems.de> <540DF867.8050601@mirantis.com> <540E013E.705@suse.com> Message-ID: <540E4BDB.5090507@openstack.org> On 09/09/14 03:19, Andreas Jaeger wrote: > On 09/08/2014 08:57 PM, Matt Kassawara wrote: >> I agree with Anne and Nick. In the case of questionable content, most of >> us tag other reviewers and wait a certain amount of time for them to >> review the patch. Also, larger patches already tend to remain in the >> review queue for a reasonable amount of time. >> > > For patches where we need more discussion, most of us add a comment > stating so. > > Having a quick turnaround is IMHO one of our great benefits great and > gives contributors a really good experience. > > If something goes in that's wrong, we can also easily revert ;) > > I review many patches - and I'm glad for those that I never see because > others reviewed them before me ;) +1 This was discussed in the python projects and the conclusion was: don't have a minimum time before approving a review request. Instead, common sense and reverts as needed. Regards, Tom From sayali.92720 at gmail.com Tue Sep 9 18:27:19 2014 From: sayali.92720 at gmail.com (Sayali Lunkad) Date: Tue, 9 Sep 2014 23:57:19 +0530 Subject: [Openstack-docs] Audio Visual Content and Structure for training-guides Message-ID: Hi, This is the etherpad link to discuss the structure and content of the Audio Visual content to be included in the training-guides. https://etherpad.openstack.org/p/openstck-training-guides%28Audio_Visual_Content%29 Please feel free to add or edit the content here. Regards, Sayali. -------------- next part -------------- An HTML attachment was scrubbed... URL: From anne at openstack.org Wed Sep 10 15:03:19 2014 From: anne at openstack.org (Anne Gentle) Date: Wed, 10 Sep 2014 10:03:19 -0500 Subject: [Openstack-docs] What's up doc? Sept. 10, 2014 Message-ID: Bug squash day worked well on 9/9 -- squashing and triaging bugs, bringing the openstack-manuals backlog to about 400, with 50 in progress even now! The openstack-api-site backlog went to about 200 with 15 in progress. We also had some fairly new docs contributors join in -- thank you everyone who helped out. __In review and merged this past week__ This week was about bug squashing! __High priority doc work__ Install Guide testing starts in earnest once packages are available and with feature freeze this should be in the next week or so. We've been keeping up with both CLI and config reference patches at milestone releases. __Ongoing doc work__ The separate Networking Guide is still ongoing. Nick Chase has been interviewing contractors to pick up the work that still needs to be done, thank you Nick. Shaun McCance has moved to other contracts, thank you Shaun for your efforts. __New incoming doc requests__ Security Guide authors, there is interest in specializing your book by Cisco, and I wanted to let everyone know how exciting this is. I've asked them to look at the bug backlog and see what they could contribute upstream also, and they're willing and interested. The vision is that upstream docs can be reused and repurposed so I'm happy to see this vision become reality. I'm finding out if there are any particular mechanics needed so stay tuned. __Doc tools updates__ We should have a new release of the clouddocs-maven-plugin in the next 2 weeks with these features, mostly API reference-focused: Fix css padding-top for Rackspace output https://review.openstack.org/108156 Add the title of the service to API reference https://review.openstack.org/107768 Add fanatiguy to Rackspace API Ref https://review.openstack.org/112703 Add support for yaml syntax highlighting: https://review.openstack.org/#/c/111219/1 Allow error phrase to be listed with response code: https://review.openstack.org/106173 __Other doc news__ I've been clarifying what it means to be incubated from a documentation perspective on this wiki page. Most recently the Manila project was incubated and they're looking into how docs are incubated and integrated. The training team will discuss whether a separate program incubation application makes sense for them at their next team meeting, held Mondays at 12:00 Central in #openstack-meeting. An end user interest group has been having a lot of discussion on the user-committee mailing list. I wanted to be sure docs people know that the Foundation is seeking input on developer.openstack.org and looking for an app ecosystem community manager. If you know someone doing great work on cloud apps on OpenStack, please join us on that mailing list thread and let us know. -------------- next part -------------- An HTML attachment was scrubbed... URL: From mkassawara at gmail.com Wed Sep 10 18:17:52 2014 From: mkassawara at gmail.com (Matt Kassawara) Date: Wed, 10 Sep 2014 13:17:52 -0500 Subject: [Openstack-docs] Installation guide updates for Juno Message-ID: Ubuntu recently began offering pre-release Juno packages [1] and I successfully built a three-node "core services" environment using them. Let's discuss the potential changes... 1) So far, updating the OpenStack services chapters of the installation guide mostly involves some configuration file changes, removing old workarounds, and probably adding new workarounds. Should we use a bug or a blueprint for these issues? In either case, I recommend uploading separate patches for each service. 2) Neutron supports distributed virtual routers (DVR) and I'm sure people want instructions for deploying them. However, DVR introduces more complexity to already difficult networking concepts and requires architectural changes to fully configure and demonstrate. At least for Juno, I recommend keeping the legacy architecture and adding instructions for deploying DVR to the networking or admin guides. 3) Open vSwitch adds another level of complexity to already difficult networking concepts, particularly with troubleshooting. Linux Bridge provides a reliable alternative that reduces complexity, but DVR doesn't support it. Should we add instructions for deploying Linux Bridge as an alternative to Open vSwitch? 4) The neutron external network (ext-net) "magically" works although we don't explicitly configure support for flat networks. For sanity, we should probably adjust the configuration to support one flat network and adjust the initial network instructions to use it as a flat provider network. 5) I'm seeing more deployments moving from novnc to spice consoles. Should we configure spice instead of novnc? 6) I'm seeing more deployments moving from MySQL to MariaDB. Ubuntu 14.04 offers MariaDB 5.5 which more or less clones MySQL 5.5 including the configuration files. I suspect RHEL 7, Fedora, and other RPM distributions also offer MariaDB packages. Should we change all distributions to MariaDB? [1] https://launchpad.net/~ubuntu-cloud-archive/+archive/ubuntu/juno-staging Matt -------------- next part -------------- An HTML attachment was scrubbed... URL: From chris.friesen at windriver.com Wed Sep 10 17:43:16 2014 From: chris.friesen at windriver.com (Chris Friesen) Date: Wed, 10 Sep 2014 11:43:16 -0600 Subject: [Openstack-docs] Is comment about active/active RabbitMQ config still a valid concern? Message-ID: <54108DB4.1030005@windriver.com> Hi, I'm trying to figure out the recommended configuration for RabbitMQ for use by OpenStack. At "http://docs.openstack.org/high-availability-guide/content/s-rabbitmq.html" it says, "There is an alternative method of configuring RabbitMQ for high availability. That approach, known as active-active mirrored queues, happens to be the one preferred by the RabbitMQ developers?however it has shown less than ideal consistency and reliability in OpenStack clusters. Thus, at the time of writing, the Pacemaker/DRBD based approach remains the recommended one for OpenStack environments, although this may change in the near future as RabbitMQ active-active mirrored queues mature." In the same document at "http://docs.openstack.org/high-availability-guide/content/_configure_rabbitmq.html" it has instructions on how to configure rabbitmq as active/active with mirrored queues. Is the comment about active/standby being preferred still current or is it stale? Which is the recommended configuration? Thanks, Chris From gauvain.pocentek at objectif-libre.com Wed Sep 10 19:41:59 2014 From: gauvain.pocentek at objectif-libre.com (Gauvain Pocentek) Date: Wed, 10 Sep 2014 21:41:59 +0200 Subject: [Openstack-docs] Installation guide updates for Juno In-Reply-To: References: Message-ID: <7fffa3b284fd5fdac72d0fda6f6d4414@objectif-libre.com> Le 2014-09-10 20:17, Matt Kassawara a ?crit?: > Ubuntu recently began offering pre-release Juno packages [1] and I > successfully built a three-node "core services" environment using > them. Let's discuss the potential changes... > > 1) So far, updating the OpenStack services chapters of the > installation guide mostly involves some configuration file changes, > removing old workarounds, and probably adding new workarounds. Should > we use a bug or a blueprint for these issues? In either case, I > recommend uploading separate patches for each service. I wouldn't use BPs for this, and multiple bugs will probably be too much administrative work. Maybe just 1 bug to track the progress? > > 2) Neutron supports distributed virtual routers (DVR) and I'm sure > people want instructions for deploying them. However, DVR introduces > more complexity to already difficult networking concepts and requires > architectural changes to fully configure and demonstrate. At least for > Juno, I recommend keeping the legacy architecture and adding > instructions for deploying DVR to the networking or admin guides. +1 > > 3) Open vSwitch adds another level of complexity to already difficult > networking concepts, particularly with troubleshooting. Linux Bridge > provides a reliable alternative that reduces complexity, but DVR > doesn't support it. Should we add instructions for deploying Linux > Bridge as an alternative to Open vSwitch? I think that we should keep OVS. I'm not sure it is more complex to set it up than linux bridge (maybe I'm completely wrong). > > 4) The neutron external network (ext-net) "magically" works although > we don't explicitly configure support for flat networks. For sanity, > we should probably adjust the configuration to support one flat > network and adjust the initial network instructions to use it as a > flat provider network. +1 for flat network. IIRC we had instructions to set this up in havana, along other networking setup solutions. > > 5) I'm seeing more deployments moving from novnc to spice consoles. > Should we configure spice instead of novnc? I'm fine with either one. The concept for the setup are similar. > > 6) I'm seeing more deployments moving from MySQL to MariaDB. Ubuntu > 14.04 offers MariaDB 5.5 which more or less clones MySQL 5.5 including > the configuration files. I suspect RHEL 7, Fedora, and other RPM > distributions also offer MariaDB packages. Should we change all > distributions to MariaDB? I've not used Maria yet, so I really don't know what's best here. Gauvain From phil.hopkins at rackspace.com Wed Sep 10 19:51:57 2014 From: phil.hopkins at rackspace.com (Phil Hopkins) Date: Wed, 10 Sep 2014 19:51:57 +0000 Subject: [Openstack-docs] Installation guide updates for Juno In-Reply-To: References: Message-ID: Matt, My thoughts: 1. I believe bus will be easier to track but it means for a lot of bugs to be created. 2. For now lets keep the DVR stuff in the Networking/admin guide. It avoids massive changes to the install guides - for now. 3. I really like using Linux Bridge over OVS, but again I think minimizing changes to the install guide will help use get something usable by Juno release. Lets look at adding that material later. 4. make it flat. 5. Again my preference is to get Juno install done first. Add new material later. SPICE would be a ggod change but lets roll that out later. novnc woks fine for now. 6. We need to go to MariaDB (RHEL7 only has MariaDB). Again lets plan on moving but it doesn't need to be done on first release. I know this seems like I am in favor of putting everything off, but I want us to have a workable manual out on Juno release time. I don't see any of these items as necessary on release date. [X][X][X][X] Phil Hopkins RHCA CMDBA Openstack Instructor Rackspace Hostingtm (210) 312-3584 ________________________________ From: Matt Kassawara [mkassawara at gmail.com] Sent: Wednesday, September 10, 2014 1:17 PM To: openstack-docs at lists.openstack.org Subject: [Openstack-docs] Installation guide updates for Juno Ubuntu recently began offering pre-release Juno packages [1] and I successfully built a three-node "core services" environment using them. Let's discuss the potential changes... 1) So far, updating the OpenStack services chapters of the installation guide mostly involves some configuration file changes, removing old workarounds, and probably adding new workarounds. Should we use a bug or a blueprint for these issues? In either case, I recommend uploading separate patches for each service. 2) Neutron supports distributed virtual routers (DVR) and I'm sure people want instructions for deploying them. However, DVR introduces more complexity to already difficult networking concepts and requires architectural changes to fully configure and demonstrate. At least for Juno, I recommend keeping the legacy architecture and adding instructions for deploying DVR to the networking or admin guides. 3) Open vSwitch adds another level of complexity to already difficult networking concepts, particularly with troubleshooting. Linux Bridge provides a reliable alternative that reduces complexity, but DVR doesn't support it. Should we add instructions for deploying Linux Bridge as an alternative to Open vSwitch? 4) The neutron external network (ext-net) "magically" works although we don't explicitly configure support for flat networks. For sanity, we should probably adjust the configuration to support one flat network and adjust the initial network instructions to use it as a flat provider network. 5) I'm seeing more deployments moving from novnc to spice consoles. Should we configure spice instead of novnc? 6) I'm seeing more deployments moving from MySQL to MariaDB. Ubuntu 14.04 offers MariaDB 5.5 which more or less clones MySQL 5.5 including the configuration files. I suspect RHEL 7, Fedora, and other RPM distributions also offer MariaDB packages. Should we change all distributions to MariaDB? [1] https://launchpad.net/~ubuntu-cloud-archive/+archive/ubuntu/juno-staging Matt -------------- next part -------------- An HTML attachment was scrubbed... URL: From sgordon at redhat.com Wed Sep 10 19:52:57 2014 From: sgordon at redhat.com (Steve Gordon) Date: Wed, 10 Sep 2014 15:52:57 -0400 (EDT) Subject: [Openstack-docs] Installation guide updates for Juno In-Reply-To: References: Message-ID: <1288199568.10929761.1410378777669.JavaMail.zimbra@redhat.com> ----- Original Message ----- > From: "Matt Kassawara" > To: openstack-docs at lists.openstack.org > > Ubuntu recently began offering pre-release Juno packages [1] and I > successfully built a three-node "core services" environment using them. > Let's discuss the potential changes... > > 1) So far, updating the OpenStack services chapters of the installation > guide mostly involves some configuration file changes, removing old > workarounds, and probably adding new workarounds. Should we use a bug or a > blueprint for these issues? In either case, I recommend uploading separate > patches for each service. > > 2) Neutron supports distributed virtual routers (DVR) and I'm sure people > want instructions for deploying them. However, DVR introduces more > complexity to already difficult networking concepts and requires > architectural changes to fully configure and demonstrate. At least for > Juno, I recommend keeping the legacy architecture and adding instructions > for deploying DVR to the networking or admin guides. > > 3) Open vSwitch adds another level of complexity to already difficult > networking concepts, particularly with troubleshooting. Linux Bridge > provides a reliable alternative that reduces complexity, but DVR doesn't > support it. Should we add instructions for deploying Linux Bridge as an > alternative to Open vSwitch? > > 4) The neutron external network (ext-net) "magically" works although we > don't explicitly configure support for flat networks. For sanity, we should > probably adjust the configuration to support one flat network and adjust > the initial network instructions to use it as a flat provider network. > > 5) I'm seeing more deployments moving from novnc to spice consoles. Should > we configure spice instead of novnc? > > 6) I'm seeing more deployments moving from MySQL to MariaDB. Ubuntu 14.04 > offers MariaDB 5.5 which more or less clones MySQL 5.5 including the > configuration files. I suspect RHEL 7, Fedora, and other RPM distributions > also offer MariaDB packages. Should we change all distributions to MariaDB? > > [1] https://launchpad.net/~ubuntu-cloud-archive/+archive/ubuntu/juno-staging RDO and RHELOSP actually already moved to mariadb 5.5 in the Icehouse-based releases. -Steve From nchase at mirantis.com Wed Sep 10 23:47:47 2014 From: nchase at mirantis.com (Nicholas Chase) Date: Wed, 10 Sep 2014 19:47:47 -0400 Subject: [Openstack-docs] Installation guide updates for Juno In-Reply-To: References: Message-ID: <5410E323.7010507@mirantis.com> On 9/10/2014 2:17 PM, Matt Kassawara wrote: > Ubuntu recently began offering pre-release Juno packages [1] and I > successfully built a three-node "core services" environment using > them. Let's discuss the potential changes... > > 1) So far, updating the OpenStack services chapters of the > installation guide mostly involves some configuration file changes, > removing old workarounds, and probably adding new workarounds. Should > we use a bug or a blueprint for these issues? In either case, I > recommend uploading separate patches for each service. I think we need separate bugs for each task so that we can have small patches that can be finished and merged. That means multiple bugs, so I'm for blueprints to organize them. Nothing fancy, just something to help us keep track. > 2) Neutron supports distributed virtual routers (DVR) and I'm sure > people want instructions for deploying them. However, DVR introduces > more complexity to already difficult networking concepts and requires > architectural changes to fully configure and demonstrate. At least for > Juno, I recommend keeping the legacy architecture and adding > instructions for deploying DVR to the networking or admin guides. +1 > 3) Open vSwitch adds another level of complexity to already difficult > networking concepts, particularly with troubleshooting. Linux Bridge > provides a reliable alternative that reduces complexity, but DVR > doesn't support it. Should we add instructions for deploying Linux > Bridge as an alternative to Open vSwitch? If we leave DVR out of the install the fact that it doesn't support Linux Bridge doesn't matter, methinks. That said, I'm for making as few changes to the install guides as necessary to get us to Juno. > 4) The neutron external network (ext-net) "magically" works although > we don't explicitly configure support for flat networks. For sanity, > we should probably adjust the configuration to support one flat > network and adjust the initial network instructions to use it as a > flat provider network. +1 > 5) I'm seeing more deployments moving from novnc to spice consoles. > Should we configure spice instead of novnc? I think it's worth thinking about but I would consider it a lower priority than just making sure everything works as-is. > 6) I'm seeing more deployments moving from MySQL to MariaDB. Ubuntu > 14.04 offers MariaDB 5.5 which more or less clones MySQL 5.5 including > the configuration files. I suspect RHEL 7, Fedora, and other RPM > distributions also offer MariaDB packages. Should we change all > distributions to MariaDB? +1 ---- Nick > > [1] > https://launchpad.net/~ubuntu-cloud-archive/+archive/ubuntu/juno-staging > > > Matt > > > _______________________________________________ > Openstack-docs mailing list > Openstack-docs at lists.openstack.org > http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-docs -- Nick Chase 1-650-567-5640 Technical Marketing Manager, Mirantis Editor, OpenStack:Now -------------- next part -------------- An HTML attachment was scrubbed... URL: -------------- next part -------------- A non-text attachment was scrubbed... Name: www.openstacksv.com_.png Type: image/png Size: 7160 bytes Desc: not available URL: From aj at suse.com Thu Sep 11 07:13:40 2014 From: aj at suse.com (Andreas Jaeger) Date: Thu, 11 Sep 2014 09:13:40 +0200 Subject: [Openstack-docs] Installation guide updates for Juno In-Reply-To: References: Message-ID: <54114BA4.1000304@suse.com> On 09/10/2014 08:17 PM, Matt Kassawara wrote: > Ubuntu recently began offering pre-release Juno packages [1] and I > successfully built a three-node "core services" environment using them. > Let's discuss the potential changes... > > 1) So far, updating the OpenStack services chapters of the installation > guide mostly involves some configuration file changes, removing old > workarounds, and probably adding new workarounds. Should we use a bug or > a blueprint for these issues? In either case, I recommend uploading > separate patches for each service. Separate patch for each service is fine. Blueprint or bug is not needed IMHO. If you really want one, create a *single* bug that covers everything. > 2) Neutron supports distributed virtual routers (DVR) and I'm sure > people want instructions for deploying them. However, DVR introduces > more complexity to already difficult networking concepts and requires > architectural changes to fully configure and demonstrate. At least for > Juno, I recommend keeping the legacy architecture and adding > instructions for deploying DVR to the networking or admin guides. Let's mature DVR a bit first. > 3) Open vSwitch adds another level of complexity to already difficult > networking concepts, particularly with troubleshooting. Linux Bridge > provides a reliable alternative that reduces complexity, but DVR doesn't > support it. Should we add instructions for deploying Linux Bridge as an > alternative to Open vSwitch? This can be done later at any time, it should be lower priority. > 4) The neutron external network (ext-net) "magically" works although we > don't explicitly configure support for flat networks. For sanity, we > should probably adjust the configuration to support one flat network and > adjust the initial network instructions to use it as a flat provider > network. > > 5) I'm seeing more deployments moving from novnc to spice consoles. > Should we configure spice instead of novnc? I don't think that's really needed. > 6) I'm seeing more deployments moving from MySQL to MariaDB. Ubuntu > 14.04 offers MariaDB 5.5 which more or less clones MySQL 5.5 including > the configuration files. I suspect RHEL 7, Fedora, and other RPM > distributions also offer MariaDB packages. Should we change all > distributions to MariaDB? openSUSE is using MariaDB already, SLES is still with MySQL but will be MariaDB with SLES 12 (for Kilo). Andreas > [1] https://launchpad.net/~ubuntu-cloud-archive/+archive/ubuntu/juno-staging > > Matt > > > _______________________________________________ > Openstack-docs mailing list > Openstack-docs at lists.openstack.org > http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-docs > -- Andreas Jaeger aj@{suse.com,opensuse.org} Twitter: jaegerandi SUSE LINUX Products GmbH, Maxfeldstr. 5, 90409 N?rnberg, Germany GF: Jeff Hawn,Jennifer Guild,Felix Imend?rffer,HRB16746 (AG N?rnberg) GPG fingerprint = 93A3 365E CE47 B889 DF7F FED1 389A 563C C272 A126 From aj at suse.com Thu Sep 11 07:15:04 2014 From: aj at suse.com (Andreas Jaeger) Date: Thu, 11 Sep 2014 09:15:04 +0200 Subject: [Openstack-docs] Installation guide updates for Juno In-Reply-To: <5410E323.7010507@mirantis.com> References: <5410E323.7010507@mirantis.com> Message-ID: <54114BF8.7070400@suse.com> On 09/11/2014 01:47 AM, Nicholas Chase wrote: > > On 9/10/2014 2:17 PM, Matt Kassawara wrote: >> Ubuntu recently began offering pre-release Juno packages [1] and I >> successfully built a three-node "core services" environment using >> them. Let's discuss the potential changes... >> >> 1) So far, updating the OpenStack services chapters of the >> installation guide mostly involves some configuration file changes, >> removing old workarounds, and probably adding new workarounds. Should >> we use a bug or a blueprint for these issues? In either case, I >> recommend uploading separate patches for each service. > > I think we need separate bugs for each task so that we can have small > patches that can be finished and merged. That means multiple bugs, so > I'm for blueprints to organize them. Nothing fancy, just something to > help us keep track. If you need something to keep track, we can also use an etherpad or wiki page. I consider a separate bug for each issue a lot of overhead, Andreas -- Andreas Jaeger aj@{suse.com,opensuse.org} Twitter: jaegerandi SUSE LINUX Products GmbH, Maxfeldstr. 5, 90409 N?rnberg, Germany GF: Jeff Hawn,Jennifer Guild,Felix Imend?rffer,HRB16746 (AG N?rnberg) GPG fingerprint = 93A3 365E CE47 B889 DF7F FED1 389A 563C C272 A126 From berendt at b1-systems.de Thu Sep 11 07:48:50 2014 From: berendt at b1-systems.de (Christian Berendt) Date: Thu, 11 Sep 2014 09:48:50 +0200 Subject: [Openstack-docs] Installation guide updates for Juno In-Reply-To: References: Message-ID: <541153E2.3000103@b1-systems.de> On 09/10/2014 08:17 PM, Matt Kassawara wrote: > 3) Open vSwitch adds another level of complexity to already difficult > networking concepts, particularly with troubleshooting. Linux Bridge > provides a reliable alternative that reduces complexity, but DVR doesn't > support it. Should we add instructions for deploying Linux Bridge as an > alternative to Open vSwitch? As an alternative I would like to see linux bridges. But please do not remove instructions for Open vSwitch. > 5) I'm seeing more deployments moving from novnc to spice consoles. > Should we configure spice instead of novnc? As an alternative I would like to see Spice. But I think we should not remove instructions for noVNC. > 6) I'm seeing more deployments moving from MySQL to MariaDB. Ubuntu > 14.04 offers MariaDB 5.5 which more or less clones MySQL 5.5 including > the configuration files. I suspect RHEL 7, Fedora, and other RPM > distributions also offer MariaDB packages. Should we change all > distributions to MariaDB? We should move to MariaDB. Because SLE11 does not include MariaDB we have to wait for SLE12 (at least for SLE). Christian. -- Christian Berendt Cloud Solution Architect Mail: berendt at b1-systems.de B1 Systems GmbH Osterfeldstra?e 7 / 85088 Vohburg / http://www.b1-systems.de GF: Ralph Dehner / Unternehmenssitz: Vohburg / AG: Ingolstadt,HRB 3537 From anne at openstack.org Thu Sep 11 15:41:49 2014 From: anne at openstack.org (Anne Gentle) Date: Thu, 11 Sep 2014 10:41:49 -0500 Subject: [Openstack-docs] Installation guide updates for Juno In-Reply-To: References: Message-ID: On Wed, Sep 10, 2014 at 1:17 PM, Matt Kassawara wrote: > Ubuntu recently began offering pre-release Juno packages [1] and I > successfully built a three-node "core services" environment using them. > Let's discuss the potential changes... > > 1) So far, updating the OpenStack services chapters of the installation > guide mostly involves some configuration file changes, removing old > workarounds, and probably adding new workarounds. Should we use a bug or a > blueprint for these issues? In either case, I recommend uploading separate > patches for each service. > > First off, so glad you're paying attention and have the eye for this work. Definitely separate patches will be easier to review. I think you should track with the Juno install guide blueprint at https://blueprints.launchpad.net/openstack-manuals/+spec/installation-guide-improvements -- sound good? > 2) Neutron supports distributed virtual routers (DVR) and I'm sure people > want instructions for deploying them. However, DVR introduces more > complexity to already difficult networking concepts and requires > architectural changes to fully configure and demonstrate. At least for > Juno, I recommend keeping the legacy architecture and adding instructions > for deploying DVR to the networking or admin guides. > > Yeah, let's keep DVR in a separate guide. Install Guide is meant for happy path, get-an-instance-bootable architecture. > 3) Open vSwitch adds another level of complexity to already difficult > networking concepts, particularly with troubleshooting. Linux Bridge > provides a reliable alternative that reduces complexity, but DVR doesn't > support it. Should we add instructions for deploying Linux Bridge as an > alternative to Open vSwitch? > > I wouldn't add it to the install guide. What I do hear from others is that OVS is not easily understood because it's less deployed, but that's just rumor really. Still, now's the perfect time to ask the question and visit the answer. > 4) The neutron external network (ext-net) "magically" works although we > don't explicitly configure support for flat networks. For sanity, we should > probably adjust the configuration to support one flat network and adjust > the initial network instructions to use it as a flat provider network. > > Man it would be great to support one flat network. Is that then making for three networking architectures? I'm not opposed, just making sure I understand. > 5) I'm seeing more deployments moving from novnc to spice consoles. Should > we configure spice instead of novnc? > > Nah, less change is better for that. More NoVNC in the field also I believe. > 6) I'm seeing more deployments moving from MySQL to MariaDB. Ubuntu 14.04 > offers MariaDB 5.5 which more or less clones MySQL 5.5 including the > configuration files. I suspect RHEL 7, Fedora, and other RPM distributions > also offer MariaDB packages. Should we change all distributions to MariaDB? > It will make maintenance easier, and sounds like it's possible with Kilo, but not yet with Juno. So... sorry. To summarize: Use https://blueprints.launchpad.net/openstack-manuals/+spec/installation-guide-improvements for tracking. As little change as possible. Update to MariaDB as you can. Add flat network if possible. Thanks Matt for doing this! Anne > > [1] > https://launchpad.net/~ubuntu-cloud-archive/+archive/ubuntu/juno-staging > > Matt > > _______________________________________________ > Openstack-docs mailing list > Openstack-docs at lists.openstack.org > http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-docs > > -------------- next part -------------- An HTML attachment was scrubbed... URL: From nchase at mirantis.com Thu Sep 11 17:06:51 2014 From: nchase at mirantis.com (Nicholas Chase) Date: Thu, 11 Sep 2014 13:06:51 -0400 Subject: [Openstack-docs] Installation guide updates for Juno In-Reply-To: <54114BF8.7070400@suse.com> References: <5410E323.7010507@mirantis.com> <54114BF8.7070400@suse.com> Message-ID: <5411D6AB.5000609@mirantis.com> On 9/11/2014 3:15 AM, Andreas Jaeger wrote: > If you need something to keep track, we can also use an etherpad or > wiki page. I consider a separate bug for each issue a lot of overhead, > Andreas I forget sometimes that we said you can do patches without an associated bug. :) -- Nick Chase 1-650-567-5640 Technical Marketing Manager, Mirantis Editor, OpenStack:Now -------------- next part -------------- An HTML attachment was scrubbed... URL: -------------- next part -------------- A non-text attachment was scrubbed... Name: www.openstacksv.com_.png Type: image/png Size: 7160 bytes Desc: not available URL: From berendt at b1-systems.de Thu Sep 11 17:46:39 2014 From: berendt at b1-systems.de (Christian Berendt) Date: Thu, 11 Sep 2014 19:46:39 +0200 Subject: [Openstack-docs] Is comment about active/active RabbitMQ config still a valid concern? In-Reply-To: <54108DB4.1030005@windriver.com> References: <54108DB4.1030005@windriver.com> Message-ID: <5411DFFF.3070206@b1-systems.de> On 09/10/2014 07:43 PM, Chris Friesen wrote: > Is the comment about active/standby being preferred still current or is > it stale? Like in your mail on openstack-dev@ you should mention that the RabbitMQ developer reommend to use active/active with mirrored queues. I think we should change this in the HA guide. Christian. -- Christian Berendt Cloud Solution Architect Mail: berendt at b1-systems.de B1 Systems GmbH Osterfeldstra?e 7 / 85088 Vohburg / http://www.b1-systems.de GF: Ralph Dehner / Unternehmenssitz: Vohburg / AG: Ingolstadt,HRB 3537 From mkassawara at gmail.com Thu Sep 11 18:08:31 2014 From: mkassawara at gmail.com (Matt Kassawara) Date: Thu, 11 Sep 2014 13:08:31 -0500 Subject: [Openstack-docs] Installation guide updates for Juno In-Reply-To: <5411D6AB.5000609@mirantis.com> References: <5410E323.7010507@mirantis.com> <54114BF8.7070400@suse.com> <5411D6AB.5000609@mirantis.com> Message-ID: I generally lean toward blueprints to manage a group of similar patches that involve content updates rather than bugs. On Thu, Sep 11, 2014 at 12:06 PM, Nicholas Chase wrote: > > On 9/11/2014 3:15 AM, Andreas Jaeger wrote: > > If you need something to keep track, we can also use an etherpad or wiki > page. I consider a separate bug for each issue a lot of overhead, Andreas > > > I forget sometimes that we said you can do patches without an associated > bug. :) > > -- > Nick Chase > 1-650-567-5640 > Technical Marketing Manager, Mirantis > Editor, OpenStack:Now > > > _______________________________________________ > Openstack-docs mailing list > Openstack-docs at lists.openstack.org > http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-docs > > -------------- next part -------------- An HTML attachment was scrubbed... URL: -------------- next part -------------- A non-text attachment was scrubbed... Name: www.openstacksv.com_.png Type: image/png Size: 7160 bytes Desc: not available URL: From nchase at mirantis.com Thu Sep 11 18:20:56 2014 From: nchase at mirantis.com (Nicholas Chase) Date: Thu, 11 Sep 2014 14:20:56 -0400 Subject: [Openstack-docs] Installation guide updates for Juno In-Reply-To: References: <5410E323.7010507@mirantis.com> <54114BF8.7070400@suse.com> <5411D6AB.5000609@mirantis.com> Message-ID: <5411E808.4040603@mirantis.com> Sounds good to me. On 9/11/2014 2:08 PM, Matt Kassawara wrote: > I generally lean toward blueprints to manage a group of similar > patches that involve content updates rather than bugs. > > On Thu, Sep 11, 2014 at 12:06 PM, Nicholas Chase > wrote: > > > On 9/11/2014 3:15 AM, Andreas Jaeger wrote: >> If you need something to keep track, we can also use an etherpad >> or wiki page. I consider a separate bug for each issue a lot of >> overhead, Andreas > > I forget sometimes that we said you can do patches without an > associated bug. :) > > -- > Nick Chase > 1-650-567-5640 > Technical Marketing Manager, Mirantis > Editor, OpenStack:Now > > > _______________________________________________ > Openstack-docs mailing list > Openstack-docs at lists.openstack.org > > http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-docs > > -- Nick Chase 1-650-567-5640 Technical Marketing Manager, Mirantis Editor, OpenStack:Now -------------- next part -------------- An HTML attachment was scrubbed... URL: -------------- next part -------------- A non-text attachment was scrubbed... Name: not available Type: image/png Size: 7160 bytes Desc: not available URL: -------------- next part -------------- A non-text attachment was scrubbed... Name: www.openstacksv.com_.png Type: image/png Size: 7160 bytes Desc: not available URL: From berendt at b1-systems.de Thu Sep 11 18:23:25 2014 From: berendt at b1-systems.de (Christian Berendt) Date: Thu, 11 Sep 2014 20:23:25 +0200 Subject: [Openstack-docs] Installation guide updates for Juno In-Reply-To: <5411E808.4040603@mirantis.com> References: <5410E323.7010507@mirantis.com> <54114BF8.7070400@suse.com> <5411D6AB.5000609@mirantis.com> <5411E808.4040603@mirantis.com> Message-ID: <5411E89D.4060705@b1-systems.de> On 09/11/2014 08:20 PM, Nicholas Chase wrote: > Sounds good to me. +1 -- Christian Berendt Cloud Solution Architect Mail: berendt at b1-systems.de B1 Systems GmbH Osterfeldstra?e 7 / 85088 Vohburg / http://www.b1-systems.de GF: Ralph Dehner / Unternehmenssitz: Vohburg / AG: Ingolstadt,HRB 3537 From aj at suse.com Thu Sep 11 18:29:51 2014 From: aj at suse.com (Andreas Jaeger) Date: Thu, 11 Sep 2014 20:29:51 +0200 Subject: [Openstack-docs] Installation guide updates for Juno In-Reply-To: <5411E89D.4060705@b1-systems.de> References: <5410E323.7010507@mirantis.com> <54114BF8.7070400@suse.com> <5411D6AB.5000609@mirantis.com> <5411E808.4040603@mirantis.com> <5411E89D.4060705@b1-systems.de> Message-ID: <5411EA1F.7090705@suse.com> On 09/11/2014 08:23 PM, Christian Berendt wrote: > On 09/11/2014 08:20 PM, Nicholas Chase wrote: >> Sounds good to me. > > +1 works for me. Please follow the new workflow and create in launchpad and add the detailed spec in docs-specs. Who will do this? Andreas -- Andreas Jaeger aj@{suse.com,opensuse.org} Twitter/Identica: jaegerandi SUSE LINUX Products GmbH, Maxfeldstr. 5, 90409 N?rnberg, Germany GF: Jeff Hawn,Jennifer Guild,Felix Imend?rffer,HRB16746 (AG N?rnberg) GPG fingerprint = 93A3 365E CE47 B889 DF7F FED1 389A 563C C272 A126 From mkassawara at gmail.com Thu Sep 11 18:32:17 2014 From: mkassawara at gmail.com (Matt Kassawara) Date: Thu, 11 Sep 2014 13:32:17 -0500 Subject: [Openstack-docs] Installation guide updates for Juno In-Reply-To: <5411EA1F.7090705@suse.com> References: <5410E323.7010507@mirantis.com> <54114BF8.7070400@suse.com> <5411D6AB.5000609@mirantis.com> <5411E808.4040603@mirantis.com> <5411E89D.4060705@b1-systems.de> <5411EA1F.7090705@suse.com> Message-ID: I should attempt the docs-specs procedure... haven't built one yet. On Thu, Sep 11, 2014 at 1:29 PM, Andreas Jaeger wrote: > On 09/11/2014 08:23 PM, Christian Berendt wrote: > > On 09/11/2014 08:20 PM, Nicholas Chase wrote: > >> Sounds good to me. > > > > +1 > > works for me. Please follow the new workflow and create in launchpad and > add the detailed spec in docs-specs. > Who will do this? > > Andreas > -- > Andreas Jaeger aj@{suse.com,opensuse.org} Twitter/Identica: jaegerandi > SUSE LINUX Products GmbH, Maxfeldstr. 5, 90409 N?rnberg, Germany > GF: Jeff Hawn,Jennifer Guild,Felix Imend?rffer,HRB16746 (AG N?rnberg) > GPG fingerprint = 93A3 365E CE47 B889 DF7F FED1 389A 563C C272 A126 > > _______________________________________________ > Openstack-docs mailing list > Openstack-docs at lists.openstack.org > http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-docs > -------------- next part -------------- An HTML attachment was scrubbed... URL: From anne at openstack.org Thu Sep 11 18:36:34 2014 From: anne at openstack.org (Anne Gentle) Date: Thu, 11 Sep 2014 13:36:34 -0500 Subject: [Openstack-docs] Installation guide updates for Juno In-Reply-To: <5411EA1F.7090705@suse.com> References: <5410E323.7010507@mirantis.com> <54114BF8.7070400@suse.com> <5411D6AB.5000609@mirantis.com> <5411E808.4040603@mirantis.com> <5411E89D.4060705@b1-systems.de> <5411EA1F.7090705@suse.com> Message-ID: On Thu, Sep 11, 2014 at 1:29 PM, Andreas Jaeger wrote: > On 09/11/2014 08:23 PM, Christian Berendt wrote: > > On 09/11/2014 08:20 PM, Nicholas Chase wrote: > >> Sounds good to me. > > > > +1 > > works for me. Please follow the new workflow and create in launchpad and > add the detailed spec in docs-specs. > Who will do this? > I had exempted the install guide work from a spec originally -- at least I thought I did, can't find that on the mailing list. There's this wiki page: https://wiki.openstack.org/wiki/Documentation/InstallGuideChanges which seems sufficient... again balancing between "just write it already" and the need for consensus on what we're working on first. In other words, I don't want Matt writing a spec when he could be writing docs. The decisions don't seem super contentious. Does that make sense? Anne > > Andreas > -- > Andreas Jaeger aj@{suse.com,opensuse.org} Twitter/Identica: jaegerandi > SUSE LINUX Products GmbH, Maxfeldstr. 5, 90409 N?rnberg, Germany > GF: Jeff Hawn,Jennifer Guild,Felix Imend?rffer,HRB16746 (AG N?rnberg) > GPG fingerprint = 93A3 365E CE47 B889 DF7F FED1 389A 563C C272 A126 > > _______________________________________________ > Openstack-docs mailing list > Openstack-docs at lists.openstack.org > http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-docs > -------------- next part -------------- An HTML attachment was scrubbed... URL: From aj at suse.com Thu Sep 11 18:39:39 2014 From: aj at suse.com (Andreas Jaeger) Date: Thu, 11 Sep 2014 20:39:39 +0200 Subject: [Openstack-docs] Installation guide updates for Juno In-Reply-To: References: <5410E323.7010507@mirantis.com> <54114BF8.7070400@suse.com> <5411D6AB.5000609@mirantis.com> <5411E808.4040603@mirantis.com> <5411E89D.4060705@b1-systems.de> <5411EA1F.7090705@suse.com> Message-ID: <5411EC6B.8040504@suse.com> On 09/11/2014 08:36 PM, Anne Gentle wrote: > > > On Thu, Sep 11, 2014 at 1:29 PM, Andreas Jaeger > wrote: > > On 09/11/2014 08:23 PM, Christian Berendt wrote: > > On 09/11/2014 08:20 PM, Nicholas Chase wrote: > >> Sounds good to me. > > > > +1 > > works for me. Please follow the new workflow and create in launchpad and > add the detailed spec in docs-specs. > Who will do this? > > > I had exempted the install guide work from a spec originally -- at least > I thought I did, can't find that on the mailing list. > > There's this wiki > page: https://wiki.openstack.org/wiki/Documentation/InstallGuideChanges > > which seems sufficient... again balancing between "just write it > already" and the need for consensus on what we're working on first. > > In other words, I don't want Matt writing a spec when he could be > writing docs. The decisions don't seem super contentious. Does that make > sense? I'm fine doing it without a spec - but if you do it, do it properly. I'm also fine doing it without a bug ;) Andreas -- Andreas Jaeger aj@{suse.com,opensuse.org} Twitter/Identica: jaegerandi SUSE LINUX Products GmbH, Maxfeldstr. 5, 90409 N?rnberg, Germany GF: Jeff Hawn,Jennifer Guild,Felix Imend?rffer,HRB16746 (AG N?rnberg) GPG fingerprint = 93A3 365E CE47 B889 DF7F FED1 389A 563C C272 A126 From aj at suse.com Thu Sep 11 18:44:11 2014 From: aj at suse.com (Andreas Jaeger) Date: Thu, 11 Sep 2014 20:44:11 +0200 Subject: [Openstack-docs] Installation guide updates for Juno In-Reply-To: <5411EC6B.8040504@suse.com> References: <5410E323.7010507@mirantis.com> <54114BF8.7070400@suse.com> <5411D6AB.5000609@mirantis.com> <5411E808.4040603@mirantis.com> <5411E89D.4060705@b1-systems.de> <5411EA1F.7090705@suse.com> <5411EC6B.8040504@suse.com> Message-ID: <5411ED7B.8050904@suse.com> On 09/11/2014 08:39 PM, Andreas Jaeger wrote: > On 09/11/2014 08:36 PM, Anne Gentle wrote: >> >> >> On Thu, Sep 11, 2014 at 1:29 PM, Andreas Jaeger > > wrote: >> >> On 09/11/2014 08:23 PM, Christian Berendt wrote: >> > On 09/11/2014 08:20 PM, Nicholas Chase wrote: >> >> Sounds good to me. >> > >> > +1 >> >> works for me. Please follow the new workflow and create in launchpad and >> add the detailed spec in docs-specs. >> Who will do this? >> >> >> I had exempted the install guide work from a spec originally -- at least >> I thought I did, can't find that on the mailing list. >> >> There's this wiki >> page: https://wiki.openstack.org/wiki/Documentation/InstallGuideChanges >> >> which seems sufficient... again balancing between "just write it >> already" and the need for consensus on what we're working on first. >> >> In other words, I don't want Matt writing a spec when he could be >> writing docs. The decisions don't seem super contentious. Does that make >> sense? > > I'm fine doing it without a spec - but if you do it, do it properly. > > I'm also fine doing it without a bug ;) Just learned that there's an existing blueprint, ok let's reuse that and not use docs-specs this time. We can do it properly next cycle, Andreas -- Andreas Jaeger aj@{suse.com,opensuse.org} Twitter/Identica: jaegerandi SUSE LINUX Products GmbH, Maxfeldstr. 5, 90409 N?rnberg, Germany GF: Jeff Hawn,Jennifer Guild,Felix Imend?rffer,HRB16746 (AG N?rnberg) GPG fingerprint = 93A3 365E CE47 B889 DF7F FED1 389A 563C C272 A126 From anne at openstack.org Fri Sep 12 15:48:07 2014 From: anne at openstack.org (Anne Gentle) Date: Fri, 12 Sep 2014 10:48:07 -0500 Subject: [Openstack-docs] Network troubleshooting Message-ID: Hi all, especially those interested in the separate Networking Guide: I attempted to bring in network troubleshooting wholesale from the Ops Guide with https://review.openstack.org/#/c/113066. However it's a bit over-reaching since it shows how to troubleshoot nova-network. So yesterday on IRC a few of us said we could pull these four topics in: http://docs.openstack.org/openstack-ops/content/network_troubleshooting.html#neutron_network_traffic_in_cloud http://docs.openstack.org/openstack-ops/content/network_troubleshooting.html#trouble_shooting_ovs http://docs.openstack.org/openstack-ops/content/network_troubleshooting.html#dealing_with_netns http://docs.openstack.org/openstack-ops/content/network_troubleshooting.html#failure_in_path My question/request is this: Phil, what do you already have written about neutron troubleshooting that we can reuse in this doc? What other parts could I pull in from the Ops Guide? Should the neutron-debug command be brought into this guide? I'm going to give the patch another go, so wanted to bring it to the group (and list's) attention. Thanks, Anne -------------- next part -------------- An HTML attachment was scrubbed... URL: From aj at suse.com Fri Sep 12 16:54:29 2014 From: aj at suse.com (Andreas Jaeger) Date: Fri, 12 Sep 2014 18:54:29 +0200 Subject: [Openstack-docs] Unifiying option for Block Storage Message-ID: <54132545.1080005@suse.com> Reviewing some patches I noticed that different drivers use different wording for the "Supported operations" section and I'd like to unify them. I see two options for the list: 1) Create volume Delete volume Attach volume Detach volume Clone volume Extend volume Create snapshot Delete snapshot Copy image to volume Copy volume to image Create volume from snapshot Get statistics Migrate volume with back-end assistance Retype volume 2) Create and delete volume Attach and detach volume Clone volume Extend volume Create and delete snapshot Copy image to volume Copy volume to image Create volume from snapshot Get statistics Migrate volume with back-end assistance Retype volume Any preferences or different suggestions? Reference: http://docs.openstack.org/trunk/config-reference/content/section_volume-drivers.html Andreas -- Andreas Jaeger aj@{suse.com,opensuse.org} Twitter/Identica: jaegerandi SUSE LINUX Products GmbH, Maxfeldstr. 5, 90409 N?rnberg, Germany GF: Jeff Hawn,Jennifer Guild,Felix Imend?rffer,HRB16746 (AG N?rnberg) GPG fingerprint = 93A3 365E CE47 B889 DF7F FED1 389A 563C C272 A126 From phil.hopkins at rackspace.com Fri Sep 12 19:36:58 2014 From: phil.hopkins at rackspace.com (Phil Hopkins) Date: Fri, 12 Sep 2014 19:36:58 +0000 Subject: [Openstack-docs] Network troubleshooting In-Reply-To: References: Message-ID: I have several slides that I use in my training but I haven't written anything. The whole network troubleshooting section from the OPS guide is a good start but it is mostly focused on nova-networks with a little neutron thrown in around the edges. I will be out on vacation next week but the following week I will take a close look and give a stab at writing some neutron to flesh it out. [X][X][X][X] Phil Hopkins RHCA CMDBA Openstack Instructor Rackspace Hostingtm (210) 312-3584 ________________________________ From: annegentle at justwriteclick.com [annegentle at justwriteclick.com] on behalf of Anne Gentle [anne at openstack.org] Sent: Friday, September 12, 2014 10:48 AM To: Matt Kassawara; Phil Hopkins; edgar.magana at workday.com; openstack-docs at lists.openstack.org; Nick Chase Subject: Network troubleshooting Hi all, especially those interested in the separate Networking Guide: I attempted to bring in network troubleshooting wholesale from the Ops Guide with https://review.openstack.org/#/c/113066. However it's a bit over-reaching since it shows how to troubleshoot nova-network. So yesterday on IRC a few of us said we could pull these four topics in: http://docs.openstack.org/openstack-ops/content/network_troubleshooting.html#neutron_network_traffic_in_cloud http://docs.openstack.org/openstack-ops/content/network_troubleshooting.html#trouble_shooting_ovs http://docs.openstack.org/openstack-ops/content/network_troubleshooting.html#dealing_with_netns http://docs.openstack.org/openstack-ops/content/network_troubleshooting.html#failure_in_path My question/request is this: Phil, what do you already have written about neutron troubleshooting that we can reuse in this doc? What other parts could I pull in from the Ops Guide? Should the neutron-debug command be brought into this guide? I'm going to give the patch another go, so wanted to bring it to the group (and list's) attention. Thanks, Anne -------------- next part -------------- An HTML attachment was scrubbed... URL: From matt.kassawara at RACKSPACE.COM Fri Sep 12 19:41:09 2014 From: matt.kassawara at RACKSPACE.COM (Matt Kassawara) Date: Fri, 12 Sep 2014 19:41:09 +0000 Subject: [Openstack-docs] Network troubleshooting In-Reply-To: References: Message-ID: Slides might be useful? especially if they cover various neutron components and scenarios. From: Phil Hopkins > Date: Friday, September 12, 2014 at 2:36 PM To: Anne Gentle >, Matthew Kassawara >, "edgar.magana at workday.com" >, "openstack-docs at lists.openstack.org" >, Nick Chase > Subject: RE: Network troubleshooting I have several slides that I use in my training but I haven't written anything. The whole network troubleshooting section from the OPS guide is a good start but it is mostly focused on nova-networks with a little neutron thrown in around the edges. I will be out on vacation next week but the following week I will take a close look and give a stab at writing some neutron to flesh it out. [X][X][X][X] Phil Hopkins RHCA CMDBA Openstack Instructor Rackspace Hostingtm (210) 312-3584 ________________________________ From: annegentle at justwriteclick.com [annegentle at justwriteclick.com] on behalf of Anne Gentle [anne at openstack.org] Sent: Friday, September 12, 2014 10:48 AM To: Matt Kassawara; Phil Hopkins; edgar.magana at workday.com; openstack-docs at lists.openstack.org; Nick Chase Subject: Network troubleshooting Hi all, especially those interested in the separate Networking Guide: I attempted to bring in network troubleshooting wholesale from the Ops Guide with https://review.openstack.org/#/c/113066. However it's a bit over-reaching since it shows how to troubleshoot nova-network. So yesterday on IRC a few of us said we could pull these four topics in: http://docs.openstack.org/openstack-ops/content/network_troubleshooting.html#neutron_network_traffic_in_cloud http://docs.openstack.org/openstack-ops/content/network_troubleshooting.html#trouble_shooting_ovs http://docs.openstack.org/openstack-ops/content/network_troubleshooting.html#dealing_with_netns http://docs.openstack.org/openstack-ops/content/network_troubleshooting.html#failure_in_path My question/request is this: Phil, what do you already have written about neutron troubleshooting that we can reuse in this doc? What other parts could I pull in from the Ops Guide? Should the neutron-debug command be brought into this guide? I'm going to give the patch another go, so wanted to bring it to the group (and list's) attention. Thanks, Anne -------------- next part -------------- An HTML attachment was scrubbed... URL: From phil.hopkins at rackspace.com Fri Sep 12 19:48:44 2014 From: phil.hopkins at rackspace.com (Phil Hopkins) Date: Fri, 12 Sep 2014 19:48:44 +0000 Subject: [Openstack-docs] Network troubleshooting In-Reply-To: References: , Message-ID: They are very basic and I don't think they add much value. I have attached them. Again I will work on writing some additional material starting the week of Sept. 22. It shouldn't take too long to get some text together. [X][X][X][X] Phil Hopkins RHCA CMDBA Openstack Instructor Rackspace Hostingtm (210) 312-3584 ________________________________ From: Matt Kassawara Sent: Friday, September 12, 2014 2:41 PM To: Phil Hopkins; Anne Gentle; edgar.magana at workday.com; openstack-docs at lists.openstack.org; Nick Chase Subject: Re: Network troubleshooting Slides might be useful? especially if they cover various neutron components and scenarios. From: Phil Hopkins > Date: Friday, September 12, 2014 at 2:36 PM To: Anne Gentle >, Matthew Kassawara >, "edgar.magana at workday.com" >, "openstack-docs at lists.openstack.org" >, Nick Chase > Subject: RE: Network troubleshooting I have several slides that I use in my training but I haven't written anything. The whole network troubleshooting section from the OPS guide is a good start but it is mostly focused on nova-networks with a little neutron thrown in around the edges. I will be out on vacation next week but the following week I will take a close look and give a stab at writing some neutron to flesh it out. [X][X][X][X] Phil Hopkins RHCA CMDBA Openstack Instructor Rackspace Hostingtm (210) 312-3584 ________________________________ From: annegentle at justwriteclick.com [annegentle at justwriteclick.com] on behalf of Anne Gentle [anne at openstack.org] Sent: Friday, September 12, 2014 10:48 AM To: Matt Kassawara; Phil Hopkins; edgar.magana at workday.com; openstack-docs at lists.openstack.org; Nick Chase Subject: Network troubleshooting Hi all, especially those interested in the separate Networking Guide: I attempted to bring in network troubleshooting wholesale from the Ops Guide with https://review.openstack.org/#/c/113066. However it's a bit over-reaching since it shows how to troubleshoot nova-network. So yesterday on IRC a few of us said we could pull these four topics in: http://docs.openstack.org/openstack-ops/content/network_troubleshooting.html#neutron_network_traffic_in_cloud http://docs.openstack.org/openstack-ops/content/network_troubleshooting.html#trouble_shooting_ovs http://docs.openstack.org/openstack-ops/content/network_troubleshooting.html#dealing_with_netns http://docs.openstack.org/openstack-ops/content/network_troubleshooting.html#failure_in_path My question/request is this: Phil, what do you already have written about neutron troubleshooting that we can reuse in this doc? What other parts could I pull in from the Ops Guide? Should the neutron-debug command be brought into this guide? I'm going to give the patch another go, so wanted to bring it to the group (and list's) attention. Thanks, Anne -------------- next part -------------- An HTML attachment was scrubbed... URL: -------------- next part -------------- A non-text attachment was scrubbed... Name: neutrontroubleshoot.pdf Type: application/pdf Size: 197284 bytes Desc: neutrontroubleshoot.pdf URL: From nchase at mirantis.com Fri Sep 12 20:16:46 2014 From: nchase at mirantis.com (Nicholas Chase) Date: Fri, 12 Sep 2014 16:16:46 -0400 Subject: [Openstack-docs] Install Guide Status Message-ID: <541354AE.8050108@mirantis.com> Now that packages have started to drop it's Install Guide season, so I've been talking to Matt about what needs to be done, and here's where we are: Structurally, we've all sort of decided that we're not going to make any unnecessary changes, so there's not a huge amount of work to do. Also, based on the Ubuntu packages, it appears that aside from determining which of the handful of workarounds we had to add for Icehouse are still necessary for Juno, hopefully we won't have a ton to do. Most of the changes so far involve configuration files... just a handful of distro/packaging workarounds so far and no doubt those will change prior to release. He's also trying to replace MySQL with MariaDB, except for SLES, and remove support for RHEL 6.x and Ubuntu 12.04. Other changes may include minor adjustments to nova-network -- "(it won't go away!)" -- to make it mirror neutron more closely with the concept of internal (tenant) and external (floating IP) networks. Note that this is based on the Ubuntu packages, which are themselves based on Milestone 2, and NOT Milestone 3, so that could of course change when we get the final, and when we start digging into other distros. When we get this done, Matt estimates that we should be about 85% towards completion of the "Improve the Install Guide" project; there are still some sections that need rewriting for quality, but not necessarily for content. (In other words, they work, but they can be better written.) The last big chunk of the install guide improvements project involves Swift, and he feels that the ability to tag someone familiar with it would help move patches. He's also a bit concerned about trove, and I'm going to work with him to find out what's needed there and track sown some resources. The remaining improvements include networking (which served as a baseline for many of the improvements) and a consistency validation for the entire guide (after some subjective review issues). -- Nick Chase 1-650-567-5640 Technical Marketing Manager, Mirantis Editor, OpenStack:Now -------------- next part -------------- An HTML attachment was scrubbed... URL: -------------- next part -------------- A non-text attachment was scrubbed... Name: www.openstacksv.com_.png Type: image/png Size: 7160 bytes Desc: not available URL: From mkassawara at gmail.com Fri Sep 12 22:31:41 2014 From: mkassawara at gmail.com (Matt Kassawara) Date: Fri, 12 Sep 2014 17:31:41 -0500 Subject: [Openstack-docs] Install Guide Status In-Reply-To: <541354AE.8050108@mirantis.com> References: <541354AE.8050108@mirantis.com> Message-ID: I created a wiki page covering necessary changes (so far) for Juno based on a combination of the following: 1) Configuration file changes from the configuration reference. 2) Installation of "core" services on Ubuntu using Juno milestone 2 packages. Both the neutron and nova-network environments appear to work. However, the milestone 2 packages don't fully support the [neutron] section in nova.conf so the neutron environment uses a mixture of old and new locations. Surprisingly, I didn't have to peek at gate configurations for hints. Also, I'm still waiting on packages for RH/CentOS/Fedora and hope someone familiar with SUSE and Debian can validate these changes well ahead of release on 16 October. https://wiki.openstack.org/wiki/Documentation/InstallationGuideJuno On Fri, Sep 12, 2014 at 3:16 PM, Nicholas Chase wrote: > > Now that packages have started to drop it's Install Guide season, so I've > been talking to Matt about what needs to be done, and here's where we are: > > Structurally, we've all sort of decided that we're not going to make any > unnecessary changes, so there's not a huge amount of work to do. Also, > based on the Ubuntu packages, it appears that aside from determining which > of the handful of workarounds we had to add for Icehouse are still > necessary for Juno, hopefully we won't have a ton to do. Most of the > changes so far involve configuration files? just a handful of > distro/packaging workarounds so far and no doubt those will change prior to > release. He's also trying to replace MySQL with MariaDB, except for SLES, > and remove support for RHEL 6.x and Ubuntu 12.04. Other changes may include > minor adjustments to nova-network -- "(it won?t go away!)" -- to make it > mirror neutron more closely with the concept of internal (tenant) and > external (floating IP) networks. > > > Note that this is based on the Ubuntu packages, which are themselves > based on Milestone 2, and NOT Milestone 3, so that could of course change > when we get the final, and when we start digging into other distros. > > When we get this done, Matt estimates that we should be about 85% towards > completion of the "Improve the Install Guide" project; there are still some > sections that need rewriting for quality, but not necessarily for content. > (In other words, they work, but they can be better written.) The last big > chunk of the install guide improvements project involves Swift, and he > feels that the ability to tag someone familiar with it would help move > patches. He's also a bit concerned about trove, and I'm going to work with > him to find out what's needed there and track sown some resources. The > remaining improvements include networking (which served as a baseline for > many of the improvements) and a consistency validation for the entire guide > (after some subjective review issues). > > -- > Nick Chase > 1-650-567-5640 > Technical Marketing Manager, Mirantis > Editor, OpenStack:Now > > > _______________________________________________ > Openstack-docs mailing list > Openstack-docs at lists.openstack.org > http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-docs > > -------------- next part -------------- An HTML attachment was scrubbed... URL: -------------- next part -------------- A non-text attachment was scrubbed... Name: www.openstacksv.com_.png Type: image/png Size: 7160 bytes Desc: not available URL: From sgordon at redhat.com Sat Sep 13 03:20:01 2014 From: sgordon at redhat.com (Steve Gordon) Date: Fri, 12 Sep 2014 23:20:01 -0400 (EDT) Subject: [Openstack-docs] Install Guide Status In-Reply-To: References: <541354AE.8050108@mirantis.com> Message-ID: <1537181330.13478379.1410578401358.JavaMail.zimbra@redhat.com> ----- Original Message ----- > From: "Matt Kassawara" > To: "Nicholas Chase" > > I created a wiki page covering necessary changes (so far) for Juno based on > a combination of the following: > > 1) Configuration file changes from the configuration reference. > 2) Installation of "core" services on Ubuntu using Juno milestone 2 > packages. Both the neutron and nova-network environments appear to work. > However, the milestone 2 packages don't fully support the [neutron] section > in nova.conf so the neutron environment uses a mixture of old and new > locations. > > Surprisingly, I didn't have to peek at gate configurations for hints. Also, > I'm still waiting on packages for RH/CentOS/Fedora and hope someone > familiar with SUSE and Debian can validate these changes well ahead of > release on 16 October. We're currently running CI on M-3 based packages for RDO. Unfortunately there has still been a heavy skew towards feature delivery in the last milestone in Juno (e.g. M-1: 4 blueprints, M-2: 8 blueprints, M-3 26: blueprints in Nova) so I would expect there is quite some potential for change there. -Steve From aj at suse.com Sat Sep 13 17:33:08 2014 From: aj at suse.com (Andreas Jaeger) Date: Sat, 13 Sep 2014 19:33:08 +0200 Subject: [Openstack-docs] Redirects for /trunk/install-guide? In-Reply-To: References: <54047861.8020404@suse.com> Message-ID: <54147FD4.7090400@suse.com> On 09/08/2014 06:59 AM, Gauvain Pocentek wrote: > Le 2014-09-01 15:45, Andreas Jaeger a ?crit : >> I suggest to not do any redirects for /trunk/install-guide - this is the >> draft version and we should not do redirects for any change there. >> >> https://review.openstack.org/#/c/118130 >> >> Does this work for you? > > Works for me! > > Did we reach an agreement on this? I'd like to make sure that everyone's > OK with this decision before approving Joseph's ID changes patch > (https://review.openstack.org/#/c/118097/). Nope raised any concerns, so let's move forward with it... I've send a patch to remove the one occurence we had already: https://review.openstack.org/121361 Andreas -- Andreas Jaeger aj@{suse.com,opensuse.org} Twitter/Identica: jaegerandi SUSE LINUX Products GmbH, Maxfeldstr. 5, 90409 N?rnberg, Germany GF: Jeff Hawn,Jennifer Guild,Felix Imend?rffer,HRB16746 (AG N?rnberg) GPG fingerprint = 93A3 365E CE47 B889 DF7F FED1 389A 563C C272 A126 From aj at suse.com Sat Sep 13 17:55:39 2014 From: aj at suse.com (Andreas Jaeger) Date: Sat, 13 Sep 2014 19:55:39 +0200 Subject: [Openstack-docs] Unifiying option for Block Storage In-Reply-To: <54132545.1080005@suse.com> References: <54132545.1080005@suse.com> Message-ID: <5414851B.1020301@suse.com> On 09/12/2014 06:54 PM, Andreas Jaeger wrote: > Reviewing some patches I noticed that different drivers use different > wording for the "Supported operations" section and I'd like to unify them. > > I see two options for the list: > 1) > Create volume > Delete volume > Attach volume > Detach volume > Clone volume > Extend volume > Create snapshot > Delete snapshot > Copy image to volume > Copy volume to image > Create volume from snapshot > Get statistics > Migrate volume with back-end assistance > Retype volume > 2) > Create and delete volume > Attach and detach volume > Clone volume > Extend volume > Create and delete snapshot > Copy image to volume > Copy volume to image > Create volume from snapshot > Get statistics > Migrate volume with back-end assistance > Retype volume > > Any preferences or different suggestions? Looking a bit deeper, I decided to go with this list: Create, delete, attach, and detach volumes. Create, list, and delete volume snapshots. Create a volume from a snapshot. Copy an image to a volume. Copy a volume to an image. Clone a volume. Extend a volume. Get volume statistics. ... A first patch is here: https://review.openstack.org/121366 Please tell me whether I should continue this way, I've marked the patch as WIP for now to get your input, Andreas -- Andreas Jaeger aj@{suse.com,opensuse.org} Twitter/Identica: jaegerandi SUSE LINUX Products GmbH, Maxfeldstr. 5, 90409 N?rnberg, Germany GF: Jeff Hawn,Jennifer Guild,Felix Imend?rffer,HRB16746 (AG N?rnberg) GPG fingerprint = 93A3 365E CE47 B889 DF7F FED1 389A 563C C272 A126 From anne at openstack.org Sun Sep 14 18:16:33 2014 From: anne at openstack.org (Anne Gentle) Date: Sun, 14 Sep 2014 13:16:33 -0500 Subject: [Openstack-docs] [Openstack-operators] High Availability Guide team In-Reply-To: References: Message-ID: On Mon, Sep 8, 2014 at 11:20 AM, Edgar Magana wrote: > Can you guys include me in any further discussions? > I want to help.. > > Thanks, > > Edgar > > From: Adam Lawson > Date: Tuesday, August 26, 2014 at 11:48 AM > To: Anne Gentle > Cc: David Medberry , Sriram Subramanian < > sriram at sriramhere.com>, "openstack-docs at lists.openstack.org" < > openstack-docs at lists.openstack.org>, " > openstack-operators at lists.openstack.org" < > openstack-operators at lists.openstack.org> > Subject: Re: [Openstack-operators] High Availability Guide team > > I'd be happy to participate as needed Anne. > On Aug 26, 2014 11:10 AM, "Anne Gentle" wrote: > >> Hi all, >> Cross-posting to -docs and -operators. >> >> At the Ops mid-cycle meetup this week, Matt Griffin, David Medberry, >> and Sriram Subramanian offered to start a review team for the High >> Availability Guide. It needs some updates and it's best if the review team >> works similar to the Security Guide -- subject matter experts working with >> core docs team members for reviews. So I'm proposing we pull it into its >> own repo just like the Security Guide. Any reasons not to? I think the next >> steps are: >> >> 1. Propose a patch to openstack/governance to show the repo is governed >> by the Docs program. >> 2. Propose a patch that sets up a separate review team starting with >> Matt, David, and Sriram. We think Emilien would be interested too, sound >> good? Any others? We can have members of openstack-docs-core as well, >> similar to the Security Guide. >> 3. Propose a patch that gets that guide building separately in a >> different repo. >> 4. Start working on the four bugs already logged [1] and logged more as >> needed. >> >> Hi all, Sounds like we still need the tasks above to happen. Sriram and Andreas, I've got a branch with the HA Guide separated out at https://github.com/annegentle/ha-guide -- can you take a look and see if we can use it for the starting point? If it's good-to-go, I can take tasks 1 and 3. (Sriram, I hope you didn't get too far with the separate repo, holler if you want to divvy up either of those.) Thanks all for the interest! Feel free to start with a weekly meeting if that makes sense. I know David, Matt, and Sriram are willing to help out and a lot of you raised your hands on this thread as well. Nearly there! Thanks, Anne > Any other subtasks? Any interested parties? >> >> Thanks, >> Anne >> >> 1. >> https://bugs.launchpad.net/openstack-manuals/+bugs/?field.tag=ha-guide >> >> _______________________________________________ >> OpenStack-operators mailing list >> OpenStack-operators at lists.openstack.org >> http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-operators >> >> -------------- next part -------------- An HTML attachment was scrubbed... URL: From aj at suse.com Sun Sep 14 19:25:41 2014 From: aj at suse.com (Andreas Jaeger) Date: Sun, 14 Sep 2014 21:25:41 +0200 Subject: [Openstack-docs] [Openstack-operators] High Availability Guide team In-Reply-To: References: Message-ID: <5415EBB5.1000806@suse.com> On 09/14/2014 08:16 PM, Anne Gentle wrote: > > > On Mon, Sep 8, 2014 at 11:20 AM, Edgar Magana > wrote: > > Can you guys include me in any further discussions? > I want to help.. > > Thanks, > > Edgar > > From: Adam Lawson > > Date: Tuesday, August 26, 2014 at 11:48 AM > To: Anne Gentle > > Cc: David Medberry >, Sriram Subramanian > >, > "openstack-docs at lists.openstack.org > " > >, > "openstack-operators at lists.openstack.org > " > > > Subject: Re: [Openstack-operators] High Availability Guide team > > I'd be happy to participate as needed Anne. > > On Aug 26, 2014 11:10 AM, "Anne Gentle" > wrote: > > Hi all, > Cross-posting to -docs and -operators. > > At the Ops mid-cycle meetup this week, Matt Griffin, David > Medberry, and Sriram Subramanian offered to start a review team > for the High Availability Guide. It needs some updates and it's > best if the review team works similar to the Security Guide -- > subject matter experts working with core docs team members for > reviews. So I'm proposing we pull it into its own repo just like > the Security Guide. Any reasons not to? I think the next steps are: > > 1. Propose a patch to openstack/governance to show the repo is > governed by the Docs program. > 2. Propose a patch that sets up a separate review team starting > with Matt, David, and Sriram. We think Emilien would be > interested too, sound good? Any others? We can have members of > openstack-docs-core as well, similar to the Security Guide. > 3. Propose a patch that gets that guide building separately in a > different repo. > 4. Start working on the four bugs already logged [1] and logged > more as needed. > > > Hi all, > Sounds like we still need the tasks above to happen. > > Sriram and Andreas, I've got a branch with the HA Guide separated out > at https://github.com/annegentle/ha-guide -- can you take a look and see > if we can use it for the starting point? If it's good-to-go, I can take > tasks 1 and 3. (Sriram, I hope you didn't get too far with the separate > repo, holler if you want to divvy up either of those.) That is as simple import without all the history and seems to have one level too much. I propose to do use git filter-branch to keep the history intact, Andreas -- Andreas Jaeger aj@{suse.com,opensuse.org} Twitter/Identica: jaegerandi SUSE LINUX Products GmbH, Maxfeldstr. 5, 90409 N?rnberg, Germany GF: Jeff Hawn,Jennifer Guild,Felix Imend?rffer,HRB16746 (AG N?rnberg) GPG fingerprint = 93A3 365E CE47 B889 DF7F FED1 389A 563C C272 A126 From aj at suse.com Sun Sep 14 20:19:21 2014 From: aj at suse.com (Andreas Jaeger) Date: Sun, 14 Sep 2014 22:19:21 +0200 Subject: [Openstack-docs] [Openstack-operators] High Availability Guide team In-Reply-To: <5415EBB5.1000806@suse.com> References: <5415EBB5.1000806@suse.com> Message-ID: <5415F849.9030405@suse.com> On 09/14/2014 09:25 PM, Andreas Jaeger wrote: > On 09/14/2014 08:16 PM, Anne Gentle wrote: >> >> >> On Mon, Sep 8, 2014 at 11:20 AM, Edgar Magana > > wrote: >> >> Can you guys include me in any further discussions? >> I want to help.. >> >> Thanks, >> >> Edgar >> >> From: Adam Lawson > >> Date: Tuesday, August 26, 2014 at 11:48 AM >> To: Anne Gentle > >> Cc: David Medberry > >, Sriram Subramanian >> >, >> "openstack-docs at lists.openstack.org >> " >> > >, >> "openstack-operators at lists.openstack.org >> " >> > > >> Subject: Re: [Openstack-operators] High Availability Guide team >> >> I'd be happy to participate as needed Anne. >> >> On Aug 26, 2014 11:10 AM, "Anne Gentle" > > wrote: >> >> Hi all, >> Cross-posting to -docs and -operators. >> >> At the Ops mid-cycle meetup this week, Matt Griffin, David >> Medberry, and Sriram Subramanian offered to start a review team >> for the High Availability Guide. It needs some updates and it's >> best if the review team works similar to the Security Guide -- >> subject matter experts working with core docs team members for >> reviews. So I'm proposing we pull it into its own repo just like >> the Security Guide. Any reasons not to? I think the next steps are: >> >> 1. Propose a patch to openstack/governance to show the repo is >> governed by the Docs program. >> 2. Propose a patch that sets up a separate review team starting >> with Matt, David, and Sriram. We think Emilien would be >> interested too, sound good? Any others? We can have members of >> openstack-docs-core as well, similar to the Security Guide. >> 3. Propose a patch that gets that guide building separately in a >> different repo. >> 4. Start working on the four bugs already logged [1] and logged >> more as needed. >> >> >> Hi all, >> Sounds like we still need the tasks above to happen. >> >> Sriram and Andreas, I've got a branch with the HA Guide separated out >> at https://github.com/annegentle/ha-guide -- can you take a look and see >> if we can use it for the starting point? If it's good-to-go, I can take >> tasks 1 and 3. (Sriram, I hope you didn't get too far with the separate >> repo, holler if you want to divvy up either of those.) > > That is as simple import without all the history and seems to have one > level too much. > > I propose to do use git filter-branch to keep the history intact, Have a look at: https://github.com/ajaeger/ha-guide/tree/master/doc This one misses the top-level files that were in your directory but I can add them back later on. Sriram, do you have the perfect solution? ;) Andreas -- Andreas Jaeger aj@{suse.com,opensuse.org} Twitter/Identica: jaegerandi SUSE LINUX Products GmbH, Maxfeldstr. 5, 90409 N?rnberg, Germany GF: Jeff Hawn,Jennifer Guild,Felix Imend?rffer,HRB16746 (AG N?rnberg) GPG fingerprint = 93A3 365E CE47 B889 DF7F FED1 389A 563C C272 A126 From anne at openstack.org Sun Sep 14 23:24:54 2014 From: anne at openstack.org (Anne Gentle) Date: Sun, 14 Sep 2014 18:24:54 -0500 Subject: [Openstack-docs] [Openstack-operators] High Availability Guide team In-Reply-To: <5415F849.9030405@suse.com> References: <5415EBB5.1000806@suse.com> <5415F849.9030405@suse.com> Message-ID: Cool trick. :) I think I got it all but please do double-check: https://review.openstack.org/121426 The upstream this will pull from is https://github.com/annegentle/ha-guide Thanks, Anne On Sun, Sep 14, 2014 at 3:19 PM, Andreas Jaeger wrote: > On 09/14/2014 09:25 PM, Andreas Jaeger wrote: > > On 09/14/2014 08:16 PM, Anne Gentle wrote: > >> > >> > >> On Mon, Sep 8, 2014 at 11:20 AM, Edgar Magana >> > wrote: > >> > >> Can you guys include me in any further discussions? > >> I want to help.. > >> > >> Thanks, > >> > >> Edgar > >> > >> From: Adam Lawson > > >> Date: Tuesday, August 26, 2014 at 11:48 AM > >> To: Anne Gentle > > >> Cc: David Medberry >> >, Sriram Subramanian > >> >, > >> "openstack-docs at lists.openstack.org > >> " > >> >> >, > >> "openstack-operators at lists.openstack.org > >> " > >> >> > > >> Subject: Re: [Openstack-operators] High Availability Guide team > >> > >> I'd be happy to participate as needed Anne. > >> > >> On Aug 26, 2014 11:10 AM, "Anne Gentle" >> > wrote: > >> > >> Hi all, > >> Cross-posting to -docs and -operators. > >> > >> At the Ops mid-cycle meetup this week, Matt Griffin, David > >> Medberry, and Sriram Subramanian offered to start a review team > >> for the High Availability Guide. It needs some updates and it's > >> best if the review team works similar to the Security Guide -- > >> subject matter experts working with core docs team members for > >> reviews. So I'm proposing we pull it into its own repo just like > >> the Security Guide. Any reasons not to? I think the next steps > are: > >> > >> 1. Propose a patch to openstack/governance to show the repo is > >> governed by the Docs program. > >> 2. Propose a patch that sets up a separate review team starting > >> with Matt, David, and Sriram. We think Emilien would be > >> interested too, sound good? Any others? We can have members of > >> openstack-docs-core as well, similar to the Security Guide. > >> 3. Propose a patch that gets that guide building separately in a > >> different repo. > >> 4. Start working on the four bugs already logged [1] and logged > >> more as needed. > >> > >> > >> Hi all, > >> Sounds like we still need the tasks above to happen. > >> > >> Sriram and Andreas, I've got a branch with the HA Guide separated out > >> at https://github.com/annegentle/ha-guide -- can you take a look and > see > >> if we can use it for the starting point? If it's good-to-go, I can take > >> tasks 1 and 3. (Sriram, I hope you didn't get too far with the separate > >> repo, holler if you want to divvy up either of those.) > > > > That is as simple import without all the history and seems to have one > > level too much. > > > > I propose to do use git filter-branch to keep the history intact, > > Have a look at: > > https://github.com/ajaeger/ha-guide/tree/master/doc > > This one misses the top-level files that were in your directory but I > can add them back later on. > > Sriram, do you have the perfect solution? ;) > > Andreas > -- > Andreas Jaeger aj@{suse.com,opensuse.org} Twitter/Identica: jaegerandi > SUSE LINUX Products GmbH, Maxfeldstr. 5, 90409 N?rnberg, Germany > GF: Jeff Hawn,Jennifer Guild,Felix Imend?rffer,HRB16746 (AG N?rnberg) > GPG fingerprint = 93A3 365E CE47 B889 DF7F FED1 389A 563C C272 A126 > -------------- next part -------------- An HTML attachment was scrubbed... URL: From aj at suse.com Mon Sep 15 07:00:33 2014 From: aj at suse.com (Andreas Jaeger) Date: Mon, 15 Sep 2014 09:00:33 +0200 Subject: [Openstack-docs] [Openstack-operators] High Availability Guide team In-Reply-To: References: <5415EBB5.1000806@suse.com> <5415F849.9030405@suse.com> Message-ID: <54168E91.7060609@suse.com> On 09/15/2014 01:24 AM, Anne Gentle wrote: > Cool trick. :) I think I got it all but please do double-check: > https://review.openstack.org/121426 > > The upstream this will pull from is https://github.com/annegentle/ha-guide That one contains a lot more files toplevel than expected - did you forget to *move* the files? Compare it with my version, Andreas -- Andreas Jaeger aj@{suse.com,opensuse.org} Twitter: jaegerandi SUSE LINUX Products GmbH, Maxfeldstr. 5, 90409 N?rnberg, Germany GF: Jeff Hawn,Jennifer Guild,Felix Imend?rffer,HRB16746 (AG N?rnberg) GPG fingerprint = 93A3 365E CE47 B889 DF7F FED1 389A 563C C272 A126 From sriram at sriramhere.com Mon Sep 15 18:49:46 2014 From: sriram at sriramhere.com (Sriram Subramanian) Date: Mon, 15 Sep 2014 14:49:46 -0400 Subject: [Openstack-docs] [Openstack-operators] High Availability Guide team In-Reply-To: <54168E91.7060609@suse.com> References: <5415EBB5.1000806@suse.com> <5415F849.9030405@suse.com> <54168E91.7060609@suse.com> Message-ID: Andreas, You have glossary and pom. Anne's version is similar to your ha-guide sub-directory below. I like how you retained the history. .. glossary Setup ha-guide infrastructure an hour agoha-guide Move to doc/ha-guide subdir 22 hours agopom.xml Setup ha-guide infrastructure an hour ago My understanding was we will end up having this document under https://github.com/openstack/ha-doc, like https://github.com/openstack/security-doc. Is that still correct? thanks, -Sriram On Mon, Sep 15, 2014 at 3:00 AM, Andreas Jaeger wrote: > On 09/15/2014 01:24 AM, Anne Gentle wrote: > > Cool trick. :) I think I got it all but please do double-check: > > https://review.openstack.org/121426 > > > > The upstream this will pull from is > https://github.com/annegentle/ha-guide > > That one contains a lot more files toplevel than expected - did you > forget to *move* the files? Compare it with my version, > > Andreas > -- > Andreas Jaeger aj@{suse.com,opensuse.org} Twitter: jaegerandi > SUSE LINUX Products GmbH, Maxfeldstr. 5, 90409 N?rnberg, Germany > GF: Jeff Hawn,Jennifer Guild,Felix Imend?rffer,HRB16746 (AG N?rnberg) > GPG fingerprint = 93A3 365E CE47 B889 DF7F FED1 389A 563C C272 A126 > > _______________________________________________ > Openstack-docs mailing list > Openstack-docs at lists.openstack.org > http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-docs > -- Thanks, -Sriram 425-610-8465 www.sriramhere.com | www.clouddon.com -------------- next part -------------- An HTML attachment was scrubbed... URL: From anne at openstack.org Mon Sep 15 19:08:24 2014 From: anne at openstack.org (Anne Gentle) Date: Mon, 15 Sep 2014 14:08:24 -0500 Subject: [Openstack-docs] [Openstack-operators] High Availability Guide team In-Reply-To: References: <5415EBB5.1000806@suse.com> <5415F849.9030405@suse.com> <54168E91.7060609@suse.com> Message-ID: On Mon, Sep 15, 2014 at 1:49 PM, Sriram Subramanian wrote: > Andreas, > > You have glossary and pom. Anne's version is similar to your ha-guide > sub-directory below. I like how you retained the history. > > .. glossary > Setup > ha-guide infrastructure > an > hour agoha-guide > Move to > doc/ha-guide subdir > 22 > hours agopom.xml > Setup > ha-guide infrastructure > an > hour ago > > My understanding was we will end up having this document under > https://github.com/openstack/ha-doc, like > https://github.com/openstack/security-doc. Is that still correct? > Yes, simply bike-shedding that it's ha-guide rather than ha-doc. The Security "doc" had more than just the guide since they moved their security notes into the repo as well, hence the "doc" name. > > thanks, > -Sriram > > > > On Mon, Sep 15, 2014 at 3:00 AM, Andreas Jaeger wrote: > >> On 09/15/2014 01:24 AM, Anne Gentle wrote: >> > Cool trick. :) I think I got it all but please do double-check: >> > https://review.openstack.org/121426 >> > >> > The upstream this will pull from is >> https://github.com/annegentle/ha-guide >> >> That one contains a lot more files toplevel than expected - did you >> forget to *move* the files? Compare it with my version, >> >> Andreas >> -- >> Andreas Jaeger aj@{suse.com,opensuse.org} Twitter: jaegerandi >> SUSE LINUX Products GmbH, Maxfeldstr. 5, 90409 N?rnberg, Germany >> GF: Jeff Hawn,Jennifer Guild,Felix Imend?rffer,HRB16746 (AG N?rnberg) >> GPG fingerprint = 93A3 365E CE47 B889 DF7F FED1 389A 563C C272 A126 >> >> _______________________________________________ >> Openstack-docs mailing list >> Openstack-docs at lists.openstack.org >> http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-docs >> > > > > -- > Thanks, > -Sriram > 425-610-8465 > www.sriramhere.com | www.clouddon.com > -------------- next part -------------- An HTML attachment was scrubbed... URL: From aj at suse.com Mon Sep 15 19:15:19 2014 From: aj at suse.com (Andreas Jaeger) Date: Mon, 15 Sep 2014 21:15:19 +0200 Subject: [Openstack-docs] [Openstack-operators] High Availability Guide team In-Reply-To: References: <5415EBB5.1000806@suse.com> <5415F849.9030405@suse.com> <54168E91.7060609@suse.com> Message-ID: <41eca3ad-262a-4d16-8f12-53b3bd41a023@email.android.com> On 15. September 2014 20:49:46 MESZ, Sriram Subramanian wrote: >Andreas, > >You have glossary and pom. Anne's version is similar to your ha-guide >sub-directory below. I like how you retained the history. > >.. glossary >Setup >ha-guide infrastructure >an >hour agoha-guide >Move to >doc/ha-guide subdir >22 >hours agopom.xml >Setup >ha-guide >infrastructure >an >hour ago > >My understanding was we will end up having this document under >https://github.com/openstack/ha-doc, like >https://github.com/openstack/security-doc. Is that still correct? > >thanks, >-Sriram > > > >On Mon, Sep 15, 2014 at 3:00 AM, Andreas Jaeger wrote: > >> On 09/15/2014 01:24 AM, Anne Gentle wrote: >> > Cool trick. :) I think I got it all but please do double-check: >> > https://review.openstack.org/121426 >> > >> > The upstream this will pull from is >> https://github.com/annegentle/ha-guide >> >> That one contains a lot more files toplevel than expected - did you >> forget to *move* the files? Compare it with my version, >> >> Andreas >> -- >> Andreas Jaeger aj@{suse.com,opensuse.org} Twitter: jaegerandi >> SUSE LINUX Products GmbH, Maxfeldstr. 5, 90409 N?rnberg, Germany >> GF: Jeff Hawn,Jennifer Guild,Felix Imend?rffer,HRB16746 (AG >N?rnberg) >> GPG fingerprint = 93A3 365E CE47 B889 DF7F FED1 389A 563C C272 >A126 >> >> _______________________________________________ >> Openstack-docs mailing list >> Openstack-docs at lists.openstack.org >> http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-docs >> > > > >-- >Thanks, >-Sriram >425-610-8465 >www.sriramhere.com | www.clouddon.com My repo is just the staging to import it into git.openstack.org which gets mirrored to github, Andreas -- Andreas Jaeger aj@{suse.com,novell.com,opensuse.org} Twitter / Identica: jaegerandi SUSE LINUX Products GmbH , Maxfeldstr. 5, 90409 N?rnberg, Germany GF: Jeff Hawn, Jennifer Guild, Felix Imend?rffer, HRB 16746 (AG N?rnberg) This email was sent from my phone -------------- next part -------------- An HTML attachment was scrubbed... URL: From amotoki at gmail.com Tue Sep 16 13:54:36 2014 From: amotoki at gmail.com (Akihiro Motoki) Date: Tue, 16 Sep 2014 22:54:36 +0900 Subject: [Openstack-docs] Tool to check help text in python clients? Message-ID: Hi, I sometimes see client library reviews which fix the help text punctuation like https://review.openstack.org/#/c/119695/ . Does the docs team have any tools to check it? If so, it is nice to integrate it into pythonclient gate check. Thanks, Akihiro Motoki From aj at suse.com Tue Sep 16 15:01:46 2014 From: aj at suse.com (Andreas Jaeger) Date: Tue, 16 Sep 2014 17:01:46 +0200 Subject: [Openstack-docs] Tool to check help text in python clients? In-Reply-To: References: Message-ID: <541850DA.2060905@suse.com> On 09/16/2014 03:54 PM, Akihiro Motoki wrote: > Hi, > > I sometimes see client library reviews which fix the help text punctuation > like https://review.openstack.org/#/c/119695/ . > Does the docs team have any tools to check it? > If so, it is nice to integrate it into pythonclient gate check. This is unfortunately a manual process ;(, checks would be appreciated. Reviewing patches for the CLI guide like https://review.openstack.org/#/c/121815, I notice the changes and then take actions if something is missing. For nova I added a hacking check once to check that the first letter is capitalized ( https://review.openstack.org/#/c/67647/6/nova/hacking/checks.py ). Feel free to build on this and add further checks, Besides the oslo.config style guide, Diane wrote a more complex one for CLI commands but gave up to get this in ;( See here for details https://review.openstack.org/#/c/73015/ Any help here is welcome! Thanks for asking, Andreas -- Andreas Jaeger aj@{suse.com,opensuse.org} Twitter/Identica: jaegerandi SUSE LINUX Products GmbH, Maxfeldstr. 5, 90409 N?rnberg, Germany GF: Jeff Hawn,Jennifer Guild,Felix Imend?rffer,HRB16746 (AG N?rnberg) GPG fingerprint = 93A3 365E CE47 B889 DF7F FED1 389A 563C C272 A126 From mkassawara at gmail.com Tue Sep 16 18:53:52 2014 From: mkassawara at gmail.com (Matt Kassawara) Date: Tue, 16 Sep 2014 13:53:52 -0500 Subject: [Openstack-docs] Install Guide Status In-Reply-To: <1537181330.13478379.1410578401358.JavaMail.zimbra@redhat.com> References: <541354AE.8050108@mirantis.com> <1537181330.13478379.1410578401358.JavaMail.zimbra@redhat.com> Message-ID: Just a note for reviews... for all OpenStack services, I'm waiting on Juno packages from distributions using systemd before updating service names and start/enable instructions. On Fri, Sep 12, 2014 at 10:20 PM, Steve Gordon wrote: > ----- Original Message ----- > > From: "Matt Kassawara" > > To: "Nicholas Chase" > > > > I created a wiki page covering necessary changes (so far) for Juno based > on > > a combination of the following: > > > > 1) Configuration file changes from the configuration reference. > > 2) Installation of "core" services on Ubuntu using Juno milestone 2 > > packages. Both the neutron and nova-network environments appear to work. > > However, the milestone 2 packages don't fully support the [neutron] > section > > in nova.conf so the neutron environment uses a mixture of old and new > > locations. > > > > Surprisingly, I didn't have to peek at gate configurations for hints. > Also, > > I'm still waiting on packages for RH/CentOS/Fedora and hope someone > > familiar with SUSE and Debian can validate these changes well ahead of > > release on 16 October. > > We're currently running CI on M-3 based packages for RDO. Unfortunately > there has still been a heavy skew towards feature delivery in the last > milestone in Juno (e.g. M-1: 4 blueprints, M-2: 8 blueprints, M-3 26: > blueprints in Nova) so I would expect there is quite some potential for > change there. > > -Steve > -------------- next part -------------- An HTML attachment was scrubbed... URL: From dazzachan at yahoo.com.au Wed Sep 17 07:04:14 2014 From: dazzachan at yahoo.com.au (darren chan) Date: Wed, 17 Sep 2014 00:04:14 -0700 Subject: [Openstack-docs] Review #119980 Message-ID: <1410937454.56431.YahooMailNeo@web160301.mail.bf1.yahoo.com> Hi everyone, I've submitted a patch which addresses a bug in the Havana documentation: https://review.openstack.org/#/c/119980/ Can anyone confirm if this change can also be committed to master? Cheers, Darren -------------- next part -------------- An HTML attachment was scrubbed... URL: From aj at suse.com Wed Sep 17 09:36:27 2014 From: aj at suse.com (Andreas Jaeger) Date: Wed, 17 Sep 2014 11:36:27 +0200 Subject: [Openstack-docs] Key or option in configuration files? Message-ID: <5419561B.3000407@suse.com> Reviewing https://review.openstack.org/#/c/122027/ I noticed the usage of "key" but I see "option" used in other guides when changing configuration files. Example: 1) "Set auth_uri key to..." 2) "Set auth_uri option to..." Is there a preferred way or is this something we use interchangeable? Andreas -- Andreas Jaeger aj@{suse.com,opensuse.org} Twitter: jaegerandi SUSE LINUX Products GmbH, Maxfeldstr. 5, 90409 N?rnberg, Germany GF: Jeff Hawn,Jennifer Guild,Felix Imend?rffer,HRB16746 (AG N?rnberg) GPG fingerprint = 93A3 365E CE47 B889 DF7F FED1 389A 563C C272 A126 From anne at openstack.org Wed Sep 17 13:06:34 2014 From: anne at openstack.org (Anne Gentle) Date: Wed, 17 Sep 2014 08:06:34 -0500 Subject: [Openstack-docs] Key or option in configuration files? In-Reply-To: <5419561B.3000407@suse.com> References: <5419561B.3000407@suse.com> Message-ID: On Wed, Sep 17, 2014 at 4:36 AM, Andreas Jaeger wrote: > Reviewing > https://review.openstack.org/#/c/122027/ > > I noticed the usage of "key" but I see "option" used in other guides > when changing configuration files. > > Example: > 1) "Set auth_uri key to..." > 2) "Set auth_uri option to..." > > Is there a preferred way or is this something we use interchangeable? > > I'd prefer we stick to the option term consistently (even if it's a key that goes into that option). > Andreas > -- > Andreas Jaeger aj@{suse.com,opensuse.org} Twitter: jaegerandi > SUSE LINUX Products GmbH, Maxfeldstr. 5, 90409 N?rnberg, Germany > GF: Jeff Hawn,Jennifer Guild,Felix Imend?rffer,HRB16746 (AG N?rnberg) > GPG fingerprint = 93A3 365E CE47 B889 DF7F FED1 389A 563C C272 A126 > > _______________________________________________ > Openstack-docs mailing list > Openstack-docs at lists.openstack.org > http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-docs > -------------- next part -------------- An HTML attachment was scrubbed... URL: From mkassawara at gmail.com Wed Sep 17 13:46:46 2014 From: mkassawara at gmail.com (Matt Kassawara) Date: Wed, 17 Sep 2014 08:46:46 -0500 Subject: [Openstack-docs] Key or option in configuration files? In-Reply-To: References: <5419561B.3000407@suse.com> Message-ID: Do we also prefer